*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
/* Navigation Bar */
#nav{
    width: 100%;
    height: 10vh;
    position: sticky;
    top: 0px;
    background-color: black;
}
.navrap{
    width: 80%;
    margin: auto;
    /* background-color: aqua */
    height: 10vh;
}
.logo{
    position: absolute;
}
.logo img{
    height: 6vh;
    margin-top: 12px;
}
.logo h1{
    color: rgb(228, 34, 34);
    font-size: 55px;
    font-family:'Times New Roman', Times, serif;
}
.menu{
    float: right;
}
.menu ul{
    margin-top: 20px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    color: white;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 25px;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif;
}
.menu ul li a:hover {
    border-bottom: 2px solid white;
}


/* Middle */
.mid{
  width: 100%;
  height: 40vh;
  background-color: rgb(68, 102, 255);
}
.midrap{
  width: 92%;
  height: 40vh;
  margin: auto;
  padding-top: 16px;
  background-color: black;
}

.midrap h1{
  color: aqua;
  font-size: 40pt;
  text-shadow: 3px 1px 2px rgb(217, 178, 178);
}
.midrap h2{
  color: rgb(254, 27, 27);
  font-size: 30pt;
  text-shadow: 3px 1px 2px rgb(132, 254, 32);
}
.midrap h1{
 
  background-color: rgb(0, 0, 0);
  animation-name: example;
  animation-duration: 5s;
}

@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}


.midrap h2{
 
  background-color: rgb(3, 255, 226);
  animation-name: example;
  animation-duration: 5s;
}

@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}


 /*banner*/
 .ban
 {
     width: 100%;
     height: 100vh;
     background-image:url(b7.gif) ;
     background-size: cover;
     background-repeat:no-repeat;
 }

.ban h1{
    font-size: 40px;
    padding-left: 410px;
    font-weight: bold;
    color: rgb(249, 118, 118);
}
*{
    box-sizing: inherit;

 } 

.row{
    padding-top: 40px;
}


.column {
  
  float: left;
  width: 18.5%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 
}

.container {

  padding: 0 16px;
}

.container h2{
  color: rgb(0, 0, 0);
  font-size: 30px;
  text-shadow: 2px 2px 2px rgb(255, 3, 3);
}

.container h3{
  color: rgb(255, 0, 0);
  font-size: 26px;
  text-shadow: 3px 1px 2px rgb(37, 11, 11);
}


.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}










.foot{
  height: 140vh;
  width: 100%;
  background: rgb(255, 0, 0);
}
.footrap{
  height:80vh;
  width:100%;
}
.footrap1{
  text-align: center;
  background: rgb(255, 53, 53);
}
.footrap1 h1{
  color:red;
  border-bottom: 2px solid white;
  border-top: 2px solid red;
}
.footerrap11 p{
  font-size: 18px;
  color: blue;
}
.footrap11{
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 5px;
  padding-top: 100px;
  padding-left: 40px;
}
.footrap12{
  height:9vh;
  width:900px;
  font-size: 20px;
  padding-left: 100px;
  background: rgb(59, 51, 51);
  border: 2px solid red;
  border-radius: 50px;
  margin-left: 40px;
}
.footrap12 p{
  padding-top: 20px;
  color: white;
} 
.footrap13{
  height:9vh;
  width:25%;
  font-size: 40px;
  background: grey;
  border: 0px solid white;
  border-radius: 100px;
}
#arrow-right{
  padding-left: 10px;
  padding-top: 9px;
}
#arrow-right:hover{
  color: red;
}
.footrap14{
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 5px;
  padding-top: 10px;
  padding-left: 40px;
}
.footer{
  height:40vh;
  width: 100%;
  background:url(B2.png);
}
.footerrap{
  height:40vh;
  width:100%;
}
.footerrap1{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 40px;
}
.footerrap11{
  padding-left: 30px;
  padding-top: 40px;
  font-size: 30px;
}
.footerrap11 h1{
  font-size: 30px;
  color: aliceblue;
  padding-bottom: 20px;
}
.footerrap11 li{
  display: inline;
  padding:5px;
}
#you{
  color: #ff0000;
}
#facebook{
  color: blue;
}
#instagram{
  color: rgb(255, 0, 174);
}
#telegram{
  color: aqua;
}
#twitter{
  color:white;
}

.footerrap12{
  padding-top: 40px;
  font-size: 20px;
}
.footerrap12 p{
  padding:5px;
}
.footerrap12 p a{
  text-decoration: none;
  color:white;
}
.footerrap12 p a:hover{
  color:red;
}
.war{
  height: 5vh;
  width:100%;
  background: rgb(0, 0, 0);
}
.warrap{
  height: 5vh;
  width:100%;
}
.warrap p{
  color: white;
  text-align: center;
  padding-top: 5px;
}






