*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
nav{
    display: flex;
    justify-content: space-evenly;
    height: 70px;
    text-align: center;
    align-items: center;
}
.logo{
    width: 20%;
font-size: 40px;
color: green;
}
.menu{
width: 70%;
}
.menu ul{
width: 70%;
float: right;
display: flex;
justify-content: space-evenly;
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    color: black;
}
#check{
    display: none;
}
.checkboxbtn{
    position: absolute;
    right: 50px;
}
@media screen and(min-width:0px) and(max-width:800px){
.checkboxbtn{
display: block;
}
}
.logo{
    position: absolute;
    left: 0px;
   
}  
    .menu ul{
        display: none;
    }
#check:checked ~ .menu ul{
    display: block;
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0%;
    /* text-align: right; */
    background-color: bisque;
}
.menu ul{
    
     padding-top: 20%;
    height: 100%;
}
.menu ul li{
   
    margin-bottom: 5%;
}

/* section 1 */
.section1{
    background-image:url(photos/bg_2.jpg);
    height: 100vh;
    background-size: cover;
}
.section1 h1{
    font-family: Amatic Sc-go, cursive;
    font-weight: 100;
    text-align: center;
    color: white;
    padding-top: 20%;
    font-size: 300%;
}
.section1 p{
    text-align: center;
    color: white;
    padding-top: 2%;
    margin-bottom:1%;
    font-size: 20px;
}
.section1 button:hover{
    height: 10%;
    width: 10%;
}
.section1 button{
    margin-left: 45%;
    border-radius: 70px;
    height: 8%;
    width: 10%;
    background-color: green;
    color: white;
    font-size:20px;  
    border: none;  
}
    @media screen and (min-width:0px) and (max-width:650px) {
        .section1{
            flex-direction: column;
            
        }
        
    }
.section2{
    display: flex;
    justify-content: space-evenly;
    min-height: 50vh;

}
.section2 .box{
    width: 30%;

}
.section2 .box img{
    width: 100%;
}

.section2 H3{
    
    text-align: center;
    font-weight: bold;
}
.section2 P{
   
    text-align: center;
    color: grey;
}
/* #check{
    display: none;
}
.checkboxbtn{
    position: absolute;
    right: 50px;
} */
@media screen and (min-width:0px) and (max-width:800px) {
    .section2{
        flex-direction: column;
        width: 100%;
        display: none;
    }
   .section2 .box{
        width: 100%;
    }
}
.section3{
display: flex;
justify-content:space-evenly;
padding-top: 3%;
}
.box1 img{
    width: 90%;
    height: 40%;
}
.box2 img{
    width: 90%;
    height:50% ;
    margin-top: 15%;
    padding-top: 10%;
}
.box1:hover,
.box2:hover,
.box3:hover{transform: scale(0.9);
    box-shadow: 4px 4px 10px 10px;
    color: silver;

}
.box3 img{
    width:90%;
    height: 40%;
}
.box2 h1{
    font-size: 50px;
    color: green;
    padding-top: 18%;
    text-align: center;
}
.box2 p{
    color: gray;
    font-size: 20px;
    padding-top:7%;
    margin-left: 3%;
    text-align: center;
}
.box2 button{
    background-color: green;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    height: 30px;
    width: 90px;
    margin-left: 38%;
    margin-top: 5%;
}
@media  screen and (min-width:0px) and ( max-width:800px) {
    .section3{
        flex-direction: column;
    }
    
}
.section4{
    width: 100%;
}
.section4-content{
   
    text-align: center;
    height: 20%;
}
.section4-content p{
    padding-top: 2%;
    font-size: 25px;
}
.section4 .inner{
    display: flex;
    justify-content: space-evenly;
    padding-top: 4%;
    
}
.card1:hover{
    transform: scale(1);
    box-shadow: 4px 4px 10px 10px lightgray;
    color: chocolate;
}
.card1{
    width: 23%;
    border: 1px solid black;
    text-align: center;
}
.card1 img{
    height : 80%;
    width: 100%;
}
@media  screen and (min-width:0px) and ( max-width:800px) {
    .inner{
        flex-direction: column;
    }
    .card1{
        width: 100%;
    }

}
.section5 .inner{
   
    display: flex;
    justify-content: space-evenly;
    height: 70%;
    padding-top: 2%;
    
}
@media  screen and (min-width:0px) and ( max-width:800px) {
    .section5{
        flex-direction: column;
        height: 100%;
    }
}
.section6{
    background-image:url(photos/bg_3.jpg);
    background-size: cover;
    min-height: 100vh;
}
.section6 h3{
    color: green;
    font-family: cursive;
    padding-top: 6%;
    margin-left: 60%;
}
.section6 h1{
    font-weight: bold;
    text-align: center;
    font-size: 70px;
    padding-top: 2%;
    margin-left: 53%;
}
.section6 p{
    padding-top: 2%;
    color: gray;
margin-left: 60%;
    font-size: 20px;
}
.section6 h2{
    color: green;
    margin-left: 27%;
    font-family: cursive;
    text-align: center;
    padding-top: 2%;
}
.section6 h4{
    color: green;
    margin-left: 30%;
    text-align: center;
    padding-top: 2%;
    font-size: 20px;
}
.time{
    display: flex;
    justify-content: space-evenly;
    margin-left: 35%;
}
.tt{
    color: green;
    text-align: center;
    padding-top: 15%;
}
@media  screen and (min-width:0px) and ( max-width:450) {
    .section6{
        flex-direction: column;
        min-height: 100%;
    }
}
.section7-content{
    text-align: center;
    height: 20%;
padding-top: 2%;
}
.section7-content p{
    padding-top: 2%;
    font-size: 25px;
}
.section7-content h1{
    font-size: 50px;
}
.section7 .outer{
display: flex;
justify-content: space-evenly;
height: 70%;
padding-top: 5%;
}

.card2 p{
    font-size: 23px;
    padding-top: 9%;
}
.card2{
    width: 28%;
    text-align: center;
}
.card2 img{
    height: 40%;
    width: 30%;
    border-radius:50%;
}
 @media  screen and (min-width:0px) and ( max-width:800px) {
    .outer{
        flex-direction: column;
    } 
    .card2{
        width: 100%;
    }
}  
.section8-content{
    display: flex;
    justify-content: center;
    height: 70%;
    padding-top: 5%;
}
.card3 img{
    height: 40%;
    width: 70%;
}
.form{
    display: flex;
    justify-content: space-evenly;
    background-color: lightgrey;
}
.for h2{
font-weight: bold;
padding-top: 3%;
}
.for p{
    font-size: 20px;
    
}
.button{
    height: 90px;
    padding-top: 3%;
}
.button input{
    padding: 10px 15px;
}
.button button{
    background-color: green;
    color: white;
    width: 75px;
    border: none;
    height: 37px;
    padding:10px 15px ;
}
@media  screen and (min-width:0px) and ( max-width:800px) {
    .section8-content{
        flex-direction: column;
    }
}
.section9{
    display: flex;
    justify-content: space-evenly;
    height: 100vh;
    padding-top: 3%;
}
.card4{
    width:20%;
}
.card4 h2{
    font-weight: bold;
}
.card4 ul{
    list-style: none;
    padding-top: 5%;
}
.card4 p{
    padding-top: 10%;
    font-size: 25px;
}
.card4 li{
    line-height: 3;
    font-size: 20px;
    font-weight: bold;
}
@media  screen and (min-width:0px) and ( max-width:800px) {
    .section9{
        flex-direction: column;
    }
    .card4{
        width: 100%;
    }
}
