*{
    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 */
.midrap1{
  width: 100%;
  background-image: url(b5.gif);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.midrap1 p{
  text-align: justify;
  font-size:38px ;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: initial;
}
.midrap1 h1{
  font-size: 25px;
  padding-left: 60px;
  font-family: initial;
}
.midrap1 a{
  text-decoration: none;
  color: rgb(100, 241, 230);
}
.midrap1 a:hover{
  color: rgb(239, 255, 19);
}
.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;
  }
  