* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

#nav {
    /*position: sticky;*/
    top: 0px;
    width: 100%;
    height: 10vh;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
    border-bottom: 2px solid white;
}

.navrap {
    width: 80%;
    margin: auto;
}

.menu {
    float: right;
}

.menu ul {
    padding-top: 20px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: rgb(0, 0, 0);
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.menu ul li a:hover {
    background-color: rgba(209, 190, 190, 0.1);
    border-top: 2px solid rgb(235, 12, 12);
    border-bottom: 2px solid rgb(240, 15, 15);
}

.logo {
    position: absolute;
}

.logo h1 {
    color: rgb(3, 3, 3);
    font-size: 50px;
    font-family: cursive;

}


.ban {
    background-image: url(./c2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.banrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
}

.banrap1 {
    padding-top: 250px;
}

.logo1 {
    /*border: 2px solid rgb(20, 20, 20);*/
    width: 70%;
    margin: auto;
    padding: 10px;
    background: rgba(10, 10, 10, 0.236);
}

.logo2 h1 {
    text-align: center;
    color: rgb(255, 242, 0);
    font-size: 100px;
}

.logo2 p {
    text-align: center;
    color: rgb(64, 255, 0);
    font-size: 60px;
}

.mid1 {
    height: 40vh;
    padding-top: 20.5px;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
}

.mid1rap {
    width: 80%;
    margin: auto;
    padding-top: 40px;

}

.box4 h1 {
    text-align: center;
    font-size: 45px;
    font-family: "Lucida Console", "Courier New", monospace;
}

.note1 h1 {
    text-align: center;
    font-size: 45px;
}

.note1 p {
    padding-top: 20px;
    text-align: center;
    color: rgb(7, 7, 7);
    font-size: 30px;
}
.mid2 {
    height: 100vh;
    padding-top: 20px;
    background: linear-gradient(to top left, rgb(221, 122, 180), white);
}

.mid2rap {
    width: 80%;
    margin: auto;
}

.mid2rap1 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 120px;
}

.note2 p {
    font-size: 30px;
    text-align: justify;
}
.box5{
    text-align: justify;
    padding-top: 75px;
}
.box5 h1{
    text-align: center;
    font-size: 45px;
}

.pic1 img {
    width: 100%;
    height: 75.7vh;
}

.footer2 {
    width: 100%;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 45vh;
    /*margin-top: 1px; 
    /*background: rgba(65, 63, 63, 0.1);*/
}

.foot2rap {
    padding-top: 0px;
    width: 100%;
    margin: auto;
}

.foot2rap1 {
    width: 100%;
    height: 40vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;
}

.application1 {
    margin-left: 50%;
}

.application1 ul {
    margin-top: 15px;
}

.application1 ul li {
    display: inherit;
    /*padding-left: 0px;*/
    padding-right: 10px;
}

#facebook {
    color: blue;
    font-size: 30px;
}

#youtube {
    color: red;
    font-size: 30px;
}

#whatsapp {
    color: rgb(0, 255, 13);
    font-size: 30px;
}

#twitter {
    color: rgb(0, 153, 255);
    font-size: 30px;
}

#instagram {
    color: rgb(223, 82, 180);
    font-size: 30px;
}

.box1 {
    /*background-color: rgba(49, 46, 88, 0.2);
    /*border: 2px solid rgb(241, 247, 242);*/
    padding: 20px;
    font-size: 20px;
    color: rgb(14, 13, 13);
    text-align: justify;
}
.box1 ul li a{
    text-decoration: none;
}
.box1 ul {
    list-style: none;
    color: black;
    /*text-align: center;*/
}

.box1 a {
    color: rgba(207, 30, 7, 0.932);
}

.box1 p {
    color: rgb(10, 10, 10);
    text-align: center;
}

.box1 h1 {
    text-align: center;
    color: rgb(13, 13, 14);
    font-size: 25px;
}

.box1 iframe {
    width: 130%;
    height: 40vh;
}

.footpic img {
    width: 100%;
}
.mid3{
    width: 100%;
    height: 75vh;
    padding-top: 85px;
    background: linear-gradient(to bottom left, rgb(221, 122, 180), white);
    /*border: 2px solid black;*/
}
.mid3 h1{
    text-align: center;
}
.midrap3{
    width: 80%;
    margin: auto;
    /* padding-top: 10px;  */
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 60px;
}
.pic2 img{
    width: 100%;
    height: 40VH;
    
}
.mid4{
    width: 100%;
    padding-top: 10px;
}
.mid4 h1{
    text-align: center;
    font-size: 35px;
}
.mid4 p{
    font-size: 30px;
}
.midrap4{
    text-align: center;
}
.mid6{
    width: 100%;
    height: 25vh;
    /*border: 2px solid black;*/
    margin-top: 10px;
}
.mid6rap{
    margin-top: 10px;
    width: 100%;
    /*border: 2px solid green;
    /*height:19vh;*/
}
.mid6rap1{
    width: 80%;
    margin: auto;
    /* padding-top: 10px;  */
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 10px;
    
}
.box8 p{
    text-align: left;
    
}
.box8 img{
    width: 70%;
    height: 15vh;
    
}
.mid7{
    width: 100%;
    height: 45vh;
    padding-top: 90px;
    /*border: 2px solid black;*/
   
    /*background: linear-gradient(to bottom right, white, rgb(221, 122, 180));*/
}
.mid7rap{
    margin: auto;
    padding-top: 25px;
    width: 80%;
    display: grid;
    grid-template-columns: auto auto auto;
    padding-left: 345px;
}
.mid7 h1{
    text-align: center;
    font-size: 35px;
}
