* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

/* special title */
.title-box {
  margin-block: 4rem;
}
.text-deco {
  text-decoration: none !important;
}
.title-box .title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.title-box .subtitle-a {
  color: #4e4e4e;
}
.title-box .line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}
.navbar {
  background-color: black;
}
.navbar .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.nav-item {
  padding: 0 10px;
  position: relative;
}
.navbar-nav {
  padding-right: 10px;
}
.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-link:before {
  content: "";
  position: absolute;
  margin-left: 19px;
  width: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
  background-color: #fff;
}
/* .nav-link::before:hover{
    width: 35px;
} */
.nav-link:hover {
  color: #fff;
}
.nav-link:hover:before {
  width: 35px;
}

/* end navabr */
/* start  Intro */
.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.intro .intro-content {
  text-align: center;
  position: absolute;
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}
/* typing effect */
.typing-container {
  display: flex;
  font-size: 2em;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 50px;
}
.cursor {
  display: inline-block;
  color: #fff;
  animation: blink 0.6s step-end infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
/* end typing effect  */
/* end nav bar */
/* start About */
.about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f5f5;
}
.about .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about .box-shadow-full {
  padding: 4rem 2rem 4rem 2rem;

  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.about .about-info .title-s {
  font-weight: bold;
}
.about .skill-mf .title-s {
  font-weight: bold;
  padding-block: 15px;
}
.about .skill-mf .handler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.about .title-box-2 {
  margin-bottom: 3rem;
}
.about .title-left {
  font-size: 2rem;
  position: relative;
}
.about .title-left::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}
.about .about-me .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
/* end about */
/* start services */
.services {
  background-color: #f5f5f5;
}
.services .services-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}
.services .services-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
  transition: all 500ms ease;
}

.services .services-box .service-ico .ico-circle {
  transition: all 500ms ease;
  height: 100px;
  width: 100px;
  font-size: 4rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}
.services .services-box .service-ico .ico-circle:hover {
  background-color: blue;
  opacity: 0.5;
  color: #fff;
}
.services .services-box .service-content .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}
.services .services-box .service-content .s-description {
  color: #4e4e4e;
}
/* end services */
/* start counter */
.paralax-mf {
  position: relative;
  padding: 8rem 0;
}
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: #0078ff;
}
.counter-box {
  color: #fff;
  text-align: center;
}
.counter-ico {
  margin-bottom: 1rem;
}
.counter-ico .ico-circle {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 1.8;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #cde1f8;
  font-size: 2rem;
}
.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}
.counter-box {
  color: #fff;
  text-align: center;
}
/* end counter */
/* start portfolio */
.sect-pt4 {
  padding-top: 4rem;
  background-color: #f5f5f5;
}
.work-box {
  margin-bottom: 3rem;

  background-color: #fff;
}

.work-box:hover img {
  transform: scale(1.3);
}
.w-title {
  color: black;
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.w-title {
  font-size: 1.2rem;
}
/* end protfolio */
/* start testmonials */
.testimonial-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
  width: 100%;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
  object-fit: cover;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}
/* end testmonials */
/* start blog */
#blog {
  background-color: #f5f5f5;
  padding-bottom: 5rem;
}
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-blog .card-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}
.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}
.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}
.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
  margin-bottom: 0.75rem;
}
.card-blog .card-title a {
  color: #4e4e4e;
  text-decoration: none;
}
.card-blog .card-description {
  color: #4e4e4e;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-blog .post-author {
  display: inline-block;
}
.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
}
.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}
/* end blog */
/* start contact */
.contact-mf {
  margin-top: 4rem;
}
.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.title-box-2 {
  margin-bottom: 3rem;
}
.title-left {
  font-size: 2rem;
  position: relative;
}
.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}
#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.form-group {
  margin-bottom: 1rem;
}
.button {
  border-color: transparent;
  cursor: pointer;
  border: none;
}
.button-rouded {
  border-radius: 5rem;
}
.button-big {
  padding: 0.9rem 2.3rem;
  font-size: 1.2rem;
}
.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.list-ico {
  line-height: 2;
}
.list-ico .fa-solid {
  color: #0078ff;
  margin-right: 10px;
}
.socials {
  padding: 1.5rem 0;
}
.socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.socials ul li {
  display: inline-block;
  text-align: center;
}
.socials ul li a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.socials .fa-brands {
  display: block;
  font-size: 1.7rem;
  line-height: 1.4;
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}
.socials .fa-brands:hover {
  background-color: blue;
  opacity: 0.5;
  color: #fff;
}
footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}
footer .copyright {
  margin-bottom: 0.3rem;
}
strong {
  font-weight: bolder;
}
footer .credits {
  margin-bottom: 0;
}
footer .credits a {
  color: #fff;
}
/* end */