/*
'Roboto Slab', 'Raleway', 'Roboto', 'Poppins'
*/

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  font-family: "Roboto";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
i,
u,
span,
div,
ul,
li,
a,
br,
hr {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
a {
  text-decoration: none;
  outline: none;
  border: none;
}
a:hover {
  text-decoration: none;
  outline: none;
  border: none;
}
.section-break {
  height: 30px;
  width: 100%;
}

/*  Header  */
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px #0002;
  position: sticky;
  top: 0;
  z-index: 9;
}
header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto Slab";
  color: #3f3d56;
  text-transform: capitalize;
  letter-spacing: 1px;
}
header nav .navbar-brand:after {
  content: "";
  display: inline-block;
  background: #6c63ff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-left: 5px;
}
header nav button i {
  color: #6c63ff;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: "Raleway";
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  color: #3f3d56;
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  transition: 0.5s;
}
header nav ul li a:hover {
  color: #6c63ff;
}
/*  Header Close  */
/*  Banner  */
.home-banner {
  width: 100%;
  margin: 100px 0;
}
.home-banner .content-badge {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Raleway";
  color: #fff;
  background: #6c63ff;
  border-radius: 15px 15px 15px 0;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px #0002;
  margin-top: 50px;
}
.home-banner h3 {
  font-size: 40px;
  color: #3f3d56;
  font-weight: 700;
  margin-top: 20px;
  text-transform: uppercase;
}
.home-banner h3 span {
  color: #6c63ff;
  font-family: "Roboto Slab";
  text-shadow: 0 2px 5px #0002;
}
.home-banner h5 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Raleway";
  color: #3f3d56;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.home-banner .svg-img {
  width: 100%;
}
.home-banner .svg-img img {
  width: 100%;
}
.home-banner .social-icon {
  margin-top: 20px;
}
.home-banner .social-icon a {
  display: inline-block;
  margin-right: 15px;
}
.home-banner .social-icon a:last-child {
  margin-right: 0;
}
.home-banner .social-icon a i {
  font-size: 25px;
  color: #d0cde1;
}
.home-banner .social-icon a i:hover {
  color: #6c63ff;
  text-shadow: 0 2px 5px #0002;
}
.home-banner .cta {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #6c63ff;
  border-radius: 5px;
  margin-top: 20px;
  color: #6c63ff;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
}
.home-banner .cta:hover {
  background: #6c63ff;
  color: #fff;
  box-shadow: 0 2px 5px #0003;
}
/*  Banner Close  */
/*  Home About  */
.about-myself {
  margin: 100px 0;
  width: 100%;
}
.about-myself img {
  margin-top: 70px;
}
.about-myself h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins";
  color: #3f3d56;
  position: relative;
}
.about-myself h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  border-radius: 5px;
  background: #6c63ff;
  margin-top: 10px;
  margin-bottom: 40px;
  box-shadow: 0 2px 5px #0003;
}
.about-myself h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #6c63ff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #0003;
}
.about-myself p {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Raleway";
  letter-spacing: 1px;
  color: #3f3d56;
}
.about-myself .cta {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #6c63ff;
  background: #6c63ff;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  box-shadow: 0 2px 5px #0003;
}
.about-myself .cta:hover {
  background: #fff;
  color: #6c63ff;
}
.about-myself .svg-img {
  width: 100%;
}
.about-myself .svg-img img {
  width: 100%;
}
/*  Home About Close  */
/*  Home Services  */
.home-services {
  margin: 100px 0;
  width: 100%;
}
.home-services h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins";
  color: #3f3d56;
  text-align: center;
  position: relative;
}
.home-services h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  border-radius: 5px;
  background: #6c63ff;
  margin: 10px auto 40px;
  box-shadow: 0 2px 5px #0003;
}
.home-services h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #6c63ff;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  left: 49.5%;
  box-shadow: 0 2px 5px #0003;
}
.home-services .services-box {
  margin-top: 30px;
  text-align: center;
  background: #f9f9fd;
  padding: 50px 10px;
  transition: 0.5s;
  border-radius: 5px;
}
.home-services .services-box:hover {
  box-shadow: 0 5px 10px 5px #0002;
}
.home-services .services-box img {
  margin: auto;
  width: 80px;
}
.home-services .services-box h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto";
  text-transform: capitalize;
  margin-top: 20px;
}
.home-services .services-box h4 a {
  color: #3f3d56;
}
.home-services .cta {
  margin: 50px auto 0;
  text-align: center;
}
.home-services .cta a {
  padding: 10px 20px;
  border: 2px solid #6c63ff;
  background: #6c63ff;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  box-shadow: 0 2px 5px #0003;
  text-align: center;
}
.home-services .cta a:hover {
  background: #fff;
  color: #6c63ff;
}
/*  Home Services Close  */
/*  Home Latest Work  */
.home-work {
  margin: 100px 0;
  width: 100%;
}
.home-work h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins";
  color: #3f3d56;
  text-align: center;
  position: relative;
}
.home-work h3:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  border-radius: 5px;
  background: #6c63ff;
  margin: 10px auto 40px;
  box-shadow: 0 2px 5px #0003;
}
.home-work h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #6c63ff;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  left: 49.5%;
  box-shadow: 0 2px 5px #0003;
}
.home-work .home-work-carousel {
  margin-top: 50px;
}
.home-work .home-work-carousel .work-item {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0002;
  background: #f9f9fd;
}
.home-work .home-work-carousel .work-item img {
  width: 100%;
  height: 200px;
}
.home-work .home-work-carousel .work-item h5 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto";
  margin-top: 20px;
  text-align: center;
  text-transform: capitalize;
}
.home-work .home-work-carousel .work-item h5 a {
  color: #6c63ff;
}
.home-work .home-work-carousel .owl-nav {
  margin-top: 30px;
}
.home-work .home-work-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: #d0cde1;
  color: #6c63ff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
  transition: 0.5s;
  outline: none;
}
.home-work .home-work-carousel .owl-nav button:hover {
  background: #6c63ff;
  color: #fff;
}
/*  Home Latest Work Close  */
/*  Home Contact Secion  */
.home-contact {
  margin: 100px 0;
}
.home-contact .contact-box {
  padding: 70px 0;
  background: linear-gradient(to top left, #494586, #854eee);
  color: #fff;
}
.home-contact .contact-box h3 {
  text-align: center;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 500;
}
.home-contact .contact-box form {
  margin: 40px auto 0;
  width: 80%;
  text-align: center;
}
.home-contact .contact-box form input {
  width: 50%;
  margin: 15px auto;
  padding: 10px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  outline: 0;
}
.home-contact .contact-box form input::placeholder {
  color: #f8f8f8;
}
.home-contact .contact-box form button {
  padding: 10px 25px;
  background: #fff;
  outline: none;
  border: #fff;
  margin-left: 10px;
  color: #6c63ff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
  font-size: 17px;
  text-transform: uppercase;
}
/*  Home Contact Section Close  */
/*  Footer  */
footer {
  margin: 100px 0;
  text-align: center;
}
footer h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 500;
  color: #3f3d56;
}
footer .social-icon a i {
  font-size: 25px;
  color: #6c63ff;
  margin: 35px 15px;
  transition: 0.5s;
}
footer .social-icon a i:hover {
  text-shadow: 0 2px 5px #0003;
}
footer p {
  color: #3f3d56;
}
/*  Footer Close  */
/*  Banner  */
.banner {
  width: 100%;
  padding: 150px 0;
  background: linear-gradient(to right, #824de7, #5a47a4);
  text-align: center;
  color: #fff;
}
.banner-title {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-breadcrumb {
  margin-top: 15px;
}
.banner-breadcrumb span:after {
  content: "-";
  display: inline-block;
  margin: 0 15px;
  font-weight: 700;
}
.banner-breadcrumb span:last-child:after {
  display: none;
}
.banner-breadcrumb span a {
  font-size: 17px;
  font-weight: 500;
  color: #cfcfcf;
  transition: 0.5s;
}
.banner-breadcrumb span a:hover {
  color: #fff;
}
/*  Banner Close  */
/*  About Page  */
.skills {
  margin: 100px 0;
}
.skills h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto Slab";
  color: #3f3d56;
  margin-bottom: 20px;
  margin-top: 100px;
}
.skills h4 {
  font-size: 25px;
  font-weight: 500;
  font-family: "Roboto Slab";
  color: #3f3d56;
  margin-top: 5px;
}
.skills .skills-tag {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Raleway";
  color: #fff;
  background: #6c63ff;
  border-radius: 15px 15px 15px 0;
  letter-spacing: 1px;
  box-shadow: 0 2px 5px #0002;
  margin: 30px 0;
}
.skills .skills-contact {
  width: 100%;
  margin-top: 15px;
}
.skills .skills-contact p {
  margin-bottom: 15px;
  font-size: 17px;
}
.skills .skills-contact p i {
  width: 20px;
  color: #6c63ff;
}
.skills .skills-contact p a {
  color: #3f3d56;
}
.skills .skills-icons {
  display: block;
  margin: 15px 0;
  border: 1px solid #eaeaea;
  transition: 0.5s;
}
.skills .skills-icons:hover {
  box-shadow: 0 8px 30px rgba(118, 85, 225, 0.15);
}
.skills .skills-icons img {
  width: 100%;
}
/*  About Page Close  */
/*  Contact Page  */
.contact {
  margin: 100px 0;
}
.contact .svg-img {
  width: 100%;
}
.contact .svg-img img {
  width: 100%;
}
.contact .box {
  padding: 15px 30px;
  background: #f9f9fd;
  border-radius: 5px;
  margin: 10px 0;
  transition: 0.5s;
}
.contact .box:hover {
  box-shadow: 0 3px 5px 1px #0001;
}
.contact .box h5 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Slab";
  color: #6c63ff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .box p {
  color: #3f3d56;
  font-size: 17px;
  font-weight: 100;
}
.contact .box p a {
  color: #3f3d56;
}
.contact h6 {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 500;
  font-family: "Poppins";
  color: #3f3d56;
}
.contact form {
  width: 100%;
  margin: auto;
}
.contact form input {
  background: #f9f9fd;
  border: 1px solid #f2f2f2;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #3f3d56;
  transition: 0.5s;
}
.contact form input:focus {
  border: 1px solid #6c63ff;
  box-shadow: 0 8px 15px rgba(118, 85, 225, 0.15);
}
.contact form textarea {
  background: #f9f9fd;
  border: 1px solid #f2f2f2;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #3f3d56;
  transition: 0.5s;
}
.contact form textarea:focus {
  border: 1px solid #6c63ff;
  box-shadow: 0 8px 15px rgba(118, 85, 225, 0.15);
}
.contact form button {
  padding: 10px 20px;
  border: 2px solid #6c63ff;
  background: #6c63ff;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  box-shadow: 0 2px 5px #0003;
  text-align: center;
}
.contact form button:hover {
  padding: 10px 30px;
}

/*  Contact Page Close  */

/*  ==  Media Query  ==  */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
  header nav ul {
    margin: 10px 0;
    border-top: 1px solid #f1f1f1;
    padding: 10px 0;
  }
  header nav ul li {
    display: block;
    margin: 5px 0;
  }
}
@media screen and (max-width: 834px) {
  .home-banner {
    margin: 70px 0;
  }
  .home-banner .content-badge {
    margin-top: 20px;
  }
  .home-banner h3 {
    font-size: 30px;
  }
  .home-banner h5 {
    font-size: 20px;
    margin-top: 10px;
  }
  .home-banner .cta {
    padding: 7px 15px;
    font-size: 13px;
    margin-top: 15px;
  }
  .about-myself {
    margin: 70px 0;
  }
  .about-myself h3 {
    font-size: 30px;
  }
  .about-myself h3:after {
    margin-bottom: 20px;
  }
  .about-myself p {
    margin-top: 10px;
    font-size: 15px;
  }
  .about-myself .cta {
    padding: 7px 10px;
    font-size: 13px;
    margin-top: 15px;
  }
  .home-services {
    margin: 70px 0;
  }
  .home-services h3 {
    font-size: 30px;
  }
  .home-work {
    margin: 70px 0;
  }
  .home-work h3 {
    font-size: 30px;
  }
  .home-contact {
    margin: 70px 0;
  }
  .home-contact .contact-box h3 {
    font-size: 30px;
  }
  .home-contact .contact-box form button {
    font-size: 15px;
    padding: 10px 20px;
  }
  footer {
    margin: 70px 0;
  }
  footer h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .svg-img {
    margin-top: 50px;
  }
  .about-myself .svg-img {
    margin-bottom: 50px;
  }
  .home-contact .contact-box form {
    width: 100%;
  }
  .home-contact .contact-box form input {
    display: block;
    width: 90%;
  }
  .home-contact .contact-box form button {
    display: block;
    margin: auto;
  }
  .contact .svg-img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
}
