@import "globals.css";

@media only screen and (min-width: 700px) {

  #circle,
  #line {
    opacity: 1;
  }

  .mobile-hidden {
    display: block;
  }

  .desktop-hidden {
    display: none;
  }

  .horizontal-line {
    width: 30vw;
    margin: 1rem auto;
  }

  #front-section {
    display: flex;
  }

  #meet {
    margin-top: 37vh;
    margin-left: 5rem;
    margin-right: 3rem;
    font-size: 1rem;
  }

  #cta {
    margin-top: 70vh;
  }

  #cta a {
    font-size: calc(0.9vw + 0.5rem);
  }

  #about-container {
    margin: 12vh auto 15rem;
  }

  #story-container {
    height: auto;
    margin-bottom: 15rem;
  }

  #story-container p {
    text-align: left;
  }

  #story-container .horizontal-line {
    display: block;
  }

  #cv {
    left: 85%;
  }

  .skills-title {
    display: block;
    margin: 6rem auto 0;
    text-align: center;
    font-size: calc(0.7vw + 0.5rem);
    color: #000;
  }

  #long-story-btn {
    margin-top: 10rem;
    padding-right: 12rem;
  }

  .my-skills {
    margin-bottom: 10vh;
  }

  .my-skills div {
    display: flex;
    justify-content: center;
  }

  .my-skills img {
    width: 4rem;
    height: 4rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  #my-certs {
    display: flex;
    margin: 0 auto 15rem;
    justify-content: space-around;
    width: 80vw;
  }

  #certs-mt {
    margin-top: 17rem;
  }

  #my-certs div {
    width: 10vw;
  }

  #my-certs div span {
    font-size: 1rem;
  }

  img[src*="Cert"] {
    width: 5rem;
  }

  .work-card {
    width: 50vw;
  }

  .work-card img {
    display: inline-block;
    margin: 0;
    width: 18rem;
  }

  .work-card-text {
    margin-left: 2rem;
    align-items: flex-start;
    justify-content: space-between;
  }

  .work-card-text h5 {
    font-size: calc(.8vw + .6rem);
    margin: 0;
  }

  .work-card-text p {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: calc(.7vw + .1rem);
  }

  .work-card-tech-tags span {
    margin-right: 1rem;
  }

  .work-card-btn-container {
    justify-content: flex-start;
  }

  .work-card-btn {
    font-size: calc(.7vw + .5rem);
    margin-right: 3rem;
  }

  #contact-container {
    width: 50%;
  }

  #about-me,
  #my-work,
  #skills,
  #contact {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-left: 5px;
    text-align: left;
    font-size: 2rem;
  }

  #skills {
    margin-top: 25rem;
  }

  #my-work {
    margin-top: 25rem;
  }

  #contact {
    margin-top: 10rem;
  }
}


/*  ******** */
/* **************** ABOVE 900 */
/* ********* */


@media only screen and (min-width: 900px) {

  #nav__small {
    position: fixed;
    display: flex;
    gap: 1rem;
    bottom: -5rem;
    left: 50vw;
    transform: translate(-50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.1rem 1.5rem;
    z-index: 999;
    font-weight: bold;
    color: var(--font-color);
    outline: 1px solid var(--alt-color);
    transition: bottom 0.8s;
  }

  .nav__small-link {
    border-radius: 30px;
    transition: all 0.5s;
    padding: 0.3rem 0.3rem 0.2rem;
  }

  .nav__small-link:hover {
    background-color: #bb83f05b;
  }

  .nav__small-link img {
    width: 3rem;
    height: 3rem;
    transition: all 0.5s;
  }

  .social {
    position: fixed;
    top: 60vh;
    right: 0.5rem;
    z-index: 999;
    width: auto;
    display: inline-block;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-size: 1rem;
  }
  
  #front-section {
    width: 80%;
  }

  #front-section p {
    margin-right: 0;
  }

  #cta {
    display: inline-flex;
  }

  #hi-text p:last-child {
    margin-left: 4rem;
    font-size: calc(8vw - 1rem);
  }

  #hi-text p:first-child {
    margin-left: 3rem;
    font-size: 1.5rem;
  }

  #my-certs {
    width: 70vw;
  }

  #contact-container input:last-child {
    font-size: calc(.7vw + .5rem);
  }

  #heatmap {
    width: 50vw;
  }
}

/* ******** */
/* ***************1000 */
/* ********* */

@media only screen and (min-width: 1000px) {

  .my-skills div:first-child {
    display: flex;
    justify-content: flex-end;
  }

  .work-card {
    display: flex;
    width: 60vw;
    margin-bottom: 3vh;
  }


}

/* ******** */
/* ***************1300 */
/* ********* */

@media (min-width: 1300px) {

  #nav-bar div:nth-child(6) {
    margin-right: 5rem;
  }

  #hi-text p:first-child {
    font-size: 2.1rem;
  }

  #meet {
    margin-top: 45vh;
    font-size: 1.2rem;
  }

  .my-skills {
    flex-direction: row;
    justify-content: center;
    /* margin-top: 4rem; */
  }

  #my-certs {
    width: 60vw;
  }

  .work-card {
    width: 50vw;
  }
}

/* ******** */
/* ***************1700 */
/* ********* */

@media (min-width: 1700px) {

  #my-certs {
    margin-top: 4rem;
  }

  .card-text p {
    font-size: calc(.6vw + .5rem);
  }

  .card-btn-container a {
    font-size: 1.2rem;
    padding-top: .8rem;
  }
}

/* ******** */
/* ***************1900 */
/* ********* */

@media (min-width: 1900px) {

  #nav-bar img {
    width: 1.8vw;
  }

  #story-container p {
    line-height: 1.8rem;
    letter-spacing: -.005rem;
    word-spacing: -.1rem;
    font-size: 1.1rem;
  }

  .my-skills img {
    width: 4.5vw;
    height: 4.5vw;
  }

  img[src*="Cert"] {
    width: 10vw;
  }

  #my-certs div span {
    font-size: 1.5rem;
  }
}

/* ******** */
/* ***************************2000 */
/* ********* */

@media (min-width: 2000px) {

  #nav-bar>div {
    margin-top: 1rem;
  }

  #front-section p {
    margin-left: 7rem;
  }

  .social {
    font-size: 1.5rem;
  }

  #meet {
    font-size: 2.2rem;
  }

  .color-picker>fieldset {
    top: 5rem;
  }

  .color-picker input[type="radio"] {
    width: 1rem;
    height: 1rem;
  }

  #cta,
  #cta a:before,
  #cta a:after {
    width: 18rem;
    height: 5rem;
  }

  #cta a:before {
    transform: rotateY(0deg) translateZ(35px);
  }

  #cta a:after {
    transform: rotateX(90deg) translateZ(35px);
  }

  #cta a:hover {
    transform: translateZ(-35px) rotateX(-90deg);
  }

  #story-container p {
    font-size: calc(100vw / 90);
  }

  #cv {
    font-size: 1.3rem;
  }

  #certs-mt {
    margin-top: 20rem;
  }

  .work-card img {
    width: 25vw;
  }

  .work-card-text h5 {
    font-size: calc(.9vw + .6rem);
  }

  .work-card-text p {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: calc(.8vw + .4rem);
  }

  .work-card-tech-tags span {
    padding: .1rem .5rem;
    font-size: 1.8rem;
  }

  .work-card-btn {
    font-size: calc(1vw + .6rem);
  }

  #contact-container input {
    height: 3rem;
  }
}

/* ******** */
/* ******************************2300 */
/* ********* */

@media (min-width: 2300px) {
  .material-symbols-outlined {
    font-size: 4.5rem;
  }

  #hi-text p:first-child {
    top: -150px;
    left: 90px;
    font-size: 4rem;
  }

  #hi-text {
    margin-top: 42vh;
  }

  #contact-container h1 {
    font-size: 3rem;
  }

  #contact-container p {
    font-size: 1.7rem;
  }
}

/* ******** */
/* *************************2500 */
/* ********* */

@media (min-width: 2500px) {

  .social {
    font-size: 2rem;
  }

  #meet {
    font-size: 2.8rem;
  }

  #story-container p {
    line-height: 3rem;
  }

  .card {
    padding: 2rem;
  }

  .card-text {
    margin-left: 3rem;
  }

  .card-text p {
    font-size: calc(.7vw + .6rem);
  }

  .card-text h5 {
    font-size: calc(1.1vw + .5rem);
  }

  .card-tech-tags span {
    padding: .1rem .5rem;
    font-size: 1.8rem;
  }

  .card-btn-container a {
    width: 28rem;
    height: 5rem;
    padding-top: 1.1rem;
    font-size: 2rem;
  }

  #contact-container input,
  #contact-container label,
  #msg {
    font-size: calc(.9vw + .6rem);
  }

  #contact-container input:not(:last-child) {
    width: 100%;
    height: 3rem;
  }
}

/* ******** */
/* ***************2600 */
/* ********* */

@media (min-width: 2600px) {
  #hi-text p:first-child {
    font-size: 3.5rem;
  }

  .skills-title {
    margin: 12rem auto 0;
  }

  #contact-container input:last-child {
    margin-bottom: 10rem;
  }
}

/* ******** */
/* ***************2900 */
/* ********* */

@media (min-width: 2900px) {

  #nav__small {
    border-radius: 80px;
    padding: 1.5rem 3rem;
  }

  #meet {
    font-size: 3.2rem;
  }

  .material-symbols-outlined {
    font-size: 6.5rem;
  }

  #hi-text p:first-child {
    top: -80px;
    font-size: 6rem;
  }

  #story-container p {
    margin-top: 10rem;
  }
}