.main1{
  height: 650px;
}

#background-video {
width: 100%;
height: 550px;
object-fit: cover;
position: fixed;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;

}
.part2{
background-color: white;
margin-top: 20px;

}
.titlee h1{
margin: 0px;
color: white;
font-size: 4rem;
width: 30%;
margin-left: 30px;
padding-top: 30px;
}
.titlee h2{
margin: 30px;
width: 40%;
color: white;
font-weight: 10;
}


.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;
}
.second video{
    width: 50%;
    border-radius: 15%;
    margin-top: 100px;
   

}
.titl h2{
    margin: 1%;
    font-weight: 10;
    text-align: center;
}
.services{
    height: 250px;
   
}
.one, .two , .three , .four{
    
    height: 150px;
    margin-left: 12%;
    margin-top: 40px;
    border-radius: 10%;
    align-items: center;
    float: left;
    width: 10%;
}
.services img:hover{
  transform: scale(1.3);
  position: fixed;
}
.services img{
    border-radius: 10%;
    transition: 0.5s;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
.testi{
    height: 450px;
    background: rgb(255,98,0);
background: linear-gradient(180deg, rgba(255,98,0,1) 28%, rgba(255,255,255,1) 28%);
}
.testi h1{
    color: white;
    text-align: center;
  
    margin: 0%;
    font-size: 3em;

}
.titlee a{
  color: white;
  text-decoration: none;
}

.location{
  padding-top: 50px;
  height: 350px;
  background-color: white;
}


.list{
  background-color: white;
  padding: 20px;
  height: 410px;
  background: rgb(255,98,0);
  background: linear-gradient(207deg, rgba(255,98,0,1) 0%, rgba(255,255,255,1) 28%);
  }

.list i{
  color: rgb(255,98,0);
}
.list h2{
  width: 70%;
  margin: 0%;
  
}
ul {
  list-style: none;
}


.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);
  }
}

@media only screen and (max-width:700px) {
  
  .titlee h1{
    margin: 0px;
    color: white;
    font-size: 4rem;
    width: 50%;
    margin-left: 30px;
    padding-top: 0px;
    }
    .titlee h2{
      font-size: 1rem;
    margin-left: 30px;
    width: 85%;
    color: white;
    font-weight: 8;
    }
   
    
    .services{
    height: 790px;
    }
    .one, .two , .three , .four{
       
        height: 150px;
        margin-left: 30%;
        margin-top: 40px;
        border-radius: 10%;

        
        width: 50%;
    }
    .location{

  
      padding-top: 50px;
      height: 350px;
      background-color: white;
    }
    
    .map iframe{
      width: 100%;
    }
    .list h2{
      width: 100%;
    }
}




