body{
  font-family: 'Poppins', sans-serif;
}


.btn{
  border-radius: 2rem;
  padding: 0.7rem 1.3rem;
  border: 1.4px solid #fff;
}

.btn-outline-primary {
  border-radius: 1.5rem;
  border: 1.3px solid #46B7E8;
  color: #46B7E8;
}

.btn-outline-primary:hover {
  background-color: #46B7E8;
  color: #fff;;
  border: 1.3px solid #46B7E8;
}
.btn-secondary{
  color: #000 !important;
  background-color: #f1f1f1 !important;
  padding: 0.7rem 1.5rem !important;
  border-radius: 2rem !important;
  border: none !important;
}
.btn-secondary:hover{
    color: #000!important;
    background-color: #e9e9e9 !important;
    border: none !important;
}
.shadow-sm {
  box-shadow: 0px 4px 10px -4px rgba(168,168,168,0.5) !important;
}

.card{
  border: none;
}

.bg-hero-start {
  background-image: linear-gradient(to bottom right, hsla(202, 100%, 50%, 0.6), rgba(0, 253, 255, 0.6)), url('./images/hero.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
}
.bg-hero-contact {
  background-image: linear-gradient(to bottom right, hsla(202, 100%, 50%, 0.6), rgba(0, 253, 255, 0.6)), url('./images/contact-hero.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
}
.bg-hero-products{
  background-image: linear-gradient(to bottom right, hsla(202, 100%, 50%, 0.6), rgba(0, 253, 255, 0.6)), url('./images/products-hero.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
}
h1{
  font-weight: 700 !important;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 2rem;
}

h2{
  font-weight: 700 !important;
  margin-bottom: 40px;
}

h3{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

h4{
  font-weight: 700 !important;
  font-size: 1rem !important;
}

p.card-text{
  font-size: 0.9rem;
}

p a {
  color: #000;
}
p a:hover {
  color: #46B7E8;
}

.lead{
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.navbar{
  background-color: transparent !important;
}

a.nav-link{
  color: #fff !important;
  text-align: right;
}

a.nav-link:hover {
  color: #000 !important;
}

.text-muted{
  font-size: 0.85rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.8em;
  height: 2em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("./images/menu.svg");
}

.hero-title{
  display: flex;
  justify-content: center;
  align-items: center;
}

.two-container{
  align-items: stretch;
}

@media (min-width: 768px){

.col-md-5 {
  max-width: 60%;
  }

.hero-title-small{
  font-size: 3.1rem;
}
}
.product-single-image{
  width: 100%;
  height: auto;
}
.bg-color{
  background-color: #eee;
}

@media (max-width: 768px){

  h1{
  font-weight: 700 !important;
  color: #fff;
  font-size: 2rem;
  }

  .lead{
    color: #fff;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    h2{
      font-weight: 700 !important;
      font-size: 1.5rem;
      margin: 10px 10px !important;
    }

    h3{
      font-size: 1.2rem;
      margin-bottom: 15px;
    }
    .hero-title-small{
      font-size: 2.0rem;
    }
  }

    @media (min-width: 768px) {
      .h-md-100 { 
        height: 100vh; 
      }
        .btn-round { 
          border-radius: 30px; 
        }
        .bg-indigo { 
          background: indigo; 
        }
        .text-cyan { 
          color: #35bdff; 
        }
      }
    