.repair{
    height: 400px;
    margin: 0%;
    background-image: url(../images/about.jpg);
    
}
.repair h1{
    margin: 0%;
    line-height: 400px;
    font-size: 70px;
    color: white;
    text-align: center;
}
.laptop{
  width: 100%;
    height: 800px;
}
.laptop h1{
    text-align: center;
    font-size: 50px;
    background: rgb(255,98,0);
    color: white;
}
.leftlap{
    width: 40%;
    padding: 40px;
    height: 500px;
    float: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.rightlap{
    width: 40%;
    padding: 40px;
    height: 500px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    float: right;
    
}
.rightlap img{
  width: 80%;
  border-radius: 19%;
  padding: 40px;
}
.list{
     padding: 20px;
    }
  
  .list i{
    color: rgb(255,98,0);
  }
  .list h2{
    width: 70%;
    margin: 0%;
    
  }
  ul {
    list-style: none;
  }
  .book{
    margin: 0%;
    padding: 5%;
    color: black;
    
    
  
}
.book a{
    border-radius: 50px;
    background-color:rgb(255,98,0);
    text-decoration: none;
    height: 40px;
    display: block;
    line-height: 40px;
    width: 200px;
    text-align: center;
    color: rgb(255, 255, 255);
    transition: 0.5s;
}
.book a:hover{
  background-color: red;
  color: white;
}
.ab{
  height: 200px;
  margin: 30px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  
}
.offer{
  height: 400px;
  background: rgb(255,98,0);
  background: linear-gradient(180deg, rgba(255,98,0,1) 20%, rgba(255,255,255,1) 20%);
}
.offer h1{
  width: 100%;
  text-align: center;
  font-size: 70px;
  color: white;
}
.part2{
  background-color: white;
  margin-top: 20px;
  
  }
  .one, .two , .three , .four{
    
    height: 150px;
    margin-left: 12%;
    margin-top: 40px;
    border-radius: 10%;
    align-items: center;
    float: left;
    width: 10%;
}
.services img{
  border-radius: 10%;
  transition: 0.6s all ease;
}
.services img:hover{
  transform: scale(1.3);
  position: fixed;
}

.slider {
   
  height: 500px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 5rem 12px;
  border-radius: 50%;
  z-index: 4;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  height: 450px;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
.testi{
  height: 550px;
  background: rgb(255,98,0);
background: linear-gradient(180deg, rgba(255,98,0,1) 20%, rgba(255,255,255,1) 20%);
}
.testi h1{
  color: white;
  text-align: center;

  margin: 0%;
  font-size: 3em;

}
@media only screen and (max-width:794px) {
  .laptop{
    width: 100%;
      height: 1100px;
  }
  .laptop h1{
      text-align: center;
      font-size: 50px;
  }
  .leftlap{
      width: 87%;
      text-align: left;
      height: 550px;
      padding-right: 0px;
      padding-top: 10px;
      
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .rightlap{
      
     
      height: 300px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: auto;
  width: 100%;


      
  }
  .rightlap img{
    width: 50%;
    margin-left: 26%;
    margin-top: 10px;
    border-radius: 25%;
  }
  .offer{
    height: 1000px;
    }
    .one, .two , .three , .four{
       
        height: 150px;
        margin-left: 30%;
        margin-top: 40px;
        border-radius: 10%;

        
        width: 50%;
    }
}
@media only screen and (max-width:300px) {
  .leftlap{
  font-size: 4.8vw;
  }
  .laptop{
    height: 900px;
  }
}