html {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 400;
  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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[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: " ";
  display: table;
}

.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: #fff !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;
  }
}

/*COLOR*/
.cerulean {
  color: #03b3e4;
}

.blue-marguerite {
  color: #6467C8;
}

.mine-shaft {
  color: #303030;
}

.gallery {
  color: #f0f0f0;
}

/*BODY*/
body {
  background-color: #f9f9f9;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/*HEADER*/
header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.2);
}

.container-header {
  display: flex;
  justify-content: center;
}

.logo {
  margin: 20px 0;
}

.logo img{
  width: 100px;
}

/*CONTENT*/
.content {
  padding: 20px;
  margin: 0 0 30px 0;
}

.content-min {
  min-height: calc(100vh - 284px);
}

.navigation {
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  width: 100%;
}

.navigation nav {
  width: 75%;
  margin: 0 auto;
  border-radius: 99rem;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(100,103,200,1) 0%, rgba(3,179,228,1) 100%);
  -webkit-box-shadow: 0px 5px 5px 3px rgb(0 0 0 / 20%);
  box-shadow: 0px 5px 5px 3px rgb(0 0 0 / 20%);
}

.navigation nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}

.navigation nav a svg {
  font-size: 15px;
}

.link--menu {
  margin-bottom: 5px;
}

.active .link--menu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99rem;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}

.active .link--menu svg {
  color: #fff;
}

.navigation nav a:hover {
  color: #fff;
}

.navigation nav a:visited {
  color: #fff;
}

.navigation nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.navigation nav li {
  list-style-type: none;
}

.logo--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 190px;
}

.connect img {
  position: absolute;
  top: -72px;
  width: 80px;
}

.connect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  height: 75px;
  border-radius: 10px;
  background-color: rgb(3 179 228 / 32%);
}

.connect h1{
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}

.appstore {
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playstore {
  margin: 10px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appstore img {
  width: 130px;
  height: auto;
}

.playstore img {
  width: 150px;
  height: auto;
}

.screen img{
  width: 100%;
}

.text {
  padding: 20px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(90deg, rgba(100,103,200,1) 0%, rgba(3,179,228,1) 100%);
  text-align: center;
}

.text p {
  margin: 0;
  margin-bottom: 10px;
}

.screen {
  margin-top: 50px;
  padding: 20px 0;
  background-color: white;
}

.screen img {
  margin-right: 20px;
  border: 1px solid #303030;
  border-radius: 10px;
}

.gcv {
  margin: 0 0 90px 0;
}

.contact-form {
  margin-top: 50px;
}

footer {
  padding: 20px 0 100px 0;
  text-align: center;
  background-color: #303030;
  color: #fff;
}

@media (min-width: 768px) {
  .content {
    margin-top: 69px;
  }

  .content-min {
    min-height: calc(100vh - 233px);
  }

  .container-header {
    justify-content: space-between;
    padding: 0 20px;
  }

  .navigation {
    position: relative;
    width: 230px;
    padding-bottom: 0;
  }

  .navigation nav {
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navigation nav a {
    font-size: 14px;
    font-weight: 600;
  }

  .navigation nav ul {
    display: flex;
  }

  .navigation nav a, .link--menu, .active .link--menu svg, .name {
    color: #303030;
  }

  .link--menu {
    height: 20px;
  }

  .active .link--menu {
    height: 20px;
    width: auto;
    border-color: 1px solid #303030;
  }

  .active .name {
    border-bottom: 3px solid #303030;
  }

  footer {
    padding: 20px 0;
  }
}

@media (min-width: 1200px) {
  .content {
    width: 1100px;
    margin: 69px auto;
  }

  .content-min {
    min-height: calc(100vh - 272px);
  }

  .screen {
    width: 1100px;
    margin: 0 auto;
  }

  .container-header {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }

  .screen {
    padding: 20px;
  }

  .slick-slide {
    height:500px;
    width: auto!important;
 }

 .slick-slide img {
    height:400px;
 }

}