@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Roboto:wght@300;400;500&display=swap');

body {
  background-color: #e5e5e5;
  font-family: "poppins", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  margin: 0;
}

.nav-bars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  width: 88%;
  position: fixed;
  top: 0;
}

.main-container {
  display: flex;
  flex-direction: column;
  height: 600px;
  background-color: white;
  border-bottom-left-radius: 20px;
  border: 2px solid white;
  padding-top: 50px;
}

.myself {
  display: flex;
  flex-direction: column;
  background-image: url(./photo/bg/header-shapes-mobile.png);
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.myself>.greeting {
  align-items: center;
  width: 200px;
  height: 112.75px;
  color: #172b4d;
  padding-left: 23px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.logo-show {
  color: #6070ff;
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 20px;
  margin-top: 3px;
  border-radius: 8px;
  height: 1px;
  justify-content: center;
  width: 75px;
  transition-duration: 1000ms;
  transition-property: width, transform;
  transition-timing-function: ease-in;
}

.menu {
  padding-top: 50%;
  padding-bottom: 50%;
  margin-top: 3px;
}

.menu button {
  width: 34px;
  background: none;
  border: none;
}

.menu button:hover {
  cursor: pointer;
}

.menu img {
  padding-right: 35px;
}

.t-menu {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  border-bottom-left-radius: 50px;
  backdrop-filter: blur(1px);
  background: #6070ffe9;
  z-index: 10;
  display: flex;
  flex-direction: column;
  transition: all 100ms ease-in-out;
  transform: scale(0);
}

.t-menu.active {
  transform: scale(1);
}

.c-button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  font-size: 2rem;
  color: #fff;
  padding-left: 300px;
  padding-top: 30px;
}

.tul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  font-weight: 600;
  font-size: 32px;
  gap: 40px;
  color: #fff;
}

.tul a {
  color: #fff;
  text-decoration: none;
}

.desktop-nav-bars {
  display: none;
}

.language img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 50px;
}

.skills img {
  margin-right: 50px;
  color: #253858;
}

.destop-tonic-img {
  display: none;
}

.logo-show:hover {
  color: #fff;
  cursor: pointer;
  background-color: #6070ff;
  transform: rotate(360deg);
}

.link {
  display: flex;
  align-items: flex-start;
  color: #396df2;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  padding-left: 1px;
  width: 120px;
  border: none;
  background-color: white;
  border-radius: 8px;
  justify-content: center;
  margin-left: 22px;
}

.link:hover {
  background-color: #6070ff;
  color: #fff;
  cursor: pointer;
}

.bio {
  padding-left: 23px;
  padding-right: 35px;
  width: 260px;
  margin-top: 65px;
}

.frameworks img {
  margin-right: 50px;
  color: #253858;
}

.icon {
  padding-left: 23px;
  cursor: pointer;
}

.image-area>img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popUpBtn img {
  width: 19px;
}

.icon a>img {
  width: 14px;
  padding: 7px;
  height: 15px;
}

.middle-section-container {
  display: grid;
  padding: 15px;
  border-radius: 20px;
  border: 2px solid white;
  align-items: center;
  margin: 70px 15px;
  background-color: white;
}

.middle-section-container2 {
  display: grid;
  padding: 15px;
  border-radius: 20px;
  border: 2px solid white;
  align-items: center;
  margin: 70px 15px;
  background-color: white;
}

.text-area {
  width: 300px;
}

.text-area p {
  color: #344563;
  font-size: 15px;
  line-height: 24px;
}

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

.tonic>h1 {
  font-size: 30px;
  line-height: 44px;
  color: #172b4d;
  font-style: normal;
  width: 295px;
  height: 10px;
}

.tonic2 h1 {
  font-size: 30px;
  line-height: 44px;
  color: #172b4d;
  font-style: normal;
  width: 200px;
}

.canopy-wrapper>ul {
  display: grid;
  grid-template-columns: auto auto;
  color: #7a869a;
  gap: 20px;
}

.canopy-wrapper {
  display: flex;
  height: 40px;
}

.canopy-wrapper>p {
  width: 70px;
  color: #344563;
}

.middle-section-nav-bars {
  display: flex;
  align-items: flex-start;
  width: 30px;
}

.middle-section-nav-bars>ul {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  list-style-type: none;
  padding-left: 14px;
  margin: 10px;
  width: 220px;
}

.project-link {
  border: 1px solid blue;
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #396df2;
  font-size: 16px;
}

.project-link:hover {
  background-color: #6070ff;
  color: #fff;
  cursor: pointer;
}

.technology li {
  border-radius: 6px;
  background-color: #ebebff;
  padding: 0 10px 0 10px;
  color: #6070ff;
}

.about-myself-link {
  border: none;
  background-color: white;
  color: #396df2;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  padding-left: 2px;
  cursor: pointer;
  width: 115px;
  display: flex;
}

.about-myself-link:hover {
  color: #fff;
  background-color: #7f8cff;
  border-radius: 5px;
}

.about-myself {
  display: grid;
  padding: 15px;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 100px;
  background-color: white;
  height: 1100px;
}

.about-myself h1 {
  width: 100px;
  height: 50px;
  margin-top: 50px;
  color: #172b4d;
}

.about-myself-icons a>img {
  width: 14px;
  padding: 7px;
  height: 15px;
}

.resume {
  border: 1px solid #396df2;
  background-color: #fff;
  width: 120px;
  height: 30px;
  border-radius: 4px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #396df2;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.resume:hover {
  background-color: #6070ff;
  cursor: pointer;
  color: #fff;
}

.about-myself-ul li {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 5px;
  height: 62px;
  padding-left: 8px;
  color: #253858;
}

.about-myself-ul {
  padding-left: 2px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.about-myself-ul span {
  margin-left: 15px;
}

.frameworks li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.skills li {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}

.header-text p {
  color: #344563;
}

.language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: none;
  font-size: 18px;
  color: #396df2;
  border-radius: 6px;
}

.language:hover {
  color: #fff;
  background-color: #6070ff;
}

.form-container {
  background: url(photo/bg/contact-form-bg11shapes.png);
  display: flex;
  height: 700px;
  flex-direction: column;
  padding: 15px;
  border-radius: 90px 0 0 0;
  align-items: center;
  background-color: #6070ff;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.paragragh {
  flex-direction: row;
  color: #ebebff;
  text-align: center;
  width: 325px;
  margin-bottom: 10px;
}

.paragragh p {
  font-weight: 400px;
  font-size: 18px;
}

.form-text {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

.form-container h3 {
  text-align: center;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 2px;
  font-weight: 700px;
  font-size: 40px;
}

.contact-form ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 10px;
}

.contact-form input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 300px;
  height: 39px;
  color: #172b4d;
  font-weight: 400px;
  font-size: 17px;
  background-color: #fff;
  padding-left: 11px;
  border: none;
}

.contact-form textarea {
  border-radius: 10px;
  width: 300px;
  padding-left: 11px;
  border: none;
}

.contact-form {
  display: flex;
  align-items: center;
  padding-right: 37px;
}

.contact-button {
  display: flex;
  margin-left: 40px;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #6070ff;
  border: none;
  font-weight: 400px;
  font-size: 17px;
  transition-duration: 1000ms;
  transition-property: width, transform;
  transition-timing-function: ease-in;
}

.my-form-collection {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-button:hover {
  color: #ebebff;
  background-color: #6070ff;
  border: 1px solid white;
  transform: rotate(45deg);
}

.project-link1 {
  border: 1px solid blue;
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #396df2;
  font-size: 16px;
}

.project-link2 {
  border: 1px solid blue;
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #396df2;
  font-size: 16px;
}

.project-link3 {
  border: 1px solid blue;
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  color: #396df2;
  font-size: 16px;
}

.project-link1:hover,
.project-link2:hover,
.project-link3:hover {
  background-color: #6070ff;
  color: #fff;
  cursor: pointer;
}

.all-cards#blur.active {
  filter: blur(20px);
}

.popall.active {
  background-color: rgba(0, 0, 0, 30%);
}

.popUp {
  display: none;
}

.popUp.active {
  position: fixed;
  top: 10px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 16px 18px;
  font-family: 'Poppins', sans-serif;
  justify-content: space-between;
  z-index: 10;
  overflow-y: scroll;
  margin: 0 40px 5px 5px;
}

.popUp .popHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 311px;
  height: 100px;
  justify-content: center;
  margin-bottom: 12px;
}

.popUp .popHead .popn {
  display: flex;
  justify-content: space-between;
}

.popUp .popHead .popn .popProj {
  font-weight: 700;
  font-size: 32px;
  color: #172b4d;
  width: 259px;
  height: 36px;
}

.popUp .popHead .popn .close-button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  font-size: 2rem;
  color: #67798e;
}

.popUp .popHead .popName {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #7a869a;
}

.popUp .popPic1 {
  width: 311px;
  height: 220px;
  border-radius: 8px;
  order: 1;
}

.popUp .popDet {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 311px;
  height: auto;
  padding: 12px 0;
  align-items: flex-start;
  gap: 12px;
}

.popUp .popDet .popTex {
  width: 311px;
  height: auto;
  font-weight: 400;
  font-size: 15px;
  color: #344563;
}

.popUp .popDet .popSocial {
  display: flex;
  flex-direction: column;
}

.popUp .popDet .popSocial .popList {
  padding-left: 0;
}

.popUp .popDet .pplist {
  display: inline-block;
  text-decoration: none;
  background-color: #ebebff;
  border-radius: 8px;
  padding: 4px 12px;
  margin-right: 8px;
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #6070ff;
  list-style-type: none;
}

.popUp .popDet .live {
  display: flex;
  justify-content: space-around;
  height: 56px;
  width: 314px;
}

.popUp .popDet .popUpBtn {
  box-sizing: border-box;
  border: 1px solid #6070ff;
  border-radius: 8px;
  width: 145px;
  height: 48px;
  text-decoration: none;
  padding: 12px 12px;
  color: #6070ff;
  font-size: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  body {
    width: 100%;
    background-color: #e5e5e5;
    margin: 0;
    overflow-x: hidden;
  }

  .t-menu.active {
    transform: scale(0);
  }

  .t-menu {
    transform: scale(0);
  }

  .main-container {
    display: flex;
    flex-direction: column;
    height: 500px;
    background-color: white;
    border-bottom-left-radius: 90px;
    border: 2px solid white;
    padding-top: 50px;
    width: 100%;
    margin: 0 0 100px;
  }

  .nav-bars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    width: 100%;
    position: fixed;
    top: 1px;
  }

  .myself {
    display: flex;
    flex-direction: column;
    background-image: url(./photo/bg/Header1-bg.png);
    padding-top: 20px;
    padding-right: 24px;
    background-repeat: no-repeat;
    background-position: contain;
    background-size: 98%;
  }

  .myself>.greeting {
    align-items: center;
    width: 220px;
    height: 112.75px;
    color: #172b4d;
    padding-left: 125px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .bio {
    padding-left: 34px;
    padding-right: 23px;
    width: 30%;
    margin-left: 84px;
  }

  .bio>p {
    font-size: 12px;
    font-weight: 400px;
    line-height: 17px;
    color: #344563;
  }

  .link {
    display: flex;
    align-items: flex-start;
    color: #396df2;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    padding-left: 1px;
    width: 120px;
    border: none;
    background-color: white;
    border-radius: 8px;
    justify-content: center;
    margin-left: 114px;
  }

  .icon {
    padding-left: 114px;
    cursor: pointer;
  }

  .menu {
    display: none;
  }

  .about-myself-ul span {
    margin-left: 0;
    font-size: 11px;
  }

  .desktop-nav-bars {
    display: flex;
    gap: 20px;
    color: #344563;
    font-size: 10px;
    padding-right: 200px;
    transition: 0.7s ease;
  }

  .desktop-nav-bars a {
    text-decoration: none;
  }

  .desktop-nav-bars span:hover {
    background-color: #6070ff;
    color: #fff;
    border-radius: 5px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    font-size: 15px;
  }

  .destop-tonic-img {
    width: 100px;
  }

  .middle-section-container {
    display: flex;
    width: 86%;
    height: 40%;
    background-color: white;
    border-bottom-left-radius: 20px;
    border: 2px solid white;
    margin: 40px 35px;
  }

  .middle-section-container2 {
    display: flex;
    width: 85%;
    height: 40%;
    background-color: white;
    border-bottom-left-radius: 20px;
    border: 2px solid white;
    margin: 40px 35px;
    flex-direction: row-reverse;
  }

  .image-area {
    padding-right: 30px;
    width: 50%;
  }

  .hero {
    display: grid;
    margin-bottom: 40px;
  }

  .text-area {
    width: 270px;
  }

  .text-area p {
    font-size: 11px;
    color: #344563;
  }

  .tonic2 h1 {
    font-size: 30px;
    line-height: 44px;
    color: #172b4d;
    font-style: normal;
    width: 295px;
    margin-bottom: -10px;
  }

  .tonic h1 {
    font-size: 30px;
    line-height: 44px;
    color: #172b4d;
    font-style: normal;
    width: 200px;
    margin-bottom: 20px;
  }

  .about-myself {
    display: flex;
    width: 100%;
    height: 40%;
    background-color: white;
    border-radius: 20px;
    border: 2px solid white;
    margin: 50px 0;
  }

  .about-myself-wrapper {
    display: grid;
    margin-bottom: 20px;
  }

  .header-text p {
    width: 300px;
    font-size: 11px;
  }

  .language-wrapper {
    display: grid;
    margin-left: 30px;
    width: 300px;
  }

  .about-myself-ul {
    gap: 12px;
    display: flex;
    font-size: 14px;
    flex-direction: row;
  }

  .about-myself-ul li {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #f7f7f9;
    height: 62px;
    flex-direction: column;
    gap: 10px;
  }

  .frameworks {
    font-size: 12px;
    color: #344563;
  }

  .skills h3 {
    font-size: 12px;
    color: #344563;
  }

  .skills img {
    width: 12px;
    margin: 0;
  }

  .frameworks img {
    width: 12px;
    margin: 0;
  }

  .resume {
    width: 130px;
  }

  .language img {
    width: 10px;
    margin: 0;
  }

  .form-container {
    width: 97%;
    background-position: 97%;
    margin: 50px 0;
  }

  .my-form-collection {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .popall.acitve {
    background: rgba(0, 0, 0, 30%);
  }

  .popUp.active {
    top: 5vh;
    left: 65px;
    right: 90px;
    border: 1px solid #ebecf0;
    box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
    border-radius: 16px;
    background: #fff;
    width: 1156px;
    height: 850px;
    overflow-y: scroll;
    margin-bottom: 40px;
  }

  .popUp .popHead {
    height: 84px;
    width: 1108px;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    margin-bottom: 0;
  }

  .popUp .popHead .popn {
    height: 40px;
    width: 1108px;
    margin-bottom: 24px;
  }

  .popUp .popHead .popProj {
    height: 40px;
    width: 1056px;
    font-size: 40px;
    font-weight: 700;
  }

  .popUp .popHead .close-button {
    height: 24px;
    width: 24px;
    padding-left: 32px;
  }

  .popUp .popPic1 {
    height: 17rem;
    width: 85%;
    border-radius: 8px;
    padding: 24px;
  }

  .popUp .popDet {
    flex-direction: row;
    height: 586px;
    width: 1108px;
    padding: 24px;
    justify-content: space-between;
  }

  .popup .popDet .popTex {
    width: 778px;
    height: 382px;
    text-align: justify;
    font-size: 16px;
  }

  .popup .popDet .popSocial {
    height: 157px;
    width: 306px;
  }
}