* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  scrollbar-color: #0a42da;
}

a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
#html {
  scrollbar-color: #0a42da;
}
@font-face {
  font-family: "Aeonik";
  src: url("Aeonik-Regular.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Neue";
  src: url("3856NeueMachina.woff2") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "clash";
  src: url("ClashGrotesk-Medium.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Roslindale";
  src: url("Roslindale-DisplayCondensedLightItalic.ttf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "nimbus";
  src: url("nimbus-sans-l.regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Summer Loving";
  src: url("Summer-Loving-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("Neue-Montreal.ttf") format("opentype");
  font-display: swap;
}

#main {
  overflow: hidden;
  background-color: black;
}
#loader .box {
  overflow: hidden;
  width: fit-content;
  /* background-color: red; */
}

#loader {
  height: 100vh;
  width: 100vw;
  background-color: #000000;
  position: fixed;
  text-transform: uppercase;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box h1 {
  font-family: "Summer Loving","Roslindale";
  font-weight: 400;
  font-size: 10vw;
  z-index: 999;
 
  
}
#cover {
  overflow: hidden;
  /* background-color: red; */
}
#downer {
  display: flex;
  justify-content: center;
  align-items: center;

}

#page1 {
  height: 110vh;
  width: 100vw;
  background-color: #000;
  position: relative;
  padding: 1vw;
  overflow: hidden;
  cursor: none;
}

#follower {
  position: absolute;
  border-radius: 50%;
  background-color: #e85c0d;
  height: 15px;
  width: 15px;
  box-shadow: 0 0 15px #e85c0d, 0 0 50px #e85c0d;
  transition: left 0.2s ease-out, top 0.2s ease-out;
  mix-blend-mode: difference;
  z-index: 2;
}

#name {
  font-size: 2vw;
  margin-left: 2.5vw;
  margin-top: 0.8vw;
  font-family: "Neue Montreal";
  color: #e85c0d;
}

.overlay {
  position: absolute;
  height: 5vw;
  width: 8vw;
  z-index: 3;
  top: 0;
  background-color: transparent;
  /* background-color: red; */
}

.clock {
  height: 2vw;
  width: 5vw;
  background-color: white;
  margin-right: 5vw;
  margin-top: 1vw;
}

.header-container {
  display: flex;
  justify-content: space-between;
}

.first-h1 {
  height: 20vw;
  width: fit-content;
  overflow: hidden;
}

#Main-text h1 {
  font-size: 12vw;
  color: #fdebdf;
  font-family: "Orbitron";
  z-index: 4;
  background-image: url(https://i.pinimg.com/originals/05/7a/b2/057ab2724ab5d83bd1a7fd22bf91a71b.gif);
  background-position: center;
  color: transparent;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.Front {
  margin-top: 8vw;
  margin-left: 6vw;
}

.overlay1-container {
  position: relative;

  height: 14vw;
  width: 70vw;
  /* background-color: red; */
  margin-left: 7vw;
}

.overlay1 {
  position: absolute;
  height: 14vw;
  width: 63vw;
  top: 0;
  left: 5vw;

  z-index: 5;
}

.overlay2-container {
  position: relative;
  margin-left: 30vw;
  height: 17vw;
  width: 65vw;
}

.overlay2 {
  position: absolute;
  top: 2vw;
  right: 2vw;
  height: 13vw;
  width: 63vw;
  background-color: transparent;
  z-index: 5;
}

#Sound {
  cursor: pointer;
  height: 3vw;
  width: 6vw;
  border: 1px solid #e85c0d;
  border-radius: 6px;
  margin: 2vw;
  margin-left: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #e85c0d;
  bottom: 8%;
  font-family: "Neue Montreal";
  gap: 1vw;
  z-index: 4;
}

#navbar {
  background-color: #e85c0d;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translate(-50%);
  height: 4vw;
  width: 45vw;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 24;
}
#nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}


#navbar a {
  color: #000000;
  font-family: "Inter Tight","Neue Montreal";
  text-decoration: none;
  font-weight: 600;
  font-size: 2vw;
}

#home {
  display: flex;
  flex-direction: column;
 
}

.home-border-bottom {
  height: 5px;
  width: 100%;
  background-color: pink;
  border-radius: 2px;
}

.smaller-device-text {
  display: none;
}
.smaller-device-image{
  display: none;
}
.icons-smaller-devices{
  display: none;
}


#sidebar {
  position: absolute;
  top: 30%;
  left: 0%;
  color: white;
  width: 200px;
  height: 200px;
  z-index: 20;
}
#sidebar a {
  text-decoration: none;
}

#linkedin {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  top: 268px;
  height: 40px;
  width: 40px;
  background: #e85c0d;
  transition: width 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#linkedin i,
#insta i,
#github i,
#gmail i {
  font-size: 2em;
  padding-left: 4px;
  cursor: pointer;
}


#bars i{
  font-size: 2em;
  display: none;
}

#sidebar a {
  text-decoration: underline;
  color: white;
  margin-left: 11px;
  visibility: hidden;
  cursor: pointer;
}

#github {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

  top: 226px;
  position: fixed;
  height: 40px;
  width: 40px;
  background: #e85c0d;
  transition: width 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#github:hover {
  cursor: pointer;
  width: 200px;
}
#github:hover a {
  visibility: visible;
  transition: all ease-in 0.8s;
}
#linkedin:hover {
  cursor: pointer;
  width: 200px;
}
#linkedin:hover a {
  visibility: visible;
  transition: all ease-in 1s;
}

#insta {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  height: 40px;
  width: 40px;
  top: 310px;
  background: #e85c0d;
  transition: width 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#gmail {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  height: 40px;
  width: 40px;
  top: 353px;
  background: #e85c0d;
  transition: width 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#gmail:hover {
  cursor: pointer;
  width: 200px;
}
#gmail:hover a {
  visibility: visible;
  transition: all ease-in 0.8s;
}
#insta:hover {
  cursor: pointer;
  width: 200px;
}
#insta:hover a {
  visibility: visible;
  transition: all ease-in 0.8s;
}


#page2 {
  position: relative;

  height: 100vh;
  width: 100vw;
  background-color: black;
}

#page2-skills-marquee {
  margin-top: 8vw;
  background-color: #e85c0d;
  display: flex;
  padding: 2vw 0vw;
  margin-bottom: 4vw;
  overflow: hidden;
}

.marquee {
  text-transform: uppercase;
  font-family: "Neue","Neue Montreal";
  display: flex;
  align-items: center;
  gap: 3vw;
  padding: 0 1.5vw;
  transform: translateX(-100%);
  flex-shrink: 0;
}
 

.marquee img {
  height: 3vw;
}

#about-heading {
  padding-top: 3vw;
  font-family: "Roslindale","Neue Montreal";
}

#about-heading h1 {
  font-size: 12vw;
  text-align: center;
  background-image: url('https://images.unsplash.com/photo-1716842788403-3f64f3a6cb3a?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

#about-para {
  margin: 3vw auto;
  
}

#about-para p {
  width: 55vw;
  margin: 2vw auto;
  font-size: 2vw;
  font-family: "Neue Montreal","Inter Tight";
  text-align: justify;
  letter-spacing: 2px;
}

.intro span {
  color: #333;
  transition: 0.4s;
  opacity: 0;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 20px #fff;
}

#page3 {
  padding: 5vw 0vw;
  height: 180vh;
  width: 100vw;
  background-color: black;
  font-family: "nimbus";
  margin-bottom: 5vw;
}

.skill-heading {
  text-transform: uppercase;
  overflow: hidden;
  height: 12vw;
  width: fit-content;
  padding: 1vw;
  font-size: 4vw;
  margin-left: 21vw;
}

.skill-heading h1 {
  font-size: 10vw;
  text-align: center;
  background-image: url('https://images.unsplash.com/photo-1716842788403-3f64f3a6cb3a?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Neue Montreal","Inter Tight";
}

.skill-section {
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
}

.elem {
  border-top: 1px solid #161748;
  display: flex;
  align-items: center;
  position: relative;
}

.elem h1 {
  margin: 20px;
  text-transform: uppercase;
  font-size: 4vw;
  opacity: 0.5;
  cursor: pointer;
  filter: blur(4px);
  margin-left: 4vw;
}

.orange {
  height: 2vw;
  width: 2vw;
  border-radius: 50%;
  background-color: #e85c0d;
  margin: 0vw 1.2vw;
  opacity: 0;
}
.last {
  border-bottom: 2px solid #161748;
}

.elem img {
  position: absolute;
  height: 20vw;
  width: 20vw;
  z-index: 99;
  opacity: 0;
  border-radius: 20px;
}

#page4 {
  height: 280vh;
  width: 100vw;
  font-family: "Swansea";
}


/* Projects Heading */
#projects-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.section-title {
  font-size: 10vw;
  font-family: "Orbitron";
  text-transform: uppercase;
  text-align: center;
  padding-top: 1vw;
  font-weight: bold;
  background-image: url('https://ik.imagekit.io/sheryians/BackEnd%20Donation/maskImage_W7a6T_MXGY.png?updatedAt=1715856788796');
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;

}

/* Project Container */
#project-container {
  width: 100%;
  height: 100%;
  padding: 6vw;
  display: flex;
  flex-direction: column;
  gap: 5vw;
}

/* Project 1 */
#food-mania {
  
  padding: 2vw;
  display: flex;
  justify-content: space-between;
}

#food-mania .project-image {
  margin-top: 2vw;
  height: 35vw;
  width: 45vw;
  background-color: #161748;
  border-radius: 10px;
  padding: 3vw;
}

#food-mania .project-image img {
  object-fit: cover;
  height: 29vw;
  width: 39vw;
  border-radius: 20px;
}

#food-mania .project-buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 1vw;
  margin-top: 15vw;
  margin-right: 2vw;
}

#food-mania .project-button {
  height: 4vw;
  width: 12vw;
  background-color: #161748;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Neue Montreal";
}

#food-mania .project-details a {
  text-decoration: none;
  font-size: 1.5vw;
  text-transform: uppercase;
}

/* Project 2 */
#filmax {
  margin-top: 5vw;
  padding: 2vw;
  display: flex;
  justify-content: space-between;
}

#filmax .project-image {
  height: 35vw;
  width: 45vw;
  background-color: #2b2c7e;
  border-radius: 10px;
  padding: 3vw;
}

#filmax .project-image img {
  object-fit: cover;
  height: 29vw;
  width: 39vw;
  border-radius: 20px;
}

#filmax .project-buttons {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  margin-top: 15vw;
  margin-right: 4vw;
}

#filmax .project-button {
  height: 4vw;
  width: 12vw;
  background-color: #e85c0d;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  text-transform: uppercase;
  font-family: "Neue Montreal";
}

.project-title {
  text-align: center;
  width: 28vw;
  height: 10vw;
  margin-top: 1vw;
  color: white;
  font-size: 2vw;
  font-family: "Orbitron";
}

.project-title span {
  color: white;
}

/* All Projects Section */
.all-projects-container {
  margin: 6vw auto;
}

.all-projects {
  height: 5vw;
  width: 18vw;
  background-color: #e85c0d;
  font-family: "Neue Montreal";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.all-projects-link {
  color: white;
  font-size: 1.5vw;
}


#page5 {
  height: 110vh;
  width: 100vw;

  background-color: #000;
  position: relative;
  cursor: pointer;
}

.contact-us {
  display: flex;

  gap: 4vw;
}

.contactus-image {
  margin-top: 8vw;
  margin-left: 2vw;
  height: 40vw;
  width: 45vw;
 
}

.contactus-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.getin {
  margin-top: 12vw;
}

.getin h1 {
  font-family: "Aeonik";
  font-size: 5.5vw;
  background-image: url('https://images.unsplash.com/photo-1716842788403-3f64f3a6cb3a?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Neue Montreal","Inter Tight";
}

.getin h3 {
  font-family: "Neue Montreal";
  background-image: url('https://images.unsplash.com/photo-1500462918059-b1a0cb512f1d?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.text1 {
  margin-top: 0.5vw;
  font-size: 2vw;
}

.text2 {
  font-size: 1.8vw;
}

.extra-stuff {
  display: flex;
  gap: 1vw;
  margin: 1.5vw;
}

.extra-stuff i {
  font-size: 2vw;
}
.extra-stuff a {
  text-decoration: none;
}

.over {
  height: 4vw;
  width: 4vw;
  border-radius: 50%;
  padding: 0.5vw;
  border: 1px solid #2b2c7e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url('https://images.unsplash.com/photo-1641160858304-6aded85fa2c4?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.my-gmail {
  width: fit-content;
  padding: 0.4vw 1vw;
  border-radius: 100px;
  border: 1px solid #161748;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('https://images.unsplash.com/photo-1641160858304-6aded85fa2c4?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); 
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
 
}

.my-gmail a {
  font-size: 2vw;
}

.white-line {
  height: 3px;
  width: 42vw;
  background-color: #161748;
}



@media (max-width:480px){

  .loader{
   display: flex;
   justify-content: center;
   margin-top: 3vw !important;
   
  }
 .box{
   display: flex;
   justify-content: center;
 
 }
 .box h1{
   font-size:18vw;
   margin-left: 5vw;
   color: rgb(246, 51, 51);
 }
 #downer{
  padding: 0;
 }
#downer svg {
    height: auto;
    width: 100% !important;
}


#page1{
 height: 95vh;
 
}
#follower{
 display: none;
}
#nav-top{
 z-index: 10;
}
#navbar{
  background-color: #000; 
}
.home-border-bottom{
 display: none;
}

#bars i {
display: block;
margin-left: 80vw;
color: #e85c0d;

}
.smaller-device-image{
 display: inline-block;
 margin-top: 6vw;
 height: 80vw;
 width: 80vw;
 margin-left: 8vw;

}

.smaller-device-image img{
 border-radius: 50%;
 object-fit: cover;
 height: 100%;
 width: 100%;
}
.smaller-device-text {
 padding-top: 5vw;
 display: flex;
 flex-direction: column;
 
  
}

.smaller-device-text h1 {
 font-size: 2.9rem;
 font-weight: bold;
 font-family: "Neue Montreal";
 text-align: center;
 margin-left: 4vw;

}

.image-text{
 
 font-weight: bold;
 background-image: url('https://ik.imagekit.io/sheryians/three.js/mask_5gcMWG8mG.jpg');
 background-clip: text;
 color: transparent;
 -webkit-background-clip: text; 
 display: inline-block; 
}

.icons-smaller-devices{
 display: flex;
 justify-content: center;

}
.icons-smaller-devices i{
 font-size: 2.4em;
 margin: 4vw;
}

#name{
 font-size:8vw;
}
#home ,#about, #Contact ,#Projects, #Skills{
    display: none;
}
#Sound{
 width: 22vw;
 height: 10vw;
 padding: 1vw;
 
}

.overlay1-container{
 display: none;
}

.overlay2-container{
 display: none;
}




#sidebar{
 display: none;
}
#page2{
 height: 60vh;
 
}

.elem h1{
 filter: blur(0px);
}


#projHeading{
 margin-top: 30vw;
}

#about-heading{
 margin-bottom: 6vw;
}
#about-heading h1{
  font-size: 16vw;
}

#about-para  .intro{
 width: 85vw;
 text-align: justify;
 font-size: 4.7vw;
 letter-spacing: 0px;
 

}


.marquee h1{
 font-size: 3vw;
}
#page2-skills-marquee{
 margin-bottom: 10vw;
}
#page3{
 height: 100vh;
}


.skill-heading {
 height: 22vw;
 margin-left: 10vw;


}
.skill-heading h1{
 margin-right: 2vw;
 font-size: 13vw;
}

.elem h1{

 font-size: 7vw;
}

.section-title{
 font-size: 17vw;
 font-weight: bold;
 background-image: url('https://ik.imagekit.io/sheryians/BackEnd%20Donation/maskImage_W7a6T_MXGY.png?updatedAt=1715856788796');
 background-clip: text;
 color: transparent;
 -webkit-background-clip: text;
 display: inline-block; 
}

#page4{
 height: 80vh;
}

#project-container{
  margin-left: 15vw;

}
#projects-heading{
  margin-top: 17vw;
}

#food-mania{
  display: flex;
  flex-direction: column;
}

#food-mania .project-buttons{
  display: none;
}
.project-title{
  display: none;
}

#filmax{
  display: flex;
  flex-direction: column;
}
#filmax .project-buttons{
  display: none;
}
.all-projects-container{
  margin-left: 17vw;
}


#page5{
 height: 30vh;
}
.contactus-image img{
 display: none;
}

.getin h1{
 font-size: 6vw;
}
.getin h3{
 font-size: 4.2vw;
 margin: 1vw;
}
.last-linkedin-icon{
 display: none;
}
.last-insta-icon{
 display: none;
}


.animated-gif img{
 visibility: hidden;
}

.my-gmail{
 width: 60vw;
 padding: 0vw;
 height: 7vw;
 background-color: #e85c0d;
}
.my-gmail a{
 font-size: 3vw;
}
.white-line{
 width: 80vw;
 margin: 4vw 0vw;
}

}