

*{
  padding:0;
  margin:0;
  box-sizing: border-box; 
}

body{
    background-image:url("img/bodybg.jpg");
    width: 100%;
    height:100%;
     
}


.navbar{
    background-image:url("img/menubg.jpg") ;
}
.navbar-brand img{
    height: 50px;
}

.carousel-item img{
    margin-top: 70px;
    height: 400px;
    }
    
    
    .carousel-item h5{
        font-size: 3.0rem;
        margin-top:-30px;
    }
    
    .carousel-item p{
        font-size: 1.7rem;
    }
    

.slideservice{
    display: block;
    width: 80%;
    margin-top: -80px;
    
    }

       /* css for about us*/
    .about-us{
        width:100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
         
        
    }
    
    /*End of css for about us*/


    /* css for why to choose vrindavan tent house*/
    .why{
        width:100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
         
        
    }

    .cardwhy{
    
        background-image:url(lightgreen.jpg);
        text-align: center;
        border: 2px dashed wheat;
        width: 80%;
        height: 120px;
        display: block;
        margin: auto;
    }

    .cardwhy h5{
        margin-top: 15px;
    }

    .numberinline
    {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        font-weight: bold;
    }

   
    /*End of css for why to choose vrindavan tent house*/

    /* css for 5 step box*/

   

    .planlist{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:100%;
        margin-top: 10px;
        color: ghostwhite
        
    }
    
     

    .planlist ul{
        list-style: none;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
    
    }

    .planlist ul li{
         margin: 20px;
        padding: 10px;
        display: inline-block;
        color: ghostwhite ;
        align-items: center;
        justify-content: center;
                
        
    }

    .eventplan {
        width: 100%;
        padding: 50px;
        background-image:url("img/pink-transformed.jpeg");
    }

    .plan-inline {
        display: block;
        margin: auto;       
    }
    

     .planlist ul li i{

        padding: 25px;
    border-radius: 100%;
    border: 2px dashed white;
    color: ghostwhite;
    }


    .step1{
        
        display: inline-block;
    }
    /* end of css for 5 step box*/

 /* css for gallery */
    .gallery{
        width:100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

      .gallerybg{
        padding-top: 20px;
        background-image:url("img/pink-transformed.jpeg") no-repeat center center/cover;
        }

        
        .gallerybg img{
            border: 4px solid rgb(224, 238, 216);
            background-origin:border-box;
            padding: 4px;
            height: 200px;
             }
    /* css for gallery */
    
      /* css for services*/
    .services{
        width:100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
            
    }
    .card{
        display: block;
        margin: auto;
    }
    
    .card-bg{
        background: url("img/green2.jpg");
        display: flex;
        align-items: center;
        justify-content: center;
        border: #044b22 1px solid;
        color:antiquewhite;
        margin-top: 5px;
        margin-bottom: 5px;
           }

           .card-bg button{
            background-color: aliceblue;
           }
            
           .card-bg:hover{
            cursor: pointer;
            color: #044b22;
            background: rgb(240, 224, 204);
           }

        .card-bg img{
            height: 100%;
            border: 3px solid #044b22;
            
                         
        }
    /*End of css for services*/



    /* css for other services*/
    .other{
        width:100%;
        margin-top: 2px;
        height: 490px;
         display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background:url("img/redbg1.png") no-repeat center center/cover;
    }

    .otherservices img{
        height: 350px;
   
    }

    .other-text{
        display: block;
        margin: auto;
        justify-content:center;
        color:rgb(224, 238, 216);
        font-size: medium;

    }
   
    /* End of other services */

        /* Contact Form */
        .contactform{
            padding: 10px;
            background: url("img/newgreen2.jpg") no-repeat center center/cover;
        }

        .contactform form{
            margin: 20px;
            margin-top: 0px;
            
           }

        .contactform label{
            color: aliceblue;
        
        }

        .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        
          }


    /* CSS for Footer */

    .footermain{
        background-color: rgb(121, 13, 13);
    }

    .footersocial{
        background-color: rgb(241, 191, 24);
    }

    .mycolor{
        color: antiquewhite;
    }

    .fa-facebook {
        background: #3B5998;
        color: white;
       }

      .fa-twitter {
        background: #55ACEE;
        color: white;
             }
      .fa1{
        padding: 20px;
        font-size: 50px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;

      }
      
      /* Twitter */
      .fa-twitter {
        background: #55ACEE;
        color: white;
      }



      
      