@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap');
html{
  scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}
.navbar{
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background: rgba(0,0,0,0.6)!important;
}
.navbar-brand img{
  height: 2rem;
}
.navbar-nav li{
  padding-right: .7rem;
  
}
.navbar-dark .navbar-nav .nav-link{
  color: white;
  padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
  color: #1ebba3;
}

/* Landing */

.home-inner{
  background-image: url(img/bg.jpg);
}
.caption{
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}
.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;
}

/* Social Media */
.jumbotron {
  background: linear-gradient(to right, #f2f2f2, #FBFBFB);
  padding: 1rem 0 .5rem;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
}
ul.social{
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0 auto;
}

ul.social li{
  margin: 0 auto;
}

.jumbotron .svg-inline--fa{
  font-size: 2rem;
  margin: 0 1rem;
}

.jumbotron .svg-inline--fa:hover{
  color: gray!important;
}
.bebas-nue{
  font-family: 'Comfortaa', cursive;
  letter-spacing: .05rem;
  font-weight: 700;
}

.aboutme h3{
  font-family: 'Bebas Neue', cursive;
  letter-spacing: .1rem;
}

/*============= COLUMN CONTENT =============*/
.fa-square{
  opacity: .05;
}
.aboutme h1{
  color: black;
}
/* End Social Media */

/* Features Section */
h3.heading{
font-size: 1.9rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 1.9rem;
}
.heading-underline{
width: 3rem;
height: .2rem;
background-color: #1ebba3;
margin: 0 auto 2rem;
}
.feature svg.svg-inline--fa {
  color: #1ebba3;
}
.feature h3{
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}
.feature p{
font-size: 1.1rem;
}
.feature .svg-inline--fa{
  font-size: 4rem;
  margin: 0 1rem;
}

/* End Feature */

/* Resource Section */
.fixed{
  background-image: url(img/work-6.jpg);
  z-index: -1;
  }
  .dark{
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 7rem 2rem;
  }
  .fixed-background h3{
  margin-bottom: 2rem;
  }
  .fixed-background p{
  margin-top: 1.5rem;
  }

  /*End Resource Section */

  /* Customer Feedback */
.happyclients{
  width: 100%;
  height: 100vh;
  padding: 80px;
}
.box{
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  transition: 0.3s ease;
}
.box:hover{
  background: #16c9f6;
}
.box:hover p {
  color: white;
}
.carousel-indicators{
  position: absolute;
  right: 0;
  bottom: -60px!important;
}
.carousel-indicators li{
  background-color: #16c9f6!important;
}
/* .box a img{
width: 100px;
height: 100px;
border-radius: 50%;
margin-top: 20px;
} */
/* .box a :after{
  content: "\f10d";
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
  color: white;
  position: absolute;
  top: 120%;
  left: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.box h1{
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.box h2{
  font-size: 13px;
  font-weight: 400px;
  color: #666666;
  margin-bottom: 20px;
}
/* End Customer Feedback */

/* Service Offers */
.serviceoffers{
  background: #f7f7f9;
  padding: 50px 0;
  /* margin-bottom: 50px; */
}
.headings{
  margin-bottom: 50px;
}
.headings h1{
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
.names h1{
  color: #2e2e2e;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
}
.service-icons{
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress{
  height: 0.6rem!important;
  margin-bottom: 25px;
  background: #606060;
}
.servicediv h2{
  font-size: 0.9rem;
  margin: 20px 0 15px 0;
  font-weight: bold;
  line-height: 1.1;
  word-spacing: 4px;
}
.service-p{
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 400;
    color: red;
}
.space{
  height: 8rem!important;
  margin-bottom: 25px;
  
}
/* End Service Offers */

/* Video */
.video .container{
  margin-top: 5%;
}
.video h1{
  margin-bottom: 50px!important;
}
.video .play-btn{
  width: 50px;
  position: relative;
  top: -50%;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}

.video .col-md-4:hover .play-btn{
  opacity: 1;
}
.modal-content{
  background: transparent!important;
  border: none!important;
}
/* End Video */

/* Footer */
footer{
  background-color: #383838;
  padding: 1rem 2rem 3rem;
}
footer img{
  height: 3.5rem;
  margin: 1.5rem auto;
}

footer a,
.socket a {
  color: white;
  text-decoration: none;
}

footer a:hover,
.socket a:hover {
  color: white;
  text-decoration: none;
}

.socket{
  background-color: #222222;
  border-top: .1rem solid gray;
}
/* End Footer */
/*============= COURSE SECTION =============*/

.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}
.narrow h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #1EBBA3;
  background-color: #1EBBA3;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #189582;
  background-color: #189582;
  color: white;
}
/* Media Query */
@media (max-width: 991.98px) {
  
}

@media (max-width: 768px){
  .pricing, .happyclients, .contactus{
      height: auto;
      margin-top: 50px;
  }
  .jumbotron .svg-inline--fa{
    font-size: 1.6rem;
    margin: 0 .8rem;
  }
  .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;
  }
  .jumbotron .feature .svg-inline--fa{
    font-size: 4rem;
    margin: 0 1rem;
  }
}
@media (max-width: 575.98px) {
  .jumbotron .svg-inline--fa{
    font-size: 1.4rem;
    margin: 0 .5rem;
  }
  .space{
    height: 10rem!important;
    margin-bottom: 25px;
    
  }
}
/* End Media Query */
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
