body{
  overflow-x: hidden;
}

* {box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');

#loading{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(250deg, #9fa8b6 0%, #e4ecf1 85%);
  cursor: none;
}




.progress-container {
  width: 100%;
  height: 8px;
  position: fixed;
  top: 95%;
  z-index: 101;
}

.progress-bar {
  height: 30px;
  width: 0%;
  z-index: 101;
  display: block;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
  z-index: 101;
}



body { 
 justify-content: center;
 margin: 0%;
}

#header {
  overflow: hidden;
  background-color: #f1f1f1;
  position: fixed;
  width: 100%;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 100;
}

#header a {
  color: rgb(0, 0, 0);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

#header a:hover {
  background-color: #ddd;
  color: black;
}

#header a.active {
  background-color: dodgerblue;
  color: rgb(0, 0, 0);
}

.header-center{
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}


.button {
    border-radius: 15px;
    background-color: #f41e1e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 15px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -50px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  #section1 {
    height: 100vh;
    background-image: url(section12.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

 .content1{
   padding-top: 13rem;
 }

@media screen and (max-width: 550px){
  .content1{
    padding-top: 7rem;
  }
}


img.engine{
  width: 25%;
  user-select: none;
  margin-top: 25px;
}

@media screen and (max-width: 550px) {
  img.engine{
    width: 60%;
  }
  
}

.godown p{
  display: inline-block;
  font-size: 25px;
  font-family: sans-serif;
  padding: 15px 40px;
  color: white;
  background-color: #f41e1e;
  border-radius: 40px;
  box-shadow: inset 0 0 0 0 darkgrey;
  transition: ease-out 0.5s;
  margin-top: 25px;
}
  
@media screen and (max-width:550px) {
  .godown p{
    display: inline-block;
    color: #ffffff;
    background-color: #f41e1e;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 15px 40px;
    border-radius: 60px;
    transition: 1s;
  }
  
}

.godown p:hover{
  box-shadow: inset 300px 0 10px 0 #383831;
  cursor: pointer;
  color: white;
}

#upup{
  height: 18vh;
}

.GoUp p{
  color: #FFFFFF;
  background-color: dodgerblue;
  font-size: 15px;
  padding: 25px 12.5px;
  border-radius: 90px;
  float: right;
  transition: 0.5s;
  cursor: pointer;
  transition: 0.5s;
}

.GoUp p:after{
  content: '\2B9D';
  position: absolute;
  opacity: 0;
  top: 50px;
  left: 28px;
  transition: 0.5s;
  align-items: center;
}

.GoUp:hover p{
  padding-top: 35px;
}

.GoUp:hover p:after {
  opacity: 1;
  top: 0;
}

.GoUp p:hover{
  background-color: grey;

  animation-name: pulse1;
	-webkit-animation-name: pulse1;	

	animation-duration: 1.0s;	
	-webkit-animation-duration: 1.0s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse1 {
	0% {
		transform: scale(0.99);
		opacity: 0.8;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.99);
		opacity: 0.8;	
	}			
}

@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scale(0.99);
		opacity: 0.8;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.99);
		opacity: 0.8;	
	}			
}
 
#section0{
  height: 9vh;
  
}

@media screen and(max-width: 550px){
   
  #section0{
    height: 17vh;
    }
  }

#section2{
  align-content: center;
  height: 100vh;
}

.para1 p{
  margin: 20px;
  text-align: center;
  padding: 30px ;
  background-color: darkgray;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  animation: fadeEffect 2s; 
  outline: solid 0px #4D5359;
  transition: outline 0.3s linear;
  z-index: 98;
  font-family: 'Lato', sans-serif;
}

.para1 p:hover{
  outline-width: 7px;
}

.para2 p{
  margin: 20px;
  display: flex;
  text-align: center;
  padding: 30px;
  background: gray;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ffffff;
  animation: fadeEffect 2s; 
  outline: solid 0px #212227;
  transition: outline 0.3s linear;
  font-family: 'Lato', sans-serif;
}


.para2 p:hover{
  outline-width: 7px;
}

.para4 p{
  margin: 20px;
  display: flex;
  text-align: center;
  padding: 30px;
  background: gray;
  font-size: 18px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ffffff;
  animation: fadeEffect 2s; 
  outline: solid 0px #212227;
  transition: outline 0.3s linear;
  font-family: 'Lato', sans-serif;
}


.para4 p:hover{
  outline-width: 7px;
}

.para3 p{
display: flexbox;
margin: 20px;
padding: 30px;
background: darkgray;
color: black;
text-align: center;
font-size: 18px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
animation: fadeEffect 2s;
outline: solid 0px #4D5359;
transition: outline 0.3s linear;
font-family: 'Lato', sans-serif;
}


.para3 p:hover{
  outline-width: 7px;
}

img.pic1 {
  width: 70%;
  border-radius: 30px;
  
}

img.pic2 {
  width: 70%;
  border-radius: 30px;
  animation: fadeEffect 2s;
}



img.nutandbolt{
  width: 10%;
  float: right;
}

@media screen and (max-width: 550px) {
  img.nutandbolt{
    width: 20%;
    float: right;
  }
}

img.enginefan{
  width: 7%;
}

@media  screen and (max-width: 550px) {
  img.enginefan{
    width: 15%;}
  }
  
  img.nutremover{
    width: 7%;
    float: right;
  }

  @media screen and (max-width: 550px) {
    img.nutremover{
      width: 15%;
      float: right;
    }
  }

  .tire1{
    display: block;
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    z-index: 60;
  }

  .tire8{
    animation: rotation 1s linear infinite;
    border-radius: 500px;
    transform: translateX(300px);
    user-select: none;
    z-index: 61;
  }

.tire1sub{
  animation: move-forward 5s linear infinite;
  position: absolute;
  z-index: 62;
}

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes move-forward {
    from {
      transform: translateX(-1300px);
    }
    to {
      transform: translateX(1300px);
    }
  }

  @media screen and (max-width: 550px){
    .tire1{
      display: block;
      width: 100%;
      height: 140px;
  
      overflow-x: hidden;
    }
  
    .tire8{
      width: 50%;
      animation: rotation 1s linear infinite;
      border-radius: 500px;
      transform: translateX(300px);
    }
  
    .tire1sub{
      animation: move-forward 5s linear infinite;
      position: absolute;
  }
    }

  

img.caliper{
  width: 8%;
}

@media screen and (max-width: 550px){
  img.caliper{
    width: 18%;
  }
}

audio {
 display: none;
}

.Heading{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top: -60px;
}

@keyframes Heading {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(0.97);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(0.97);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}			
  
 
}

@media screen and (max-width:550px){
  .Heading{
    margin-top: 55px;
    font-size: 13px;
  }
}

#header a.underline{
  background: 
  linear-gradient(to right, #f1f1f1,  #f1f1f1),
  linear-gradient(to right, dodgerblue,dodgerblue);
background-size: 100% 0.1em, 0 0.1em;
background-position: 100% 100%, 100% 100%;
background-repeat: no-repeat;
transition: background-size 350ms;
}

#header a.underline:hover,
#header a.underline:focus{
  background-size: 0 0.1em, 100% 0.1em;
}

#header a.active{
  background: 
  linear-gradient(to right, dodgerblue,dodgerblue),
  linear-gradient(to right,dodgerblue ,dodgerblue);
background-size: 100% 0.1em, 0 0.1em;
background-position: 100% 100%, 100% 100% ;
background-repeat: no-repeat;
}

#header a.active:hover{
  opacity: 0.6;
}
#header a.active:focus{
  background-size: 0 0.1em, 100% 0.1em;
}


@keyframes fadeEffect { 
  from {opacity: 0;}
  to {opacity: 1;}
}

.element {
  width: 100%;
  height: 100%;
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    background-color: plum;
  }
  50% {
    background-color: #FF4136;
  }
  100% {
    background-color: plum;
  }
 
}

@media screen and (max-width: 550px){
  .element{
    display: none;
  } 
}

.loader{
  align-items: center;
  user-select: none;
  cursor: none;
}

img.loaderpic{
  width: 20%;
  margin-top: 110px;
  user-select: none;
  cursor: none;
}


@media screen and (max-width: 550px){
  img.loaderpic{
    width: 55%;
    margin-top: 200px;
    margin-left: 20px;
  }
}

.loadtext{
  margin-top: 20px;
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  user-select: none;
  cursor: none;
}


@media screen and (max-width: 550px){
  .loadtext{
    font-size: 35px;
  }
}
