/* MOBILE AND GLOBAL STYLES */

/* applies to screens smaller than 500px (first breakpoint) */
/* and above unless overwritten below */

body {
  background: #00203FFF;
  font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.logoSkills{
  height: 45px;
}
.content {
  display:none;
}
.spaceBetween{
  margin-left: 20px;
}
.spaceBetween:first-of-type {
  margin-left: 0;
}

.spaceBetween:last-of-type {
  margin-right: 0;
}
.preload { 
  height: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  }

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #42fe90;
  background: -moz-linear-gradient(left, #42fe90 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #42fe90 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #42fe90 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #42fe90 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #42fe90 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  }
.loader:before {
  width: 50%;
  height: 50%;
  background: #42fe90;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.loader:after {
  background: #00203FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
  

@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}


#hero {
  display: block;
  margin: 0px 0px 15px;
  color: rgb(136, 146, 176);
  font-size: 16px;
  margin-top: 30px;
  max-width: 600px;
  animation: chainReaction 4s;
  animation-delay: 400ms;
  opacity: 0;
  animation-fill-mode: forwards;
}

.heroDiv {
  max-width: 1000px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  flex-direction: column;
  align-items: flex-start;
  min-height: 90vh;
  margin: 0px auto;
  margin-top: -50px;
  padding: 150px 0px;
}

.secDiv {
  max-width: 1000px;
  position: relative;
  margin: 0px auto;
  padding: 150px 0px;
  
}
.fade-in {
  opacity: 0;
  transition: opacity 700ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.fade-inV{
  opacity: 0;
  transition: opacity 700ms ease-in;
}

.fade-inV.appear {
  opacity: 1;
}
.from-left {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.from-right {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition: opacity 250ms ease-in, transform 500ms ease-in,
    -webkit-transform 500ms ease-in;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* #aboutTitle {
  color: rgb(204, 214, 246);
  font-size: 28px;
  margin-bottom: 30px;

}

#aboutTitle::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #42fe90;
  margin-right: 10px;
  margin-bottom: 2px;

} */
.header {
  color: rgb(204, 214, 246);
  font-size: 28px;
  margin-bottom: 30px;

}

.header::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #42fe90;
  margin-right: 10px;
  margin-bottom: 2px;

}
#imgWrapper {
  position: relative;
  width: 50%;
  background: rgb(100, 255, 218);
  border-radius: 10px;
  margin: 0 auto;
  max-width: 300px;
  transition: 2s ease;
  margin-top: 30px;
}

#imgAbout {
  width: 100%;
  opacity: 0.5;
  display: block;
  border-radius: 10px;
  
}
.vid{
  width: 100%;
  border-radius: 10px;
}
#imgInt{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#imgAbout:hover, #vid:hover {
  opacity: 1;
  

}
#imgWrapper:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 2s ease
}


#nameHero {
  font-size: 37px;
  line-height: 1.1;
  margin: 0px;
  font-weight: 600;
  color: rgb(204, 214, 246);
  animation: chainReaction 4s;
  animation-delay: 200ms;
  opacity: 0;
  animation-fill-mode: forwards;
}

#firstHero {
  font-size: 16px;
  color: #42fe90;
  font-weight: normal;
  margin: 0px 0px 10px 2px;
  animation: chainReaction 4s;
  animation-delay: 100ms;
  opacity: 0;
  animation-fill-mode: forwards;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
}

#thirdHero {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 10px;
  color: rgb(136, 146, 176);
  animation: chainReaction 4s;
  animation-delay: 300ms;
  opacity: 0;
  animation-fill-mode: forwards;
}

.nameReveal {
  white-space: nowrap;
  overflow: hidden;
  animation: revealText 4s;
  text-decoration: none;
}

@keyframes revealText {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.svg-logo {
  margin-left: 1px;
}

.logoFill {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
}

.navName {
  background-color: #00203FFF;
  margin-bottom: 1.45rem;
  padding: 15px;
  z-index: 12;

}

.navbar-brand{
  margin-right: 0px;
}
#name {
  color: #42fe90;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: sans-serif;
  margin-left: 4px;
}
#logoM{
  width: 30px;
  height: 30px;
  margin-top: 2px;
}
.buttonss {
  color: #42fe90;
  background-color: transparent;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
  line-height: 1;
  cursor: pointer;
  margin-right: 5px;
  font-size: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #42fe90;
  border-image: initial;
  border-radius: 3px;
  padding: 0.4rem 0.65rem;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation: chainReaction 2s;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  margin-bottom: 6px;
}

.buttonContact {
  color: #42fe90;
  background-color: transparent;
  font-size: 14px;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
  line-height: 1;
  cursor: pointer;
  margin-top: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #42fe90;
  border-radius: 3px;
  padding: 0.9rem 0.9rem;
  text-decoration: none;
  animation: chainReaction 4s;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-delay: 500ms;
}

.buttonss:hover,
.buttonContact:hover {
  background-color: #004080;
}

.vertical {
  width: 40px;
  position: fixed;
  bottom: 0px;
  left: auto;
  right: 40px;
  z-index: 10;
  color: rgb(168, 178, 209);
  visibility: hidden;
}
.verticalLeft {
  width: 40px;
  position: fixed;
  bottom: 0px;
  right: auto;
  left: 40px;
  z-index: 10;
  color: rgb(168, 178, 209);
  visibility: hidden;
}

.verticalEmail {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  color: rgb(168, 178, 209);
}

.verticalEmail::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgb(168, 178, 209);
  margin: 0px auto;
}

.verticalText {
  font-size: 13px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  margin: 40px auto;
  padding: 10px;
  color: rgb(168, 178, 209);
}

.verticalIcon {
 
  margin: 40px auto;
  padding: 10px;
  color: rgb(168, 178, 209);
}

.verticalText:hover {
  color: #42fe90;
  margin-left: 2px;

}
.fa-instagram {
  color: transparent;
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.titleProject{
  color: rgb(204, 214, 246); text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.textPort{
  margin-left: 5px;
}
.portfolio{
  margin-bottom: 90px;
}
.portfolioImg{
  width: 330px;
  height: 220px;  
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text {
  background-color: rgb(23, 42, 69);
  color: rgb(168, 178, 209);
  width: 330px;
  margin: 0 auto;
  }

.textPort{
  font-size: 13px;
}
.titleProject{
  font-size: 20px;
}

@keyframes chainReaction {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* TABLET STYLES */

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

  /* applies to screens wider than 499px */
#name {
  font-size: 30px;
  margin-left: 10px;
  letter-spacing: 3px;
}
#logoM{
  width: 45px;
  height: 45px;
  margin-top: 0px;
}
.buttonss{
  font-size: 13px;
  padding: 0.75rem 1rem;
  margin-right: 20px;
}
#nameHero {
  font-size: 80px;
}

#firstHero {
  font-size: 16px;
}

#thirdHero {
  font-size: 65px;
}

.svg-logo {
  margin-left: 10px;
}
#hero {
  font-size: 20px;
}
.buttonContact{
  padding: 1.25rem 1.75rem;
}
#imgWrapper {
  margin-left: 50px;
  margin-top: 0;
}
.navbar-brand{
  margin-right: 1rem;
}

.portfolioImg{
  width: 520px;
  height: 347px;
  display: flex;
  margin-left: 0;
  margin-right: 0;   
}
.text {
  width: 520px;
  margin:0;
  }
}

@media screen and (min-width: 766px) {
.portfolio{
  position: relative;
}
  
.text {
  background-color: rgb(23, 42, 69);
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  color: rgb(168, 178, 209);
  }
  
.portfolioImg{
  width: 520px;
  height: 347px;   
}
.textPort{
  font-size: 13px;
}
.titleProject{
  font-size: 20px;
}

}

/* DESKTOP STYLES */

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

  /* applies to screens wider than 999px */
.vertical{
  visibility: visible;
}
.verticalLeft{
  visibility: visible;
}

.text {
  background-color: rgb(23, 42, 69);
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  color: rgb(168, 178, 209);
}

.portfolioImg{
  width: 640px;
  height: 427px;
}
.titleProject{
  font-size: 1.5rem;
}
.textPort{
  font-size: 1rem;
}
}
