*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

.container {
  display: grid;
  grid-template-columns: 14rem 1fr;
  width: 100vw;
  position: relative;
  font-family: "Roboto", sans-serif;
  background-color: #1D1D1D; }

a {
  text-decoration: none;
  color: #6C6C6C;
  display: inline-block; }

.logo {
  width: 2rem;
  height: 2rem;
  fill: #909096;
  padding: 2px;
  margin: auto; }

#cloud {
  margin: 0rem;
  width: 3rem;
  height: 3rem;
  fill: #FD2155; }

.link {
  margin: auto;
  text-decoration: none; }

.grey_text {
  color: #909096;
  font-size: 1.5rem;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

.btn-lg {
  position: relative;
  border: 1px solid #08FDD8;
  display: inline-block;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18rem;
  height: 6rem;
  color: #08FDD8;
  cursor: pointer;
  background-image: linear-gradient(120deg, transparent 50%, transparent 0%, #08FDD8 50%);
  overflow: hidden;
  background-size: 230%;
  transition: all 0.1s ease; }

.btn__contact {
  color: #08FDD8; }

.btn-lg:hover {
  color: #000000;
  background-position: 100%; }

.blast-root {
  font-size: 10rem;
  letter-spacing: -1.5rem;
  line-height: 9rem;
  font-weight: 500; }
  @media (max-width: 81.25em) {
    .blast-root {
      font-size: 9rem; } }
  @media (max-width: 62.5em) {
    .blast-root {
      font-size: 7rem;
      letter-spacing: -1rem; } }
  @media (max-width: 50em) {
    .blast-root {
      font-size: 5rem;
      letter-spacing: -0.75rem;
      line-height: 6rem; } }
  @media (max-width: 31.25em) {
    .blast-root {
      letter-spacing: -0.7rem; } }

.blast {
  display: inline-block;
  position: relative; }

.blast:hover {
  color: #08FDD8;
  animation: bounce 0.4s ease-in-out; }

.font {
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: -0.9rem;
  margin-bottom: 2rem; }
  @media (max-width: 81.25em) {
    .font {
      font-size: 6.5rem; } }
  @media (max-width: 62.5em) {
    .font {
      font-size: 6rem;
      letter-spacing: -1rem; } }
  @media (max-width: 50em) {
    .font {
      font-size: 5rem;
      letter-spacing: -0.8rem;
      line-height: 6rem; } }

.white_text {
  color: #FFFFFF;
  font-size: 1.4rem;
  width: 50vw; }
  @media (max-width: 50em) {
    .white_text {
      width: 80vw;
      font-size: 1.2rem; } }

.white_text span {
  color: #08FDD8;
  cursor: pointer; }

.send_btn {
  grid-column: 2/-1;
  background-color: transparent !important;
  height: 6rem;
  width: 80%;
  justify-self: flex-end; }

.width {
  width: 50rem; }
  @media (max-width: 62.5em) {
    .width {
      width: 60%; } }
  @media (max-width: 50em) {
    .width {
      width: 80vw; } }

.sidebar__about, .sidebar__skills, .sidebar__work, .sidebar__contact {
  border-bottom: 1px solid #909096;
  font-size: 1.5rem;
  color: #6C6C6C;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease; }
  @media (max-width: 50em) {
    .sidebar__about, .sidebar__skills, .sidebar__work, .sidebar__contact {
      height: 5rem; } }

.sidebar {
  height: 100vh;
  position: fixed;
  width: 14rem;
  grid-column: 1/2;
  display: grid;
  grid-template-rows: repeat(15, [col-start] 1fr [col-end]);
  background-color: #181818;
  color: #909096; }
  @media (max-width: 50em) {
    .sidebar {
      display: none;
      width: 100vw;
      z-index: 3000; } }
  .sidebar__intro {
    background-color: #000000;
    grid-row: col-start/col-start 5;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (max-width: 50em) {
      .sidebar__intro {
        height: 30%; } }
    .sidebar__intro--A::before {
      content: "A";
      color: #FD2155;
      font-size: 11rem;
      font-weight: 500;
      position: absolute;
      left: 4px; }
      @media (max-width: 81.25em) {
        .sidebar__intro--A::before {
          font-size: 10rem; } }
      @media (max-width: 62.5em) {
        .sidebar__intro--A::before {
          font-size: 9rem; } }
      @media (max-width: 50em) {
        .sidebar__intro--A::before {
          font-size: 6rem; } }
    .sidebar__intro--A {
      color: #08FDD8;
      font-size: 11rem;
      font-weight: 500;
      position: relative;
      display: inline-block; }
      @media (max-width: 81.25em) {
        .sidebar__intro--A {
          font-size: 10rem; } }
      @media (max-width: 62.5em) {
        .sidebar__intro--A {
          font-size: 9rem; } }
      @media (max-width: 50em) {
        .sidebar__intro--A {
          font-size: 6rem; } }
    .sidebar__intro--name {
      font-size: 2.1rem;
      transform: translateY(-100%); }
      @media (max-width: 62.5em) {
        .sidebar__intro--name {
          font-size: 1.8rem; } }
      @media (max-width: 50em) {
        .sidebar__intro--name {
          font-size: 1.5rem; } }
    .sidebar__intro--web {
      font-size: 1.5rem;
      color: #909096;
      transform: translateY(-100%); }
      @media (max-width: 62.5em) {
        .sidebar__intro--web {
          font-size: 1.3rem; } }
  .sidebar__about {
    grid-row: col-start 6 / span 1;
    border-top: 1px solid #909096; }
  .sidebar__skills {
    grid-row: col-start 7 / span 1; }
  .sidebar__work {
    grid-row: col-start 8 / span 1; }
  .sidebar__contact {
    grid-row: col-start 9 / span 1; }
  .sidebar__logo {
    grid-row: col-start 10 / span 1;
    display: flex;
    justify-content: center;
    margin-left: 2rem;
    margin-right: 2rem;
    transition: all 0.1s ease; }

.sidebar__about a:hover,
.sidebar__skills a:hover,
.sidebar__work a:hover,
.sidebar__contact a:hover,
.logo:hover {
  cursor: pointer;
  color: #08FDD8;
  fill: #08FDD8; }

@media (max-width: 50em) {
  .navigation {
    position: fixed;
    z-index: 5000; }
    .navigation__checkbox {
      display: none; }
    .navigation__buttom {
      width: 5.2rem;
      height: 5.2rem;
      cursor: pointer;
      position: relative;
      position: fixed;
      top: 5rem;
      right: 4rem; }
    .navigation__icon {
      position: absolute;
      top: 1rem;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .navigation__icon, .navigation__icon:before, .navigation__icon:after {
      display: inline-block;
      width: 4rem;
      height: 0.3rem;
      background-color: white; }
    .navigation__icon:before, .navigation__icon:after {
      content: "";
      position: absolute;
      left: 0; }
    .navigation__icon:before {
      top: -0.9rem; }
    .navigation__icon:after {
      top: 0.9rem; }
  .navigation__checkbox:checked .sidebar {
    display: block; } }

.home {
  grid-column: 2/-1;
  background-color: #1D1D1D;
  color: #FFFFFF; }
  @media (max-width: 50em) {
    .home {
      grid-column: 1/-1; } }

.sound__box {
  display: flex;
  flex-direction: row;
  color: white;
  align-items: center;
  justify-content: flex-end;
  margin: 2rem 4rem 0rem 0rem;
  font-size: 1.5rem;
  animation: moveInRight 1s ease-out; }

.control {
  color: #FD2155;
  cursor: pointer; }

.sound {
  margin: 0rem 6px 0px 6px; }
  @media (max-width: 50em) {
    .sound {
      display: none; } }

.text-zone {
  margin: 0px;
  padding-left: 6rem;
  margin-bottom: 5rem; }
  @media (max-width: 50em) {
    .text-zone {
      padding-left: 4rem; } }
  @media (max-width: 31.25em) {
    .text-zone {
      padding-left: 2rem; } }

.portfolio {
  grid-column: 2/-1;
  color: #08FDD8; }
  @media (max-width: 50em) {
    .portfolio {
      grid-column: 1/-1; } }

.projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.project {
  min-width: 15rem;
  width: 19%;
  height: 30rem;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .project-1 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/img.jpeg); }
  .project-2 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/budget.png); }
  .project-3 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/forkify.png); }
  .project-4 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/natours.png); }
  .project-5 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/trillo.png); }
  .project-6 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/nexter.png); }
  .project-7 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/pragati.png); }
  .project-8 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/pragatiBlog.png); }
  .project-9 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/trillo.png); }
  .project-10 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/trillo.png); }
  .project-1:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/img.jpeg);
    transform: scale(1.05); }
  .project-2:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/budget.png);
    transform: scale(1.05); }
  .project-3:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/forkify.png);
    transform: scale(1.05); }
  .project-4:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/natours.png);
    transform: scale(1.05); }
  .project-5:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/trillo.png);
    transform: scale(1.05); }
  .project-6:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/nexter.png);
    transform: scale(1.05); }
  .project-7:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/pragati.png);
    transform: scale(1.05); }
  .project-8:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/pragatiBlog.png);
    transform: scale(1.05); }
  .project-9:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/trillo.png);
    transform: scale(1.05); }
  .project-10:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/trillo.png);
    transform: scale(1.05); }
  .project_view {
    width: 10rem;
    height: 10rem;
    clip-path: circle(50% at 50% 50%);
    shape-outside: circle(50% at 50% 50);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 1.5rem;
    background-color: #08FDD8;
    transition: all 0.15s ease;
    filter: blur(0px);
    transform: scale(0); }

.project:hover .project_view {
  transform: scale(1); }

.skills {
  grid-column: 2/-1;
  color: #08FDD8;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 50em) {
    .skills {
      grid-column: 1/-1; } }

.indicate {
  max-width: 90rem;
  min-width: 60rem;
  padding-right: 10rem;
  padding-left: 6rem; }
  @media (max-width: 50em) {
    .indicate {
      min-width: 100%; } }
  .indicate__front--name {
    color: white;
    font-size: 1.5rem; }
  .indicate__front--label {
    height: 0.5rem;
    background-color: #08FDD8;
    border-radius: 1rem; }

.red {
  background-color: #FD2155; }

.purple {
  background-color: #D26CD5; }

.contact {
  grid-column: 2/-1;
  color: #08FDD8; }
  @media (max-width: 50em) {
    .contact {
      grid-column: 1/-1; } }

.form {
  display: grid;
  grid-template-rows: repeat(6, 5rem);
  grid-template-columns: 1fr 1fr;
  width: 70%;
  gap: 2rem 2rem; }
  @media (max-width: 50em) {
    .form {
      width: 90%; } }
  .form__input {
    grid-column: 1/2;
    grid-row: 1/2; }
    @media (max-width: 50em) {
      .form__input {
        grid-column: 1/3; } }
  .form__email {
    grid-column: 2/-1;
    grid-row: 1/2; }
    @media (max-width: 50em) {
      .form__email {
        grid-column: 1/3;
        grid-row: 2/3; } }
  .form__subject {
    grid-column: 1/-1;
    grid-row: 2/3; }
    @media (max-width: 50em) {
      .form__subject {
        grid-row: 3/4; } }
  .form__message {
    grid-column: 1/-1;
    grid-row: 3/5;
    background: red; }
    @media (max-width: 50em) {
      .form__message {
        grid-row: 4/6; } }

.form input {
  background-color: #2B2B2B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  color: #6C6C6C;
  border: none;
  padding-left: 2rem; }
  .form input:focus {
    outline: none;
    border-bottom: 2px solid #08FDD8; }
  .form input:focus:invalid {
    border-bottom: 2px solid #FD2155; }
  .form input::-webkit-input-placeholder {
    color: #6C6C6C;
    font-size: 1.5rem; }

.mg-tp-sm {
  margin-top: 1rem; }

.mg-rt-sm {
  margin-right: 1rem; }
  @media (max-width: 62.5em) {
    .mg-rt-sm {
      margin-right: 0.7rem; } }

.mg-rt-md {
  margin-right: 4rem; }

.mg-bt-sm {
  margin-bottom: 2rem; }

.mg-tp-lg {
  margin-top: 11rem; }

.mg-tp-md {
  margin-top: 6rem; }

.pd-tp-lg {
  padding-top: 13rem; }

.pd-tp-md {
  padding-top: 6rem; }

.mg-l-sm {
  margin-left: 3rem; }
  @media (max-width: 50em) {
    .mg-l-sm {
      margin-left: 1.5rem; } }

.pd-lt-sm {
  padding-left: 2rem; }

.move-top {
  transform: translateY(-10%); }

@keyframes bounce {
  0% {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.5, 0.8); }
  60% {
    transform: scale(0.8, 1.2); }
  80% {
    transform: scale(1.2, 0.8); }
  100% {
    transform: scale(1, 1); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  80% {
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes move {
  0% {
    opacity: 0;
    transform: scale(0); }
  80% {
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
