@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

html,
body {
  width: auto !important;
  overflow-x: hidden !important;
  margin: 0 auto;
  max-width: 100%;
}

body {
  background-image: url("./images/header-shapes-mobile.svg");
  background-repeat: no-repeat;
  background-position: 0 5rem;
  background-color: #f7f7f9;
}

#blur.active {
  filter: blur(20px);
  background-color: lightgrey;
  pointer-events: none;
  user-select: none;
}

#blur1.active {
  filter: blur(20px);
  background-color: lightgrey;
  pointer-events: none;
  user-select: none;
}

#blur2.active {
  filter: blur(20px);
  background-color: lightgrey;
  pointer-events: none;
  user-select: none;
}

#portfolio.active {
  filter: blur(20px);
  background-color: lightgrey;
  pointer-events: none;
  user-select: none;
}

.Menubutton {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #6070ff;
  mix-blend-mode: multiply;
  backdrop-filter: blur(8px);
}

.Menubutton > i {
  color: white;
}

.menu_ul {
  margin-top: 18%;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 360%;
  list-style-type: none;
}

.material-icons {
  float: right;
  margin-top: 7%;
  margin-right: 10%;
}

.about_section > a {
  width: 40%;
  padding: 4%;
  padding-left: unset;
  padding-right: unset;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 10%;
  margin-left: 3%;
  color: #396df2;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid blue;
}

.menu_ul > li > a {
  text-decoration: none;
}

.main_heading {
  color: blue;
  padding-left: 30%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  width: 100%;
}

.container {
  display: flex;
  justify-content: space-between;
}

nav {
  color: black;
  margin: 6% 10%;
}

.about_section > h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  padding-top: 20%;
  padding-left: 5%;
  margin-bottom: unset;
}

.skill_div > h1 {
  padding-left: 10%;
}

.framework > h1 {
  padding-left: 10%;
}

.contact_page > h1 {
  color: white;
  padding-left: 15%;
  padding-top: 35%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 5%;
}

.container > div > h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  padding-top: 20%;
  padding-left: 5%;
  margin-bottom: unset;
}

.mobilepara {
  flex-direction: column;
}

.contact_page > p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: white;
  margin-top: unset;
}

.about_section > p {
  padding-left: 5%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.mobilepara > div > p {
  margin: 5%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.social_media_icons {
  list-style-type: none;
  padding-left: 5%;
  margin-top: unset;
}

.diff_classes > li {
  list-style-type: none;
  display: inline;
  color: #6070ff;
}

.about_section > ul > li {
  display: inline;
  height: 2em;
  width: 50%;
  padding-left: 5%;
}

.mobilepara > div > ul > li {
  display: inline;
  height: 2em;
  width: 50%;
  padding-left: 5%;
}

.h44flexclass > div > ul {
  padding-left: 3%;
  width: 100%;
}

.grid-container > div > div > ul {
  padding-top: 3%;
  padding-bottom: 3%;
}

.about_section > h4 {
  padding-left: 5%;
  margin-top: unset;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #7f8cff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.diff_classes > li > h4 {
  background-color: #ebebff;
  display: inline;
  padding: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 8px;
  margin: 1%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
}

.mobilepara > div > a {
  color: #7f8cff;
  padding-left: 5%;
  margin-top: unset;
  margin-bottom: 3%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.grid-container > div > div > a {
  width: 40%;
  padding: 4%;
  margin-left: 3%;
  color: #396df2;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border-radius: 10px;
  text-decoration: none;
  text-align: left;
  border: 1px solid blue;
}

.grid-container > div > div > ul > li > h4 > a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6070ff;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.section_pop_window > div > div > ul > li {
  list-style-type: none;
  display: inline;
  color: gray;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.grid-container > div > div > ul > li > h4 > a:hover {
  background-color: yellow;
}

.grid-container > div > div > div > ul > li {
  display: inline;
  color: gray;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.about_section > ul > li:first-child {
  padding-left: unset;
}

.mobilepara > div > ul > li:first-child {
  padding-left: unset;
}

.js_flex > img {
  padding-left: unset;
}

.section_pop_window > img {
  margin-left: 3%;
}

.grid-container > div > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4%;
  max-width: 100%;
}

.mobilepara > div > img:hover {
  transform: scale(1.1);
}

.h44flexclass > div {
  display: flex;
}

.grid-container > div > div {
  padding-bottom: 15%;
}

.grid-container {
  display: grid;
  grid-gap: 45px;
  margin-top: 25%;
}

.section_pop_window > div > h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 3%;
}

.grid-container > div > div > h1 {
  text-align: left;
  padding-left: 3%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  margin-top: 3%;
  margin-bottom: unset;
}

.h44flexclass > div > h4 {
  margin-top: 1%;
  margin-bottom: unset;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-left: 3%;
}

.grid-container > div > div > div > h4 {
  margin-top: unset;
  text-align: left;
  padding-left: 3%;
  padding-top: 5%;
  margin-bottom: unset;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.grid-container > div > div > div {
  display: flex;
  flex-direction: row;
}

.section_pop_window > div > div > ul {
  margin-top: unset;
  margin-bottom: unset;
}

.grid-container > div > div > div > ul {
  margin-bottom: unset;
  padding-left: 4%;
  margin-top: unset;
}

.grid-container > div > div > p {
  text-align: left;
  padding-left: 3%;
  padding-top: 4%;
  margin-bottom: unset;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.diff_classes {
  margin-top: unset;
  margin-left: unset;
  width: 210px;
  margin-bottom: 6%;
  padding-left: 2%;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  border-radius: 15px;
  margin-left: 6%;
  margin-right: 6%;
  border: 1px solid lightgray;
}

.item1 {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.item2 {
  grid-column: 1 / span 2;
  grid-row: 2;
}

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

.item4 {
  grid-column: 1 / span 2;
  grid-row: 4;
}

.about_section {
  display: flex;
  flex-direction: column;
  margin-top: 20%;
  width: 400px;
  border-radius: 10px;
  background-color: white;
}

.lang_section {
  display: flex;
  background-color: white;
  padding-left: 7%;
  width: 360px;
}

.lang_section > h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-left: 3%;
}

.lang_section > i {
  font-size: 30px;
  padding-top: 4.4%;
  padding-left: 35%;
}

.js_flex,
.html_flex,
.css_flex {
  display: flex;
  background-color: #f7f7f9;
  padding-left: 2%;
  width: 60%;
  margin: 4%;
  margin-left: 11%;
}

.framework,
.skill_div {
  display: flex;
  background-color: white;
}

.framework > i {
  padding-top: 7%;
  font-size: 23px;
  padding-left: 40%;
}

.skill_div > i {
  padding-top: 7%;
  font-size: 23px;
  padding-left: 60%;
}

.contact_page {
  position: relative;
  text-align: center;
  background: #6070ff url("./images/contact_form_shapes.svg") 100% 70%;
  background-repeat: no-repeat;
  border-top-left-radius: 70px;
  height: 779px;
  margin-top: 30%;
}

.contact_image {
  width: 100%;
  height: 100%;
  padding-left: 30%;
}

.contact_ul_list {
  list-style-type: none;
  padding-left: unset;
}

.contact_form_name,
.contact_form_email {
  width: 90%;
  height: 4em;
  border-radius: 13px;
  border-style: none;
}

.contact_form_email {
  margin-top: 7%;
}

.contact_form_message {
  margin-top: 7%;
  width: 90%;
  height: 12.8em;
  border-radius: 13px;
  border-style: none;
}

.contact-form-submit {
  background-color: white;
  color: blue;
  display: block;
  width: 40%;
  padding: 4%;
  font-weight: bold;
  font-size: 15px;
  margin-left: 5%;
  margin-top: 7%;
  border-radius: 13px;
  border-style: none;
}

.contact_ul_list > button:hover {
  background-color: lightgray;
}

.header_list_items,
.h1_desktop,
.p_desktop,
.p_desktop_about,
.p_contact_desktop {
  display: none;
}

.section_pop_window {
  position: fixed;
  margin: 5%;
  width: 90vw;
  height: 90vh;
  top: 0;
  background: white;
  z-index: 1;
  display: block;
  flex-direction: column;
  padding-top: unset;
  overflow-x: hidden;
  overflow-y: scroll;
}

.closeicon {
  font-size: 2em;
  position: absolute;
  left: 90%;
}

.portfolio_image {
  margin-top: 20px;
  width: 93%;
}

.pop_container {
  display: flex;
}

.h44flexclass > div > ul > li:nth-child(3) {
  padding-left: 4%;
}

.pop_title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 80%;
}

.pop_button_edit {
  background: #ebebff;
  color: blue;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10.3334px;
  white-space: nowrap;
  border-width: 0;
  margin-left: 3%;
}

.divider {
  width: 10px;
  height: auto;
  display: inline-block;
}

.divider_live {
  width: auto;
  height: 10px;
  padding: 10px;
  display: inline-block;
}

.pop_content {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  margin-left: 3%;
}

.padding_live {
  padding: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 13%;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  background: white;
  color: blue;
  border: 1px solid blue;
  border-radius: 10px;
  box-sizing: border-box;
}

.buttons_live_pop {
  display: flex;
  margin-left: 3%;
  margin-top: 7%;
}

.live_link1 {
  background: url('./images/live_link.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}

.live_link2 {
  background: url('./images/github_portfolio.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}

@media only screen and (min-device-width: 992px) {
  body {
    background: white url('./images/Header_bg_desktop.svg');
    background-repeat: no-repeat;
    background-position: center 5rem;
    background-size: 95%;
    overflow-x: hidden;
  }

  #blur.active {
    filter: blur(20px);
    background-color: lightgrey;
    pointer-events: none;
    user-select: none;
  }

  #blur1.active {
    filter: blur(20px);
    background-color: lightgrey;
    pointer-events: none;
    user-select: none;
  }

  #blur2.active {
    filter: blur(20px);
    background-color: lightgrey;
    pointer-events: none;
    user-select: none;
  }

  #portfolio.active {
    filter: blur(20px);
    background-color: lightgrey;
    pointer-events: none;
    user-select: none;
  }

  .section_pop_window {
    height: 80vh;
  }

  .about_section > h1 {
    margin-bottom: 3%;
    padding-top: unset;
    padding-left: unset;
  }

  .contact_page > h1 {
    padding-top: 10%;
    padding-left: 40%;
    margin-bottom: unset;
  }

  .framework > h1,
  .skill_div > h1 {
    margin-top: unset;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: unset;
  }

  .section_pop_window > div > h1 {
    margin-top: unset;
    margin-bottom: unset;
  }

  .about_section > ul {
    padding-left: unset;
  }

  .section_pop_window > div > div > ul {
    padding-left: unset;
    width: 30%;
  }

  .grid-item > div > div > ul {
    padding-top: 0.5%;
    padding-left: unset;
  }

  .header_list_items > li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    align-items: center;
    text-align: center;
  }

  .js_flex > img {
    margin-left: 15%;
  }

  .html_flex > img {
    margin-left: 20%;
  }

  .css_flex > img {
    margin-left: 20%;
  }

  .js_flex > img,
  .html_flex > img,
  .css_flex > img {
    width: 48px;
    height: 48px;
  }

  .grid-container > div > img {
    margin-right: unset;
    margin-left: unset;
    margin-bottom: unset;
    padding-top: unset;
    width: 544px;
    height: 408px;
  }

  .section_pop_window > div > div > ul > li > img {
    padding-left: 3%;
  }

  .section_pop_window > div > div > ul > li {
    padding-left: 3%;
  }

  .h44flexclass > div > h4 {
    margin-top: 0.2%;
  }

  .move_buttons {
    display: flex;
  }

  .move_buttons > button {
    margin-top: 4%;
  }

  .pop_button_edit {
    height: 20px;
    margin-left: 5%;
    margin-top: 12%;
  }

  .pop_content {
    width: 70%;
  }

  .padding_live {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: left;
    padding: unset;
    padding-left: 7%;
    margin-top: unset;
    box-sizing: border-box;
    font-size: 11px;
  }

  .live_link1 {
    background-position: 80px;
  }

  .live_link2 {
    background-position: 90px;
  }

  .move_buttons:first-child {
    margin-left: unset;
  }

  .aligndiv16elems {
    display: flex;
    flex-direction: column;
    height: 10px;
  }

  .buttons_live_pop {
    margin-top: 15%;
  }

  .closeicon {
    font-size: 3em;
    position: absolute;
    left: 90%;
  }

  .align_last_items {
    display: flex;
  }

  .main_heading {
    margin-top: unset;
    margin-left: 10%;
  }

  .h1_desktop {
    display: flex;
    padding-top: unset;
  }

  .about_section > p {
    padding-left: unset;
    margin-top: unset;
    width: 220%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
  }

  .mobilepara > div > h1 {
    padding-top: 14%;
  }

  .contact_page > p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
  }

  .mobilepara > div > p {
    margin-top: 1%;
    margin-bottom: 3%;
    animation-duration: 3s;
    animation-name: slidein;
  }

  @keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }

    to {
      margin-left: 0%;
      width: 100%;
    }
  }

  .social_media_icons {
    margin-top: 1%;
  }

  .social_media_icons > li:nth-child(even),
  .social_media_icons > li:nth-child(odd) {
    padding-left: 2%;
  }

  .menubutton,
  .h1_mobile,
  .p_mobile,
  .p_mobile_about,
  .p_contact_mobile {
    display: none;
  }

  .container {
    justify-content: space-around;
  }

  .header_list_items {
    padding-left: unset;
    margin-top: unset;
    display: flex;
  }

  .header_list_items > li:first-child {
    margin-left: unset;
  }

  .h1_mobile {
    padding-top: unset;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
  }

  .grid > div {
    grid-column: 2/4;
  }

  .grid-container {
    margin-top: 15%;
    background: #e5e5e5;
  }

  .grid-item {
    display: flex;
    margin-left: unset;
    width: 1100px;
    margin-top: 8%;
  }

  .item4 {
    margin-bottom: 7%;
  }

  .grid-container > div > div {
    margin-left: 2%;
    padding-bottom: unset;
  }

  .grid-container > div > div > h1 {
    margin-top: 2%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
  }

  .grid-container > div > div > ul {
    padding-top: unset;
    padding-left: 2%;
  }

  .section_pop_window > div > div > h4 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
  }

  .grid-container > div > div > div > h4 {
    padding-top: 2%;
  }

  .p_desktop {
    display: flex;
    width: 100%;
    margin-top: unset;
  }

  .about_section > a {
    margin-left: unset;
  }

  .grid-container > div > div > a {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .grid-container > div > div > p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
  }

  .about_section {
    margin-top: 5%;
    margin-left: 8%;
  }

  .p_desktop_about {
    display: flex;
  }

  .get_lang_flex {
    display: flex;
  }

  .all_fm_skill {
    margin-top: 30%;
    margin-left: 60%;
  }

  .all_fm_skill > div > h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }

  .js_flex,
  .html_flex,
  .css_flex {
    display: flex;
    flex-direction: column;
    margin-top: unset;
  }

  .js_flex {
    width: 100%;
    margin-left: 40%;
  }

  .html_flex {
    width: 50%;
    margin-right: 1%;
  }

  .css_flex {
    width: 50%;
    margin-left: unset;
  }

  .js_flex > h3,
  .html_flex > h3,
  .css_flex > h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  .html_flex > h3,
  .css_flex > h3 {
    padding-left: 20%;
  }

  .lang_flex_row {
    display: flex;
  }

  .contact_page {
    background:
      #6070ff
      url("./images/contact_form_desktop_background\ shapes.svg") 100% 70%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5%;
  }

  .lang_section > i {
    padding-left: 90%;
  }

  .framework > i,
  .skill_div > i {
    padding-top: unset;
    padding-left: 90%;
  }

  .skill_div > i {
    padding-left: 110%;
  }

  .all_fm_skill > hr {
    width: 140%;
  }

  .p_contact_desktop {
    display: inline-block;
    text-align: center;
    padding-top: 1%;
    margin-bottom: 0.5%;
  }

  .contact_form_name,
  .contact_form_email {
    width: 36%;
    border-radius: unset;
    height: 3em;
  }

  .contact_form_email {
    margin-top: 2%;
  }

  .contact_form_message {
    width: 36%;
    height: 10em;
    border-radius: unset;
    margin-top: 2%;
  }

  .contact-form-submit {
    padding: 1%;
    width: 10%;
    margin-left: 44%;
    margin-top: 2%;
  }

  .grid-container > div > div > div > ul {
    margin-top: -1.5%;
    padding-left: unset;
  }
}
