body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
img{
  max-width: 100%;
}


/* -------------------NAVBAR-------------------------- */

.main-menu {
  display: flex;
  justify-content: space-between;
  background: #23323a;
  padding: 5px;
  position: relative;
  position: fixed;
  z-index: 99999;
  width: 100%;
}
.main-menu ul{
  
 margin-bottom: 0px !important;

}


.main-menu ul li {
  display: inline-block;
  padding-top: 8px;
}

.main-menu li a {
  color: white;
  padding: 15px 35px;
  display: block;
  font-size: 17px;
  text-decoration: none;
 
}
.main-menu li a:hover{
background: #2f434e;
border-radius: 5px;
transition: 1s;
}

i.bi.bi-envelope-fill{
  color: #8cb6c1;
  font-size: 25px;
  padding: 18px 14px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 5px;
}
i.bi.bi-envelope-fill:hover{
  background: #2f434e;
transition: 1s;
}

i.bi.bi-three-dots-vertical {
  color: white;
  font-size: 25px;
  padding: 18px 14px;
  cursor: pointer;
  display: none;
}
i.bi.bi-three-dots-vertical:hover {
background: #2f434e;
transition: 1s;

}
.juwel{
  display: none;
}

/* -----------------------------banner section---------------------------- */
.banner{
  background-image: url(../image/5166950.jpg);
  background-position:  center;
  padding:250px 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
 position: relative;
 /* background: fixed; */

}
.banner h1{
  color: rgb(241 21 72);
  z-index: 9999;
  font-size: 50px;
  text-align: center;
  background: -webkit-linear-gradient(#ffffff, #fc237d, #be1632);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner p{
  text-align: center;
  font-size: 20px;
  color:white;
}

.banner h2{
  text-align: center;
  color: crimson;
  font-size: 30px;
}





/**********************************about section***********************************/
 

.about{
  background-image: url(../image/rm314-adj-09.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  
 }

 .about h2{
  padding: 10px 20px;
  background-color: #00c3c3;
  color: white;
  font-size: 25px;
  width: 222px;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 15px;
}
button.aboutGmail {
  border: none;
  background: #00c3c3;
  border-radius: 10px;
  height: 35px;
  width: 240px;
  font-family: sans-serif;
  color: white;
}

.button-div {
  /* text-align: center; */
  margin-left: 5px;
}

.button-div h4{
  display: inline;
  margin-right: 10px;
}
a.click-class {
  font-size: 16px;
  text-decoration: none;
  background: #00c3c3;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.click-class::before{

  content: " ";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  position: absolute;
  background-color: #0091d9;
  border-radius:10px ;
  transition: .4s;
  z-index: -1;
}
.click-class:hover::before{
  width: 100%;
  
}
.click-class:hover {
  color: white !important;
}



/*****************************services section********************************************/


.scervices{
  background-image: url(../image/rm222batch2-mind-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;


}
.service-header{
  height: auto;
  width: 250px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
 position: relative;
 
}
.service-header h2{
  color: #1a1a1a;
  margin-top: 0px;
  padding: 25px 0px;
  text-align: center;
  background: #154DCF;
background: linear-gradient(to top left, #1356f3 19%, #CF175A 95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.service-header button{
  height: 3px;
  width: 63px;
  background: #00aff5;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: none;
  position: absolute;
  top: 66px;
  left: 37%;
}

.svervices-r{
  text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.svervices-r img{
    height: 130px;
}

footer {
  height: 60px;
  width: 100%;
  padding: 18px 10px;
  background: darkslategrey;
  color: white;
  text-align: center;
  text-transform: capitalize;
}


@media only screen and (max-width: 890px){

  /* -----------------------------navbar responsive---------------------- */
  .main-menu ul li a {
    font-size: 14px;
    padding: 15px 15px;
  }

   /* -----------------------------navbar responsive end---------------------- */


   .banner{
    background-image: url(../image/5166950.jpg);
    background-position: top center;
    padding:200px 0;
    background-repeat: no-repeat;
    background-size: cover;
   
  }

 
}



@media only screen and (max-width: 721px){

   /* -----------------------------navbar responsive---------------------- */
      .main-menu ul li a {
          font-size: 12px;
          padding: 15px 8px;}
      }

   /* -----------------------------navbar responsive end---------------------- */
   .banner{
    background-image: url(../image/5166950.jpg);
    background-position: top center;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
   
  }
   .banner h1{
    color: rgb(241 21 72);
    z-index: 9999;
    font-size: 35px;
    text-align: center;
  }
  .banner p{
    text-align: center;
    font-size: 15px;
    color:white;
  }
  
  .banner h2{
    text-align: center;
    color: crimson;
    font-size: 25px;
  }
    /********************about section***************************/
    
    









@media only screen and (max-width: 600px){

   /* -----------------------------navbar responsive---------------------- */

  .main-menu img{
    height: 65px;
    position: relative;
    top: 0px;
  } 
  .main-menu{
    position: relative;
    position: fixed;
  }
  .main-menu ul {
    display: none;
    margin-top: 77px;
    right: 0px;
    height: auto;
    width: 260px;
    position: absolute;
    background: rgb(53 93 129);
    padding: 1px;
    box-shadow: 5px 1px 20px black;
    border-radius: 5px;
   z-index: 9999;
   overflow-x: hidden;
    
  }
  .main-menu ul li{
    width: 260px;
  }

.main-menu ul li a{
  color: white;
  padding: 13px 115px;
  display: block;
  font-size: 17px;
  text-decoration: none;
  
}
  i.bi.bi-three-dots-vertical {
    display: block;
    }
    i.bi.bi-envelope-fill{
    
      right: 48px;
      top: 5px;
    }
    .juwel{
      display: block;
      color: cornsilk;
      padding: 0px 5px;
      font-size: 20px;
      position: relative;
      top: 22px;
      font-family: monospace;
    }

    

     /* -----------------------------navbar responsive end---------------------- */


     .banner{
      background-image: url(../image/5166950.jpg);
      background-position: top center;
      padding: 100px 0;
      background-repeat: no-repeat;
      background-size: cover;
     height: 60vh;
     
     
    }

    .banner h1{
      color: rgb(241 21 72);
      z-index: 9999;
      font-size: 26px;
      text-align: center;
    }
    .banner p{
      text-align: center;
      font-size: 12px;
      color:white;
    }
    
    .banner h2{
      text-align: center;
      color: crimson;
      font-size: 20px;
    }

    .svervices-r{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
    }
    .svervices-r .ll{
     
      width:250px !important;
      height: auto;
    }
  }

  @media only screen and (max-width: 425px){
    .svervices-r{
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
    }
    .svervices-r .ll{
     
      width:250px !important;
      height: auto;
    }
  }
