


/*------------- start from here -----------*/
*{
    margin: 0;
    padding: 0;
    font-family: 'Dancing Script',cursive;
}
html{
  scroll-behavior: smooth;
}
* ::after, ::before {
    box-sizing: border-box;
}
.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
}
nav{
  position: fixed;
}
.logoupward{
  height: 50px;
    width: 50px;
    overflow: hidden;
}
.logoimg{
    height: 48px;
    width: 48px;
    border: .5px solid red;
}
.login{
  background-color: gold;
  color: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 7px;
}
.login:hover{
  color: rgb(137, 198, 255);
}
.banner{
  width: 99.%;
  height: auto;
  margin: 2px;
  overflow: hidden;
  display: flex;
  z-index: -3334;
}
#bann{
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-top: 73px;
  z-index: -3334;
}      
 .steps{
          width: 100%;
          height: auto;
        }
  .steps h1{
    text-align: center;
    font-size: 50px;
    color: rgb(155, 155, 155);

  }     
.steps .p{
  padding: 40px;
  padding-top: 10px;
}
.steps h5{
  color: rgb(137, 192, 222);
  text-transform: uppercase;
  text-align: center;
}
.p p{
  font-size: small;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}
b{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
a.works{
  font-size:30px;
  text-align: center;
}













        /*------------------------ 
        
        
        css for footer 


         -------------------*/

footer{
    background: black;
    color: black;
    width: 100%;
    height: auto;
    min-height: 20px;
    overflow: auto;
}
.ulowner{
    color: white;
    text-align: left;
    margin-left: 10px;
}
.ulowner li{
    color: rgb(255, 0, 0);
    font-family: 'Courier New', Courier, monospace;
}
.newsocial img{
    width: 30px;
}
.newsocial a{
    color: white;
    text-emphasis: none;
    display: inline-block;
    margin: 5px;
}

.newsocial{
  text-align: center;
}
hr{
  height: 2px;
  color: white;
  width: 100%;
}
.copyright {
  text-align: center;
  color: white;
}
.ladife{
  text-align: right;
}


 /* ----------------

css for gallery

------------------*/


.text-center{
  color: white;
  font-family: 'Dancing Script',cursive;
  font-size: 90px;
}
.gallery{

  background: red;
  padding: 30px;
  margin-top: 10px;
  height: auto;
  min-height: 700px;
  width: 90%;
  border-radius: 40px;
}
hr.hr2{
  background-color: white;
  height: 3px;
  width: 65%;
  text-align: center;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}










