@import url("https://fonts.googleapis.com/css2?family=Creepster&family=Dhurjati&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Creepster&family=Dhurjati&family=Roboto:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&family=M+PLUS+1+Code&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:wght@300&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --bg-primary: #020a13;
  --main-primary: #fffefe;
  --main-green: #02ef63;
  --main-yellow: #fccf0c;
  --main-blue: #07bcfc;
  --main-red: #fe6ea8;
  --main-gray: rgb(136 146 176);
  --mktg-accent-primary: #7c72ff;
}

/* .root {
  width: 80%;
  height: 1980px;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid var(--indigo);
} */
.right-border {
  position: absolute;
  /* border-left: 1px solid var(--indigo); */
  margin-left: -1em;
  width: 0.2%;
  height: 42%;
  top: 20%;
  left: 19%;
  background: linear-gradient(transparent, #7c72ff 30%);
  /* height: auto; */
  &::before {
    content: "\2609";
    color: #00e5ff;
    font-size: 1rem;
    position: absolute;
    left: -6px;
    top: -0.9rem;
  }
  &::after {
    /* content: "\003C \003E";
    color: #00e5ff;
    font-size: 1.5rem;
    position: absolute;
    left: -0.7rem;
    top: 22rem;
    content: "\003C \003E";
    color: var(--gray);
    /* background: #6610f23d; */
    background: rgb(102 16 242 / 29%);
    font-size: 1.7rem;
    position: absolute;
    left: -0.8rem;
    top: 17rem;
    font-family: monospace;
    /* font-family: "Raleway", sans-serif; */
    box-shadow: var(--indigo) 0px 0px 46px 3px;
  }
}
.right-border2 {
  position: absolute;
  margin-left: -1em;
  width: 0.2%;
  /* height: 42%; */
  height: 53%;
  top: 67%;
  left: 19%;
  background: linear-gradient(transparent, #7c72ff 30%);
}

main {
  margin: 0 auto;
  width: 60%;
  height: auto;
  padding: 0;
  /* border-left: 1px solid var(--indigo); */
}
.intro {
  color: white;
  font-family: "Roboto";
  line-height: 1.3;
  /* line-height: 1; */
  h1 {
    font-size: 7rem;
    display: inline;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-weight: 900;
  }
  h2 {
    color: var(--main-green);
    font-family: "M PLUS 1 Code", monospace;
    font-weight: 100;
    line-height: 1.5;
    /* white-space: nowrap; */
    /* &::after {
      content: "</>";
    } */
  }
  .about-heading {
    font-size: 35px;
    margin-top: 7.2%;
    margin-left: 3%;
    display: inline-block;
    color: var(--warning);
  }
}
.about-me {
  font-family: "Raleway", sans-serif;
  display: flex;
  width: 100%;
  /* background-color: rgba(136, 146, 176, 0.08); */
  /* border: 1px solid; */
  /* border-radius: 15px; */
  /* margin-top: 2%; */
  &:hover {
    border-color: var(--success);
  }

  .menuTopics {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    /* border-radius: 4px; */
    /* background: #010d1a; */
    /* box-shadow: 4px 4px 7px red; */
    ul {
      list-style: none;

      li {
        margin: 1rem;
        text-align: center;
      }
    }

    ul li a {
      /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif; */
      text-decoration: none;
      color: var(--teal);
      font-size: 1.3rem;
      font-weight: 500;
    }
  }
  .about-description {
    flex: 3;
  }
}
/* ..............................About Me More Button....................... */
.about-more-btn {
  background: none;
  border: none;
  margin-top: 2rem;
  margin-left: 1rem;
  font-size: 1.1rem;
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--success);
  background: linear-gradient(to right, #28a745 50%, #030c181e 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  &:hover {
    background-position: left bottom;
  }
  a {
    text-decoration: none;
    color: var(--white);
    font-size: 1.2rem;
  }
}

/* ............................Educations................................ */
.education {
  font-family: "Raleway", sans-serif;
  margin-bottom: 2rem;
  strong {
    display: block;
    /* margin-top: 1rem; */
    /* color: #7c72ff; */
    color: var(--main-gray);
    margin-left: 3rem;
    /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif; */
    font-weight: 700;
  }
  span {
    margin-left: 3rem;
    /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif; */
    font-weight: 400;
  }
  p {
    margin-left: 3.1rem;
    /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif; */
    font-weight: 400;
  }
  #graduation {
    margin-top: 1rem;
    margin-left: 2rem;
    font-size: 1.3rem;
    color: var(--success);
    /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif; */
    font-weight: 700;
    i {
      margin-right: 0.3rem;
    }
  }
}
.show {
  display: block;
}
.hide {
  display: none;
}

/* ........................................................................................ */
.typewriter {
  color: var(--main-green);
  font-family: "M PLUS 1 Code", monospace;
  font-weight: 100;
  /* overflow: hidden;  */
  /* border-right: 0.15em solid orange; */
  /* white-space: nowrap; */
  /* margin: 0 auto; Gives that scrolling effect as the typing happens */
  /* letter-spacing: 0.15em;
  animation: typing 3.5s steps(30, end); */
  &::after {
    content: "</>";
    margin-left: -1%;
    color: var(--main-yellow);
    animation: 1s blink ease infinite;
  }
}
@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
/* @keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
} */
/* ...................................................................................... */

.bgtext .bgtext2 {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.bgtext:before {
  content: "<HELLO/>";
  font-size: 7.3rem;
  position: fixed;
  /* color: #1925326b; */
  color: #19253240;
  /* top: 0; */
  top: 14rem;
  left: 3%;
  z-index: -1;
}
.bgtext2::before {
  /* content: "<THERE> <THERE/>"; */
  content: "<THERE/>";
  font-size: 6.3rem;
  position: fixed;

  /* color: #1925326b; */
  color: #19253240;
  /* top: 0; */
  top: 14.5rem;
  left: 16%;
  z-index: -2;
}

/* ---------------------------------Trainings-------------------------------------- */
.intern {
  strong {
    /* color: var(--warning); */
    color: var(--main-gray);
    .key-skills {
      margin-left: 0.3rem;
      /* color: var(--green); */
      color: var(--main-gray);
    }
  }
}
/* ......................................Skills........................................ */
.main-skills {
  display: flex;
  flex-direction: column;
  .technology {
    margin-left: 2rem;
    margin-top: 1rem;
    font-weight: 100;
    font-size: 1.5rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: var(--success);
    i {
      color: var(--warning);
    }
  }

  .front-end {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 2rem;
    div {
      /* margin-left: 1.5rem; */
      margin-top: 1.2rem;
      /* flex: 1; */
      /* background-color: #343a40; */
      padding: 1.3rem;
      border-radius: 0.4rem;
      border: 1px solid transparent;
      overflow: hidden;
      transition: transform 0.25s, visibility 0.25s ease-in;
      p {
        font-size: small;
        font-weight: 900;
        font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
          "Lucida Sans", Arial, sans-serif;
        /* padding-top: 0.3rem; */
        margin-top: 0.3rem;
        color: var(--warning);
        /* transition: transform 0.5s ease; */
      }
      /* &:hover p {
        transform: scale(1.5);
      } */
      img {
        /* transition: transform 0.5s ease; */
        transition: transform 0.25s, visibility 0.25s ease-in;
      }
      /* &:hover img {
        transform: scale(1.5);
      } */
      &:hover {
        transform: scale(1.2);
        border: 1px solid var(--success);
        /* overflow: hidden; */
        background: linear-gradient(to right, #63e01048, #030c1880);
        /* box-shadow: inset 3px 3px 3px 3px #02ef63; */
      }
    }
  }

  .back-end {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
    div {
      /* flex: 1; */
      margin-bottom: 1.5rem;
    }
  }
}

/* ......................................My Projects....................................... */
.my-projects {
  font-family: "Raleway", sans-serif;
  margin: 2rem 0rem;
  h1 {
    color: var(--warning);
    /* color: var(--success); */
    text-align: center;
    margin: 3rem 0rem;
    /* font-size: 3.2rem;*/
    /* text-align: center; */
    /* display: flex; */
  }
  h2 {
    color: var(--warning);
  }
  .projects-archieve {
    /* font-family: "Raleway", sans-serif; */
    display: block;
    text-decoration: none;
    /* border: none; */
    border: 1px solid var(--success);
    background-color: transparent;
    width: 4rem;
    margin: 0.8rem 0.7rem;
    padding: 0.7rem;
    color: white;
    text-align: center;
    /* position: relative; */
    /* transition: all 0.35s; */
    background: linear-gradient(to right, #28a745 50%, #030c181e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    &:hover {
      background-position: left bottom;
    }
    /* ::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #ff003b;
      transition: all 0.35s;
    }

    &:hover {
      background: linear-gradient(to right, #63e01048, #030c1880);
    } */
  }
  .allprojects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 95%;
    margin: 1rem 0.7rem;
    .project {
      width: 11rem;
      color: var(--white);
      /* font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif; */
      line-height: 1.5;
      text-decoration: none;
      border: 1px solid var(--success);
      border-radius: 0.5rem;
      padding: 1.5rem;
      margin: 1rem 0.9rem;
      /* margin-bottom: 1rem;
      margin-top: 1rem; */
      transition: transform 0.25s, visibility 0.25s ease-in;
      :nth-child(2) {
        margin-top: 0.5rem;
        /* color: #7c72ff; */
        color: var(--success);
        font-weight: 700;
      }
      :nth-child(3) {
        /* color: var(--white);
        font-size: 1rem; */
        color: var(--main-gray);
        font-size: 1rem;
      }
      img {
        width: 12rem;
      }
      &:hover {
        transform: scale(1.2);
        border: 1px solid var(--success);
        /* overflow: hidden; */
        background: linear-gradient(to right, #63e01048, #030c1880);
        /* box-shadow: inset 3px 3px 3px 3px #02ef63; */
      }
      .btn-more {
        background-color: var(--success);
        border: 1px solid var(--success);
        border-radius: 0.5rem;
        padding: 0.3em 0.7em;
        user-select: none;
        cursor: pointer;
        position: relative;
        background: none;
        color: #fff;
        margin: 0.4rem 0.2rem;
      }

      .btn-more::before,
      .btn-more::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: var(--success);
        border-radius: 0.5rem;
        top: 0;
        left: 0;
        z-index: -1;
        transform: scaleX(0);
        transition: background 0.5s, transform 0.5s, opacity 0.5s ease-in;
      }

      .btn-more::before {
        left: -30%;
      }

      .btn-more::after {
        right: -30%;
      }

      .btn-more:hover::after {
        transform: scale(1);
      }

      .btn-more:active {
        transform: translateY(2px);
      }
    }
  }
}
/* .......................................Services.......................................... */
.services {
  font-family: "Raleway", sans-serif;
  margin: 2rem 0rem;
  .projects-archieve {
    /* font-family: "Raleway", sans-serif; */
    display: block;
    text-decoration: none;
    /* border: none; */
    border: 1px solid var(--success);
    background-color: transparent;
    width: 4rem;
    margin: 0.8rem 0.7rem;
    padding: 0.7rem;
    color: white;
    text-align: center;
    /* position: relative; */
    /* transition: all 0.35s; */
    background: linear-gradient(to right, #28a745 50%, #030c181e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    &:hover {
      background-position: left bottom;
    }
  }
  h1 {
    margin-bottom: 3rem;
    text-align: center;
    color: var(--warning);
    /* font-size: 1.9rem; */

    opacity: 1;
  }
  h2 {
    color: var(--warning);
  }
  .q1 {
    margin: 2rem 0.3rem;
    h2 {
      color: var(--success);
      font-size: 1.3rem;
    }
    p {
      margin: 0.6rem 0.2rem;
      color: var(--main-gray);
      font-size: 1.3rem;
      line-height: 1.5;
      /* letter-spacing: -0.04rem; */
      font-family: "Raleway", sans-serif;
      font-optical-sizing: auto;
      font-weight: inherit;
      font-style: normal;
    }
  }
}
/* .................................Why Me ? ............................................ */
.why-me {
  font-family: "Raleway", sans-serif;
  margin: 2rem 0rem;
  font-size: larger;
  h1 {
    margin-bottom: 2rem;
    text-align: center;
    color: var(--warning);
  }
  p {
    margin: 0.6rem 0.2rem;
    font-size: 1.3rem;
    color: var(--main-gray);
  }
}
/*................................ Contact me................................................ */

.contact {
  margin: 2rem 0rem;
  width: 100%;

  font-family: "Raleway", sans-serif;
  h1 {
    text-align: center;
    color: var(--warning);
    font-size: 2.3rem;
  }
  h2 {
    margin: 1rem 5rem;
    margin-top: 3rem;
    color: var(--white);
    span {
      color: var(--success);
    }
  }
  p {
    margin-left: 5rem;
    color: var(--white);
  }
  .contact-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    .input {
      width: 100%;
      border: none;
      background: transparent;
      border-bottom: 1px solid white;
      outline: none;
      color: white;
      padding-bottom: 0.7rem;
    }
    .lables {
      color: var(--white);
    }
    .left-contact {
      margin: 2rem 5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;

      /* flex: 1; */
    }
    .formmsg {
      width: 19rem;
    }
    .right-contact {
      margin: 2rem 0rem;
      display: flex;
      flex-direction: column;
      /* margin-left: 9rem; */
      .projects-archieve {
        /* font-family: "Raleway", sans-serif; */
        display: block;
        text-decoration: none;
        /* border: none; */
        border: 1px solid var(--success);
        border-radius: 0.3rem;
        background-color: transparent;
        width: 8rem;
        margin: 0.8rem 0.7rem;
        padding: 0.7rem;
        color: white;
        text-align: center;
        /* position: relative; */
        /* transition: all 0.35s; */
        background: linear-gradient(to right, #28a745 50%, #030c181e 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.5s ease-out;
        &:hover {
          background-position: left bottom;
        }
      }
      .submit-btn {
        background: transparent;
        border: none;
      }
      /* flex: 2; */
    }
  }
}
.hire-me {
  font-family: "Raleway", sans-serif;
  color: var(--white);
  width: 15.7rem;
  height: 34rem;
  /* border: 1px solid white; */
  box-shadow: 0px 0px 1px var(--white);
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 1rem;
  .name-and-role {
    margin-top: -1rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    .role {
      margin-left: 4rem;
    }
  }
  .photo {
    margin: 1rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;

    img {
      margin-bottom: 1.5rem;
      width: 12rem;
    }
    h4 {
      font-weight: 300;
      line-height: 1.5;
    }
    p {
      margin: 0.8rem 0rem;
      font-weight: 300;
      font-size: 0.8rem;
    }
    .icons {
      margin: 1rem 0rem;
      a {
        color: var(--light);
        padding: 0 0.5rem;
        border: 1px soli var(--white);
        padding: 0.6rem;
        margin: 0rem 0.2rem;
        border: 1px solid white;
        border-radius: 100%;
        color: var(--main-gray);
        &:hover {
          border-color: var(--success);
          color: var(--success);
        }
      }
    }
    .projects-archieve {
      /* font-family: "Raleway", sans-serif; */
      display: block;
      text-decoration: none;
      /* border: none; */
      border: 1px solid var(--success);
      border-radius: 2rem;
      /* background-color: transparent; */
      background-color: #28a745;
      width: 12rem;
      margin: 0.8rem 0.7rem;
      padding: 0.7rem;
      color: var(--bg-primary);
      font-weight: 600;
      text-align: center;
      /* position: relative; */
      /* transition: all 0.35s; */
      /* background: linear-gradient(to right, #28a745 50%, #030c181e 50%);
      background-size: 200% 100%;
      background-position: right bottom;
      transition: all 0.5s ease-out; */
      &:hover {
        /* background-position: left bottom; */
        background-color: #28a746af;
      }
    }
    .hire-me-btn {
      background: transparent;
      border: none;
      /* margin-top: 1rem; */
    }
  }
}
#stickyDiv {
  /* position: relative;
  top: 10rem;
  display: none; */

  /* transition: display 0.5s ease-in-out; */
  /* transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; */
  transition: left 0.7s ease-in-out, opacity 0.5s ease-in-out,
    visibility 0.5s ease-in-out;
}

@media (min-width: 320px) {
  #stickyDiv {
    opacity: 0;
    visibility: hidden; /* Set the width to 100% for screens up to 780px */
  }
}
/* ............................................Footer............................................. */
.main-footer {
  font-family: "Raleway", sans-serif;
  text-align: center;
  color: var(--white);
  p {
    margin: 1rem 1rem;
    word-spacing: 0.05rem;
    letter-spacing: 0.3rem;
    font-size: larger;
  }
  .footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    .f-services {
      display: flex;
      flex-direction: column;
      text-align: center;
      /* border: 1px solid green; */
      color: var(--main-gray);
      h2 {
        font-weight: 300;
        margin: 1rem 0rem;
      }
      a {
        font-size: 1.2rem;
        text-decoration: none;
        margin: 0.5rem 0rem;
        color: var(--success);
        &:hover {
          color: #02ef63;
        }
      }
    }
    .footer-icons {
      i {
        font-size: 1.3rem;
      }
    }
  }
}
/* .........................................About Me New Div............................ */
.container {
  /* flex: 0 1 700px; */
  /* margin: auto; */
  padding: 10px;
}

.screen {
  position: relative;
  /* background: #3e3e3e; */
  border-radius: 15px;
}

.screen:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  /* left: 20px; */
  left: 0;
  /* right: 20px; */
  right: 0px;
  bottom: 0;
  border-radius: 15px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  /* background: #4d4d4f; */
  background: #010d1a;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.screen-header-left {
  margin-right: auto;
}

.screen-header-button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}

.screen-header-button.close {
  background: #ed1c6f;
}

.screen-header-button.maximize {
  background: #e8e925;
}

.screen-header-button.minimize {
  background: #74c54f;
}

.screen-header-right {
  display: flex;
}

.screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: #999;
}

.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 50px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #ea1d6f;
  font-size: 26px;
}

.app-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: #ea1d6f;
}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 40px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.2s;
}

.app-form-control::placeholder {
  color: #666;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
  background: none;
  border: none;
  color: #ea1d6f;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.app-form-button:hover {
  color: #b9134f;
}

.dribbble {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

@media screen and (max-width: 520px) {
  .screen-body {
    flex-direction: column;
  }

  .screen-body-item.left {
    margin-bottom: 30px;
  }

  .app-title {
    flex-direction: row;
  }

  .app-title span {
    margin-right: 12px;
  }

  .app-title:after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .screen-body {
    padding: 40px;
  }

  .screen-body-item {
    padding: 0;
  }
}
/* .........................................Media............................................. */

@media only screen and (max-width: 1920px) {
  .bgtext:before {
    font-size: 9.3rem;
    /* top: 13.5rem;
    left: 3%; */
    top: 40%;
    left: 8%;
  }
  .bgtext2::before {
    font-size: 9.3rem;
    /* top: 16rem;
    left: 38%; */
    top: 55%;
    left: 42%;
  }
  .intro {
    h3 {
      font-size: 1.3em;
    }
    h1 {
      font-size: 7rem;
    }
    h2 {
      font-size: 1.4em;
    }
  }
}
@media only screen and (max-width: 1440px) {
  .bgtext:before {
    font-size: 8rem;
    top: 40%;
    left: 2%;
  }
  .bgtext2::before {
    font-size: 8rem;
    top: 55%;
    left: 38%;
  }
  .intro {
    h3 {
      font-size: 1.2em;
    }
    h1 {
      font-size: 5.5rem;
    }
    h2 {
      font-size: 1.2em;
    }
  }
}

@media only screen and (max-width: 1536px) {
  .bgtext:before {
    font-size: 9.3rem;
    top: 40%;
    left: 8%;
  }
  .bgtext2::before {
    font-size: 9.3rem;
    top: 60%;
    left: 41%;
  }
  .intro {
    h3 {
      font-size: 1.2em;
    }
    h1 {
      font-size: 5.5rem;
    }
    h2 {
      font-size: 1.2em;
    }
  }
}
@media only screen and (max-width: 1280px) {
  .bgtext:before {
    font-size: 6.6rem;
    top: 40%;
    left: 8%;
  }
  .bgtext2::before {
    font-size: 6.6rem;
    top: 60%;
    left: 37%;
  }
  .intro {
    h3 {
      font-size: 1.2em;
    }
    h1 {
      font-size: 5.5rem;
    }
    h2 {
      font-size: 1.2em;
    }
  }
}
@media only screen and (max-width: 768px) {
  .bgtext:before {
    font-size: 5.3rem;
    top: 17.5rem;
    left: 8%;
  }
  .bgtext2::before {
    font-size: 5.3rem;
    top: 14rem;
    left: 41%;
  }
  .intro {
    h3 {
      font-size: 0.3em;
    }
    h1 {
      font-size: 3.5rem;
    }
    h2 {
      font-size: 0.6em;
    }
  }

  .education {
    strong {
      font-size: 0.9rem;
      margin-left: 2rem;
      font-weight: 100;
    }
    span {
      margin-left: 2rem;
      font-weight: 400;
      font-size: 0.9rem;
    }
    p {
      font-size: 0.9rem;
      margin-left: 2rem;
      font-weight: 100;
    }
    #graduation {
      margin-top: 1rem;
      margin-left: 1rem;
      font-size: 0.7rem;
      color: var(--main-yellow);
      font-weight: 900;
      i {
        margin-right: 0.3rem;
      }
    }
  }
}

@media only screen and (max-width: 425px) {
  .bgtext:before {
    font-size: 3.3rem;
    top: 13rem;
    left: 3%;
  }
  .bgtext2::before {
    font-size: 3.3rem;
    top: 8rem;
    left: 36%;
  }
  .intro {
    h3 {
      font-size: 0.4em;
    }
    h1 {
      font-size: 2.6rem;
    }
    h2 {
      font-size: 0.5em;
    }
  }
  .right-border {
    height: 30.5%;
  }
}

@media only screen and (max-width: 375px) {
  .bgtext:before {
    font-size: 3.3rem;
    top: 13rem;
    left: 3%;
  }
  .bgtext2::before {
    font-size: 3.3rem;
    top: 8rem;
    left: 36%;
  }
  .intro {
    h3 {
      font-size: 0.4em;
    }
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 0.5em;
    }
  }
  nav.drop-down {
    height: 104vh;
    width: 104vw;
    top: -104vh;
  }
}
@media only screen and (max-width: 320px) {
  .bgtext:before {
    font-size: 2.3rem;
    top: 12rem;
    left: 3%;
  }
  .bgtext2::before {
    font-size: 2.3rem;
    top: 7rem;
    left: 36%;
  }
  .right-border {
    left: 20%;
  }
  nav.drop-down {
    height: 115vh;
    width: 114.5vw;
    top: -116vh;
  }
  .intro {
    h2 {
      font-size: 0.4em;
    }
  }

  /* .bgtext:before {
    font-size: 3.3rem;
    top: 13rem;
    left: 3%;
  }
  .bgtext2::before {
    font-size: 3.3rem;
    top: 8rem;
    left: 36%;
  }
  .intro {
    h3 {
      font-size: 0.4em;
    }
    h1 {
      font-size: 2rem;
    }
    h2 {
      font-size: 0.5em;
    }
  } */
}
