@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Genos:ital,wght@0,200;0,900;1,800&family=Smooch+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1, h2, h3, h4, h5{
  font-family: "Climate Crisis", cursive;
} 
nav {
  position: fixed;
  min-height: 60px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(3px);
  font-size: 16pt;
  z-index: 999;
  color: white;
  padding: 0px 20px;
  width: calc(100% - 40px);
}
body {
  background-color: #130000;
  font-family: 'Genos', sans-serif;
  margin: 0;
} 
nav div {
  border-bottom: 1px solid white;
  width: 100%;
  position: absolute;
  bottom: 10px;
}
nav span{
    margin-right: 10px;
}
.climate{
    font-family: 'Climate Crisis', cursive;
}
.smooch{
    font-family: 'Smooch Sans', sans-serif;
}
.genos{
    font-family: 'Genos', sans-serif;
}
.fullscreen{
  min-width: 100%;
  min-height: 100vh;
}
#main {
  min-width: 100%;
  min-height: 100vh;
  background: url("./image/bg_low.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main .left{
  width: 48%;
  align-items: first baseline;
  justify-content: end;
  left: 2%;
  font-size: 40pt;
}
#main .right {
  width: 40%;
  right: 2%;
  align-items: end;
  justify-content: end;
  font-size: 25pt;
  text-align: end;
  line-height: 27pt;
}
#main div{
    bottom: 2%;
    width: 50%;
    position: absolute;
    color: white;
    display: flex;
  flex-direction: column;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  background: #263c3d70;
  padding: 20px;
  border: 2px solid #495d5e70;
}
    
#main .left span {
  margin-top: 38px;
  width: 100%;
}

#main div span:nth-child(1) {
  margin-top: 0px;
}
@media only screen and (max-width: 1344px) {
  #main .left {
    font-size: 40pt;
  }
  #main .right {
    font-size: 16pt;
  }

} 
@media only screen and (max-width: 1080px) {
  #main .left {
    font-size: 40pt;
    text-align: center;
  }
  #main .right {
    margin-top: 10px;
    font-size: 20pt;
    text-align: center;
  }
  #main div{
    margin-left: 10px;
    margin-right: 10px;
    position:unset;
    width: unset !important;
    color: white;
    display: flex;
    flex-direction: column;
  }
  #main{
    padding-top: 60px;
    min-height: unset;
    padding-bottom: 10px;

  }
} 
@media only screen and (max-width: 638px) {
  nav div {
    
    bottom: 5px;
  }
}



.title {
  margin-left: 20px;
  font-size: 48pt;
}
#mainProjects p {
    margin: 26px 0px;
}
#mainProjects {
    background-color: #130000;
    padding: 25px 0px;
    max-width: 100%;
}
#mainProjects .row {
  display: flex;
  align-items: center;
  aspect-ratio: 21/9;
  background-repeat: no-repeat;
  background-position: -120px;
  background-size: contain;
  justify-content: end;
}
.alienexpress{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/alienexpress/Fondo.png'),
  #130000;
}
.controlled{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/controlled/Portada.jpg'),
  #130000;
}
.holzemtwins{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/holzemtwins/bg.png'),
  #130000;
  background-position: 0px !important;
}
.tecnicar{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/tecnicar/Tecnicar_Motorsport.png'),
  #130000;
  background-position: 0px !important;
}
.danimacia{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/danimacia/Dani_Macia.png'),
  #130000;
  background-position: 0px !important;
}
.edurobinson{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/edurobinson/Edu_Robinson.png'),
  #130000;
  background-position: 0px !important;
}
.lorenzofluxa{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/lorenzofluxa/Lorenzo_Fluxa.png'),
  #130000;
  background-position: 0px !important;
}
.fastvideosorter{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/fastvideosorter/background.png'),
  #130000;
  background-position: 0px !important;
}
.easynotifications{
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgb(19, 0, 0) 70%),
  linear-gradient(0deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%),
  linear-gradient(180deg, rgba(0,0,0,0) 90%, rgb(19, 0, 0) 100%), url('./image/easy-notifications/background.png'),
  #130000;
  background-position: 0px !important;
}
.header{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
  margin: 20px;
  font-size: x-large;
}

#mainProjects .row .info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  margin-right: 1%;
  width: 30%;
  color: white;
  font-size: 17pt;
  text-align: end;
  align-items: end;
}
#mainProjects .row .logo{
  width: 16vw;
}
#mainProjects h1{
    color: white;
}
#mainProjects .title h1{
    color: white;
    font-size: 72px;
    margin: 0px 25px;
}

.button{
  color: white;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  background: #263c3d70;
  border: 2px solid #495d5e70;
  padding: 12px 20px;
  border-radius: 20px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 20px;
    justify-content: center;
  }
  #mainProjects div {
    max-width: 100%;
  }
  
#mainProjects .row .description h1 {
    font-size: 1em;
  }

  
.github {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 20pt;
  margin: 0px 20px;
  border-top: 1px solid white;

}
.websites{
  margin: 0px 20px;
  border-top: 1px solid white;
}

ul{
  display: flex;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  background: #263c3d70;
  border: 2px solid #495d5e70;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 15px;
  font-size: xx-large;
}
li{
  margin-top: 15px;
  margin-bottom: 15px;
}