@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  color: white;
  background-color: #010035;
  font-family: "Sora", sans-serif;
  width: 100%;
  font-size: 16px;
  margin: 0;
}

header nav {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(34, 33, 76, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 16px 64px;
}
header nav .logo {
  height: 24px;
}
header nav .navs {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: auto 64px;
  gap: 32px;
}
header nav .navs a.nav-item {
  color: white;
  text-decoration: none;
}
header nav .navs a.nav-item:hover {
  color: #F24AC3;
}
header nav .hire-me {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  text-decoration: none;
  background: #F24AC3;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #470033;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  width: 180px;
  font-size: 1.2rem;
}
header nav .hire-me:hover {
  background: #e227ad;
  color: #450533;
}

.hero {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 100px 64px;
}
.hero .intro {
  font-size: 1.6rem;
}
.hero .pd {
  width: 100%;
}

.about {
  display: flex;
  flex-flow: column;
  justify-content: left;
  gap: 32px;
  padding: 0 64px;
  margin-top: 44px;
}
.about .title {
  font-size: 3rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 4px solid #F24AC3;
}
.about .about-me {
  font-size: 1.1rem;
}

.services {
  display: flex;
  flex-flow: column;
  justify-content: left;
  gap: 32px;
  padding: 0 64px;
  margin-top: 44px;
}
.services .title {
  font-size: 3rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 4px solid #F24AC3;
}
.services .my-services {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: left;
  gap: 32px;
}
.services .my-services .service {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.services .my-services .service .icon {
  width: 56px;
}
.services .my-services .service .service-text {
  font-size: 1.2rem;
}

.projects {
  display: flex;
  flex-flow: column;
  justify-content: left;
  gap: 32px;
  padding: 0 64px;
  margin-top: 44px;
}
.projects .title {
  font-size: 3rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 4px solid #F24AC3;
}
.projects .p-tabs {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  justify-content: left;
  background: rgba(204, 204, 204, 0.16);
  width: -moz-max-content;
  width: max-content;
}
.projects .p-tabs button {
  border: hidden;
  font-size: 1.5rem;
}
.projects .p-tabs .tab-1 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 215px;
  height: 46px;
  background-color: #470033;
  color: #FFCBF0;
  cursor: pointer;
}
.projects .p-tabs .tab-2 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 215px;
  height: 46px;
  background-color: transparent;
  color: #FFCBF0;
  cursor: pointer;
}
.projects .p-tabs .tab-3 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 215px;
  height: 46px;
  background-color: transparent;
  color: #FFCBF0;
  cursor: pointer;
}
.projects .p-tabs .tab-1, .projects .p-tabs .tab-2, .projects .p-tabs .tab-3 {
  min-width: 128px;
}
.projects .cs-design .proj {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 16px;
}
.projects .cs-design .proj .top {
  display: flex;
  flex-flow: column;
  justify-content: left;
  gap: 16px;
}
.projects .cs-design .proj .top .proj-name {
  font-size: 2rem;
  font-weight: 600;
}
.projects .cs-design .proj .top .proj-dscr {
  font-size: 1.1rem;
}
.projects .cs-design .proj .top .tags {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  justify-content: left;
}
.projects .cs-design .proj .top .tags .tag-1 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 215px;
  height: 46px;
  background-color: #2A003E;
  color: #ECC3FF;
}
.projects .cs-design .proj .top .tags .tag-2 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 215px;
  height: 46px;
  background-color: #470000;
  color: #FFCBCB;
}
.projects .cs-design .proj .top .tags .tag-3 {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 215px;
  height: 46px;
  background-color: #002863;
  color: #BDD7FF;
}
.projects .cs-design .proj .top img {
  width: 100%;
}
.projects .cs-design .proj .proj-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  text-decoration: none;
  background: #F24AC3;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #470033;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  font-size: 1rem;
  width: 164px;
}
.projects .cs-design .proj .proj-link:hover {
  background: #e227ad;
  color: #450533;
}

.contact {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  margin-top: 44px;
  gap: 24px;
}
.contact .contact-info .title {
  font-size: 3rem;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 4px solid #F24AC3;
  margin-bottom: 24px;
}
.contact .contact-info .contact-icons .icon {
  width: 44px;
  margin: 12px 0 24px;
}
.contact .c-form form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.contact .c-form form input, .contact .c-form form textarea {
  width: 640px;
  height: 56px;
  background: #272657;
  border: hidden;
  outline: none;
  color: white;
  padding: 16px;
  font-size: 1.2rem;
}
.contact .c-form form input:focus, .contact .c-form form textarea:focus {
  border-bottom: solid 4px #868686;
}
.contact .c-form form textarea {
  height: 246px;
  resize: none;
}
.contact .c-form form .send-btn {
  width: 100%;
  padding: 8px 32px;
  border: hidden;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background: #F24AC3;
  color: #470033;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}
.contact .c-form form .send-btn:hover {
  background: rgba(242, 74, 195, 0.7);
  color: white;
}

footer {
  background: #470033;
  color: white;
  padding: 44px 64px 16px;
  margin-top: 44px;
}
footer h6 {
  font-size: 2.25em;
  margin-bottom: 16px;
}
footer p {
  font-size: 1.5em;
  margin-bottom: 16px;
}
footer .socials {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  justify-content: left;
  gap: 24px;
}
footer .socials a {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
footer .socials a:hover {
  color: #F24AC3;
}
footer .copywright {
  margin-top: 36px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */