@font-face {
  font-family: Gilroy;
  src: url(assets/Fonts/Gilroy-Medium.otf);
}
@font-face {
  font-family: neue machina;
  src: url(assets/Fonts/NeueMachina-Regular_DQCmjH1st.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: neue machina;
  font-weight: 500;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  cursor: crosshair;
}

:root {
  --bg: #dfb03b46;
  --text: #151515;
  --yellow: #edb74d;
  --red: #eb6666;
  --green: #6fb18a;
}

::-webkit-scrollbar {
  width: 7.5px;
  background-color: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}

#main {
  width: 100%;
  /* height: 100%; */
}

#back {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(255, 0, 0, 0.961); */
}

body::before,
body::after {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 40%;
}

body::before {
  background: #8c8c8c;
  filter: url(#noiseFilter);
}

.blob-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
  height: 500px;
  width: 500px;
  position: fixed;
  right: 5em;
}

.blob {
  border-radius: 100px;
  filter: blur(60px);
}

.yellow {
  background-color: var(--yellow);
  position: absolute;
  top: 200px;
  left: 100px;
  height: 200px;
  width: 200px;

  animation: yellow 8s infinite ease;
}

.green {
  background-color: var(--green);
  position: absolute;
  top: 80px;
  right: -20px;
  height: 200px;
  width: 250px;

  animation: green 8s infinite ease;
}

.red {
  background-color: var(--red);
  position: absolute;
  right: 0;
  top: 300px;
  height: 250px;
  width: 200px;

  animation: red 8s infinite linear;
}

@keyframes yellow {
  0% {
    top: 200px;
    left: 100px;
    transform: scale(1);
  }

  30% {
    top: 300px;
    left: 150px;
    transform: scale(1.2);
  }

  60% {
    top: 100px;
    left: 200px;
    transform: scale(1.3);
  }

  100% {
    top: 200px;
    left: 100px;
    transform: scale(1);
  }
}

@keyframes green {
  0% {
    top: 80px;
    right: -20px;
    transform: scale(1.2);
  }

  30% {
    top: 300px;
    right: -20px;
    transform: scale(1);
  }

  60% {
    top: 200px;
    right: 100px;
    transform: scale(1);
  }

  100% {
    top: 80px;
    right: -20px;
    transform: scale(1.2);
  }
}

@keyframes red {
  0% {
    top: 250px;
    right: 0px;
    transform: scale(1);
  }

  30% {
    top: 150px;
    right: 150px;
    transform: scale(1.4);
  }

  60% {
    top: 250px;
    right: 100px;
    transform: scale(1);
  }

  100% {
    top: 250px;
    right: 0px;
    transform: scale(1);
  }
}

#top {
  /* background-color: rgba(0, 128, 0, 0.393); */
  /* pointer-events: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#workingarea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* cursor: crosshair; */
  /* height: 100%; */
}

#nav {
  width: 100%;
  background-color: rgba(229, 229, 229, 0.361);
  padding: 2vw 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 3vw/; */
  box-shadow: 0 3px 17px rgb(135, 135, 135);
}

#nav #logo h3 {
  font-family: Segoe Script;
}

#nav a {
  margin-right: 1.2vw;
  font-weight: 600;
  color: black;
  text-decoration: none;
}

#hero {
  padding: 5% 20% 0 20%;
  margin-top: 5vh;
  display: flex;
  justify-content: space-between;
  /* position: absolute; */
  width: 100%;
}

#heroleft {
  width: 50%;
  /* background-color: red; */
}

#heroleft h1 {
  font-size: 50px;
  font-weight: 750;
  line-height: 60px;
  color: rgba(23, 22, 22, 0.806);
}

#heroleft span {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  margin: 0 13px;
  margin-bottom: -12.5px;
  /* background-color: red; */
}

#hand {
  height: 4vw;
  width: 4vw;
  background-image: url(assets/Images/HiFi.png);
  background-size: cover;
  background-position: 0% 60%;
}

/* #heroleft .hand {
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: c;
    justify-content: center;
    display: f;
    align-items: center;
} */

#heroleft h1::selection {
  color: #eda900;
  text-shadow: none;
}

#heroleft p {
  padding-top: 20px;
  font-size: 17.5px;
  font-weight: 200;
  color: gray;
}

#icon {
  /* background-color: rebeccapurple; */
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

#icon a {
  text-decoration: none;
}

#icon i {
  text-decoration: none;
  font-size: 35px;
  color: rgb(86, 85, 85);
}

#icon i:hover {
  color: rgb(43, 42, 42);
}

#heroright {
  /* background-color: yellow; */
  width: 45%;
  /* margin-top: -10px; */
}

#heroright #imgdiv {
  height: 350px;
  width: 350px;
  border-radius: 45%;
  border: 2px solid black;
  background-image: url(assets/Images/P.jpg);
  /* background-image: url(Krunalimg.webp); */
  background-size: cover;
  object-fit: cover;
  background-position: 00% 80%;

  animation: morph 8s ease-in-out infinite;
  background-repeat: no-repeat;
  transition: all 1s ease-in-out;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

#bottompart {
  height: 100px;
  width: 100%;
  display: flex;
  margin-top: 3vw;
  align-items: center;
  /* position: absolute; */
  /* top: 78%; */
  padding: 0 20% 0 20%;
  gap: 50px;
}

#bottompart h4 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(84, 74, 74);
}

#bottompart img:hover {
  cursor: pointer;
  /* webkitscr */
}

#AboutSec {
  /* margin-top: 100vh; */
  /* z-index: 9999; */
  /* margin-top: 100vh; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 100vh; */
  padding: 12% 10% 5% 10%;
  gap: 5vw;
}

/* #About-img {
    width: 50%;
    background-color: red;
  } */

#About-img img {
  /* background-color: rebeccapurple; */
  width: 450px;
  height: 400px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

#About-img img:hover {
  cursor: pointer;
}

#About-content {
  /* margin-left: 80px; */
  /* background-color: red; */
  /* padding: ; */
  width: 100%;
  /* height: 60vh; */
}

#About-content h2 {
  text-transform: uppercase;
  margin-bottom: 1.58vw;
  font-size: 1.47vw;
  color: rgb(53, 127, 206);
  font-weight: 900;
}

#About-content h1 {
  font-size: 2vw;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.774);
}

#About-content p {
  line-height: 1.5;
  color: gray;
  font-size: 17.5px;
}

#About-content .pOne {
  margin-top: 2vw;
}

#About-content .pTwo {
  margin-top: 2vw;
}

#ProjectSec {
  justify-content: center;
  align-items: center;
  display: flex;
  /* background-color: rebeccapurple; */
  width: 100%;
  height: 40vh;
  padding: 5% 20% 0 20%;
}

#ProjectSec h1 {
  color: rgba(0, 0, 0, 0.639);
}

#ContactSec {
  width: 100%;
  height: 50vh;
  padding: 5% 20% 0 20%;
}

#ContactSec h3 {
  color: rgb(53, 127, 206);
  font-size: 20px;
  font-weight: 900;
}

#ContactSec h1 {
  margin-top: 20px;
  /* font-family: Nimbus sans L; */
  font-weight: 800;
  font-size: 2vw;
}

#Cs {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 28vh;
}

#Cs h2 {
  font-size: 19px;
  font-weight: 700;
  color: black(0, 0, 0, 0.642);
}

#Cs h3 {
  margin-top: 10px;
  /* font-family: gilroy; */
  color: rgba(0, 0, 0, 0.642);
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 15% 3% 20%;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.84);
}

footer h3 {
  color: white;
  font-weight: 900;
}

footer .flink {
  text-decoration: none;
  font-size: 30px;
  color: white;
}

footer .flink:hover {
  color: rgb(120, 115, 115);
}

@media (max-width: 600px) {
  body {
    font-family: neue machina;
  }

  #nav {
    height: 40px;
    padding: 1vw 5vw;
    align-items: center;
    display: flex;
  }

  #logo h3 {
    font-weight: 600;
    font-size: 2.5vw;
  }

  #nav a {
    font-size: 2.3vw;
    margin-right: 3vw;
  }

  #hero {
    padding: 0 5vw;
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }

  #heroleft {
    /* background-color: rebeccapurple; */
    width: 100%;
  }

  #heroleft span {
    display: inline-block;
    /* margin: 0 10px; */
    /* border-radius: 100px; */
    margin: 0 1.8vw;
    margin-bottom: -5.5px;
    /* background-color: red; */
  }

  #hand {
    /* background-color: rebeccapurple; */
    height: 6vw;
    width: 6vw;
    text-align: center;
    align-items: center;
    background-image: url(assets/Images/HiFi.png);
    background-size: cover;
    background-position: 0% 60%;
  }

  #heroleft h1 {
    text-align: center;
    line-height: 9vw;
    font-size: 5vw;
  }

  #heroleft p {
    /* text-align: center; */
    line-height: 5vw;
    font-size: 3.2vw;
  }

  #heroleft i {
    text-align: center;
    line-height: 5vw;
    font-size: 6vw;
    /* margin-left: 5vw; */
  }

  #heroleft span .hand {
    width: 8vw;
    height: 8vw;
  }

  #heroright {
    /* background-color: rebeccapurple; */
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 5vw 3vw;
  }

  #heroright #imgdiv {
    /* text-align: center; */
    height: 50vw;
    width: 50vw;
  }

  #bottompart {
    height: 100px;
    width: 100%;
    padding: 0 7vw;
    gap: 30px;
  }

  #bottompart img {
    width: 50px;
    height: 50px;
  }

  #bottompart h4 {
    font-size: 3vw;
  }

  #AboutSec {
    padding: 7vh 3vw;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    /* justify-content: flex-end; */
    align-items: flex-end;
  }

  #About-img {
    width: 100%;
  }

  #About-img img {
    width: 80vw;
    height: 55vw;
  }

  #About-content {
    padding: 3vw;
    width: 100%;
    /* height: 30vh; */
    /* background-color: red; */
    /* margin-bottom: vw; */
  }

  #About-content h2 {
    width: 100%;
    font-size: 4.1vw;
  }

  #About-content h1 {
    width: 100%;
    font-size: 4.66vw;
  }

  #About-content p {
    width: 100%;
    font-size: 3.3vw;
    /* padding: 3vw; */
  }

  #ProjectSec {
    /* background-color: red; */
    width: 100%;
    height: 20vh;
    padding: 3vw;
    /* background-color: rebeccapurple; */
    justify-content: center;
    align-items: center;
    display: flex;
  }

  #ProjectSec h1 {
    /* background-color: red; */
    font-size: 3.5vw;
    text-wrap: nowrap;
  }

  #ContactSec {
    padding: 5vw;
    width: 100%;
    height: 30vh;
    /* background-color: rebeccapurple; */
  }

  #Cs {
    /* background-color: red; */
    padding: 3vw 0;
    width: 80%;
    height: 15vh;
    display: flex;
    /* background-color: red; */
    align-items: center;
    justify-content: space-between;
  }

  #ContactSec h3 {
    font-size: 4vw;
  }

  #ContactSec h1 {
    font-size: 3vw;
  }

  #Cs h2 {
    font-size: 2vw;
  }

  #Cs h3 {
    font-size: 2vw;
  }

  footer {
    width: 100%;
    height: 18vw;
    padding: 1vw 4vw;
  }
  footer h3 {
    font-weight: 400;
    font-size: 2.5vw;
  }

  footer .flink {
    font-size: 3vw;
  }
}
