:root {
  --header-font: "Poppins";
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}

h3,
h2,
h1 {
  margin: 0;
  padding: 0;
}

/* header section */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  z-index: 100;
  width: 100%;
  padding: 15px 0;
  top: 0;
  position: sticky;
  background-color: white;
}

.logo-cont {
  margin: auto;
}

.logo-first {
  padding-left: 1.2rem;
}

.llogo {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

header h3 a {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #344563;
}

.menu-icon {
  color: #344563;
  font-size: 18px;
  margin-right: 12px;
}

.info {
  display: none;
}

.mmenu {
  padding-right: 14px;
}

.more {
  display: none;
}

.reading {
  cursor: pointer;
  font-size: 0.7rem;
  padding: 0.1rem;
  color: #0918c0;
  background-color: rgba(172, 191, 242, 0.9);
  border-radius: 2px;
  margin-left: 0.1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.phone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  background: rgba(96, 112, 255, 0.7);
  animation: scaleAnime 1s ease-in-out;
}

@-webkit-keyframes scaleAnime {
  0% {
    transform: translateX(100%) scaleX(0);
  }

  100% {
    transform: translateX(0) scaleX(1);
  }
}

@keyframes scaleAnime {
  0% {
    transform: translateX(100%) scaleX(0);
  }

  100% {
    transform: translateX(0) scaleX(1);
  }
}

.phone a {
  text-decoration: none;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 28px;
}

#cancel {
  align-self: flex-end;
  margin-right: 19px;
  margin-top: 23px;
  font-size: 40px;
  border: none;
  color: #fff;
  background-color: rgba(96, 112, 255, 0.1);
}

.sections.active {
  filter: blur(13px);
  z-index: -1;
  position: relative;
}

.cont-1-sec-2 {
  background-image: url(./portfolio-images/header-shapesmobile.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 95% right;
}

.alex {
  padding: 100px 24px 0 24px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #172b4d;
  width: 65%;
}

/* AVATER ANIME */

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translateY(0);
  }
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.avatar {
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
  transform: translateY(0);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

.avatar img {
  width: 100%;
  height: auto;
}

/* AVATER ANIME */

.card-ones {
  order: 1;
}

.big-contenti {
  display: flex;
  flex-direction: column;
}

.contenti {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  padding: 0 24px 0 24px;
  margin-top: 12px;
}

.connect {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7f8cff;
  margin-top: 12px;
  padding-left: 24px;
}

.socials {
  display: flex;
  padding-left: 24px;
  width: 50%;
  gap: 20px;
  padding-bottom: 106.04px;
}

.socials li a {
  text-decoration: none;
  color: #505f79;
}

#soci {
  padding-bottom: 12px;
}

/* Work Section */

.container-2 {
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding: 100px 0;
  gap: 88px;
}

#portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  width: 80%;
  padding: 16px;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
}

.tech {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
}

.tech li {
  background: #ebebff;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #6070ff;
}

.education li {
  padding-right: 10px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #344563;
}

.subjects li {
  display: flex;
  padding: 9px;
  background: #f7f7f9;
  gap: 10px;
  align-items: center;
  margin-right: 25px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #344563;
}

.tech li:last-child {
  margin-right: 0;
}

.sec-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ton-del {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #172b4d;
}

.education {
  display: flex;
  width: fit-content;
  padding: 0;
  margin: 0;
}

.education .cano {
  color: #344563;
}

.education li:last-child {
  padding-right: 0;
}

.sec-content p {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #344563;
}

.button {
  padding: 12px;
  width: fit-content;
  border-radius: 8px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #396df2;
  border: 1px solid #6070ff;
  margin-bottom: 8px;
  background-color: #fff;
}

.gmr {
  margin-left: 24px;
}

.button:focus {
  background: #0f1ec5;
  color: #fff;
}

/* Pop-up window****************** */

.window-popup {
  width: 90%;
  scroll-padding-top: inherit;
  scroll-behavior: smooth;
  gap: 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.pop-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid black;
  padding: 1rem 0;
  border-radius: 20px;
  width: 95%;
  margin: 0 auto;
  height: 90%;
  z-index: 100000;
  position: fixed;
  top: 15px;
  left: 2px;
  right: 2px;
  bottom: 5px;
  overflow-y: scroll;
}

.pop-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pop-up {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
}

.cancel {
  font-size: 50px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  border: none;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #67798e;
}

.pop-img {
  width: 100%;
  margin-top: 0.5rem;
}

.pop-bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
}

.pop-para {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 88%;
  flex: 1;
  color: #344563;
  width: 100%;
}

.bootrap {
  display: none;
}

.sect-butns {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.sect-butns .javaht {
  padding: 0;
  margin: 0;
}

.sect-butns :nth-child(1) ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.pop-nav {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}

.single-line {
  margin: 10px 0;
  border: 1px solid #ebecf0;
}

.pop-btn {
  border-radius: 8px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #396df2;
  border: none;
}

.navii1 {
  text-decoration: none;
  border: 1px solid #6070ff;
  border-radius: 8px;
}

.navii2 {
  text-decoration: none;
  border: 1px solid #6070ff;
  border-radius: 8px;
}

.btn1 {
  padding: 12px 2px;
  width: 100%;
}

.btn2 {
  padding: 12px 2px;
  flex: 1.1 1 3rem;
  width: 100%;
}

/* Pop-up window****************** */

/* About Myself section */
.alexa {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #172b4d;
  width: 65%;
  padding-left: 24px;
}

.contenta {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  padding: 0 24px 0 24px;
  margin-top: 12px;
}

.connecta {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  margin-top: 12px;
  padding-left: 24px;
}

.socialsa {
  display: flex;
  padding-left: 24px;
  width: 50%;
  gap: 20px;
  padding-bottom: 106.04px;
}

.socialsa li a {
  text-decoration: none;
  color: #505f79;
}

#socia {
  padding-bottom: 12px;
}

.society {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.TOP {
  padding-top: 100px;
}

.language {
  display: flex;
  justify-content: space-between;
  width: 85%;
  padding: 0.2rem 1rem 0.2rem 0;
  margin-bottom: 36px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

hr {
  margin-right: 24px;
}

.subjects {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.displayer {
  display: none;
}

.contact-me {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 103px;
  background-color: #6070ff;
  color: #fff;
  margin-top: 73px;
  border-top-left-radius: 65px;
  background-image: url(./portfolio-images/contact-me-added.png);
  background-repeat: no-repeat;
  background-position: top 65% right;
}

.contact-me h2 {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

.graph {
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  width: 90%;
}

form {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  gap: 20px;
}

label {
  display: none;
}

.input {
  background: #fff;
  border: none;
  border-radius: 8px;
  width: 80%;
  padding: 15px 16px;
  font-family: var(--header-font);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #0d0d0e;
  text-decoration: none;
}

.textarea {
  color: #0d0d0e;
}

.last {
  align-self: flex-start;
  border: 1px solid #fff;
  margin-bottom: 0;
}

.last:hover {
  background-color: #0918c0;
  color: #fff;
  border: 1px solid #fff;
}

.last:focus {
  background: #0b114d;
  color: #fff;
}

.black-line {
  width: 33.33%;
  height: 5px;
  background: #0d151e;
  border-radius: 10px;
  margin: 32px auto 8px auto;
}

.submitter {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 86%;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  text-align: center;
}

#error {
  color: red;
  font-family: var(--header-font);
  width: 50%;
}

@media screen and (min-width: 420px) {
  .cont-1-sec-2 {
    background-image: url(./portfolio-images/Header-bg@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 95% right;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --header-font: "Poppins";
  }

  html,
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  li {
    list-style: none;
  }

  p {
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
  }

  .all-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header {
    display: flex;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  header h3 a {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #6070ff;
    margin: 25px 0 0 100px;
    animation-name: anime;
    animation-duration: 3s;
  }

  .logo-first {
    padding-left: 1rem;
    margin-top: 1rem;
  }

  .llogo {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
  }

  @-webkit-keyframes anime {
    from {
      transform: rotate(360deg);
    }

    to {
      transform: rotate(90deg);
    }
  }

  @keyframes anime {
    from {
      transform: rotate(360deg);
    }

    to {
      transform: rotate(90deg);
    }
  }

  .menu-icon {
    display: none;
  }

  .info {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }

  #cancel {
    display: none;
  }

  .info a {
    text-decoration: none;
    color: #6070ff;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  .container-1 {
    height: 100vh;
  }

  .cont-1-sec-2 {
    background-image: url(./portfolio-images/Header-bg@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 95% right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    height: 100vh;
  }

  .alex {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    justify-content: flex-start;
    text-align: start;
    letter-spacing: 0.37px;
    color: #091e42;
    width: 60%;
    margin-top: 260px;
  }

  .img-logo {
    padding: 0 3rem;
  }

  /* AVATER ANIME */

  @-webkit-keyframes float {
    0% {
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
      transform: translateY(0);
    }

    50% {
      box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
      transform: translateY(-20px);
    }

    100% {
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
      transform: translateY(0);
    }
  }

  @keyframes float {
    0% {
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
      transform: translateY(0);
    }

    50% {
      box-shadow: 0 25px 15px 0 rgba(0, 0, 0, 0.2);
      transform: translateY(-20px);
    }

    100% {
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
      transform: translateY(0);
    }
  }

  .container {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .avatar {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border: 5px white solid;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
    transform: translateY(0);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
  }

  .avatar img {
    width: 100%;
    height: auto;
  }

  /* AVATER ANIME */

  .card-ones {
    order: 0;
  }

  .big-contenti {
    display: flex;
    flex-direction: row;
    width: 60%;
  }

  .contenti {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    color: #344563;
    margin-top: 12px;
    display: flex;
    text-align: start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .connect {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    color: #7f8cff;
    margin-top: 12px;
    width: 51.5%;
    display: flex;
    justify-content: flex-start;
  }

  .socials {
    width: 51.5%;
    gap: 20px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 260px;
    font-size: 25px;
  }

  .socials li a {
    text-decoration: none;
    color: #505f79;
  }

  #soci {
    padding-bottom: 12px;
  }

  /* Work Section */

  .container-2 {
    background: #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 0;
    gap: 88px;
  }

  .card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    background: #fff;
    width: 80%;
    padding: 16px;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
  }

  .card-twos {
    order: 1;
  }

  .img {
    width: 40%;
  }

  .img:hover {
    cursor: default;
    border: 1px solid gray;
    box-shadow: 1px 2px 15px gray;
  }

  .tech {
    display: flex;
    width: fit-content;
    gap: 12px;
    padding: 0;
  }

  .tech li {
    background: #ebebff;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #6070ff;
  }

  .education li {
    padding-right: 10px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #7a869a;
  }

  .subjects li {
    display: flex;
    flex-direction: column;
    padding: 9px;
    background: #f7f7f9;
    gap: 16px;
    align-items: center;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #253858;
    width: 15%;
  }

  .tech li:last-child {
    margin-right: 0;
  }

  .sec-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 60%;
  }

  .ton-del {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #172b4d;
  }

  .education {
    display: flex;
    width: fit-content;
    padding: 0;
    margin: 0;
  }

  .education .cano {
    color: #344563;
  }

  .education li:last-child {
    padding-right: 0;
  }

  .sec-content p {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #344563;
    width: 75%;
  }

  .button {
    padding: 12px;
    width: fit-content;
    border-radius: 8px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #396df2;
    border: 1px solid #6070ff;
    margin-bottom: 8px;
  }

  .gmr {
    margin-left: 24px;
  }

  .button:hover {
    background-color: #0918c0;
    color: #fff;
    border: 1px solid #0918c0;
  }

  .button:focus {
    background: #0b114d;
    color: #fff;
  }

  /* Pop-up window****************** */

  .window-popup {
    width: 100%;
    gap: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
  }

  .pop-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid black;
    border-radius: 20px;
    width: 95%;
    margin: 0 auto;
    height: 90%;
    z-index: 100000;
    position: fixed;
    top: 15px;
    left: 20px;
    right: 20px;
    bottom: 15px;
    overflow-y: scroll;
  }

  .pop-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .pop-up {
    padding: 0 24px 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
  }

  .cancel {
    font-size: 50px;
    width: 40px;
    height: 40px;
    font-weight: 500;
    border: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #67798e;
  }

  .pop-img {
    width: 100%;
  }

  .pop-bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-start;
  }

  .pop-para {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #344563;
    padding-bottom: 40px;
    width: 55%;
  }

  .sect-butns {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
  }

  .sect-butns :nth-child(1) ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pop-nav {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
  }

  .single-line {
    margin: 10px 0;
    border: 1px solid #ebecf0;
  }

  .pop-btn {
    border-radius: 8px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #396df2;
    border: none;
  }

  .navii1 {
    text-decoration: none;
    border: 1px solid #6070ff;
    border-radius: 8px;
  }

  .navii2 {
    text-decoration: none;
    border: 1px solid #6070ff;
    border-radius: 8px;
  }

  .btn1 {
    padding: 12px 2px;
    width: 100%;
  }

  .btn2 {
    padding: 12px 2px;
    flex: 1.1 1 3rem;
    width: 100%;
  }

  /* About Myself section */

  .society {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    border-top-right-radius: 75px;
  }

  .TOP {
    padding-top: 100px;
    width: 40%;
    display: flex;
    flex-direction: column;
  }

  .alexa {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #172b4d;
    width: 50%;
    padding-left: 24px;
  }

  .contenta {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344563;
    padding: 0 24px 0 24px;
    margin-top: 12px;
  }

  .connecta {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #7f8cff;
    margin-top: 12px;
    padding-left: 24px;
  }

  .socialsa {
    display: flex;
    padding-left: 24px;
    width: 50%;
    gap: 20px;
    padding-bottom: 106.04px;
  }

  .socialsa li a {
    text-decoration: none;
    color: #505f79;
  }

  #socia {
    padding-bottom: 12px;
  }

  .skills {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }

  .language {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding: 0.2rem 1rem 0.2rem 0;
    margin-bottom: 36px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
  }

  hr {
    margin-right: 24px;
  }

  .subjects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    padding-left: 24px;
    margin-bottom: 36px;
  }

  .displayer {
    display: none;
  }

  .contact-me {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 103px;
    background-color: #6070ff;
    color: #fff;
    margin-top: 73px;
    border-top-left-radius: 75px;
    background-image: url(./portfolio-images/contact-me-added.png);
    background-repeat: no-repeat;
    background-position: top 65% right;
  }

  .contact-me h2 {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
  }

  .graph {
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    width: 30%;
  }

  form {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 47px;
    gap: 20px;
  }

  .input {
    background: #fff;
    border: none;
    border-radius: 8px;
    width: 30%;
    padding: 15px 16px;
    font-family: var(--header-font);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #0d0d0e;
    text-decoration: none;
  }

  .textarea {
    color: #0d0d0e;
  }

  .last {
    align-self: center;
    border: 1px solid #fff;
    margin-bottom: 40px;
    margin-left: 0;
    order: 1;
  }

  .last:hover {
    background-color: #0918c0;
    color: #fff;
    border: 1px solid #fff;
  }

  .last:focus {
    background: #0b114d;
    color: #fff;
  }

  .black-line {
    display: none;
  }

  label {
    display: none;
  }

  .submitter {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 86%;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
  }

  #error {
    /* display: none; */
    color: red;
    width: fit-content;
    font-family: var(--header-font);
    font-size: 20px;
  }
}
