@font-face {
  font-family: 'Satoshi';
  src: url('./font/Fonts/WEB/fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SatoshiBold';
  src: url('./font/Fonts/WEB/fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Satoshi';
  background: #f5f5f5;
  justify-content: center;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #f5f5f5;
}

/* --------------------------grid test CONTAINER-------------------------------- */

.frontpage {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 1px;
  margin: 0 -16px;
  background-color: #dadce0;
}

.fp-cell {
  background-color: #fff;
  padding: 16px;
}

.fp-cell--1 {
  grid-row: 1 / span 2;
}

.fp-cell--2 {
  grid-column: 2 / span 2;
}

.fp-cell--3 {
  grid-column: 2;
}

.fp-item {
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  height: 100%;
}

/* --------------------------grid test CONTAINER-------------------------------- */

/* --------------------------FIRST CONTAINER-------------------------------- */

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.name {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #0b24f5;
  align-self: flex-start;
}

.profession {
  font-weight: 900;
  font-size: 28px;
  line-height: 43px;
  color: #000000;
  align-self: flex-start;
  font-family: 'SatoshiBold';
  font-style: normal;
}
.extra {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #565656;
  align-self: flex-start;
  font-style: normal;
}
.round-image {
  border-radius: 50%;
  width: 164px;
  height: 164px;
  margin-top: 20px;
  padding: 20px;
  object-fit: cover;
  object-position: center;
}

.inspo {
  color: #000000;
  background: #fcedea;
  background-color: #fcedea;
  font-weight: 500;
  font-size: 40px;
  line-height: 80px;
  font-style: normal;
  font-family: 'SatoshiBold';
  width: 100%;
  display: none;
  text-align: center;
}

/* .inspo-container {
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* ---------------test ------------------------------ */
@media only screen and (max-width: 768px) {
  .wrapper-container {
    display: flex;
    flex-direction: column;
  }

  .test-container {
    order: 2;
  }
}

/* desktop */
/* 
@media only screen and (min-width: 769px) {
    .wrapper-container {
      display: flex;
    }
  
    .test-container {
      flex: 2;
    }
  
    .inspo-container {
      flex: 0 0 auto;
    }
  } */

/* ----------------test ------------------------------ */

/* ----------------hide mobile------------- */
@media (min-width: 768px) {
  .inspo {
    display: block;
  }
}

/* ----------------tablet------------- */
/* @media (min-width: 668px){
    .inspo{
      display: flex;
      flex-direction: column;
    } */

/* .image-container {
    display: none;
    background: #FCEDEA;
    display: inline-block;
    padding: 10px; 
}
.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .image-container {
        display: block;
    }
}  */

/* --------------------------SECOND CONTAINER-------------------------------- */
.about-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
  padding: 20px;
  font-family: 'EB Garamond', serif;
  font-style: normal;
  line-height: 29px;
  font-weight: 400;
  font-size: 22px;
}

/* --------------------------SOCIAL CONTAINER-------------------------------- */
.social-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.social-container svg:hover {
  transform: scale(1.2);
  /* background-color: red; */
  /* stroke: #EB5577; */
}

/* --------------------------BOTTOM CONTAINER-------------------------------- */
.lets-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.scroll-button {
  background: transparent;
  border: none;
  color: #0b24f5;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
}

/* --------------------------TECH CONTAINER-------------------------------- */
.tech-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #edffff;
  padding-bottom: 40px;
}
.tech {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #0b24f5;
  padding: 40px;
  font-family: 'SatoshiBold';
}
.tech-paragraph {
  font-family: EB Garamond;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  padding: 20px;
}
.highlight-one {
  width: 89px;
  height: 29px;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
  background-color: #eb5577;
  border-radius: 0px;
  padding: 2px;
}

.highlight-two {
  width: 89px;
  height: 29px;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
  background-color: #0b24f5;
  border-radius: 0px;
  padding: 2px;
}
.highlight-three {
  width: 89px;
  height: 29px;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
  background-color: #2483e0;
  border-radius: 0px;
  padding: 2px;
}
/* --------------------------FEATURED PROJECTS CONTAINER-------------------------------- */
.featured-projects-container {
  text-align: center;
}
/* featured-projects-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
} */

.project-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align children to the start of the cross axis (top) */
  text-align: left; /* Adjust text alignment */
}
/* .project-content {
  display: flex;
  align-items: flex-start;
} */

.project-img {
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.project-title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.project-about {
  font-size: 16px;
}

@media (min-width: 821px) {
  .project-content {
    flex-direction: row; /* Change to horizontal layout for larger screens */
    align-items: center; /* Center items vertically */
    text-align: left; /* Keep text left-aligned */
  }

  .project-img {
    max-width: 50%;
  }

  .big-content {
    flex-direction: row;
  }
  .project-title {
    padding: 0px 0px 20px 10px;
    margin: 55;
  }
  .project-about {
    padding: 0px 0px 20px 10px;
    margin: 55;
  }

  .project-details {
    flex: 1; /* Allow project details to take up remaining width */
    padding-left: 20px; /* Add some space between image and text */
  }
}

/* @media (min-width: 768px) {
  .project-img {
    max-width: 60%; 
  }
} */
/* .featured-projects-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.projects {
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: left;
  color: #0b24f5;
  padding-bottom: 50px;
  font-family: 'SatoshiBold';
}

.project-img {
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  padding-bottom: 20px;
}

.project-title {
  font-family: 'SatoshiBold';
  font-size: 32px;
  font-weight: 900;
  align-self: flex-start;
  color: #000000;
  padding-bottom: 20px;
}

.project-about {
  font-family: EB Garamond;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
} */
/* -------------------- */
.text-boxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.black-box {
  width: 89px;
  height: 29px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0px;
  padding: 2px;
}

.show-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center; */
  padding: 20px;
}

.git-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #eb5577;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 20px;
  /* text-align: center; */
}

.style {
  vertical-align: middle;
}

.live-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0b24f5;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.git-button svg,
.live-button svg {
  margin-right: 10px;
}
/* --------------------------ADD ANOTHER FEATURED PROJECTS CONTAINER-------------------------------- */
.live-button-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: lightgrey;
  color: #333333;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}
.git-button-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: lightgrey;
  color: #333333;
  border: none;
  border-radius: 40px;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 20px;
  /* text-align: center; */
}
.git-button-black svg,
.live-button-black svg {
  margin-right: 10px;
}

/* --------------------------Skills CONTAINER-------------------------------- */

.skills-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fdf2e4;
  padding-bottom: 40px;
}
.skills {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #0b24f5;
  padding: 40px;
  font-family: 'SatoshiBold';
  text-align: center;
}
.skills-paragraph {
  font-family: EB Garamond;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  padding: 20px;
  margin-bottom: 2px;
}
.box-code {
  width: 89px;
  height: 29px;
  font-family: 'SatoshiBold';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 70px;
  color: #ffffff;
  background-color: #eb5577;
  border-radius: 0px;
  padding: 2px;
}
.box-toolbox {
  width: 89px;
  height: 29px;
  font-family: 'SatoshiBold';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 70px;
  color: #ffffff;
  background-color: #2483e0;
  border-radius: 0px;
  padding: 2px;
}

.box-more {
  width: 89px;
  height: 29px;
  font-family: 'SatoshiBold';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 70px;
  color: #ffffff;
  background-color: #0b24f5;
  border-radius: 0px;
  padding: 2px;
}
.box-upcomming {
  width: 89px;
  height: 29px;
  font-family: 'SatoshiBold';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 70px;
  color: #ffffff;
  background-color: #6db486;
  border-radius: 0px;
  padding: 2px;
}

.skills-paragraph .box-toolbox + br + span + br + span {
  margin-top: 10px;
}

/* ------------------TIME TO TALK -------------- */
.lets-talk-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* align-items: center; */
}

.talk {
  font-weight: 900;
  font-size: 47px;
  line-height: 78px;
  /* text-align: left; */
  color: #eb5577;
  font-family: 'SatoshiBold';
  font-style: normal;
  text-align: center;
  /* position: absolute;  */
}

.round-image-bottom {
  border-radius: 50%;
  width: 164px;
  height: 164px;
  float: left;
  margin-top: 20px;
  padding: 20px;
  object-fit: cover;
  object-position: center;
}

.phone {
  color: #000000;
  font-family: 'SatoshiBold';
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}

.email {
  color: #000000;
  font-family: 'SatoshiBold';
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  padding: 20px;
}
