* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}
body {
  background-color: #fcfcfc;
  color: rgb(0, 0, 0);
}
#container {
  width: 100%;
  height: 100vh;
  position: relative;
}
nav {
  top: 0;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border-bottom: 2px solid rgba(211, 211, 211, 0.29);
}

.nav-links {
  margin: 0 20px;
  list-style: none;
  display: inline;
  margin-top: 0px;
  margin-right: 100px;
}

#logo-name {
  margin-left: 50px;
}
#logo-name span {
  color: #0040ff;
}
.links {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.links:hover {
  text-decoration: underline;
  color: #0040ff;
}
.home-content {
  margin: 13% 0px 0px 8%;
  margin-top: 10%;
  margin-left: 100px;
}
#username {
  letter-spacing: -0.04em;
  font-family: "Kaushan Script", cursive;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 20px;
}

#helotext {
  letter-spacing: -0.04em;
  font-family: "Kaushan Script", cursive;
  font-weight: 900;
  font-size: 60px;
  margin-bottom: -34px;
}
#lname {
  font-size: 80px;
  letter-spacing: 0em;
  font-family: "Kaushan Script", cursive;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(190deg, #000139, #001c71, #0051ff, #67a3f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
}

#homeinfo {
  font-family: "Edu QLD Hand", cursive;
  font-weight: 470;
  width: 50%;
  font-size: 18px;
  margin-top: -20px;
}
#download {
  text-decoration: none;
  font-family: "Kaushan Script", cursive;
  background: linear-gradient(190deg, #000139, #001c71, #0051ff, #67a3f8);
  color: white;
  padding: 9px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 23px;
  border: solid 3px;
  border-color: #0033ff;
}
#download:hover {
  background: linear-gradient(190deg, #67a3f8, #0051ff, #001c71, #000139);
  color: white;
  border-color: #0033ff;
  cursor: pointer;
}

.groupimage {
  width: 15%;
  height: 55%;
  position: absolute;
  margin-left: 630px;
  margin-top: -221px;
}
#homehero {
  margin-top: -236px;
  margin-left: 240px;
  width: 650px;
  border-bottom-left-radius: 20%;
}
#about {
  margin: 20% 8% 0px 8%;
}

.sectionHead {
  text-align: center;
}
.mainhead {
  font-size: 45px;
  font-family: "Kaushan Script", cursive;
  background: linear-gradient(190deg, #000139, #001c71, #0051ff, #67a3f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
}
.subhead {
  font-size: 20px;
  font-family: "Edu QLD Hand", cursive;
  font-weight: 600;
  word-spacing: 5px;
}
.aboutbody {
  margin-top: 20px;
  align-items: center;
  gap: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.img1 {
  width: 550px;
  margin-top: 30px;
  margin-left: -123px;
  border-bottom-right-radius: 30%;
  border-top-right-radius: 30%;
}
.aboutContent p {
  font-weight: 500;
  font-size: 20px;
  text-align: justify;
  font-family: "Edu QLD Hand", cursive;
  margin-left: -90px;
  word-spacing: 4px;
}
.information {
  margin-top: 40px;
  margin-left: -90px;
}
.infobox {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.infobox > span {
  color: #002287;
  font-family: "Edu QLD Hand", cursive;
  font-weight: 600;
  margin-left: 1rem;
}
#skillhead {
  width: 100%;
  background-color: rgb(239, 239, 239);
  padding: 40px 8% 40px 8%;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 130px;
}
.subhead,
.lastTitle {
  font-size: 30px;
  margin: 0px;
}
.techstacks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.icons {
  display: flex;
  align-items: center;
  background: rgba(94, 172, 255, 0.244);
  padding: 10px 10px;
  border-radius: 15px;
  gap: 10px;
  transition: transform 0.6s ease;
}
.icons:hover{
  transform: scale(1.1);
}

.iconimage {
  width: 40px;
}

.icons span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
}
#contacts {
  margin: 6% 8% 0px 8%;
}
.iconCollection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
.socialicons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
}
.socials {
  color: #000;
  font-size: 2rem;
}
.socialicons:hover {
  background-image: linear-gradient(
    180deg,
    #000139,
    #0051ff,
    rgba(149, 0, 255, 0.579)
  );
}
.socialicons:hover .socials {
  color: white;
  animation: rotate 5s;
}
@keyframes rotate {
  0% {
    transform: rotate(30deg);
  }
  20% {
    transform: rotate(-30deg);
  }
  40% {
    transform: rotate(30deg);
  }
  60% {
    transform: rotate(-30deg);
  }
  80% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
footer {
  margin-top: 8%;
}
#copyright {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 570;
}
.uparrow {
  font-size: 34px;
  color: #000000;
  float: right;
  margin: -40px 40px 20px 0px;
}
.uparrow:hover {
  color: white;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background-color: rgb(215, 215, 215);
}
::-webkit-scrollbar-thumb {
  background-color: rgb(0, 0, 209);
  border-radius: 10px;
}

#services{
  margin-top: 7%;
  margin-bottom: 10%;
}
.serviceslist{
  margin-top: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: 60px;
  gap: 20px;
}
.graphimg{
  border-radius: 10%;
  width: 460px;
  height: 500px;
  display: block;
}
.webdev{
  position: relative;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  border-radius: 10%;
}
.webdev:hover .text-over-image {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}
.text-over-image{
  font-size: 30px;
  font-family: "Kaushan Script", cursive;
  color: white;
  position: absolute;
  top: 10%;
  left: 10%;
  transition: transform 0.6s ease;
}
.servicepara{
  margin-top: 20px;
  font-size: 19px;
  font-family: "Edu QLD Hand", cursive;
}
.image-on-card{
  margin-top: -120px;
}
#backendimg{
  margin-top: -20px;
  width: 330px;
}
#frontendimg{
  width: 440px;
  margin-left: -30px;
  margin-top: -10px;
  margin-left: -40px;
}
@media (max-width:760px){
  .navbar{
    position: relative;
  }
  .serviceslist {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    gap: 40px;
  }
  #home{
    margin-top: 10%;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
  }
  #about{
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .aboutimage{
    margin-top: 100%;
    width: 200px;
    display: none;
  }
}
