/* =========================== */
/* BASIC STYLES STARTS */

@import url("https://fonts.googleapis.com/css2?family=Carrois+Gothic&family=Oswald:wght@300;400&family=Raleway:wght@300;400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow: hidden;
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: "Raleway", sans-serif;
  background-image: url(../media/homebg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body::after {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  /* background: transparent url(../media/01.png) repeat top left; */
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
  z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
li,
span,
.col,
.row,
.container-fluid {
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: none;
  outline-style: none;
  text-decoration: none;
  color: #cd2e25;
  box-shadow: none !important;
}

ul li {
  list-style: none;
}

/* =========================== */
/* BASIC STYLES ENDS */

/* =========================== */
/* SCROLLBAR STYLES STARTS */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background: #cd2e25;
  border-radius: 20px;
}

/* =========================== */
/* SCROLLBAR STYLES ENDS */

/* =========================== */
/* HOME PAGE STYLES STARTS */

.wrapper,
.main-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.header,
.title-details,
.contact-details {
  padding: 0 5vw;
}

.top-header {
  top: 0;
}

.home-header {
  bottom: 10vh;
}

.header {
  position: fixed;
  width: 100vw;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  height: 12vh;
  overflow: hidden;
  opacity: 1;
  z-index: 99;
}
.logo {
  padding-top: 10px;
}

.top-nav {
  padding-bottom: 10px;
}

.logo,
.nav-list {
  overflow: hidden;
}

.header .nav-list a {
  margin-left: 20px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 15px;
  overflow: hidden;
  position: relative;
}

.nav-list a:nth-child(1) {
  margin-left: 0px;
}

.is-active {
  color: #cd2e25;
  z-index: 2;
}

.homeContentAnimated {
  visibility: hidden;
}

.contact-details {
  position: fixed;
  width: 100vw;
  top: 0;
  overflow: hidden;
  flex-direction: column;
}

.email a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
}

.call a {
  font-size: 22px;
  color: #fff;
}

.email,
.call {
  text-align: right;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-family: "Oswald";
}

.circle {
  font-size: 20px;
  border-radius: 50%;
}
.contact-content .circle {
  background-color: rgba(51, 51, 51, 0.9);
}

.social-list li a,
.social-items li a {
  display: grid;
  place-items: center;
  position: relative;
  width: 30px;
  height: 30px;
}
.contact-content .social-items li a {
  width: 50px;
  height: 50px;
}

.social-list li a i,
.social-items li a i {
  font-size: 22px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

.facebook:hover {
  background-color: #395793;
  box-shadow: 0px 6px 15px #395793;
}

.github:hover {
  background-color: #000;
  box-shadow: 0px 6px 15px #000;
}

.linkedin:hover {
  background-color: #0a6594;
  box-shadow: 0px 6px 15px #0a6594;
}
.projects:hover {
  background-color: #771d15;
  box-shadow: 0px 6px 15px #771d15;
}

.title-details {
  position: fixed;
  width: 100vw;
  top: 40vh;
  overflow: hidden;
}

.title {
  color: #fff;
  font-size: 36px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.title .bold {
  font-weight: 700;
}
.typer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.typer p {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  font-size: 24px;
  white-space: nowrap;
  width: 600px;
  margin: 0;
}

.typer p span {
  color: #d72e22;
  font-weight: 500;
}

.text2,
.text3 {
  position: absolute;
  top: 0;
  left: 0;
}

.typewrite {
  opacity: 0;
  animation: titleAnimation 9s linear infinite 0s;
}

.text2 {
  animation-delay: 3s;
}

.text3 {
  animation-delay: 6s;
}

@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  75% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 0;
    transform: translateY(200px);
  }
}

/* =========================== */
/* HOME PAGE STYLES ENDS */

/* =========================== */
/* ABOUT PAGE STYLES STARTS */

.about-content,
.resume-content,
.services-content,
.skills-content,
.contact-content {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  padding: 60px 20px;
  overflow: scroll;
}

.about-content h1,
.resume-content h1,
.services-content h1,
.skills-content h1,
.contact-content h1 {
  font-size: 30px;
  font-family: "Oswald";
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 0;
}

.about-content h2,
.resume-content h2,
.services-content h2,
.contact-content h2 {
  font-size: 26px;
  font-family: "Oswald";
  letter-spacing: 1px;
  color: #333;
  margin: 48px 0 32px;
}

.heading-icons {
  color: rgba(0, 0, 0, 0.07);
  font-size: 25px;
  margin-left: 10px;
  line-height: 25px;
}

.about-content p,
.resume-content p,
.services-content p,
.skills-content p,
.contact-content p {
  line-height: 26px;
}

.label {
  font-size: 12px;
  line-height: 10px;
  padding: 7px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Carrois Gothic SC", sans-serif;
  background: #d72e22;
  color: #fff;
  border-radius: 3px;
}

.dl-horizontal dt {
  float: left;
  text-align: left;
  width: 100px;
}

.dl-horizontal dd {
  margin-left: 15%;
}

.dl-horizontal p {
  text-align: left;
}

.about-btn {
  margin: 16px 0 64px;
}

.contact-content .about-btn {
  margin: 32px 0 64px;
}

.btn-item a {
  font-size: 14px;
  color: #fff;
}

.btn-item {
  background: #d72e22;
  cursor: pointer;
  padding: 5px 8px;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  width: auto;
  position: relative;
  /* min-width: 200px; */
}

.hire::after {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  position: absolute;
  left: 80%;
  top: 45%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.resume::after {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 85%;
  top: 45%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.btn-item a:hover {
  color: #fff;
}

.btn-item:hover {
  background: #d72e22;
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0px 6px 15px #d72e22;
  padding: 5px 30px 5px 8px;
  color: #ffffff;
}

.btn-item:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}

.hire {
  margin-right: 10px;
}

/* =========================== */
/* ABOUT PAGE STYLES ENDS */

/* =========================== */
/* SKILLS PAGE STYLES STARTS */

.skills-category {
  padding: 30px 0;
}

.category-title {
  padding-bottom: 50px;
}

.skills-category:last-child,
.job-list:last-child {
  padding-bottom: 50px;
}

.skills-content h3 {
  font-size: 20px;
  font-family: "Oswald";
  color: #d72e22;
  margin: 0;
}

.skills-content h4 {
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
}

.skills-content p {
  margin-bottom: 5px;
}

.skills-list {
  padding: 50px 0;
}

.skill-item {
  margin-bottom: 30px;
}

.progress {
  height: 8px;
  width: 100%;
  margin-right: 30px;
}

.progress-bar {
  background-color: #d72e22;
  border-radius: 5px;
  height: 8px;
  animation: progress-bar 2s forwards ease-in-out;
}

@keyframes progress-bar {
  from {
    width: 0;
  }
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.skills-progress {
  counter-reset: num var(--num);
  font-size: 16px;
  font-family: "Oswald";
  color: #d72e22;
}

@-moz-document url-prefix() {
  .skills-progress {
    display: none;
  }
}

/* =========================== */
/* SKILLS PAGE STYLES ENDS */

/* =========================== */
/* RESUME PAGE STYLES STARTS */

.job-list {
  position: relative;
}

.job-item {
  padding: 0;
  margin-bottom: 40px;
}

.timeline {
  align-items: center;
  padding: 10px 10px;
}

.tmicon {
  background: #df5046;
  box-shadow: 0 0 0 6px #d72e22;
  width: 40px;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 17px;
  position: absolute;
  right: 0;
  z-index: 100;
}

.timeline span:first-child {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.job-description {
  background-color: #fff;
  padding: 20px 25px 30px 25px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgb(210 210 210 / 40%);
  width: 100%;
}

.job-description h5 {
  font-size: 18px;
  font-family: "Oswald";
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 10px;
  color: #cd2e25;
}

.job-description P {
  margin: 0;
}

.job-description::after {
  left: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 10px;
  top: 10px;
}

/* =========================== */
/* RESUME PAGE STYLES ENDS */

/* =========================== */
/* CONTACT PAGE STYLES STARTS */

.contact {
  padding: 32px 0px 16px;
}

.contact-title p {
  padding: 0px;
}

.contact li {
  padding-bottom: 20px;
}

.contact li i {
  width: 20px;
  height: auto;
  text-align: center;
  color: #d72e22;
  font-size: 20px;
  margin-right: 10px;
}

.social-list {
  padding: 0px;
}

/* =========================== */
/* CONTACT PAGE STYLES ENDS */

/* =========================== */
/* MEDIA QUERIES STYLES STARTS */

@media (min-width: 992px) {
  .header,
  .title-details,
  .contact-details {
    padding: 0 15vw;
  }
  .contact-details {
    flex-direction: row;
    top: 7vh;
  }
  .circle {
    background-color: rgba(255, 255, 255, 0.35);
  }
  .header {
    height: 10vh;
  }

  .logo {
    padding-top: 0px;
  }

  .top-nav {
    padding-bottom: 0px;
  }

  .header .nav-list a {
    font-size: 20px;
  }

  .email a {
    font-size: 30px;
  }

  .call a {
    font-size: 38px;
  }

  .circle {
    font-size: 36px;
  }

  .social-list li a,
  .social-items li a {
    width: 60px;
    height: 60px;
  }

  .social-list li a i,
  .social-items li a i {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 30px;
  }

  .title {
    font-size: 64px;
  }

  .typer p {
    font-size: 48px;
  }

  /* =========================== */
  /* HOME PAGE STYLES ENDS */

  /* =========================== */
  /* ABOUT PAGE STYLES STARTS */

  .about-content,
  .resume-content,
  .services-content,
  .skills-content,
  .contact-content {
    padding: 40px 50px;
  }

  .about-content h1,
  .resume-content h1,
  .services-content h1,
  .skills-content h1,
  .contact-content h1 {
    font-size: 36px;
  }

  .about-content h2,
  .resume-content h2,
  .services-content h2,
  .skills-content h2,
  .contact-content h2 {
    font-size: 30px;
  }

  .heading-icons {
    color: rgba(0, 0, 0, 0.07);
    font-size: 25px;
    margin-left: 10px;
    line-height: 25px;
  }

  .about-content p,
  .resume-content p,
  .services-content p,
  .skills-content p,
  .contact-content p {
    line-height: 30px;
    font-size: 18px;
  }

  .label {
    font-size: 14px;
  }
  .btn-item a {
    font-size: 16px;
  }

  .hire::after {
    top: 50%;
  }

  .resume::after {
    top: 50%;
  }

  /* =========================== */
  /* ABOUT PAGE STYLES ENDS */

  /* =========================== */
  /* SKILLS PAGE STYLES STARTS */

  .skills-content h3 {
    font-size: 24px;
  }

  .skills-content h4 {
    font-size: 20px;
  }

  /* =========================== */
  /* SKILLS PAGE STYLES ENDS */

  /* =========================== */
  /* RESUME PAGE STYLES STARTS */

  .job-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job-list::after {
    content: "";
    position: absolute;
    width: 8px;
    background-color: #d72e22;
    top: 0;
    bottom: 0;
    left: 23%;
    margin-left: -3px;
  }

  .timeline {
    padding: 0px 10px;
  }

  .tmicon {
    left: 21%;
  }

  .job-description {
    width: 70%;
  }

  .job-description h5 {
    font-size: 22px;
  }

  /* =========================== */
  /* RESUME PAGE STYLES ENDS */

  /* =========================== */
  /* CONTACT PAGE STYLES STARTS */

  .contact {
    padding: 32px 0px 16px;
  }

  .contact-title p {
    padding: 0px;
  }

  .contact li {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .contact li i {
    width: 20px;
    height: auto;
    text-align: center;
    color: #d72e22;
    font-size: 20px;
    margin-right: 10px;
  }

  .social-list {
    padding: 0px;
  }
  /* .about-btn {
    margin-bottom: 30px;
  } */
}

@media screen and (max-width: 320px) {
  body {
    font-size: 14px;
  }
  .header .nav-list a {
    font-size: 12px;
  }
  .about-content {
    padding: 120px 15px 50px 15px;
  }
}

/* =========================== */
/* MEDIA QUERIES STYLES ENDS */

