/* crete Rounded Font */
@import url("https://fonts.googleapis.com/css2?family=Crete+Round&display=swap");

/* Inter Font */
@import url("https://fonts.googleapis.com/css2?family=Crete+Round&family=Inter:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Licorice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

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

html {
  font-size: 50%;
}

header {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3e3c3c;
  padding-left: 2rem;
  padding-right: 2.5rem;
}

header span {
  font-weight: 700;
  font-size: 3rem;
  font-family: "Licorice", cursive;
  color: #fff;
  animation: zabih 1.3s ease-in-out 0s 1;
}

@keyframes zabih {
  10% {
    font-size: 3.4rem;
  }

  40% {
    font-size: 3.7rem;
    color: grey;
  }

  80% {
    font-size: 4rem;
    color: orangered;
  }

  100% {
    font-size: 4.2rem;
    color: black;
  }
}

header nav ul li a {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.menu {
  flex-basis: 30%;
}

main > ul {
  display: none;
}

.menu ul {
  display: flex;
  justify-content: space-around;
}

nav ul li {
  list-style-type: none;
  display: inline;
}

i.burger-menu {
  display: block;
  color: #fff;
  font-size: 2rem;
}

i.envelop {
  font-size: 2rem;
}

/* Header Section Ends */

/* Hero Section Starts */

main {
  background-color: #1c1a19;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 13rem;
}

/* burger-menue actions */
.burger-menue {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #3c3a39;
  color: #fff5e1;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 4.4rem;
}

.burger-menue i {
  margin-top: 4rem;
  margin-right: 5rem;
  align-self: flex-end;
}

.burger-menue ul li {
  padding-bottom: 1.5rem;
  list-style-type: none;
  margin-top: 3rem;
  width: 30rem;
  border-bottom: 1px solid #6f6c6b;
}

.zzz {
  background-color: rgb(0, 0, 0, 80%);
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
}

.burger-menue ul li a {
  color: #fff5e1;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.popUpHeader i {
  font-size: 2.4rem;
}

.behind-footer ul li i {
  color: #505f79;
  font-size: 3rem;
  margin-left: 2rem;
  transition: all 0.4s ease-in-out;
}

.behind-footer ul li i:hover {
  color: black;
  font-size: 3.5rem;
}

form p {
  color: red;
  font-size: 1.5rem;
  display: none;
}

.MainParagraph h1,
.MainParagraph h3,
.MainParagraph p {
  margin-bottom: 2rem;
  margin-left: 10.2rem;
}

.popUpHeader h1 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

div.MainParagraph h1 {
  margin-top: 13rem;
  color: #f55800;
  font-family: "Crete Round", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6.2rem;
}

.container-footer h4 {
  width: 35.7rem;
  margin-top: 5rem;
  text-align: center;
}

.popUpParent p {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 2.4rem;
  max-height: 300px;
  overflow: auto;
}

div.data-dashbord p {
  overflow-x: auto;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  margin: 1.6rem 2.4rem;
}

.projects-section h4 {
  font-weight: 400;
  font-size: 4rem;
  font-family: "Crete Round", serif;
}

section.projects-section h4,
.section.projects-section p {
  margin-bottom: 4rem;
}

.MainParagraph h3:first-of-type {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 2.3rem;
}

.MainParagraph p:last-child {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: #f4f5f7;
}

div.image {
  align-self: flex-start;
}

.mobile-icons img {
  display: inline;
}

.popUpParent img {
  width: 90%;
  height: 50%;
}

div.image img {
  height: 80vh;
  width: 30vw;
  display: none;
}

/* Hero Section Ends */

/* projects section Starts */

section.about-me div.container div.first-image {
  width: 100rem;
  height: 55.3rem;
  background-image: url(images/Frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

section.projects-section img {
  width: 35.5rem;
  min-height: 35.5rem;
  margin-bottom: 2rem;
}

.projects-section hr {
  margin-bottom: 8rem;
  margin-top: 3rem;
  background-color: #212121;
  height: 0.00007rem;
  width: 60%;
}

.behind-footer hr {
  background: #dfe1e6;
  width: 100%;
  margin-bottom: 2.5rem;
}

section.about-me hr {
  margin-right: 3rem;
  margin-top: 13.9rem;
  margin-bottom: 14.6rem;
  color: fff;
}

div.data-dashbord h6 {
  font-family: "Crete Round", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 4.4rem;
  color: #fff;
  margin-left: 2.4rem;
}

div.multi-post-story > h6:first-of-type {
  color: #091e42;
  font-family: "Crete Round", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 5.2rem;
}

div.about-me > h3:first-child {
  font-family: "Crete Round", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5.2rem;
  line-height: 8.2rem;
  color: #f55800;
}

div.about-me > h3:first-child + p {
  font-family: "Inter", sans-serif;
  margin-top: 2.4rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #f4f5f7;
}

div.multi-post-story {
  width: 35.5rem;
}

div.multi-post-story #second {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #091e42;
  font-family: "Inter", sans-serif;
}

div.multi-post-story div.buttons {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #091e42;
  padding: 2.4rem 0;
  margin-right: 0;
}

div.multi-post-story div.buttons button.css {
  width: 55px;
  height: 40px;
}

div.multi-post-story div.buttons button.html {
  width: 67px;
  height: 40px;
}

div.multi-post-story div.buttons button.bootstrap {
  width: 95px;
  height: 40px;
}

div.multi-post-story div.buttons button.ruby {
  width: 61px;
  height: 40px;
}

footer button {
  background: #f55800;
  color: #fff;
  padding: 1.2rem;
  width: 12.2rem;
  height: 4.8rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
  border: none;
  margin-bottom: 7.8rem;
}

.details button {
  align-self: center;
}

.popUpFooter {
  align-self: center;
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  width: 100%;
}

.popUpFooter button {
  background-color: #ff6b00;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.51px;
  border: none;
  padding: 1rem 3rem;
}

.popUpFooter button a{
  text-decoration: none;
  color: white;
}
div.see button {
  width: 100%;
  height: 5.8rem;
  background-color: #f55800;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}

div.multi-post-story > :last-child {
  color: #fff;
  width: 12.4rem;
  height: 4.8rem;
  border: none;
  background: #f55800;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
}

div.see {
  width: 36.9rem;
  background-image: url(images/professional.png);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  height: 43.5rem;
  margin-bottom: 2rem;
}

button.see {
  width: 100%;
  height: 5.8rem;
  margin-top: 2rem;
  background-color: #f55800;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}

.data-dashbord button.see {
  width: 100%;
  height: 5.8rem;
  background-color: #f55800;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
}

.popUpParent {
  padding: 2rem;
  margin: 4rem 2rem;
  width: 90%;
  height: 93%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popUpHeader {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.popUpParent ul {
  margin-bottom: 2rem;
  display: flex;
  margin-top: 3rem;
  justify-content: flex-start;
}

.popUpParent ul li {
  list-style-type: none;
  padding: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid black;
  font-size: 1.3rem;
  font-weight: 600;
}

.data-dashbord button.see:hover {
  background-color: #fff5e1;
  color: #f55800;
}

div.data-dashbord:hover button.see {
  display: block;
}

div.data-dashbord {
  background-image: url(images/availiability.png);
  width: 95%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 43rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

div.data-dashbord:hover {
  padding-bottom: 0;
}

div.mobile-icons ul li {
  list-style-type: none;
  font-size: 2.5rem;
  display: inline-block;
  margin-left: 2rem;
}

div.skills ul li {
  margin: 2rem;
}

div.data-dashbord ul.button li {
  background: rgba(255, 255, 255, 0.24);
  padding: 1rem 1.2rem;
  padding-top: 1rem;
  border: none;
  margin-left: 1.6rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  list-style-type: none;
  display: inline;
}

section.about-me div.about-me button {
  width: 15.6rem;
  height: 4.8rem;
  background: #f55800;
  border: none;
  margin-top: 2.4rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #fff;
}

section.about-me div.about-me button:hover {
  color: #f55800;
  background-color: #fff5e1;
}

section.projects-section {
  margin-top: 10.5rem;
  margin-bottom: 13.1rem;
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
}

div.data-dashbord div.button button.html {
  margin-left: 2.6rem;
}

/* project Section Ends */

/* About Me Section Starts */

section.about-me {
  padding-left: 2rem;
  padding-top: 13rem;
  background: #262626;
}

section.about-me div.container {
  display: flex;
  justify-content: space-around;
}

/* About Me Section Ends */

/* Footer Starts */

nav.menu {
  display: none;
}

.behind-footer ul {
  list-style-type: none;
  width: 20%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 4rem;
}

div.mobile-icons ul {
  margin-left: -11rem;
}

div.mobile-icons ul li a {
  color: #cfcfcf;
}

#mobile {
  width: 8rem;
  height: 18rem;
  display: inline;
  align-self: flex-end;
}

div.MainParagraph {
  margin-left: -7rem;
}

div.skills {
  margin-left: -2.3rem;
  display: flex;
  flex-direction: column;
}

div.skills ul {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 4.3rem;
  list-style-type: none;
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 4.4rem;
  text-align: center;
}

div.skills ul img {
  margin-right: 1rem;
}

footer textarea {
  color: #3c3a39;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.4rem;
  background: #fbf8f7;
  border: none;
  width: 100%;
  height: 11rem;
  padding: 1rem;
}

footer .container-footer {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 6.9rem;
  font-size: 3.2rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

button.change:hover,
div.data-dashbord button.see:hover,
div.data-dash #ccc:hover {
  color: #f55800;
  background-color: #fff5e1;
}

footer input {
  border: none;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #dbd8d7;
  width: 100%;
}

hr#last {
  display: block;
  width: 15rem;
  color: #0d151e;
  margin: 2rem auto;
  border: 2px solid #0d151e;
  border-radius: 2px;
}

.details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* Media Query */

/* For Desktop */

@media screen and (min-width: 768px) {
  html {
    font-size: 48%;
  }

  .popUpHeader h1 {
    font-size: 2.8rem;
  }

  .popUpParent {
    height: 90%;
    display: grid;
    gap: 10px;
    grid-auto-columns: 780px  auto;
    grid-template-rows: auto auto auto auto;
  }

  .popUpHeader {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  main ul {
    margin-left: 3rem;
  }

  main > ul {
    display: grid;
    grid-auto-columns: 125px;
  }

  .popUpParent ul {
    margin-top: -2rem;
    grid-column: 1/3;
    align-self: start;
    grid-row: 2/3;
  }

  .popUpParent p {
    grid-column: 2/3;
    max-width: 60%;
    margin-left: 40px;
    grid-row: 3/4;
    overflow: auto;
  }

  .popUpParent img {
    grid-column: 1/2;
    grid-row: 3/5;
    width: 100%;
    height: 65vh;
  }

  .popUpFooter {
    margin-top: 0;
    display: inline;
    font-size: 2rem;
    padding: 1rem 2rem;
    margin-left: 25px;
    align-self: end;
    grid-column: 2/3;
    grid-row: 4/5;
  }

  div.data-dashbord {
    height: 43.5rem;
    width: 36.9rem;
    padding-bottom: 2rem;
  }

  .details button {
    align-self: flex-start;
  }

  .container-footer h4 {
    text-align: start;
  }

  main > ul li {
    margin-bottom: 1rem;
    list-style-type: none;
    font-size: 2.9rem;
  }

  main > ul li a i {
    color: #cfcfcf;
  }

  main > ul li :hover {
    animation: icon 0.7s ease-in-out 0s 1;
  }

  @keyframes icon {
    20% {
      color: white;
      transform: scale(1.1) skew(5deg);
    }

    50% {
      transform: scale(1.2) skewY(10deg);
      color: goldenrod;
    }

    80% {
      transform: scale(1.3) skew(15deg);
      color: orange;
    }

    100% {
      color: yellow;
      transform: scale(1.4) skew(20deg);
    }
  }

  .MainParagraph h3:first-of-type {
    font-size: 3.2rem;
  }

  hr#last {
    display: none;
  }

  div.data-dashbord button.see {
    display: none;
  }

  div.skills {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }

  section.projects-section {
    padding-right: 5rem;
    padding-left: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  section.projects-section img {
    width: 20%;
    margin-left: 0.0000000000008rem;
  }

  div.data-dashbord:hover button.see {
    display: block;
  }

  main {
    background-color: #1c1a19;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  main .MainParagraph {
    margin-top: 7rem;
    line-height: 8rem;
  }

  i.burger-menu {
    display: none;
  }

  div.mobile-icons {
    display: none;
  }

  #mobile {
    display: none;
  }

  nav.menu {
    display: block;
  }

  section.about-me div.container div.first-image {
    width: 100%;
    height: 40.3rem;
    background-image: url(images/f.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }

  section.about-me hr {
    width: 90%;
    margin-right: 0;
  }

  section.about-me {
    padding-left: 10rem;
  }

  div.data-dashbord h6 {
    font-family: "Crete Round", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 4.4rem;
    color: #fff;
    margin-left: 2.4rem;
  }

  section.about-me div.about-me h3:first-child {
    font-size: 6rem;
    margin-bottom: 2.4rem;
  }

  div.image img {
    display: inline;
  }

  div.MainParagraph h1 {
    margin-top: 0;
    font-size: 7rem;
  }
}

