@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Space+Mono&display=swap");

* {
  padding: 0;
  margin: 0;
}

html {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #e5e5e5;
  min-height: 100vh;
  width: 100%;
}

.headline {
  background-image: url(./images/header-shapes-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-bottom-left-radius: 60px;
  padding-bottom: 64px;
}

.nav-bar {
  background-color: white;
  height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 35px;
  padding:2rem 1.5rem 0 1.5rem;
  
}

.menu-button {
  color: #6070ff;
  width: 18px;
  height: 12px;
  margin-right: 30px;
}

.menu-links {
  display: none;
}

/* .menu-links.show {
  display: flex;
  flex-direction: column;
  background: #6070ff;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  padding-left: 10%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

.menu-links.show{
  position:fixed;
  display: flex;
  flex-direction: column;
  text-emphasis-color: white;
  background: #6070ff;
  mix-blend-mode: multiply;
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 25%;
  padding-left: 10%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.link {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: white;
  list-style: none;
  line-height: 44px;
  padding-bottom: 40px;
  text-decoration: none;
}

.menu-links.show img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  padding-left: 80%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.logo {
  text-decoration: none;
  color: #142cff;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 52px;
  width: 327px;
  height: 150px;
  margin-top: 100px;
  margin-left: 24px;
}

p {
  color: #344563;
  font-family: Poppins, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.intro {
  color: #344563;
  font-family: Poppins, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0;
  margin: 0 24px;
  width: 327px;
  height: 146px;
  margin-left: 24px;
  margin-top: 12px;
}

.connect {
  color: #0f27ff;
  margin: 12px 24px 12px 24px;
  height: 24px;
  font-family: Poppins, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
}

.social {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 170.17px;
  list-style: none;
  padding-inline-start: 0;
  margin: 12px 24px;
  height: 20px;
}

.d-grid {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}

.card {
  display: flex;
  flex-direction: column;
  width: 327px;
  height: 552px;
  background-color: #fff;
  margin: 88px 8px;
  border-radius: 16px;
  padding: 16px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #172b4d;
  margin-bottom: 0;
  margin-top: 12px;
}

.canopy-li {
  list-style: none;
  color: #344563;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.canopy {
  display: flex;
  align-items: baseline;
  margin-top: 0.5em;
}

.common {
  color: #6b778c;
  font-size: 13px;
  margin-left: 30px;
}

li {
  list-style: none;
}

.year {
  display: flex;
  list-style-type: disc;
  color: #7a869a;
}

.year li {
  list-style-type: disc;
}

ul.year {
  list-style-type: circle;
}

ul.languages-btn {
  margin: 16px 0;
}

li button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6070ff;
  border: none;
  border-radius: 8px;
  padding: 4px 12px;
  letter-spacing: 3%;
}

.languages-btn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  list-style: none;
  height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}

.btn {
  padding: 4px 12px;
  font-size: 12px;
}

.card-p {
  margin-top: 12px;
  margin-left: 0;
}

.big-btn {
  width: 162px;
  height: 48px;
  color: #396df2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border: 1px solid #6070ff;
  border-radius: 16px;
  padding: 12px;
  text-align: center;
  margin: 26px 0;
  background-color: rgba(255, 255, 255, 0);
}

.big-btn:hover {
  background-color: #6070ff;
  color: white;
}

.big-btn:active {
  background-color: #2230d2;
  color: white;
}

.big-btn:disabled {
  background-color: white;
  color: #5e6c84;
}

.card-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 52px;
  width: 327px;
  height: 101px;
  padding-top: 114px;
  margin-bottom: 12px;
  color: #344563;
}

.about-me {
  background-color: #fff;
  border-top-right-radius: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-p {
  color: #344563;
  font-family: Poppins, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  width: 327px;
  height: 146px;
  margin-top: 12px;
}

.back-end {
  list-style-type: disc;
}

.social-icons {
  margin: 20px 0;
}

.about-btn {
  width: auto;
}

.lang {
  font-size: 20px;
  font-weight: 500;
  list-style: none;
}

.myself {
  padding-left: 12px;
}

.lang-png {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 36px;
}

.line {
  border-bottom: solid 1px #dfe1e6;

  /* padding: 23px 36px; */
}

.about-div {
  padding-left: 36px;
}

.union-down {
  margin-right: 33px;
}

.skills-modal li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6070ff;
  border: none;
  border-radius: 8px;
  padding: 4px 12px;
  letter-spacing: 3%;
}

.works-list-skills li {
  background-color: #ebebff;
  padding: 4px 12px;
  border-radius: 8px;
  margin: 10px 8px 0 0;
}

.social li:hover {
  background-color: rgb(63, 16, 192);
}

.contact-form {
  background-image: url("images/contact-form-bg.png");
  background-color: #6070ff;
  background-repeat: no-repeat;
  background-position: 98% 19%;
  background-size: 265px 709.17px;
  border-top-left-radius: 90px;
  width: 375px;
  height: 779px;
}

.form-header {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: white;
  padding-top: 103px;
  text-align: center;
}

#form-par {
  color: #ebebff;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  min-height: 102px;
  width: 327px;
  margin: 12px 24px 12px 24px;
  text-align: center;
  padding-top: 20px;
}

.inp {
  height: 48px;
  margin: 12px;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  font-size: 17px;
  line-height: 20px;
  color: #172b4d;
  padding-left: 16px;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 50%;
  margin: 20px 24px 20px 24px;
}

textarea {
  flex: 2;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.form-btn {
  width: max-content;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 3%;
  color: #4f4f4f;
  padding: 12px 10px;
}

.form-btn:hover {
  color: white;
  background-color: #6070ff;
}

.form-btn:active {
  color: white;
  background-color: #2230d2;
}

.form-btn:disabled {
  background-color: white;
  color: #5e6c84;
}

.photoshoot-D-1 {
  display: none;
}

.photoshoot-D-3 {
  display: none;
}

.photoshoot-D-4 {
  display: none;
}

.photoshoot-D-2 {
  display: none;
}

.facebook {
  display: none;
}

.fcb-p {
  display: none;
}

.ruby {
  display: none;
}

.fcb-title {
  display: none;
}

h3.uber {
  display: none;
}

.uber {
  display: none;
}

.disable-mob {
  display: none;
}

.card-pop {
  /* height: 90%; */
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: 1.6rem;
  background-color: #fff;
  padding: 0.6rem;
  border: 0.2rem solid transparent;
}

/* .pop-btn {
  width: 146px;
  margin-bottom: 10px;
}

.pop-btn a {
  text-decoration: none;
  color: #396df2;
} */

.hide {
  display: none;
}

.popup-close-btn {
  /* margin-left: 94%; */
  height: 0.5rem;
  padding-left: 95%;
}

.card-img {
  /* width:100%; */
  width: 295px;
  height: 220px;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}

.modal-body {
  overflow-y: auto;
  padding: 5px 15px;
  height: 40vh;
  width: 50vh;

  /* height: fit-content; */
}

.bigScreen {
  display: inherit;
}

.photoshoot1 {
  height: 15rem;
  object-fit: cover;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}

.modal-list {
  padding-left: 20px;
  margin-top: 14px;
  display: flex;
  align-items: baseline;
}

.skills-modal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  list-style: none;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 24px;
}
.reverse{
  display:none;
}
