* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Space Mono", Arial, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #4d4d4d;
  background: #f5f5f5;
}

p {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Space Mono", Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.1;
}

img,
svg {
  vertical-align: middle;
}

::-webkit-selection {
  color: #fff;
  background: #ff9000;
}

::-moz-selection {
  color: #fff;
  background: #ff9000;
}

::selection {
  color: #fff;
  background: #ff9000;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 144, 0, 0.9);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 144, 0, 1);
}

.bg-cover {
  background-image: url(../images/background-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  width: 100%;
}

.parallax-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: big john;
  width: 100%;
  height: 100vh;
}

.overlay {
  position: absolute;
  background-image: initial;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 144, 0, 0.9);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.text-style {
  text-align: center !important;
}

.text-style-md,
.text-style-about-row,
.services-style-md,
.work-disc-sm8,
.work-disc-sm4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-style-offset {
  margin-left: 16.66667%;
}

.display {
  width: 100%;
  display: table;
}

.display-2 {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}

.name-displayh1 {
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Kaushan Script", cursive;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.displayspan1 {
  padding: 4px 15px;
  position: relative;
}

.displayspan1::before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 30px;
  height: 4px;
  content: "";
  background: #fff;
  margin-left: -30px;
}

.displayspan1::after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px;
  height: 4px;
  content: "";
  background: #fff;
  margin-right: -30px;
}

.name-displayh3 {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 16px;
}

.profile-thumb {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.social-icons-li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.social-icons-link {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  color: #ff9000;
  *display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

.social-icons-link i {
  font-size: 20px;
  color: #fff;
  font-size: 30px;
}

.twitter,
.facebook,
.linkedin,
.github {
  transition: 0.3s;
}

.twitter:hover {
  color: #00b6f1;
}

.facebook:hover {
  color: #3b5998;
}

.linkedin:hover {
  color: #04669a;
}

.github:hover {
  color: #333333;
}

.about,
.work-section,
.hire-me-section,
#contact-me-section {
  padding: 7em 0;
  clear: both;
}

.text-heading {
  margin-bottom: 5em;
}

.about-h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}

.about-h2::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #ff9000;
  width: 100px;
  bottom: 10px;
}

.about-info {
  margin: 0;
  padding: 0;
  width: 90%;
  float: left;
}

.about-info li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 10px 0;
}

.about-li {
  padding-top: 0;
}

.first-span {
  width: 40%;
  display: inline-block;
  float: left;
  color: #000;
  font-weight: bold;
}

.second-span {
  width: 60%;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

.about-social-icons-li {
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.about-social-icons-a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #2f3c4f;
  padding: 10px 10px 4.5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.about-social-icons-a:hover {
  background: #ff9000;
}

.bg-i {
  font-size: 20px;
  margin-bottom: 4px;
}

.about-box {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  border-radius: 25px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#myservices {
  background: #ff9000;
}

.services-pd {
  padding: 7em 0;
}

.text-myservices {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.service-card {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.service-card:hover .icon-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #ff9000;
  box-shadow: 0 0 0 10px #f8f5cd;
}

.service-card .service-icon {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-card .icon-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-card .icon-circle i {
  line-height: 0;
  font-size: 40px;
}

.icon-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #ff9000;
  display: block;
}

.service-card .service-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}

.service-card .service-disc {
  color: #4e4e4e;
  margin-bottom: 1rem !important;
}

.work-header {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000 !important;
}

.work-card {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.card-inside {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  box-shadow: 0 13px 8px -10px rgb(0 0 0 / 10%);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 0.3s ease-out;
}

.work-img img:hover {
  transform: scale(1.2);
}

.img-work {
  max-width: 100%;
  height: auto;
}

.work-disc {
  padding: 2rem 3% 1rem 4%;
}

.work-title {
  font-size: 1.2rem;
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.work-readmore {
  color: #4e4e4e;
  font-size: 0.8rem;
}

.work-category {
  color: #ff9000;
  font-size: 0.8rem;
}

.work-date {
  color: #4e4e4e;
  font-size: 0.8rem;
}

.work-like {
  font-size: 2.5rem;
  color: #ff9000;
  float: right;
}

.work-link {
  color: #ff9000;
  text-decoration: none;
}

.flex {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.flex > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.work-tags {
  margin-top: 5px;
  margin-bottom: -10px;
  font-size: 12px;
}

.hire-me-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: none;
  background: #ff9000;
}

.hire {
  margin-bottom: 20px !important;
  color: #fff !important;
  font-size: 40px;
  line-height: 1.5;
}

.hire-p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  margin-bottom: 30px;
}

.btn-contact-us {
  height: 54px;
  border: none !important;
  background: #fff;
  color: #ff9000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 18px 36px !important;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Space Mono", Arial, serif;
  border-radius: 30px;
  line-height: 1.33333;
  display: inline-block;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgba(0, 0, 0, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

#footer {
  padding: 1.5em 0;
  clear: both;
}

#footer .img-pfp {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

#footer .pfp-text {
  color: #000;
  font-size: 19px;
}

#footer .pfp-line {
  color: #000;
  font-size: 25px;
}

.copy-pfp {
  color: #000;
  font-size: 19px;
}

.footer-link {
  text-decoration: none;
  color: rgba(255, 144, 0, 0.9);
}

.footer-link:hover {
  text-decoration: underline;
}

.text-myservices:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #fff;
  width: 150px;
  bottom: 10px;
}

.work-header::before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #ff9000;
  width: 55px;
  bottom: 10px;
}

/* Media Queries */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .about-box {
    padding: 3rem;
  }

  .work-disc-sm8,
  .work-disc-sm4 {
    float: left;
  }

  .work-disc-sm8 {
    width: 66.66667%;
  }

  .work-disc-sm4 {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .text-style-md,
  .services-style-md,
  .text-style-about-row {
    float: left;
  }

  .text-style-md {
    width: 66.66667%;
  }

  .text-style-offset {
    margin-left: 16.66667%;
  }

  .text-style-about-row {
    width: 33.33333%;
  }

  .services-style-md {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 3em 0;
  }

  .about-info {
    margin-bottom: 3em;
  }

  .work-section {
    padding: 3em 0;
  }
}
