@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Open+Sans&family=Permanent+Marker&family=Poppins:wght@200;400&family=Red+Hat+Mono:ital,wght@1,300&family=Sansita+Swashed:wght@300&family=Source+Sans+Pro&display=swap');



/* Main features   */

*{
    font-family: 'Open Sans', sans-serif;

    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

body{
    background: url("images/grass\ 2.jpg");

}

header{
    text-align: center;
    background: white;
    border-bottom: 1px black solid;

}

main{

    text-align: center;
}

footer{
    background: white;
    text-align: center;


}

/* Main Features (end) */




/*  section 1 grid items */

.sectionone{




}

.gridframe{
    display: flexbox;
}

.dgriditem{
    margin: 40px 50px;
    background: white;

    box-shadow: 1px 1px 10px black;
    position: relative;


}


/*  section 1 grid items (end)*/


.dhd{
    color: white;
    background: green;
    padding: 30px;
    
}

.navli{
    display: inline-flex;
    margin: 10px;
}

.navbtn{
    text-decoration: none;
    color: black;
}


p{
    padding: 30px;
}


#complogo{
    width: 375px;
    height: auto;
}

.galli{
    display: flex;
    flex-flow: column wrap;
    
}

.galbtn{
    background: green;
    margin: 10px;
    color: white;
    padding: 10px 15px;
    font-size: 25px;
}

.prili{
    display:flex;
}

.pribtn{
    background: green;
    margin: 10px;
    color: white;
    padding: 10px 20px;
    font-size: 25px;
}

.interbtn{
    display: inline-flex;
}


.pribtn:hover{
    border: 5px solid white;
    box-shadow: 1px 1px 3px black;
    cursor: pointer;
}

.galbtn:hover{
    border: 5px solid white;
    box-shadow: 1px 1px 3px black;
    cursor: pointer;
}


.contpage{

    background: white;

    margin: 110px auto;


}
.contheader{
color: black;
font-family: 'Open Sans', sans-serif;


}

.comsoon{
    background: white;
    text-align: center;
    margin: 10px;
}



.gallerysec{

    width: auto;
    height: auto;
    margin: 30px 200px;
   
}


@media only screen and (max-width: 900px ){

    .gallerysec{
        margin: 0px;
    }
}

.galleryitems{
    background: white;
    margin: 5px;

}

.galheaders{
    
    background: green;
    color: white;
    padding: 30px;
}

.i2{

  
}

@media only screen and (max-width: 390px) {
    .i6 {
      height: 50px;
    }
  }

.i6{


    width: auto;
    height: auto;
    position: relative;
    

 

    


}

.sec3{
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0px;
    overflow: hidden; 
}

.sec1{
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0px;
    overflow: hidden;
}








.button{
    text-decoration: none;
    width: 100px;
    height: 100px;
    position: relative;
    color: white;
    background: green;
    font-size: 30px;
    display: inline;
}

.right{
    float: right;
    
}

.left{
    float: left;
}


.pricesection{
    display:flex;
    flex-direction: column;
    text-decoration: none;
    font-weight: normal;
    box-sizing: content-box;

    

    
}

.pritem{
    background: white;    
    font-family: 'Open Sans', sans-serif;
    margin: 30px;
    padding: 10px;
    box-shadow: 3px 3px 3px black;
    


}



.imagedisplaysi{
    height: 650px;
    width: auto;
    animation-name: display;
    animation-play-state: infinite;
    animation-duration: 30s;
    background-size: cover;
    animation-iteration-count: infinite;


    background:url(images/image8.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
}

@media only screen and (max-width: 900px ){

    .imagedisplaysi{
        height: 300px
    }
}

@keyframes display {
    0%{

        background:url(images/image8.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;
      

    }
    100%{

        background:url(images/image9.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;
    }
}

.imagedisplaysii{
    height: 650px;
    width: auto;
    animation-name: displayi;
    animation-play-state: infinite;
    animation-duration: 30s;
    background-size: cover;
    animation-iteration-count: infinite;


    background:url(images/image8.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
}

@media only screen and (max-width: 900px ){

    .imagedisplaysii{
        height: 300px
    }
}

@keyframes displayi {
    0%{

        background:url(images/image3.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;
      

    }

    20%{

        
        background:url(images/image4.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }

    40%{
        background:url(images/image7.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }
    60%{

        background:url(images/image5.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }
    80%{

        background:url(images/image6.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }
    100%{

        background:url(images/image9.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;
    }
}



.imagedisplaysiii{
    height: 650px;
    width: auto;
    
    animation-play-state: infinite;
    animation-duration: 30s;
    background-size: cover;
    animation-iteration-count: infinite;


    background:url(images/image10.jpeg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
}

@media only screen and (max-width: 900px ){

    .imagedisplaysiii{
        height: 300px
    }
}

@keyframes displayi {
    0%{

        background:url(images/image3.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;
      

    }

    20%{

        
        background:url(images/image4.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }

    40%{
        background:url(images/image7.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }
    60%{

        background:url(images/image5.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }
    80%{

        background:url(images/image6.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;

    }
    100%{

        background:url(images/image9.jpg);
        background-repeat: none;
        background-position: center;
        background-size: cover;
        transition: 1s;
    }
}