*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}





/* banner */

.ban{
    background-image: url(./images/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
}
.banrap{
    height: 80vh;
    width: 100%;
    padding-top: 20px;
}
.bantxt{
    width: 55%;
    height: 80%;
    margin-top: 60px;
}
.bantxt h1{
    font-size: 100px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-left: 20px;
    text-align: center;
    color:  rgb(15, 101, 10);
    text-transform: uppercase;
}
.bantxt p{
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-left: 20px;
    text-align: center;
    color: white;
    padding-left: 50px;
    padding-top: 50px;
}


/* middle */

.mid{
    height: 430vh;
    width: 100%;
    background: linear-gradient(to bottom right, tan, green);
    border-top: 10px double black;
}
.midrap{
    height: 75vh;
    width: 90%;
    margin-left: 75px;
    margin-top: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 40px;
}
.box{
    height: 80%;
    width: 85%;
    padding-top: 20px;
    margin-left: 35px;   
}
.box h1{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: rgb(2, 71, 2);
    text-decoration: underline;
}
.box p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 10px;
    text-align: center;
    color: rgb(76, 45, 0);
}
.boxrap{
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}
.box1{
    height: 100%;
    width: 85%;
    background: linear-gradient(to top,rgb(60, 5, 5),rgb(214, 86, 17), rgb(60, 5, 5));
    border-radius: 20px;
    margin-left: 35px;
    padding: 18px;
}
.box1 p{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 10px;
    text-align: center;
}

.box5{
    height: 100%;
    width: 100%;
    padding-top: 20px;
}
.box5 h1{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: rgb(2, 71, 2);
    text-decoration: underline;
}
.box5 p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 10px;
    text-align: center;
    color: rgb(76, 45, 0);
}
.box6{
    height: 100%;
    width: 100%;
}
.box6 img{
    height: 25vh;
    width: 100%;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.481), 0 6px 20px 0 rgba(0, 0, 0, 0.426);
}
.box6 p{
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 15px;
    text-align: center;
    background-color: rgb(101, 5, 5);
    border-radius: 50px;
    margin-top: 20px;
    border: 2px solid white; 
}
.box6 p a{
    color: white;
    text-decoration: none;
}
.box6 p:hover{
    background-color: rgb(61, 7, 7);
}
.date{
    border: 2px dotted green;
    background-color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.date p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: rgb(2, 68, 2);
}
.news{
    border: 2px white dotted;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.news p{
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: left;
    color: white;
}
.imp{
    height: 260vh;
    width: 90%;
    margin-left: 75px; 
    border: 2px dotted rgb(56, 2, 2);
    border-radius: 50px;
    margin-top: 20px;
}
.midrap1{
    height: 8vh;
    width: 90%;
    margin-left: 75px;
    background: linear-gradient(to left, rgb(0, 47, 0),green);
    margin-top: 50px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}
.midrap1 h1{
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    padding-top: 10px;
    color: white;
}
.midrap2{
    height: 45vh;
    width: 90%;
    margin-top: 20px;
    margin-left: 75px;
    background: linear-gradient(to bottom right,rgb(103, 16, 16), rgb(251, 175, 76),  rgb(103, 16, 16));
    display: grid;
    grid-template-columns: auto auto;
}
.midrap3{
    height: 40vh;
    width: 90%;
    margin-left: 75px;
    background: linear-gradient(to bottom right, rgb(85, 1, 1), rgb(251, 175, 76), rgb(85, 1, 1));
    display: grid;
    grid-template-columns: auto auto;  
    margin-top: 20px;
}
.midrap4{
    height: 55vh;
    width: 90%;
    margin-left: 75px;
    background: linear-gradient(to bottom right, rgb(103, 16, 16), rgb(251, 175, 76), rgb(103, 16, 16));
    display: grid;
    grid-template-columns: auto auto; 
    margin-top: 20px; 
}
.midrap5{
    height: 45vh;
    width: 90%;
    margin-left: 75px;
    background: linear-gradient(to bottom right,rgb(85, 1, 1), rgb(251, 175, 76),rgb(85, 1, 1));
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 20px;
}
.midrap6{
    height: 40vh;
    width: 90%;
    margin-left: 75px;
    background: linear-gradient(to bottom right,rgb(85, 1, 1), rgb(251, 175, 76),rgb(85, 1, 1));
    display: grid;
    grid-template-columns: auto auto; 
    margin-top: 20px; 
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.box2 {
    height: 100%;
    width: 100%;
}

.box2 img {
    height: 90%;
    width: 90%;
    margin-top: 15px;
    margin-left: 15px;
    display: block;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.481), 0 6px 20px 0 rgba(0, 0, 0, 0.426);
}
.box2 h1{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    color: rgb(2, 51, 2);
}
.box2 p{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    text-align: justify;
    color: rgb(44, 2, 2);
}
.box3 {
    height: 100%;
    width: 100%;
}

.box3 img {
    height: 90%;
    width: 90%;
    margin-top: 15px;
    margin-left: 20px;
    display: block;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.481), 0 6px 20px 0 rgba(0, 0, 0, 0.426);
}
.box3 h1{
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-right: 40px;
    padding-top: 20px;
    color: rgb(2, 51, 2);
}
.box3 p{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-right: 40px;
    padding-top: 20px;
    text-align: justify;
    color: rgb(44, 2, 2);
}
.midrap7{
    height: 20vh;
    width: 90%;
    margin-left: 75px;
    padding-top: 40px;
}
.midrap7 h1{
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    padding-top: 10px;
    color: rgb(2, 71, 2);
}
.midrap7 p{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    padding-top: 20px;
    color: rgb(76, 45, 0);
}
.midrap8{
    height: 70vh;
    width: 90%;
    margin-left: 75px;
    display: grid;
    grid-template-columns: auto auto auto auto; 
    grid-column-gap: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.vid{
    height: 80%;
    width: 100%;
    background: linear-gradient(to bottom right,rgb(85, 1, 1), rgb(251, 175, 76),rgb(85, 1, 1));
    padding-top: 20px;
    padding-left: 6px;
    border-radius: 20px;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.481), 0 6px 20px 0 rgba(0, 0, 0, 0.426);
}
.vid p{
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    padding-top: 20px;
    color: white;
}