.logoone img{
    width: 50px;
    border: 2px solid black;
    border-radius: 25px;
    
}
.carousel-item img{
    height: 550px;
    width: 100%;
    -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
    opacity: 0.4;

}
.carousel-inner{
  padding: 0 5vw;
  background-color: black;
}

.get2btn{
    margin-left: 10px;
    height: 50px;
    width: 15vw;
font-size: 20px;
    
}
.get1btn{
  font-size: 20px;
  height: 50px;
  
}
.stbtns{
  margin: -160px auto 150px auto;
  width:fit-content;
  position: relative;
  
  
}

.knowledge{
    text-align: center;
    margin-top: 30px;
    padding: 10px 10vw;
    font-size: 25px;
}
.knowledgeh1{
  text-align: center;
  height:  100px;
    margin: -350px auto 200px auto;
  color: #ededed;
    position: relative;
    padding: 0 10vw;
}
.fs-111{
  font-size: 50px;
  font-weight: 800;
}

.knowledgeh{text-align: center;
    margin-top: 80px;
}
.introhead{
    text-align: center;
}
 .introvideo video{
width: 400px;

 }   
.servicetube{
    text-align: center;
    margin-top: 80px;
}

:root {
    --gray: #ededed;
    --red: #e74c3c;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  body {
    font: 20px/30px sans-serif;
  }
  
  h1 {
    padding: 0 15px;
    margin: 1vh 0;
    line-height: normal;
    text-align: center;
  }
  
  .img-wrapper {
    display: grid;
    height: 100vh;
  }
  
  .img-wrapper div {
    grid-column: 1;
    grid-row: 1;
  
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--gray);
    transition: opacity 0.1s;
  }
  
  section:last-of-type {
    max-width: 800px;
    padding: 0 15px;
    margin: 15vh auto;
  }
  
  section:last-of-type p + p {
    margin-top: 20px;
  }
  
  
  /* FOOTER
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-footer {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    padding: 0 20px 10px;
  }
  
  .page-footer span {
    color: var(--red);
  }

.bako{
  margin-top: 30px;
  text-align: center;
}
.baka{
  margin-top: 150px;
}






.firstnav{
  position: fixed;
  z-index: 3;
  width: 100%;
  opacity: 0.8;
  
  
}





























@media only screen and (max-width: 1200px) {


.introvideo video{
    width: 320px;
}


.get1btn{
 
    margin-left:40px ;
}
.fs-111{
  font-size: 70px;
}

}
@media only screen and (max-width: 420px){
  .knowledge{
    font-size: 17px;
  }
  #rules li{
    font-size: 16px;
  }
  
  .fs-111{
    font-size: 50px;
    padding: 0 1px;

  }
  .get1btn , .get2btn{
  height: 58px;
  width: 148px;

  margin: auto;
    
  margin-top: 170px;
  }
  .sliderone{
    display: none;
  }
  .mobback img{
    width: 100%;
    height: 400px;
  
  }
  .mobback{
    width: 100%;
    height: 700px;
    background-color: black;
    padding: 100px 0;
    filter: blur(5px);
 
  }
  .knowledgeh1{
    margin-top: -500px;
  }

} 


    

@media only screen and (min-width: 420px){
      .mobback{
        display: none;
      }
}