* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  color: white;
}

html,
body {
  max-height: 100%;
  scroll-behavior: smooth;
  background: linear-gradient(135deg,
      rgb(223, 171, 0),
      rgb(26, 175, 64),
      rgb(56, 49, 255),
      hwb(4 6% 0%),
      rgb(228, 69, 253),
      rgb(0, 210, 225));
  animation: gradientMove 10s infinite;
  background-size: 400% 400%;
  overflow-x: hidden;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.logo {
  left: 60px;
  height: 60px;
}

.box1 {
  height: 40px;
  font-size: 27px;
  display: flex;
  align-items: center;
}

.box2 {
  height: 60px;
  text-align: center;
  align-content: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.box2 a {
  color: #ffffffe0;
  text-decoration: none;
  font-size: 20px;
  padding: 5px;
}

#container2 {
  display: flex;
  height: 95vh;
  width: 100%;
}

.box3 {
  width: 50%;
  top: 15%;
}

.box3 .h22 {
  color: white;
  padding: 80px;
  margin-top: 60px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1;
}

.box3 h3 {
  color: white;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding-left: 75px;
}

.box4 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#raghav {
  position: absolute;
}

.rag {
  height: auto;
  width: 400px;
  margin-top: 60px;
}

#raghav1 {
  position: absolute;
  rotate: 35deg;
}

#raghav2 {
  position: absolute;
  rotate: 25deg;
}

#raghav3 {
  position: absolute;
  rotate: 15deg;
}

.box2 a:hover {
  border-radius: 5px;
  font-size: 20px;
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.233);
}

/* About Page */

#About {
  height: 110vh;
  width: 100%;
  padding: 80px 30px;
  font-size: 50px;
  display: flex;
  position: relative;
}

.nameabout {
  position: absolute;
  top: 40px;
  width: 97%;
  text-align: center;
}

.aboutbox {
  height: 90vh;
  width: 50%;
  position: absolute;
  bottom: 35px;
}

.aboutbox1 {
  display: flex;
  justify-content: center;
  top: 140px;
  position: relative;
}

.aboutbox1 img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  position: absolute;
}

.effect {
  top: -10px;
  position: absolute;
  height: 320px;
  width: 320px;
  border-radius: 50%;
  background: linear-gradient(75deg,
      rgb(12, 235, 255),
      rgb(193, 21, 255),
      blue);
  backdrop-filter: blur(10px);
}
.item{
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.162);
  border: 2px solid white;
}
.aboutbox2 {
  right: 20px;
  height: 90vh;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.conabout {
  height: 400px;
  width: 90%;
  top: 60px;
  position: absolute;
  /* background-color: aquamarine; */
}

/* Project Section  */

#projectContainer {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
}

.proheading {
  font-size: 50px;
  top: -50px;
}

.project a:hover {
  text-decoration: none;
}

.project img {
  min-width: 400px;
  height: 450px;
  margin-top: 50px;
  padding-left: 30px;
}

/* Skills Section */

.itemSkills {
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 20% 80%;
  grid-template-areas:
    "head head"
    "main1 main2";

}

.skilbox1 {
  grid-area: head;
  text-align: center;
  padding-top: 60px;
  font-size: 50px;
}

.skilbox2 {
  grid-area: main1;
}

.iconss {
  background-color: rgba(255, 255, 255, 0.162);
  height: 100px;
  border: 2px solid white;
  border-radius: 10px;
  width: 300px;
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
  padding-left: 10px;
  justify-self: center;
  align-items: center;
}

.iconss img {
  height: 70px;
  width: 70px;
}

.skilbox4 {
  grid-area: main2;
  background-color: rgb(102, 255, 102);
}

/* Contact */

#Contact {
  /* background-color: red; */

  padding-top: 150px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

.con1 {
  font-size: 30px;
  min-height: 420px;
}

.cnn {
  font-size: 40px;
  justify-self: center;
}

.con2 {
  border: 2px solid gray;
  width: 600px;
  border-radius: 10px;
  background-color: rgba(120, 120, 120, 0.077);
  backdrop-filter: blur(10px);
  padding: 20px;
  font-size: 20px;
}

.con2 div {
  margin-top: 15px;
}

input {
  border: 2px solid gray;
  border-radius: 5px;
  width: 560px;
  font-size: 20px;
  font-family: sans-serif;
}

.submit {
  background-color: rgb(215, 0, 226);
  margin: 2vh;
  border-radius: 5px;
 padding: 1vh 3vh;
 display: flex;
 justify-self: center;
 

  cursor: pointer;
}
 
/* responsive */


@media (max-width:600px) {
  * {
    margin: 0;
    padding: 0;
  }

  .navbar {
    display: inline;
    height: 10vh;
  }

  .box2 {
    gap: 1vw;
  }

  .box2 a {
    padding: 0.2vh;
    margin-top: -35px;
    font-size: 1.8vh;
    padding: 5px;
  }

  .box1 {
    display: flex;
    justify-content: center;
    margin-left: 1vw;
    font-size: 2vh;

  }

  #container2 {
    display: block;
  }

  .box3 {
    height: 40%;
    width: 100%;
  }

  .box3 .h22{
    font-size: 4vh;
    padding-left: 20px;
  }

  .box3 h3 {
    font-size: 1.2vh;
    padding-left: 20px;
    margin-top: -8vh;
  }

  .box4 {
    height: 40vh;
    align-self: center;
    justify-self: center;
  }

  /* About page */
  #About {
    display: block;
    justify-content: center;
    height: 110vh;
    padding: 0px;
  }

  .aboutbox1 {
    width: 100%;
    height: 1px;
  }

  .aboutbox1 img {
    width: 30vh;
    height: 30vh;
  }

  .effect {
    height: 33vh;
    width: 33vh;
  }
.item{
  font-size: 10px;
}
  .nameabout {
    /* position: absolute; */
    font-size: 4vh;
    margin-top: 4vh;
  }

  .aboutbox2 {
    display: flex;
    padding-left: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40vh;
  }

  .conabout {
    margin: 30px;
    height: 100%;
    top: -15vh;
    width: 100%;
    position: absolute;
  }


  /* Projects */
  .proheading {
    font-size: 4vh;

  }
  #projectContainer {
  display: flex;
  gap: 2px;
  justify-content: space-evenly;
}

  .project img {
    min-width: 35vh;
    min-height: 35vh;
    margin-top: 2px;
  }
  /* Skills */
.skilbox1 {
  padding-top: 10vh;
  font-size: 4vh;
}
.iconss {
  height: 12vh;
  width: 42vw;
  font-size: 2vh;
  
}
.iconss img {
  height: 6vh;
  width: 6vh;
}

/* Contact */

.con1{
  margin-top: -20vh;
}
.cnn {
  font-size: 4vh;
}
.con2 div{
  font-size: 3vh;
}
.con2{
  width: 70vw;
  font-size: 4vh;
}
input {
  width: 100%;
}
.submit {
 margin: 2vh;
 padding: 1vh 3vh;
 display: flex;
 justify-self: center;
}
}
  