/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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: #484848;
    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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: Raleway;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 50;
  }
  100% {
    opacity: 100;
  }
}

.navigation {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
}

.nav {
  margin-left: 2rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 2rem;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  color: #a5a5a5;
}

.nav a {
  text-decoration:none;
  color: #a5a5a5
}

.nav a:visited {
  color: #a5a5a5;
}

.nav a:hover {
  color: #484848;
}



.hero {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  margin-top: -5rem;
}

.hero-main {
  display: flex;
}

.hero-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
    .hero-main {
        flex-direction: column-reverse;
        align-items: center;
    }
    .hero-text {
      text-align: center;
    }
    .hero-buttons {
      flex-direction: column;
      align-items: center;
    }
}

.hero-text {
  max-width: 35rem;
}

.hero-body-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #a5a5a5;
}

.hero-main-text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.hero-image {
  width: 40rem;
  /* height: 20rem; */
}

.header-logo {
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
    .hero {
      height: inherit;
      margin-top: 0rem;
    }
    .header-logo {
        justify-content: center;
    }
    .hero-main-text {
      font-size: 1.4rem;
      font-weight: 600;
      letter-spacing: 0.05rem;
    }
    .navigation {
      visibility: hidden;
    }
    .hero-image {
      width: 15rem;
    }
    .hero-body-text {
      font-size: 1.1rem;
      line-height: 1.5;
      margin-top: 1rem;
      margin-left: 1rem;
      margin-right: 1rem;
    }
}

.logo {
  width: 3rem;
  height: 3rem;
}

.logo-main {
  stroke: #ff5a5f;
  fill: none;
  stroke-width: 1.4;
}

.logo-text {
  font-family: Caveat;
  letter-spacing: -0.3rem;
  font-size: 3rem;
  font-weight: 400;
  color: #ff5a5f;
}

.explanation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  /* padding-bottom: 5rem; */
  /* background-color: #ffffff; */
  color: #a5a5a5;
  /* display: flex;
  justify-content: space-evenly;
  margin-top: 5rem;
  margin-bottom: 5rem; */
  /* background-image: url(../img/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.middle {
  height: 5rem;
  width: 100%;
  background-image: url(../img/plane.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* https://www.galiboo.com/ */

.triangle {
  fill: #f2f5f7;
  margin-bottom: -0.2rem;
}

.triangle-rotated {
  transform: rotateX(180deg);
  margin-top: -0.2rem;
}

.explanation-header {
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  font-size: 1.3rem;
  border-bottom: 4px solid #ff5a5f;
  margin-bottom: 2rem;
  color: #484848;
}

.explanation-text {
  max-width: 55rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* Browser mockup code
 * Contribute: https://gist.github.com/jarthod/8719db9fef8deb937f4f
 * Live example: https://updown.io
 */

@media (max-width: 800px) {
  .explanation-text {
    font-size: 1.1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.browser-mockup {
  border-top: 2em solid rgba(230, 230, 230, 0.7);
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  position: relative;
  border-radius: 3px 3px 0 0;
}

.browser-mockup:before {
  display: block;
  position: absolute;
  content: '';
  top: -1.25em;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f44;
  box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
}

.browser-mockup.with-tab:after {
  display: block;
  position: absolute;
  content: '';
  top: -2em;
  left: 5.5em;
  width: 20%;
  height: 0em;
  border-bottom: 2em solid white;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

.browser-mockup.with-url:after {
  display: block;
  position: absolute;
  content: '';
  top: -1.6em;
  left: 5.5em;
  width: calc(100% - 6em);
  height: 1.2em;
  border-radius: 2px;
  background-color: white;
}

.browser-mockup > * {
  display: block;
}

/* Custom code for the demo */

/* body {
  background: linear-gradient(to right, #8e44ad, #c0392b);
  display: flex;
} */

.browser-mockup {
  margin: 2em;
  flex: 1;
  /* animation: fading 10s infinite; */
}

.board-screenshot {
  /* max-width: 60rem; */
  width: 100%
  /* animation: fading 2.5s ease-out; */
}

@media (max-width: 800px) {
  .board-screenshot {
    max-width: 100%;
  }
}
.hero-button {
  background-color: white;
  border: 0.1rem solid #ff5a5f;
  border-radius: .4rem;
  color: #ff5a5f;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1rem;
  padding: 0 3.0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.9rem;
  appearance: button;
  text-decoration: none;
}

.hero-button-main {
  background-color: #ff5a5f;
  color: white;
  /* margin-left: 2rem; */
}

.hero-notify {
  margin-bottom: 2rem;
}

.hero-signup input {
  display: block;
  min-width: 20rem;
  padding: 8px 0;
  text-indent: 2%;
  line-height: 2rem;
  border: 1px solid #a5a5a5;
  text-indent: 4%;
}

.detail-row {
  display: flex;
  justify-content: space-around;
  /* margin-bottom: 10rem;
  margin-top: 10rem; */
  align-items: center;
}

.detail-row-left {
  flex-direction: row-reverse;
}

.detail-image {
  max-height: 30rem;
  max-width: 40rem;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

@media (max-width: 800px) {
  .detail-row {
    flex-direction: column;
  }
  .detail-image {
    max-width: 20rem;
  }
  .detail-text {
    text-align: center;
  }
  .hero-signup input {
    width: 95%;
    margin-bottom: 1rem;
  }
  .hero-notify {
    margin-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 0.8rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.detail-header {
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  font-size: 1.3rem;
  border-bottom: 4px solid #ff5a5f;
  margin-bottom: 2rem;
  display: inline-block;
}


.detail-text {
  max-width: 45rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.detail-text-left {
  text-align: right;
}

.detail-text-right {
  text-align: left;
}

.detail-content {
  color: #a5a5a5;
  font-size: 1.3rem;
}

.detail-much {
  background-image: url(../img/globe.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30rem;
  max-width: 40rem;
  min-width: 40rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}

.much-documents {
  max-width: 37rem;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.much-feature {
  border-bottom: 2px solid #ff5a5f;
  color: #484848;
}
.swiper-container {
  max-width: 60rem;
}

.value {
  display: flex;
  justify-content: space-around;
  padding-top: 3rem;
}

@media (max-width: 800px) {
  .much-documents {
    /* max-width: 25rem; */
    width: 95%
  }
  .detail-much {
    max-width: 95%;
    min-width: 95%;
  }
  .detail-content {
    font-size: 1.1rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .detail-text-left {
    text-align: center;
  }
  .detail-text-right {
    text-align: center;
  }
  .value {
    flex-direction: column;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.much-weather {
  max-width: 15rem;
  max-height: 17rem;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}


.break {
  max-width: 46rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7rem;
  margin-top: 7rem;
  border-top: 1px solid #ededed;
}

.happy-header {
  text-align: center;
  text-transform: uppercase;
  color: #484848;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  margin-right: 2rem;
}

.happy-image {
  max-height: 2.5rem;
  padding-left: 1rem;
}
.proof {
 max-width: 30rem;
 margin-bottom: 2rem;
}
.quotation {
  color: #95a5a6;
}
.reference {
  /* font-weight: 600; */
}

@media (max-width: 800px) {
  .break {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

button:focus {outline:0;}

.carousel-button {
  position: relative;
  top: 300px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 40px;
  color: #ededed;
}

.carousel-button:hover {
  color: #008489;
}
.carousel-button-right {
  float: right;
  right: -25px;
}
.carousel-button-left {
  left: -25px;
}
.caption {
  /* position: absolute;
  bottom: 0px; */
  background: #ffffff94;
  font-size: 1.3rem;
  width: 100%;
}

.caption-text {
  margin: 1rem;
  color: #484848;
}
.caption-main {
  font-weight: 600;
}
.swiper-button-prev {
  top: 20rem !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23008489'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  top: 20rem !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23008489'%2F%3E%3C%2Fsvg%3E") !important;
}

@media (max-width: 800px) {
  .swiper-button-prev {
    top: 10rem !important;
  }
  .swiper-button-next {
    top: 10rem !important;
  }
}


.swiper-pagination-bullet-active {
  background: #008489 !important;
}

.happy {
  /* background-image: url(../img/balloons.jpg); */
  /* background-size: cover; */
  background: #f2f5f7;
}
blockquote {
  border-left: 5px solid #FF5A5F;
  margin: .5em 10px;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 2rem;
}

blockquote:before {
    content: open-quote;
    display: inline;
    height: 0;
    line-height: 0;
    left: -10px;
    position: relative;
    top: 30px;
    color: #FF5A5F;
    font-size: 3em;
}

blockquote:after {
  visibility: hidden;
  color: #111;
  content: close-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.4em;
}
.mySlides {
  /* animation: fading 2.5s ease-out; */
}

.pricing-header {
  text-align: center;
  text-transform: uppercase;
  color: #484848;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 10rem;
  text-align: center;
}

.pricing-subheader {
  text-align: center;
  color: #a5a5a5;
  font-size: 1.3rem;
}

.plans {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-image: url("../img/map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.plan-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  min-width: 15rem;
  height: 28rem;
  padding-bottom: 2rem;
  width: 18rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: white;
}

.plan-container ul {
  flex-grow: 1;
  line-height: 1.7;
  font-size: 1.3rem;
}

.plan-name {
  text-align: center;
  text-transform: uppercase;
  line-height: 5rem;
  font-size: 1.5rem;
  flex-grow: 0;
}
@media (max-width: 800px) {
  .plans {
    flex-direction: column;
    align-items: center;
  }
  .plan-container {
    margin-bottom: 3rem;
    width: 16rem;
  }
}
.plan-price {
  font-size: 3rem;
  background: #f2f5f7;
  width: 100%;
  line-height: 5rem;
  /* text-transform: uppercase; */
  text-align: center;
  font-family: sans-serif;
  flex-grow: 0;
}

.plan-month {
  font-size: 2rem;
}
.plan-button {
  background-color: white;
  border: 0.1rem solid #ff5a5f;
  border-radius: .4rem;
  color: #ff5a5f;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .1rem;
  padding: 0 3.0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.9rem;
  appearance: button;
  text-decoration: none;
  flex-grow: 0;
}

.footer {
  height: 5rem;
  background: #f2f5f7;
  display: flex;
  justify-content: space-evenly;
  padding-top: 1rem;
  align-items: center;
}

.copyright {
  width: 50%;
  text-align: center;
}
.contact {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-around;
}

.contact a {
  min-width: 2rem;
}

.insta {
  max-height: 1.8rem;
}

@media (max-width: 800px) {
  .footer {
    flex-direction: column-reverse;
  }
  .contact {
    width: 100%;
  }
  .copyright {
    width: 100%;
  }

}


/* ==========================================================================
   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
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * 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 */
        -webkit-box-shadow: none !important;
        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:
     * 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;
    }

}
