*
{
  transition:all 0.5s ease-in-out;
}

body
{
  background-image: url(src/overlooking-view-mountain-range-covered-with-white-fog.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:cover;
  height:30vh;
  background-repeat: no-repeat;
  /* background-color: #280137; */
  /* background-color: #0bc; */
  background-blend-mode:overlay;
  background-color: rgb(80, 80, 90);
  background-blend-mode: multiply;
  font-family: 'Quicksand', sans-serif;
}
.container img
{
   position:relative;
}
.container
{
/*   border:2px solid black; */
  width:100%;
  overflow:hidden;
  margin:20px;
  margin:0px auto;
}
.plane
{
  width:50%;
  position:relative;
  /* margin-top: 50px; */
  top:10px;
  right:50px;
  animation:move-plane 2s infinite linear;
  filter:drop-shadow (0px 5px 10px rgba(0,0,0,0.5));
}
.upper
{
  opacity:0.5;
  width:40%;
  margin:20px;
  right:-750px;
  top:50px;
  animation:move-cloud-under 20s infinite linear;
}
.lower
{
  opacity:0.5;
  width:40%;
  right:-200px;
  bottom:90px;
  animation:move-cloud-under 25s infinite linear;
}
@keyframes move-plane
{
  0%
  {
    top:60px;
  }
  50%
  {
    top:30px;
  }
  100%
  {
    top:60px;
  }
}
@keyframes move-cloud-under
{
  0%
  {
    left:300px;
  }
  100%
  {
    left:-1000px;
  }
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


/* 3 */
.btn-3 {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgba(2,126,251,1);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

/* 4 */

.bounce-in-bottom{animation:bounce-in-bottom 4s 3s both}
 @keyframes bounce-in-bottom{0%{transform:translateY(500px);animation-timing-function:ease-in;opacity:0}38%{transform:translateY(0);animation-timing-function:ease-out;opacity:1}55%{transform:translateY(65px);animation-timing-function:ease-in}72%{transform:translateY(0);animation-timing-function:ease-out}81%{transform:translateY(28px);animation-timing-function:ease-in}90%{transform:translateY(0);animation-timing-function:ease-out}95%{transform:translateY(8px);animation-timing-function:ease-in}100%{transform:translateY(0);animation-timing-function:ease-out}}
/*=======IMPORT GOOGLE FONT======*/
.img {    
  animation: bounce 6s, flying 5s 5s linear , flyingOut 5s 10s;
  width: 256px;
  margin: 70px auto 0;
  display: block;
}

@keyframes bounce {
  0% {
    width: 0px;
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flying {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  80% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
}

@keyframes flyingOut {
  0% {
    width: 256px;
    transform: rotate(0deg);
  }
  100% {
    width: 256px;
    transform: rotate(10deg);
    opacity: 0;
  }
}

.service-grid {
  background: #fcfcfc;
}
  .service-title h4 {
  position: relative;
  display: inline-block;
}
.service-icon {
  position: relative;
}
.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.about-info-text h2 {
  margin-bottom: 23px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: .9;
}
.about-info-text p {
  padding: 0 100px;
  font-size: 18px;
  margin-bottom: 26px;
    position: relative;
}
.about-content p {
  margin-bottom: 0;
}
.about-info-text a {
  margin-bottom: 20px;
    position: relative;
}
.service-icon i {
  font-size: 40px;
  color: #e8bc00;
  margin-bottom: 20px;
  display: inline-block;
}
.service-wrap {
  border: 1px solid #e6e6e6;
  padding: 50px 30px;
    position: relative;
}

.service-wrap p{
    position: relative;
}

.service-wrap:hover {
  background-image: url(./src/landingpageimg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  transition: all .5s;
}

.service-wrap:hover:before {
  background: rgba(0, 0, 0, 0.2901960784313726);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  content: "";
  top: 0;
  opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
  color: #fff;
}
.service-wrap h4 {
  font-weight: 600;
  color: #1e2331;
  margin-bottom: 17px;
  font-size: 18px;
  text-transform: capitalize;
    position: relative;
}
.service-wrap a {
  font-size: 14px;
  font-weight: 600;
    position: relative;

}