body{
    background-color:  #101820ff;
    font-family: 'Nunito Sans', sans-serif;
    word-spacing: 2px;
    letter-spacing: 2px;
    color: #C2C2C2;
}

#name{
  font-family: 'Libre Barcode 128 Text', cursive;
  transform: rotate(90deg);
  font-size: 40px;

  
}
.section{
 height: 100vh;
 width: 90vw;

}
.neodown{
  border-radius: 18px;
  background: #101820;
  box-shadow: inset 8px 8px 16px #070b0f,
              inset -8px -8px 16px #192531;
 
}
.neoup{
  border-radius: 18px;
  background: #101820;
  box-shadow:  8px 8px 16px #070b0f,
               -8px -8px 16px #192531;
               
}
.sidenav{
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 10vw;
  border-left: 1px solid  #FF8157;

  display:flex;
  flex-direction: column;
  justify-content:space-around;
  text-align: center;
}
#icon{
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin: 4%;
  padding: 4%;
 
}
#icon img{
  height: 24px;
  width: 24px;
}
.tooltip {
position: relative;
display: inline-block;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tooltip .tooltiptext {
visibility: hidden;
width: 100px;
background-color: #22272c;
color: rgb(153, 152, 152);
font-family: 'Nunito Sans', sans-serif;
font-weight: 600;
text-align: center;
border-radius: 6px;
padding: 4px 0;
position: absolute;
z-index: 1;
bottom: 20%;
left: -18%;
margin-left: -45px;
opacity: 0;
transition: opacity 0.3s;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip .tooltiptext::before {
content: "";
position: absolute;
transform: rotate(-90deg);
top: 32%;
left: 105%;
margin-left: -6px;
border-width: 7px;
border-style: solid;
border-color: #22272c transparent transparent transparent;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;

}
.connect{
  
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #FF8157;
}
.connect a{
  text-decoration: none;
  color: #FF8157;

}
.hero{
  display: flex;
  flex-direction:column;
  justify-content: center;

} 
.top{
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  margin: 0% 0% 0% 4%;
}
.bottom{
 color: rgb(90, 89, 89);
  margin: 4%;
  padding: 4%;
}
.hero-text{
  z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;

   
}
.hero-text h1,h3{
  margin: 0;
}
.hero-text h3,h4{
  color: #4b4c4d;
}
.footer{
  z-index: 4;
  position: sticky;
  top: 0;
border-top: 1px solid #FF8157;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color:  #101820ff;
  width: 98vw;
}
.f {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fname {
  font-family: 'Libre Barcode 128 Text', cursive;

  font-size: 50px;
}
.conn{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

form{
  display: flex;
  flex-direction: column;
  width: 350px;
 margin: 1%;
 padding: 1%;
}
form label{
  margin: 1%;
}
form textarea{
  resize: vertical;
}
form input,textarea{
    padding: 4% 8%;
    background-color: #101820ff;
border-radius: 8px;
   border: none;
    border: 1px solid gray;
    color: gray;
   margin: 2% ;
}

.sendbtn{
  margin: 2%;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fconnect{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
 
}
.fconnect a{
  margin: 4%;
  padding: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: rgb(184, 181, 181) ;
}
#Mail{
  background-image: url(assets/img/gmail.png);
 
}
#github{
  background-image: url(assets/img/github.png);
 
}
#linkedin{
  background-image: url(assets/img/linkedin.png); 
}
#instagram{
  background-image: url(assets/img/instagram.png);
}
.social{
display: flex;
background-color: rgb(61, 61, 61);
border-radius: 40px;
background-position: center;
background-repeat: no-repeat;

 flex-direction: column;


  height: 50px;
  width: 50px;
 margin: 4%;
 padding: 4%;

}
.fconnect a:hover {
  transform: scale(1.1);
  color: #FF8157;

}

/* From uiverse.io by @adamgiebl */
button {
  font-family: 'Nunito Sans', sans-serif;
 font-size: 1em;
  font-weight: 900;
  background: #FF8157;
  color: #101820ff;
  padding: 5% 12%;
cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
 }
 
 button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
 }
 
 button svg {
  display: block;
  
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
 }
 
 button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
 }
 
 button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
 }
 
 button:hover span {
  transform: translateX(5em);
 }
 
 button:active {
  transform: scale(0.95);
 }
 
 @keyframes fly-1 {
  from {
   transform: translateY(0.1em);
  }
 
  to {
   transform: translateY(-0.1em);
  }
 }
 
 

.main{
  display: flex;

  flex-direction: column;
}
.project{
  height: 100vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1% 1% 0% 4%;
  padding: 1%;
  border-bottom: 1px solid #FF8157;
}
#title{
  padding: 0% 6% 0% 6%;
  margin: 1% 0% 1% 0%;
  border-radius: 50px;
}
#title h3{
  margin: 0;
}
.contain{
  display: flex;
  flex-direction: row;
height: 80vh;
  justify-content: space-around;
 
}
#pimg{
  

  margin: 2%;
  padding: 2%;
 height: 70vh;
  width: 70%;
}
.p1{
  background-image: url(assets/img/result.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p2{
  background-image: url(assets/img/mt.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p3{
  background-image: url(assets/img/remindmethere.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.desc{
  margin: 0% 1% 1% 2%;
  padding: 1%;
  width: 50%;
  height: 90%;

  font-size: 1rem;
  
  display: flex;
 justify-content: space-evenly;
  flex-direction: column;
}
.desc p{
  margin: 0;
}
#play img{
  height: 86px;
  width: 281px;
}
#play{
  display: flex;
  justify-content: center;
}


#play-hover::after {
  --m-i: linear-gradient(#000, #000);
  --m-o: content-box, padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: var(--border-width);
  background-image: conic-gradient(
		#ff0080,
		#ff0080,
		#ff0080,
		#ff0080,
		#ff0080,
		#ff0080,
		#ff0080
	);
  -webkit-mask-image: var(--m-i), var(--m-i);
  mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  mask-origin: var(--m-o);
  mask-clip: var(--m-o);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  animation: rotate-hue634 linear 500ms infinite;
  animation-play-state: paused;
  border-radius: 20px;
  border-color: #000;
}

#play-hover:hover::after {
  animation-play-state: running;
  border-radius: 10px;
}

@keyframes rotate-hue634 {
  to {
    filter: hue-rotate(1turn);
  }
}

#play-hover,
#play-hover::after {
  box-sizing: border-box;
  border-radius: 20px;
}

#play-hover:active {
  --border-width: 5px;
}

.bn {
  padding: 0.2em 0.2em;
  border: none;
  outline: none;
  color: #FFF;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 32px;
}

.bn::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(46, 46, 46);
  left: 0;
  top: 0;
  border-radius: 10px;
}

.bn::before {
  content: "";
  background: linear-gradient(
    45deg,
    #EA4335, #4285F4,#ffed46, #34A853,
    #4285F4, #EA4335, #34A853, #ffed46
);
  position: absolute;

  background-size: 600%;
  z-index: -1;
  height: 86px;
  width: 281px;
  filter: blur(20px);
  animation: glowing345 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 20px;
  opacity: 0;
}

@keyframes glowing345 {
  0% {
    background-position: 0 0;
  }

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

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

.bn:hover::before {
  opacity: 1;
}

.bn:active:after {
  background: transparent;
}

.bn:active {
  color: #000;
  font-weight: bold;
}
#cta{
  display: flex;

  justify-content: center;
  
}
/* From uiverse.io by @adamgiebl */
.cssbuttons-io-button {
  text-decoration: none;
  background: #FF8157;
  color: #000000;

  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 1em;
  font-weight: 900;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #FF8157;
  overflow: hidden;
  position: relative;
  height: 2.1em;
  padding-right: 3.3em;
 }
 
 .cssbuttons-io-button .icon {
  background: #101820ff;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #FF8157;
  right: 0.3em;
  transition: all 0.3s;
 }

 .cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
 }
 
 .cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #FF8157;
 }
 
 .cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
 }
 
 .cssbuttons-io-button:active .icon {
  transform: scale(0.95);
 }
 
/* From uiverse.io by @Maximinodotpy */
.inputGroup {
  font-family: 'Segoe UI', sans-serif;
  margin: 1em 0 1em 0;
  max-width: 190px;
  position: relative;
}

.inputGroup input {
  font-size: 100%;
  padding: 0.8em;
  outline: none;
  border: 2px solid rgb(200, 200, 200);
  background-color: transparent;
  border-radius: 20px;
  width: 100%;
}

.inputGroup label {
  font-size: 100%;
  position: absolute;
  left: 0;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: rgb(100, 100, 100);
}

.inputGroup :is(input:focus, input:valid)~label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  margin-left: 1.3em;
  padding: 0.4em;
  background-color: #e8e8e8;
}

.inputGroup :is(input:focus, input:valid) {
  border-color: rgb(150, 150, 200);
}