*{
    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;
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.banrap{
    width: 100%;
    height: 150vh;
    margin: auto;
    padding-top: 140px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-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;
}


.ban2{
    width: 100%;
    height:95vh;
    margin-top: 120px;
    /* border: 2px solid black; */
    /* background: linear-gradient(to left, rgb(221, 245, 7,0.2), rgba(141, 138, 138, 0.2), rgb(221, 245, 7,0.2)); */
}
.banrap2{
    width: 80%;
    margin: auto;
    /* border: 2px solid black; */
    margin-top: 50px;
}
.company2{
    width: 100%;
}
.company2 img{
    box-shadow: 0 4px 8px 0 rgba(67, 66, 66, 0.9), 0 6px 20px 0 rgba(95, 93, 93, 0.9);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

/* Navigation2 */
#nav2{
    width: 100%;
    background-color: white;
    background: linear-gradient(to left,#97C02F,white,#97C02F);
    /* margin-top: 40px; */
    height: 10vh;
    border-top-left-radius: 50px;
    border-top-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);
    /* border: 2px solid black; */
}
.navrap2{
    width: 80%;
    margin: auto;
    height: 10vh;
    border-bottom: 2px dotted #1c2606;
}
.menu1{
    padding-top: 10px;
    text-align: center;
}
.menu1 h1{
    padding-top: 10px;
    font-size: 30px;
    color: #5a7911;
    font-style: oblique;
}
/* Middle 1 */
.mid1{
    width: 100%;
    height: 70vh;
    padding-top: 30px;
    background: linear-gradient(to left,#97C02F,white,#97C02F);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 4px 4px 4px rgba(67, 66, 66, 0.9) ; 
}
.midrap1{
    width: 80%;
    height: 50vh;
    /* border: 2px solid black; */
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
}
.box1{
    width: 100%;
    height: 40vh;
    /* border: 2px solid black; */
}
.box1 h1{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    color: #5a7911;
    font-style: oblique;
    border-bottom: 2px dotted #1c2606;
}
.box1 p{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: #5a7911;
    font-style: oblique;
}

.box2{
    width: 100%;
    height: 40vh;
    /* border: 2px solid black; */
}
.box2 h1{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    color: #5a7911;
    font-style: oblique;
    border-bottom: 2px dotted #1c2606;
}
.box2 p{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: #5a7911;
    font-style: oblique;
}
.menu2{
    width: 80%;
    margin: auto;
}
.menu2 h1{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    color: #2f3d0e;
}
/* 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;
}