*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/* navigation bar */
#nav{
    width: 100%;
    height: 8vh;
    background-color: rgb(195, 233, 113);
    top: 0px;
    position: sticky;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.5), 0 6px 20px 0 rgba(95, 93, 93, 0.5);
}
.navrap{
    width: 90%;
    margin: auto;
}
.menu ul{
    position: absolute;
    padding-top: 12px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    font-size: 25px;
    padding: 20px;
    text-decoration: none;
    font-style: oblique;
    color: black;
}

/* Banner */
.ban{
    width: 100%;
    height: 150vh;
    background-image: url(./Zooban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.banrap{
    width: 100%;
    height: 150vh;
    margin: auto;
    padding-top: 140px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    /* padding-left: 82px; */
    background: linear-gradient(to left, rgb(221, 245, 7,0.2), rgba(141, 138, 138, 0.2), rgb(221, 245, 7,0.2));
    /* border: 2px solid black; */
}
.company{
    width: 80%;
    height: 105vh;
    margin: auto;
    background-image: url(./ban2.jpg);
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    /* background: linear-gradient(to left, rgb(221, 245, 7,0.6), rgba(141, 138, 138, 0.8), rgb(221, 245, 7,0.6)); */
    /* border: 2px solid black; */
}
.companya{
    width: 90%;
    margin: auto;
    padding-top: 250px;
}
.companya h1{
    font-style: oblique;
    font-size: 50px;
    color: aliceblue;
    padding-top: 5px;
}
.companya p{
    padding-top: 10px;
    color: white;
    font-style: oblique;
    font-size: 30px;
}

/* Middle */

.mid{
    width: 100%;
    height: 110vh;
    background: linear-gradient(to top,#97C02F,white,#97C02F);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.midrap{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    padding-top: 80px;
}
.box1{
    width: 100%;
    height: 70vh;
    
    /* border: 2px solid black; */
}
.box1 h1{
    color: #5a7911;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    padding-top: 5px;
}
.box1 ul{
    text-align: center;  
}
.box1 ul li{
    display: inline;
}
.box1 ul li a{
    color: #5a7911;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    font-style: italic;
}
.main{
    height: 54vh;
    background-color: #5a7911;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 15px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.mida{
    width: 100%;
    height: 15vh;
    padding-top: 10px;
}
.midrapa{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    padding-top: 10px;
}
.boxa{
    width: 100%;
    height: 10vh;
    background-color: white;
    border: 2px dotted #5a7911;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}
.boxa p{
    color: #5a7911;
    font-size: 20px;
    padding-top: 5px;
}
.boxb{
    width: 100%;
    height: 10vh;
    background-color: #97C02F;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px dotted white;
    text-align: center;
}
.boxb p{
    padding-top: 5px;
    color: white;
    font-size: 20px;
}
.midb{
    width: 100%;
    height: 24vh;
}
.midrapb{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 49px;
    /* grid-row-gap: 20px; */
    /* padding-top: 10px; */
}
.boxa2{
    width: 152%;
    height: 23vh;
    background-color: white;
    border: 2px dotted #5a7911;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}
.boxa2 p{
    padding-top: 35px;
    color: #5a7911;
    font-size: 20px;
}
.boxb2{
    width: 100%;
    height: 23vh;
    background-color: #97C02F;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px dotted white;
    text-align: center;
}
.boxb2 p{
    padding-top: 5px;
    color: white;
    font-size: 20px;
}

.midc{
    width: 100%;
    height: 15vh;
    
}
.midrapc{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 74px;
    padding-top: 10px;
}
.boxa3{
    width: 220%;
    height: 10vh;
    background-color: white;
    border: 2px dotted #5a7911;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
}
.boxa3 p{
    color: #5a7911;
    font-size: 20px;
    padding-top: 5px;
}
.boxb3{
    width: 100%;
    height: 10vh;
    background-color: #97C02F;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px dotted white;
    text-align: center;
}
.boxb3 p{
    padding-top: 5px;
    color: white;
    font-size: 20px;
}


.box2{
    width: 100%;
}
.box2 h1{
    color: #5a7911;
    text-align: center;
    font-style: italic;
    font-size: 40px;
}
.box2 h2{
    color: #5a7911;
    text-align: center;
    font-style: oblique;
    font-size: 32px;
}
.box2 p{
    color: #97C02F;
    text-align: center;
    font-style: italic;
    font-size: 25px;
}
.box2 img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.company2a{
    height: 5.5vh;
    background-color: #5a7911;
    padding-top: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}

.box3{
    width: 100%;
    /* border: 2px solid black; */
    height: 70vh;
}
.box3 h1{
    color: #5a7911;
    text-align: center;
    font-style: italic;
    font-size: 35px; 
}
.box3 img{
    margin-top: 15px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.new{
    height: 5.5vh;
    background-color: #5a7911;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.new h1{
    font-style: italic;
    font-size: 30px; 
    text-align: center;
    color: #97C02F;

}

/* Navigation2 */
#nav2{
    width: 100%;
    background-color: white;
    margin-top: 30px;
    padding-top: 20px;
}
.navrap2{
    width: 90%;
    margin: auto;
}
.menu1{
    text-align: center;
}
.menu1 h2{
    font-size: 30px;
    color: #5a7911;
    font-style: oblique;
}
.menu1 h1{
    font-size: 35px;
    padding-top: 10px;
    color: #5a7911;
    font-style: oblique;
}
.menu1 p{
    font-size: 25px;
    padding-top: 10px;
    color: #5a7911;
    font-style: oblique;
}
/* Middle 2 */
.mid2{
    width: 100%;
    height: 84vh;
    margin-top: 65px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background: linear-gradient(to left,#97C02F, aliceblue, #97C02F);
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.midrap2{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    padding-top: 80px;
}
.box4{
    width: 100%;
    height: 60vh;
    /* border: 1px solid black; */
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.box4 video{
    margin-top: 20px;
}
.box4 h1{
    text-align: center;
    color: #5a7911;
    font-style: italic;
}
 

.box5{
    width: 100%;
    height: 60vh;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    /* border: 1px solid black; */
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.box5 video{
    margin-top: 20px;
}
.box5 h1{
    text-align: center;
    color: #5a7911;
    font-style: italic;
}

.box6{
    width: 100%;
    height: 60vh;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    /* border: 1px solid black; */
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.box6 video{
    margin-top: 20px;
}
.box6 h1{
    text-align: center;
    color: #5a7911;
    font-style: italic;
}

.box7{
    width: 100%;
    height: 60vh;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    /* border: 1px solid black; */
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.box7 video{
    margin-top: 20px;
}
.box7 h1{
    text-align: center;
    color: #5a7911;
    font-style: italic;
}

/* Navigation3 */
#nav3{
    width: 100%;
    background-color: white;
    margin-top: 30px;
    padding-top: 20px;
}
.navrap3{
    width: 90%;
    margin: auto;
}
.menu2{
    text-align: center;
}
.menu2 h2{
    font-size: 30px;
    color: #5a7911;
    font-style: oblique;
}
.menu2 h1{
    font-size: 35px;
    padding-top: 10px;
    color: #5a7911;
    font-style: oblique;
}
.menu2 p{
    font-size: 25px;
    padding-top: 10px;
    color: #5a7911;
    font-style: oblique;
}
/* Middle 3 */
.mid3{
    width: 100%;
    height: 140vh;
    margin-top: 65px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background: linear-gradient(to left,#97C02F, aliceblue, #97C02F);
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
}
.midrap3{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding-top: 80px;
}
.box8{
    width: 100%;
    /* border: 2px solid black; */
    height: 58vh;
}
.box8 h1{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 30px; 
}
.box8 p{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 20px; 
}
.box8 img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9); 
}


.box9{
    width: 100%;
    /* border: 2px solid black; */
    height: 58vh;
}
.box9 h1{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 30px; 
}
.box9 p{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 20px; 
}
.box9 img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9); 
}


.box10{
    width: 100%;
    /* border: 2px solid black; */
    height: 58vh;
}
.box10 h1{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 30px; 
}
.box10 p{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 20px; 
}
.box10 img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9); 
}


/*  */
/*  */
/*  */
.box11{
    width: 100%;
    /* border: 2px solid black; */
    height: 58vh;
}
.box11 h1{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 30px; 
}
.box11 p{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 20px; 
}
.box11 img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9); 
}


.box12{
    width: 100%;
    /* border: 2px solid black; */
    height: 58vh;
}
.box12 h1{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 30px; 
}
.box12 p{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 20px; 
}
.box12 img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9); 
}


.box13{
    width: 100%;
    /* border: 2px solid black; */
    height: 58vh;
}
.box13 h1{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 30px; 
}
.box13 p{
    color: #485b1c;
    text-align: center;
    font-style: italic;
    font-size: 20px; 
}
.box13 img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9); 
}

/*  */
/*  */
/*  */

/* Footer */

.foot{
    width: 100%;
    margin-top: 80px;
    height: 60vh;
    /* border: 2px solid black; */
    background: linear-gradient(to bottom, white, #97C02F);
}
.footrap{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}

.box14{
    width: 100%;
    /* border: 2px solid black; */
}
.box14 h1{
    color: #485b1c;
    text-align: center;
    font-style: oblique;
}
.all ul{
    padding-top: 10px;
    text-align: center;  
}
.all ul li{
    display: inline;
}
.all ul li a{
    color: #5a7911;
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}
.all p{
    text-align: center;
    color: #5a7911;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}


.all1 ul{
    padding-top: 10px;
    text-align: center;  
}
.all1 ul li{
    display: inline;
}
.all1 ul li a{
    color: #5a7911;
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}


.all2 ul{
    padding-top: 10px;
    text-align: center;  
}
.all2 ul li{
    display: inline;
}
.all2 ul li a{
    color: #5a7911;
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}


.box15{
    width: 100%;
}
.box15 h1{
    text-align: center;
    color: #485b1c;
}

.all3{
    text-align: center;
}
.all3 ul{
    padding-top: 10px;
}
.all3 ul li{
    display: inline;
}

.box15 ul{
    padding-top: 10px;
    text-align: center;  
}
.box15 ul li{
    display: inline;
}
.box15 ul li a{
    color: #5a7911;
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}


.box16{
    width: 100%;
    /* text-align: center; */
    /* border: 2px solid black; */
}
.box16 h1{
    text-align: center;
    color: #485b1c;
}

.box16 ul{  
    padding-top: 10px;
    text-align: center;  
}
.box16 ul li{
    display: inline;
}
.box16 ul li a{
    color: #5a7911;
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    font-style: italic;
}
.box16 iframe{
    
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* footerfinal */
.Footerfinal{
    width: 100%;
    background-color: #97C02F;
}
.Footerfinalrap{
    width: 80%;
    margin: auto;
}
.menulast{
    text-align: center;
}
.menulast p{
    color: #3d4b1c;
    font-size: 20px;
    font-style: oblique;
}