@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
#banner{
  padding-bottom: 9%;
}
.nav-link{
    font-size: 1rem;
    margin: 3px;
    color: white!important;
}
.navbar{
    background-image: linear-gradient(to right, #4189F0, #435FFA);
}
.fa-bars{
    color: #fff;
    font-size: 30px !important;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-brand{
    font-weight: 500 !important;
}
.navbar-brand span:hover{
    color: white !important;
}
.scroll{
  background-color: rgb(48, 13, 143) !important;
  background-image: none;
  transition: background-color 200ms linear;
}
.scroll-color{
  color: white !important;
}
/* Banner Section */

#banner{
    background-image: linear-gradient(to right, #4189F0, #435FFA);
    color: white;
    padding-top: 5%;
}
.promo-title{
    font-size: 2.5rem;
    font-weight: 600;
    padding-top: 10%;
}

.title-image{
    padding: 2rem;
}

/* About Section */

#about{
    padding: 7% 15%;
    text-align: center;
}
.about-image{
    border-radius: 100%;
    width: 20%;
}
#features{
    padding: 7% 15%;
    background-color: #fff;
    position: relative;
  
  }
  .feature-box{
    text-align: center;
    padding: 5%;
  }
  
  .icon{
    color: #435FFA;
    margin-bottom: 1rem;
  }
  .icon:hover{
    color: #4732E3;
  }

/* Skills section */

#skills{
    padding: 7% 15%;
    text-align: center;
    background-image: linear-gradient(to right, #4189F0, #435FFA);
    color: white;
}

.testimonials-image{
  width: 15%;
  border-radius: 100%;
  margin: 30px;
}
.carousel-item{
  padding: 7% 15%;
}
.skill-text{
  font-size: 3.5rem;
}
h2{
  font-weight: 400;
  font-size: 30px;
  line-height: 2.5rem;
}

/* Contact Section */

#contact{
    text-align: center;
}
#footer{
  padding: 7% 15%;
  text-align: center;
}
.social-icon{
  padding: 20px 20px;
  font-size: 1.5rem;

}

#footer p{
  padding-top: 20px;
  font-size: large;
  color: grey;
}
#footer a{
  color: rgb(37, 37, 37);
}

@media (max-width: 1028px) {
    h2{
      font-size: 20px;
      line-height: 2.5rem;
    }
    .testimonials-image{
      width: 25%;
    }
  }



  /* About Page */

  /* --> About Section of about page */
  .separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}
.about-image{
  width: 20%;
  border-radius: 100%;
  margin: 30px;
  padding: 2%;
}
.about-main{
  padding-top: 1.5rem;
}
.about-main h5{
  font-family: 'Roboto', sans-serif;
  line-height: 2rem;  
}
.intro-image{
  padding-top: 1.5rem;
  width: 80%;
}
.c-image{
  width: 80%;
}

@media (max-width: 1028px) {
  .about-image{
    width: 30%;
  }
}


/* About page */
.contact-form{
  background: #fff;
  margin-top: 10%;
  margin-bottom: 5%;
  width: 70%;
}
.contact-form .form-control{
  border-radius:1rem;
}
.contact-form form{
  padding: 14%;
}
.contact-form form .row{
  margin-bottom: -7%;
}
.contact-form h3{
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 100%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}
@media (max-width: 700px) {
  .contact-form{
    background: #fff;
    margin-top: 20%;
    margin-bottom: 5%;
    width: 70%;
  }
}