
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:wght@400;500;600&family=Roboto:wght@300;400;700&display=swap');

.body{
    overflow-x:hidden;
    font-family: "Poppins", sans-serif;
    color: #4b4b4b;
}
/*----NavBar-----*/
.navbar{
    background-color: #fff;
    height: 80px;
    box-shadow: 0px 4px 2px -2px rgba(66, 68, 90, 0.09);
}
.navbar-brand{
    font-weight: 500;
    color: #ff0100;
    font-size: 24px;
}
.navbar-toggler{
    border: none;
    font-size: 1.25rem;
}
.navbar-toggler:focus, .btn-close:focus{
    box-shadow: none;
    outline:none;
}
.nav-link{
    color: #666777;
    font-weight: 500;
    position: relative;
}
.nav-link:hover, .nav-link.active{
    color:#000;
}

@media (min-width: 991px){
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #ff0100; 
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
}

/*----Body-----*/
.home-inner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/banner-test.png);
}
.caption{
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 38%;
    z-index: 1;
    color:white;
    text-transform: uppercase;
    animation: fadeInUp 1s ease;
}
.caption h1{
    font-size:3.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}
.caption h3{
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
}
.btn-lg{
    border-width: medium;
    border-radius: 0;
    padding: .6rem 1.3rem;
    font-size: 1.1rem;
}
  .narrow{
    width:75%;
    margin: 1.5rem auto;
    padding-top: 2rem;
  }
  .narrow h1{
    font-size: 2.4rem;
  }
  #course{
    padding-bottom: 100px;
  }
  #course img{
    width: 80%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 8px 32px hsla(0, 0%, 0%, .15);
    margin-top: 25px;
  }
  .lead{
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    color: #4b4b4b;
  }
  #course h3{
    font-size:1.7rem;
    text-transform: uppercase;
    padding-bottom: .4rem;
    margin-top: 1rem;
    color:#202020;
  }
  .btn-secondary{
    border-width: medium;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: .6rem 1.2rem;
    margin: 1rem;
    color:white;
    background-color: #ff0100;
    border-color: #ff0100;
  }
  .btn-secondary:hover{
    background-color: #da0100;
    border-color: #da0100;
  }
  .jumbotron {
    background-color: #e9ecef;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    border-radius: 0;
  }
  .offset:before{
    display: block;
    content: "";
    height: 4rem;
    margin-top: -4rem;
  }
  h3.heading{
    color:#202020;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.9rem;
  }
  .heading-underline{
    width: 3rem;
    height: .2rem;
    background-color: #ff0100;
    margin: 0 auto 2rem;
  }
  .feature h3{
    font-size:1.3rem;
    text-transform: uppercase;
    padding-bottom: .4rem;
    margin-top: 1rem;
    color:#202020;
  }
  .feature p{
    font-size: 1.1rem;
  }
  .fixed{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/banner4.jpeg);
    z-index: -1;
  }
  .dark{
    color:white;
    padding: 6rem 2rem;
  }
  .heading{
    color: #202020;
    font-size: 2.4rem;
    margin-bottom: 1.9rem
  }
  .product img{
    border-radius: 15px;
    box-shadow: 0px 8px 32px hsla(0, 0%, 0%, .15);
  }
  .product p{
    font-weight: 500;
    font-size:1.3rem;
    padding-bottom: .4rem;
    margin-top: 1rem;
    color:#202020;
  }
  .product{
    transition: all 0.3s;
  }
  .product:hover{
    transform: scale(1.10);
  }
  h3.heading-dark{
    color: white;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.9rem;
  }
  .lead-dark{
    padding-bottom: 1.6rem;
    color: white;
    font-size: 1.3rem;
  }
  /*------footer-----*/
  footer{
    background-color: #40474e;
    color:white;
    padding: 2rem 0 2rem;
    font-weight: 400;
    font-size: 0.9rem;
  }
  footer img{
    margin: 1.5rem 0;
  }
  hr.socket{
    width: 100%;
    border-top: .2rem solid #666b71;
    margin-top: 3rem;
  }
/*--- Products Page----*/
  .space{
    padding-bottom: 3rem;
  }
  .space-about{
    padding-bottom: 4rem;
  }
  .heading-text{
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    color: #4b4b4b;
    text-align: center;
  }
/*--- Contact Page---*/
  iframe{
    width: 100%;
    height: 500px;
  }
/*--- About Us---*/
#about-us-p h3 {
  margin-top: 5rem;
}
#headline {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/*--- Media Queries---*/
@media (max-width: 767px){
  .caption h1{
    font-size:2.3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
}
.caption h3{
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
}
.btn-lg{
    padding: .5rem 1rem;
    font-size: 1rem;
}
.narrow h1{
  font-size: 1.8rem;
}
.lead{
  font-size: 1.1rem;
}
.product:hover{
  transform: none;
}
h3.heading-dark{
  font-size: 1.8rem;
}
.lead-dark{
  font-size: 1.1rem;
}
h3.heading{
  font-size: 1.8rem;
}
#about-us{
  text-align:center;
}
#about-us-p{
  text-align: center;
}
#about-us-p h3 {
  margin-top: 0rem;
}
}

@keyframes fadeInUp {
    0%{
      opacity: 0;
      transform: translateY(50px);
    }
    100%{
      opacity: 1;
      transform: translateY(0px);
    }
}
