@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
}

/*------------------
 UTILITY CLASSES 
 ------------------*/
.container-nav {
  max-width: 1280px;
  padding: 1.6rem;
}

.container {
  max-width: 1280px;
}

.main-color {
  color: rgba(2, 143, 161);
}

.title:before,
.title:after {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: rgba(2, 143, 161);
  margin: 0 15px;
  transform: translateY(-5px);
}

.title-w:before,
.title-w:after {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  margin: 0 15px;
  transform: translateY(-5px);
}

.title-left:before {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: rgba(2, 143, 161);
  margin: 0 15px;
  transform: translateY(-5px);
}

.title-right:after {
  content: '';
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: rgba(2, 143, 161);
  margin: 0 15px;
  transform: translateY(-5px);
}

.bttn-white.active,
.bttn-white:hover {
  text-decoration: none;
  
  color: rgba(2,143,161);
}

.bttn-white {
  padding: 10px;
  background-color: #ffffff;
  display: inline-block;
  color: rgba(2,143,161);
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 12px;
  transition: 0.3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 3rem;
}

.mw-1 {
  max-width: 400px;
}
.bttn-blue.active,
.bttn-blue:hover {
  background: linear-gradient(
    45deg,
    rgba(3, 174, 197, 0.5) 0%,
    rgba(2, 143, 161, 0.9) 100%
  );
  text-decoration: none;
  color: #fff;
}

.bttn-blue {
  padding: 10px;
  background-color: #028FA1;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 12px;
  transition: 0.3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 3rem;
}

.title{
  padding-bottom: 3%;
}

#feature .title, #faq .title{
  padding-bottom: 0;
}

/* Text size */
.headline {
  font-size: 1.7em;
}

.text1 {
  font-size: 1.1rem;
}

/* Paddings */
.section-p {
  padding: 2rem 0 !important;
}

.section-p2 {
  padding: 8rem 0 !important;
}

.pb-8 {
  padding-bottom: 4rem;
}
.pb-10 {
  padding-bottom: 5rem;
}

/* Overlay */
.overlay-2 {
  position: relative;
}

.overlay-2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(245, 245, 245, 1) 0%,
    rgba(245, 245, 245, 0.5) 100%
  );
}

/* -----------------
NAVIGATION BAR 
-------------------*/
#main-nav {
  background: rgba(2, 143, 161, 1);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
}

#navbar {
  background: rgba(2, 143, 161, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.navbar {
  padding: 0 !important;
}

.navbar-toggler {
  margin-right: 24px;
}

#main-nav img {
  width: 70%;
  height: 70%;
  border-style: none;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 24px;
}

#main-nav ul {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

#main-nav ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

#main-nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
}

.nav-link {
  color: white !important;
}

.nav-link.active {
  color: BLACK !important;

}

.navbar-collapse.show {
  background-color: rgba(2, 143, 161, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

#main-nav button:focus {
  outline: none !important;
}

/*---------------
 SECTION - HEADER HOME 
 ---------------------*/

#header-home {
  position: relative;
  background: url(../img/markus-spiske-ZKNsVqbRSPE-unsplash.jpg) no-repeat
    center center/cover;
  height: 92vh;
  color: #fff;
}

#header-home .h-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(2, 143, 161, 1) 0%,
    rgba(2, 143, 161, 0.9) 30%,
    rgba(2, 143, 161, 0.8) 70%,
    rgba(2, 143, 161, 0.7) 100%
  );
}

#header-home .main-header-content {
  display: flex;
  padding-top: 10%;
  height: 92vh;
}

#header-home .header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 2rem;
}

#header-home .header-content h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1rem;
}
#header-home .header-content ul {
  margin-top: 4rem;
}

#header-home .header-content .lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0;
}

#header-home .main-header-content #frontpage-img {
  display: flex;
  justify-content: flex-end;
  vertical-align: 50%;
}
#header-home .main-header-content img {
  height: 85%;
  justify-content: center;
}

/* ----------------------
SECTION A: FEATURES
-------------------------*/

#feature {
  background: #f4f4f4;
}

#feature .box-part {
  background: #fff;
  border-radius: 10px;
  padding: 40px 10px;
  margin: 30px 0px;
  margin-bottom: 60px;
  height: 70%;
}

#feature .box-text {
  margin: 10px 0px;
}

#feature .fas,
#feature .fab {
  color: rgba(2, 143, 161);
}

#feature .fas img {
  color: rgba(2, 143, 161);
}

/* -----------------
   Section B: Why 
-------------------*/
#why {
  background: linear-gradient(45deg, #e6f4f1 0%, #f4f4f4 100%);
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #e6f4f1 0%, #f4f4f4 100%);
  opacity: 0.4;
  z-index: -2;
  border-radius: 0.4em;
}

.fnMaal img{
  width: 100%;
}

/* -----------------
    How it works 
------------------*/

.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px;
  text-indent: 0;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #333;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 10px;
  background-color: rgba(2, 143, 161);
}

.carousel-inner .image {
  align-content: center;
  width: 60%;
}


/*---------------
     Download 
----------------*/

#download {
  background-image: url('../img/download-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.download-area {
  background: linear-gradient(
    45deg,
    rgba(238, 252, 255, 0.8) 0%,
    rgba(238, 252, 255, 0.9) 50%,
    rgba(238, 252, 255, 0.8) 100%
  );
}

.download-area .mobile-image {
  height: 500px;
}

.txt-round {
  text-align: center;
  width: 400px;
  padding-top: 0.5rem;
}

/*---------------------
        FAQ
----------------------*/

#accordion .card-header,
#accordion .card-link,
#accordion .card-link:hover {
  color: #434345;
  padding-top: 5px !important;
  padding-bottom: 0;
  align-items: center;
}

.card-body {
  padding: 5px 30px;
}

.card {
  border: none;
  border-left: 4px solid rgba(2, 143, 161);
}

.card-accord {
  width: 100% !important;
}

#accordion .card-body {
  padding-left: 1.5rem !important;
}

#accordion .card-header,
#accordion .card-body,
#accordion .card {
  background-color: #eefcff !important;
}

/*------------------
       Footer 
------------------*/

#footer {
  padding-top: 2rem;
  background: #374244;
  color: #e0e5e6;
  font-size: smaller;
}

#footer a {
  color: #fff;
}

#footer .nav-link {
  padding-left: 0;
}

#footer a:hover {
  color: #eff2f2;
  text-decoration: underline;
}
#footer ul {
  margin-bottom: 2rem;
}

/*---------------
    MEDIA QUERIES 
-----------------*/

/*--------------- 
      IPHONE X 
-----------------*/
@media (max-width: 500px) {

  .animation-hide {
    }

  .title {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  
  .title:before, 
  .title:after {
     margin: 0 5px;
     width: 30px; 
  }
  
  .title-w:before, 
  .title-w:after {
     margin: 0 5px;
     width: 30px; 
  }
  
  #header-home .main-header-content .header-content h1{
    font-size: 1.8em;
  }
  #header-home .main-header-content .header-content .lead{
    font-size: 1.5em;
  }
  #header-home .main-header-content .header-content {
    margin-right: 0;
  }
  
  #header-home .main-header-content {
    padding-top: 0;
  }

  #header-home .main-header-content .header-content p {
    font-size: 28px;
    padding-bottom: 2rem !important;
  }

  #header-home .main-header-content .header-content ul {
    margin: 0;
  }

  #feature .box-part {
    margin: 2rem 1rem 1rem 1rem;
    height: 300px;
    padding-bottom: 0;
  }

  #get-started #carousel-text {
    margin-top: -3rem;
  }

  
  #get-started #carousel-text h4 {
    text-align: center;
  }
  #get-started #carousel-text .headline {
    text-align: center;
    display: block;
  }

  #get-started #carousel-text p {
    font-size: 20px;
    text-align: center !important;
  }

  #testimonials .testimonials {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0 !important;
  }

  #testimonials .testimonials .card,
  #faq #accordion .card {
    width: 100% !important;
    margin-bottom: 1.5rem;
  }

  #download .link-store {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #download .order-2 img {
    display: none;
  }

  #faq #accordion h5 a {
    display: inline-block !important;
  }

  #why h5 {
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }

  #why h5:before,
  #why h5:after {
    margin: 0 5px;
    width: 40px;
  }

  #why p {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #why #img-box {
    max-width: 80%;
    height: 350px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2rem !important;
  }
  .headline{
    font-size: 1.5em;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/*---------------
       IPAD
----------------*/
@media (min-width: 501px) and (max-width: 769px) {
  /* Get Started */
  #get-started .row .col-md-6 {
    height: 592px;
  }

  /* Why Section */

  #why h5 {
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }

  #why p {
    margin-left: 77px;
    margin-right: 77px;
  }

  #why hr {
    margin: 1rem 0;
  }

  #why h5:before,
  #why h5:after {
    margin: 0 5px;
    width: 40px;
  }

  #why #img-box {
    max-width: 80%;
    height: 350px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2rem !important;
  }
}
