* {
  padding: 0px;
  margin: 0px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

:root {
  --animate-delay: 0.5s;
}

body {
  font-family: sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

nav a {
  text-decoration: none;
  color: white;
}

nav a:hover {
  text-decoration: none;
  color: white;
}

nav li {
  list-style: none;
}

ul {
  margin: 0px;
}

a {
  text-decoration: none;
  color: white;
}

nav {
  width: 100%;
  position: fixed;
  min-height: 62px;
  background: transparent;
  z-index: 500;
}

nav .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

li {
  margin: 0px 10px;
  font-size: 17.5px;
  text-decoration: none;
  font-weight: 400;
}

.navTitle {
  font-size: 25px;
}

.navButs {
  display: flex;
}

.nav-scrolling {
  background-color: #fff;
  box-shadow: 0px 5px 15px -5px #00000070;
}

.but-scrolling {
  color: black;
}

.but-scrolling:hover {
  color: black;
}

nav .active {
  color: #00b16a;
}

.introduction {
  background-image: url(./assets/overnature.net-863.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.introductionTitle {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  z-index: 2;
}
.introductionTitleText {
  color: white;
  font-family: sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 5rem;
  opacity: 1;
}

.introductionTitleTextSmall {
  color: white;
  font-family: sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: -30px;
  width: 100%;
  height: 5rem;
  opacity: 1;
}

.btncontainer {
  display: none;
  margin-top: 40px;
}

.downloadBut {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 48px;
  width: auto;
  color: #0067f4;
  cursor: pointer;
  z-index: 5;
  position: relative;
  text-transform: uppercase;
  border-radius: 50px;
  color: #fff;
  background: #00b16a;
  border: 2px solid #00b16a;
  outline: none;
  transition: all 0.25s ease;
  text-decoration: none;
}

.downloadBut:hover {
  background-color: #019a5d;
  border: 2px solid #019a5d;
}

.fa-chevron-down {
  position: absolute;
  bottom: 30px;
  left: calc(50vw - 20px);
  font-size: 50px;
  color: white;
  cursor: pointer;
  animation: arrowMovement infinite 2s;
}

.section {
  padding: 100px 0 10px 0;
  font-family: "Raleway", sans-serif;
}

.heading::before {
  content: "";
  height: 10px;
  width: 50px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
  background: #00b16a;
}

.heading {
  margin-bottom: 2rem;
}

.heading > h1 {
  font-size: 28px;
  font-weight: 600;
}
.heading > h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
}
.wrapper {
  margin-top: 25px;
}

.aboutIntro {
  display: grid;
  grid-template-columns: 40% 57%;
  grid-column-gap: 2rem;
}

.profilePic {
  background-image: url(./assets/portrait.jpeg);
  height: 30rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 4rem;
}

.section.about {
  font-family: "Raleway", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section.about .icon {
  font-size: 50px;
  color: #00b16a;
  margin-bottom: 5px;
}

.section.about h6 {
  font-size: 18px;
  font-weight: 600;
}

.section.about .item {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: 100%;
  font-family: "Raleway", sans-serif;
  background: #fff;
  text-align: center;
  padding: 15px 15px;
  height: 110px;
  -webkit-box-shadow: 0px 4px 10px 0px #00000025;
  box-shadow: 0px 4px 10px 0px #00000025;
  border-radius: 5px;
  margin-bottom: 30px;
}

.itemIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemText {
  text-align: left;
}

.itemText p {
  margin-top: 1rem;
}

.aboutSkills {
  font-family: "Raleway", sans-serif;
}

.aboutSkillsBack {
  background: url(./assets/background.webp);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: relative;
  height: 80rem;
}

.aboutSkillsDark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(28, 29, 33, 0.8);
  content: "";
}

.skillsCards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

  margin-bottom: 5rem;
}

.skillsTopic {
  font-size: 30px;
  text-align: center;
  margin-bottom: 2rem;
}

.skillsCard {
  height: 20rem;
  width: 14rem;
  background: rgb(255, 255, 255);
  color: black;
  border-radius: 20px;
  padding: 0rem 1rem;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  box-shadow: 20px 20px 20px 20px #0000006b;
}

.skillsLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40%;
}

.skillsTitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.skillsDesc {
  text-align: center;
}

.skillsLogo img {
  width: 6rem;
  height: 6rem;
}

/*Porfolio Cards*/
.timeline {
  position: absolute;
  left: 50%;
  width: 0px;
  height: 470px;
  border: 1px solid black;
}

.timelineItem {
  margin-left: -50px;
  margin-top: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  font-size: 20px;
  background-color: white;
}

.portfolio {
  height: 140rem;
}

.portfolioContent.container {
  display: flex;
  justify-content: space-around;
}
.portfolioContent {
  display: flex;
  justify-content: center;
}
.portfolioCard {
  position: relative;
  height: 470px;
  width: 340px;
  display: block;
  background: white;
  -webkit-box-shadow: 0px 4px 10px 0px #00000025;
  box-shadow: 0px 4px 10px 0px #00000025;
  transition: all 0.4s linear;
}

.portfolioCardPlaceholder {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 40px;
}

.comingSoon {
  text-align: center;
  margin-top: 60%;
  font-size: 30px;
  color: #666666;
}

.portfolioCard .image {
  background: black;
  height: 400px;
  overflow: hidden;
}

.image img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}

.portfolioCard:hover .image img {
  opacity: 0.6;
  transform: scale(1.1);
}

.portfolioCard .cardContent {
  position: absolute;
  bottom: 0px;
  background: white;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cardContent .cardTitle {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.cardContent .cardSubTitle {
  font-size: 18px;
  margin-bottom: 10px;
  color: #00b16a;
}

.cardBottom p {
  padding: 0px 20px;
  color: #666666;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8em;
}

.cardBottom {
  display: none;
}

.section.contact .heading > * {
  color: #fff;
}

.contactBack {
  background: url(./assets/background.webp);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 90vh;
}

.aboutSkillsDark .heading {
  padding-top: 100px;
}

/*Contact*/

.contactContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: black;
  flex-direction: column;
  gap: 12rem;
  text-align: center;
}

.contactMe {
  width: 100%;
  height: 10rem;
  border-radius: 10px;
  color: white;
  opacity: 1;
  text-align: center;
  margin-left: 0;
}
.contactMe h1 {
  font-size: 40px;
}

button {
  font-size: 1.5rem;
  padding: 1rem 3rem;
  color: #f4f4f4;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}

.btn {
  text-decoration: none;
  border: 1px solid rgb(0, 177, 106);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  box-shadow: 1px 1px 25px 10px rgba(0, 0, 0, 0.4);
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(0, 177, 106, 0.4),
    transparent
  );
  transition: all 650ms;
}

.btn:hover:before {
  left: 100%;
}

.gearone {
  font-size: 40px;
  animation: gearRotation 4s infinite linear;
  margin-right: -4px;
}

.contactButtons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.contactField {
  width: 17rem;
  height: 12rem;
  background: rgba(28, 29, 33, 0);
  border-radius: 8px;
  transition: all 0.25s linear;
}

.contactFieldSmall {
  width: 96px;
  height: 96px;
  background: rgba(28, 29, 33, 0);
  border-radius: 8px;
  transition: all 0.25s linear;
}

.contactField:hover {
  background: rgba(28, 29, 33, 0.8);
}
.contactFieldSmall:hover {
  background: rgba(28, 29, 33, 0.8);
}

@keyframes gearRotation {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

.gear2 {
  font-size: 40px;
  animation: gearRotation2 4s infinite linear;
}

@keyframes gearRotation2 {
  from {
    transform: rotateZ(390deg);
  }
  to {
    transform: rotateZ(30deg);
  }
}

@keyframes arrowMovement {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 992px) {
  .aboutText .item .itemIcon {
    display: none;
  }
  .section.about .item {
    display: block;
  }
  .portfolioContent.container {
    display: flex;
    flex-direction: column;
  }
  .timeline {
    left: 70%;
    height: 200%;
  }
  .portfolio {
    height: 210rem;
  }

  .portfolioCard {
    margin-bottom: 2rem;
  }

  .aboutSkillsBack {
    height: 115rem;
  }
}

@media (max-width: 780px) {
  .aboutIntro {
    display: block;
  }
  .aboutSkillsBack {
    height: 165rem;
  }
}

@media (max-width: 600px) {
  .aboutText .item .itemText {
    font-size: 0.75rem;
  }
  .container,
  .container-sm {
    max-width: 100vw;
  }
  .portfolioContent.container {
    display: flex;
    flex-direction: column;
  }
  .timeline {
    display: none;
  }
  .portfolio {
    height: 210rem;
  }

  .portfolioCard {
    margin-bottom: 2rem;
    width: auto;
  }

  .contactButtons {
    flex-wrap: wrap;
  }

  .contactContent {
    flex-direction: column;
    gap: 40rem;
  }

  .contactBack {
    height: 90rem;
  }
}

@media (min-width: 200px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 300px;
  }
}
@media (min-width: 400px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 350px;
  }
}
@media (min-width: 600px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
