@import url('https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Libre+Baskerville&family=Pacifico&family=Poppins&family=Ubuntu:ital,wght@0,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,body{
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size:1.15rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
    overflow-x: hidden;
    left: 0;
    top:0;
    min-height:100vh;
    display:flex;
    flex-direction: column;
    text-align: center;
}
a , .nav-link{
    text-decoration: none;
    color: rgba(34,54,69,.7);
    font-weight:500;
}

a:hover,.nav-link:hover{
    color: #F76E11;

}
#header{
    position: relative;
}
#header .container-fluid {
    padding:auto;
  }

ul{
    list-style-type:none;
}
.navbar{
    background-color: white;
}
.navbar .navbar-brand a {
    padding:1rem 0;
    display:block;
    text-decoration: none;
}
.navbar-brand{
    font-family: 'Libre Baskerville', serif;
    font-size: 2.5rem;
    color:#F76E11;
}
.navbar-toggler{
    background-color:#F76E11;
    border: none;
    padding:10px 6px;
    outline: none;
}

.navbar-toggler span{
    display: block;
    width: 22px;
    border: 1px;
    height: 2px;
    background-color: white;
}
.navbar-toggler span + span{
    width: 18px;
    margin-left: 4px;
    margin-top: 4px;
}
.navbar-toggler span + span + span{
    width: 10px;
    margin-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding:2rem 1.2rem;
    font-size: 1.35rem;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-top: 4px solid #F76E11;
}
.navbar-expand-lg .navbar-nav .active {
    border-top: 4px solid #F76E11;
    color: #F76E11;
}

.navbar-nav button{
    padding:1.2rem 0;
}
.navbar-nav .btn{
    padding:1rem 1.5rem;
    background-color:#F76E11;
    color:#fff;
    border-radius: 0%;
    font-size: 1.2rem;
    margin-top: -10px;
}
.navbar-nav .btn:hover{
    background-color:#444444;
}


.bg-img{
  background-position: center;
  max-width: 104%;
  height:auto;
  margin-left:-14px ;
}

/* About */

#about{
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
}
#about h1{
  color: #F76E11;
}
.feature-box{
  padding: 4%;
}
#about h3{
  font-family: 'Pacifico', cursive;
  font-weight: bold;
  color:#F76E11;
  font-size:2rem;
}

.feature-box p{
  font-weight: 500;
}
.para{
  font-family: 'Ubuntu', sans-serif;
  padding:4%;
  font-size: 1.5rem;
  line-height:2;
}
h1{
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  display: inline;
}
h1:hover{
  color: #F76E11;
}

/* Services */
#services{
  background-color:#444444;
  color: #fff; 
  padding:4%;
}
.logo{
  width:30%;
  margin: 20px;
}
.carousel-item{
  padding: 7% 15%;
}
#pj {
  background-color:#F76E11 ;
  border-radius: 50%;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  border-radius: 50%;
  height: 50px;
  width: 50px;
}


#projects{
  background-color:#444444;
  color: #fff; 
  padding:4%;
}
/* Resources */

#resources{
  padding:4%;
  background-color:#fff;
}

#resources h3{
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}


/* Footer */
.footer-basic {
    padding: 3rem;
    background-color:#fff;
    color:#444444;
    position: relative;
    margin-top:auto;

  }
  
  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    color: #F76E11;
    opacity: 5;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    color: #F76E11;
    opacity: 5;
  }
  
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }

#last h1:hover{
  color:white;
}
