*{
	padding:0px;
	margin: 0px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.nav {
	background-color: green;
}
.nav img{
	width: 100%;
	height: 10vh;
}


.ban img{
 height: 100vh;
}
 


.mid{
	width: 100%;
	height: 100vh;
	background-image: url(./bck1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.midrap {
	width: 80%;
	margin: auto;
	display: grid;
	grid-template-columns: auto;
	padding-top: 70px;
	margin-left: 100px;
}

.picturerap {
	width: 100%;
	height: 90vh;
	background-color: rgba(0, 0, 0, 0.5);
}

.mid h1 {
	
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top:80px;
}

#btn {
	width: 50%;
	height: 5vh;
	font-size: 20px;
	color: blue;
	border-radius: 20px;
	margin-left: 285px;
	border: none;
	outline: none;
	background-color: rgba(253, 249, 6, 0.468);
	cursor: pointer;
}
#btn:hover {
	color: white;
	background-color: blue;
	cursor: pointer;
}

.box {
	width: 100%;
	height: 80vh;
	border-top-left-radius: 60px;
	border-bottom-right-radius: 60px;
	margin-left: 100px;
}
.mid th {
	font-size: 20px;
    color: white;
}
.mid input {
	width: 100%;
	height: 7vh;
    margin-left: 200px;
}


.mid h1:hover{
    
    color: #00FF00;
}
.mid p{
	color: white;
}
a.ex1 {
	color: white;
	font-size: 100%;
	text-decoration: none;
}


a.ex2 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex3 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex4 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex5 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex6 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex7 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex8 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex9 {
	color: white;
	font-size: 100%;
    text-decoration: none;
}


a.ex10 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex11 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}


a.ex12 {
	color: white;
	font-size: 100%;
	text-decoration: none;

}

.foot{
	background-color: green;
}
.foot i{
	font-size: 20px;
	color: white;
}

.ban h1 {
        font-size: 7em;
        font-weight: bolder;
        font-family: serif;
        color: transparent;
        text-align: center;
        animation: effect 3s linear infinite;
    }
    
 .ban p{
  width: 500px;
  height: 30px;
  background-color: white;
 color: #0B56ED ;
 border-radius: 100px;
 font-size: 20px;
  position: relative;
  animation: mymove 7s infinite;
  animation-timing-function: linear-gradient;
}
.name {
    color: white !important;

}

.combopack {
    background-color: rgb(89, 246, 89);
    
}

.combo:hover {
    background-color: blue;
    color: white;
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 250px;}
}
    @keyframes effect {
        0% {
            background: linear-gradient(
                #008000, #00FF00);
            -webkit-background-clip: text;
        }
 
        100% {
            background: linear-gradient(
                #3CE7D7, #000FFF);
            -webkit-background-clip: text;
        }

	}


