@font-face {
  font-family: '0xProto';
  src: url('/fonts/0xProtoNerdFont-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'BigBlue';
  src: url('/fonts/BigBlueTermPlusNerdFont-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Gohu';
  src: url('/fonts/GohuFontuni14NerdFont-Regular.ttf') format('truetype');
}


body {
  background-color: #1A1A1A;
  color: #C9C9C9;
  margin: 0;
  padding: 0;
}

nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  

}

nav ul{
  padding: 0%;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

nav ul li {
  padding: 0%;
  margin: 0px 2vw;
  font-family: "0xProto";
}

nav ul li a {
  text-decoration: none;
  color: #C9C9C9;
}

h1 {
  margin: 0%;
  font-family: BigBlue;
  font-size: 50px;
}

@media (max-width: 925px) {
}

#caramel {
  color: #6B00D5;
}

header {
  margin: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mainText {
  font-family: "0xProto";
}

#mainText1 {
  font-size: 3vw;
}
#mainText2{
  font-size: 4vw;
}
#mainText3{
  font-size: 2vw;
}

.clock {
  height: 100%;
  width: 100%;
  background-color: #212121;
  border-radius: 20px;
}

.gradientBorder {
  border-radius: 20px;
  width: 400px;
  height: 600px;
  background: linear-gradient(45deg, rgb(173, 0, 0), rgb(199, 0, 199));
  padding: 5px;
}

.clockText {
  margin: 0%;
  padding: 10px;
  font-size: 38px;
  font-family: "0xProto";
  overflow: hidden;
  white-space: nowrap;
  color: #FF4A4A;
}

#hour, #minute, #day, #year, #second {
  color: #FF9900;
}
#period, #month{
  color: #62DF62;
}

#blue {color: #51BEFF;}
#purp{ color: #D854FF;}
#gray{ color: #9F9F9F;}
#yellow {color: #FFCC00;}

.coolBackground {
  padding: 0;
  margin: 0;
  width: 100%;
}

header img {
  float: left;
  height: 40vw;
}

@media (max-width: 1430px) {
  .gradientBorder {
    display: none;
  }
  header {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 925px) {
  header img {
    display: none;
  }
  #mainText1 {
    font-size:calc(30px + 1.5vw);
  }
  #mainText2{
    display: flex;
    flex-direction: column;
    font-size:calc(40px + 1.5vw);
  }
  #mainText3{
    font-size:calc(12px + 1.5vw);
  }
  #iam{
    font-size:calc(12px + 1.5vw);
  }
}

.aboutMe {
  position: relative;
  text-align: center;
  min-height: 1000px;
}










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

h3 {
  font-family: gohu;
  font-size: 80px;
  margin: 30px;
  text-align: center;

}

.boxGradientBorder {
  margin: 20px;

  border-radius: 20px;
  width: 50vw;
  height: 500px;
  background: linear-gradient(45deg, rgb(173, 0, 0), rgb(199, 0, 199));
  padding: 5px;


  max-width: 800px;
}

@media (max-width: 1100px) {
  .box {
    flex-direction: column;
  }
  .boxImage {
    margin: auto;
  }
  .content {
    margin-right: 10px;
    align-items: center;
  }

  .boxGradientBorder {
    min-height: 500px;
    max-height: 700px;
    height: 80vw;
  }

}


.box {
  width: 100%;
  height: 100%;
  background-color: #212121;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.boxImage {
  margin-left: auto;
  max-width: 300px;
  max-height: 300px;
  padding: 10px;
  display: flex;
  height: 30vw;
}

.content {
  color: #9F9F9F;
  margin-left: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h4 {
  margin: 10px 0px;
  font-family: 'BigBlue';
  font-size:calc(30px + 2vw);
}

.boxText {
  font-family: '0xProto'; 
  font-size:calc(15px + 0.5vw);
}


.logos {
  padding: 0%;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.logos li{
  float: left;
  margin: 0px 10px;
}

.logos li img{
  height: 5vw;
  max-height: 80px;
  min-height: 50px;
}


footer {
  margin-top: 100px;
}


.footerContainer {  
  position: relative;
  text-align: center;
}

.footerContainer img {
  width: 100%;
  /* max-height: 500px; */
  object-fit: fit;
}

h5 {
  font-family: gohu;
  font-size: 5vw;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

