 body{
      padding-top: 0px;
    }

    .navigationbar{
      position: absolute;
      background-color: #00000066;
      position: fixed;
      z-index: 1;
    }

  }
  .site-header{
    padding: 30px;
  }
  .navbar-brand{
    font-family: fantasy;
  }
  .site-header a{
    color:white;
  }
  .nav-item a{
    padding: 10px 0px 10px 0px;
    border-radius: 3px;
    font-size: 16px;
    color: white;
  }
  .nav-item .nav-link{
    color: white;
    font-weight: bolder;
  }

  .nav-item{
    padding-left: 45px;

  }
  .bannersection{
    background-image: url(../img/slider/main_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 750px;
    background-attachment: fixed;
  }
  .bannerlayer{
    background-image: url(../img/pattarn.png);
    min-height: 750px;
    background-attachment: fixed;
  }
  .bannerlayer1{
    background-color: #0000008c;
    background-attachment: fixed;
  }
  .bannertext{
    text-align: center;
    padding-top: 280px;
  }

  .bannertext h1{
    font-size: 70px;
    color: white;
    font-weight: bolder;
    letter-spacing: 4px;
    word-spacing: 3px;
  }
  .bannertext h2{
    font-size: 50px;
    color: white;

    letter-spacing: 15px;

  }
  .bannerbtn button{
    background-color: #00aff0;
    color: white;
  }
  .bannerbtn button:hover{
    background-color: white;
    color:black;
  }
  .aboutbtn button{
     background-color: #00aff0;
    color: white;
  }
  .aboutsection{
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .aboutsection p{
    text-align: justify;
  }
  .abouttext{
    padding: 25px;
  }
  .aboutimg{
    box-shadow: 0 0 0 10px #000000 inset;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    width: 350px;
    height: 350px;
    margin-left: 90px;

  }
  .othersection{
    margin-top: 40px;
    margin-bottom: 50px;
    background-image: url(../img/pattern1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    background-attachment: fixed;
  }
  .otherlayer{
    background-color: #000000bf;
    min-height: 400px;
  }
  .layertext{
    padding-top: 20px;
  }
  .box{
    padding: 30px;
    border: 2px white solid;
  }
  .aboutimg img {
    margin-top: 31px;
    margin-left: -67px;
  }
  .servicesection{
    margin-top: 80px;
    padding-bottom: 50px;
    padding-bottom: 80px;
  }
  .servicebox{
    box-shadow: 1px 1px 8px 1px lightgrey;
    padding: 20px;
    text-align: center;
  }
  .servicebox i{
    color: white;
    background-color:#00aff0;
    font-size: 40px;
    height: 100px;
    width: 100px;
    border-radius:50%;
    text-align: center;
    padding-top: 28px;
    transition: .8s;
  }
  .servicebox:hover i{
    background-color: black;
  }
  .serviceheading{
    color: black;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    margin-bottom: 50px;
  }
  .gallerysection{
    background-color: black;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pricingsection{
    margin-top: 80px;
  }
  .card-header{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
    .card-header h1{
      font-size: 50px;
    }
    .card-body{
      background-color: black
    }
    .card-body ul li{
      line-height: 40px;
      color: white;
    }
    .card-footer{
      padding-bottom: 30px;
      padding-top: 30px;
      transition: .6s;
    }
    .cardbtn button{
      background-color: #00aff0;
      color: black;
      transition: .6s;
    }
    .card-header{
      transition: .6s;
    }
    .card:hover .card-footer{
      background-color: #00aff0;
    }
    .card:hover .cardbtn button{
      background-color: black;
      color: white;
    }
     .card:hover .card-header{
      background-color: #00aff0;
      color: white;
    }
    .card-body i{
      font-size: 17px;
    }

    .footersection{
  background-image: url(../img/video_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*min-height: 300px;*/
  margin-top: 60px;
}
    .footersection h1{
  color: #00aff0;

}
.footersection ul{
  padding: 0px;
}
.footersection ul li{
  line-height: 50px;
  list-style: none;
}
.footersection ul li i{
  font-size: 28px;
  color: white;
}
.footerlayer{
  background-color: #000000b0;
  padding-top: 100px;
  padding-bottom: 90px;
}
.copyrightsection{
  background-color: black;
  padding: 12px;
 
}
.galleryheading{
    color: black;
    text-align: center;
    font-size: 50px;
    margin-top: 0px;
    font-weight: bolder;
    margin-bottom: 50px;
}
.mobileimg{
  display: none;
}


  @media(max-width: 768px){
    .aboutimg {

      margin-top: 108px;

      width: 255px;
      height: 255px;
      margin-left: 22px;
    }
    .nav-item {
      padding-left: 0px;
    }
    .laptopimg{
      display: none;
    }
    .mobileimg{
      display: block;
    }
  }
  @media(max-width: 767px){
    .bannertext h2 {
      font-size: 18px;
      color: white;
      letter-spacing: 3px;
    }
    .bannertext h1 {
      font-size: 25px;
      color: white;
      font-weight: bolder;
      letter-spacing: 4px;
      word-spacing: 3px;
    }
    .aboutimg {
      margin-top: 28px;
      width: 293px;
      height: 280px;
      margin-left: 39px;
    }
    .aboutimg img {
      margin-top: 31px;
      margin-left: -67px;
    }
    .bannertext {
      text-align: center;
      padding-top: 140px;
    }
    .bannerlayer {    
      min-height: 480px;   
    }
    .bannersection {    
      min-height: 480px;    
    }
    .nav-item {
      padding-left: 80px;
    }
    .othersection{
      display: none;
    }
    .gallerysection {
   
    padding-top: 1px;
    padding-bottom: 80px;
}
.galleryheading {
    
    
    margin-top: 24px;
   
    margin-bottom: 50px;
}
.servicesection {
    margin-top: 368px;
   
}
.mobileimg{
  display: none;
}
 
}
