* {
  margin: 0%;
}
body {
  background-color: rgb(0, 0, 0);
  text-align: center;
  margin: 0 auto;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.gradient1 {
  width: 50vw;
  height: 50vh;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 50% 22% 40% 80%;
  filter: blur(100px);
  background: radial-gradient(
    circle at 50% 50%,
    rgba(76, 0, 255, 1),
    rgba(76, 0, 255, 0)
  );
  opacity: 0.5;
  z-index: -1;
}
.gradient2 {
  position: absolute;
  width: 10vw;
  height: 10vh;
  top: 5vh;
  transform: translate(-50%, 0%);
  border-radius: 50% 22% 40% 80%;
  filter: blur(100px);
  background-color: white;
  z-index: -10;
}
.navbar {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 1vw;
  background-color: rgba(0, 0, 0, 0);
}
.line {
  width: 5vw;
  height: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1vw;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-size: 3vw;
}
#line-1 {
  width: 80%;
  border: 1px solid white;
}
#line-3 {
  width: 35%;
  border: 1px solid white;
}
#line-2 {
  width: 20%;
  border: 1px solid white;
}

.portfoilo {
  color: rgb(255, 255, 255);
  font-size: 6vw;
  font-weight: normal;
  text-align: center;
  margin: auto;
  font-family:cursive;
}
.themeIcon {
  width: 50px;
  height: 50px;
  background-image: url(../images/icons8-white-heart-48.png);
  background-size: auto;
}
.navContain {
  display: none;
  /* width: 27vw; */
  position: absolute;
  left: 2vh;
  top: 2vh;
  align-items: center;
  padding: 1.5% 1%;
  border-radius: 30px;
  background-color: rgb(24, 22, 22);
  transition: all 1s ease-in-out;
  box-shadow: 0 0 8px rgb(76, 118, 202);
}
.navAtributes {
  color: white;
  font-weight: 400;
  font-size: 1.5vw;
  text-decoration: none;
  margin-right: 1vw;
}
#cutNav {
  background-color: white;
  color: black;
  border-radius: 50%;
  margin-left: 10px;
  padding: 5px 11px;
  box-shadow: 0 0 20px rgb(76, 118, 202);
}

.garvit {
  color: rgb(255, 255, 255);
  font-size: 10vw;
  font-weight: bolder;
  font-family: inter;
  text-shadow: 0.4vh 0.4vh 0.5vh rgb(216, 213, 213);
}
.arora {
  color: rgb(255, 255, 255);
  font-size: 10vw;
  font-weight: bolder;
  font-family: inter;
  text-shadow: 0.4vh 0.4vh 0.5vh rgb(216, 213, 213);
}
.circle {
  width: 20%;
  height: 50%;
  border-radius: 50%;
  border-bottom: 4px solid rgb(0, 0, 0);
  border-right: 3px solid rgb(0, 0, 0);
  border-left: 3px solid rgb(0, 0, 0);
  background-image: url(../images/pic1.png);
  background-size: cover;
  justify-content: center;
}
.circle:hover {
  box-shadow: 0 0 17px rgb(76, 118, 202);
}
.frntend {
  color: white;
  font-size: 3vw;
  border-radius: 15px;
  background-color: black;
  padding: 2px 3px;
  box-shadow: 0 0 10px rgb(76, 118, 202);
}

.header {
  width: 100%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0);
}
.head {
  height: 95vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}
.box {
  margin: 7vh 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 3vw;
}
.container {
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0);
}

.content {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2vh 1vh;
  border-radius: 15px;
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: x-large;
  word-spacing: 1vh;
  font-weight: 500;
  text-align: left;
  width: fit-content;
  margin: 3px 0;
  box-shadow: inset 0px 0px 2px black, inset 0px 0px 2px black;
}
.content:hover {
  box-shadow: 0 0 135px rgb(76, 118, 202, 0.2);
  border: 3px solid rgb(255, 255, 255);
  background-color: rgba(76, 0, 255, 0.1);
  scale: 1.05;
}

.Title_word {
  padding: 1vh 1vh;
  width: fit-content;
  text-align: center;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.32);
  border: 4px solid rgba(0, 0, 39, 0.65);
  color: white;
  font-size: xx-large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 2px;
}

#aboutContainer {
  align-items: start;
  width: 70%;
}
#aboutContaint {
  text-align: left;
  line-height: 5vh;
}
#langbox {
  align-items: end;
}

#eduboxes {
  align-items: end;
}
#edubox {
  align-items: end;
}

#cirtyboxes {
  align-items: end;
}
#cirtyContainer {
  align-items: end;
}
#skillContainer {
  text-align: left;
}

.connect_box {
  width: 80vw;
  margin: auto;
  display: flex;
  flex-direction: row;
  background-color: aqua;
  border-radius: 15px;
  background-color: black;
  border: 2px solid rgb(76, 118, 202);
  background-color: rgba(0, 0, 0, 0);
}

.pic_contain {
  width: 30%;
  background-image: url(../images/GARVIT1.png);
  background-size: cover;
  background-color: black;
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 15px rgb(76, 118, 202);
}

.chat {
  width: 70%;
  margin: 0 0.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  background-color: black;
  z-index: 9999;
}

.connect {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  color: white;
  text-align: center;
  padding-top: 1vh;
}

.massage_hii {
  font-size: xx-large;
  font-weight: 500;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  padding: 10px 10px;
  color: white;
  border-radius: 10px;
  box-shadow: 0 0 25px rgb(76, 118, 202);
  background-color: black;
  margin: auto;
}

.chating_text {
  color: white;
  border: none;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  margin: 2vh 0;
}

.connect_box:hover {
  box-shadow: 0 0 35px rgb(76, 118, 202);
  border: none;
}

.grdcirclr {
  width: 400px;
  height: 400px;
  position: relative;
  border-radius: 600px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    radial-gradient(
      87.41% 48% at 50% 50%,
      rgba(24, 36, 82, 0.3) 0%,
      rgba(24, 36, 82, 0) 100%
    );
  margin: auto;
  animation: grediag 4s infinite linear;
  transform: rotate(-45deg) translateY(-150px);
  bottom: 180px;
}
@keyframes grediag {
  0% {
    left: -50px;
  }
  50% {
    left: 50px;
  }
  100% {
    left: -50px;
  }
}

.download_Resume_box {
  background: linear-gradient(45deg, black, rgb(124, 168, 255, 0.4), black);
  text-align: center;
  padding: 10px 0;
  margin-top: 5px;
  margin-bottom: -7px;
  box-shadow: 0 0 15px rgb(76, 118, 202);
}
.download_resume {
  color: white;
  padding: auto;
  font-size: larger;
  font-weight: 200;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.socialIcons {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  padding: 1% 1%;
  margin: auto;
}
.icon {
  width: 3rem;
  height: 3rem;
}

.formm {
  width: 80%;
  margin: auto;
  padding-right: 2px;
}

input {
  border-radius: 8px;
  margin: 5px 0;
  box-shadow: 0 0 5px rgb(76, 118, 202);
  color: white;
  padding: 1vh 1vw;
  width: 100%;
}
.submitbtn {
  border-radius: 15px;
  color: white;
  background-color: #302e2e;
  margin: 5px 0;
  box-shadow: 0 0 10px rgb(76, 118, 202);
  padding: 1vh 2vh;
}
.portfoliovisit {
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.7vw;
  text-decoration: none;
  box-shadow: 0px 0px 10px white;
  border-radius: 7px;
  padding: 0.2rem 1rem;
}
@media (max-width: 1250px) {
  .navContain {
    flex-direction: column;
    width: 20vw;
  }
  .justFunContainer {
    display: none;
  }
}

@media (max-width: 1100px) {
  .circle {
    width: 16%;
    height: 30%;
  }
}

@media (max-width: 900px) {
  .circle {
    width: 18%;
    height: 24%;
  }
}

@media (max-width: 700px) {
  .pic_contain {
    display: none;
  }
  .chat {
    margin: auto;
    width: 100%;
  }
  .icon {
    width: 9vw;
  }
  .head {
    height: 60vh;
  }
  .socialIcons {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .header {
    flex-direction: column;
    height: 90%;
  }
  .garvit {
    font-size: 20vw;
  }
  .arora {
    font-size: 20vw;
  }
  .frntend {
    font-size: 1.5rem;
  }
  .circle {
    width: 40vw;
    height: 35%;
  }
  .navContain {
    padding: 0vh 2vw;
    flex-direction: row;
    width: fit-content;
    top: 5vh;
  }
  .navAtributes {
    font-size: 5vw;
  }
}
.warning {
  color: red;
  font-style: none;
  font-family: none;
}

.choice {
  /* background: white; */
  color: black;
  /* width: max-content; */
  margin: auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.navibar {
  position: relative;
  margin-bottom: 20px;
}

.navibar ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.nav-button {
  background: none;
  border: 2px solid transparent;
  color: #fff;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-button:hover {
  color: #000;
}

.indicator {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  transition: transform 0.3s ease;
  z-index: -1;
}

.tech-stacks {
  width: max-content;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.stack {
  background: #222;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  width: 120px;
}

.stack img {
  width: 80px;
  height: 80px;
}
