* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* navigation side bar */

/* The side navigation menu */
/* Custom styles for the sidebar */
.sidebar {
  margin: 0;
  padding: 0;
  width: 150px;
  background-color: #000000;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: rgb(255, 255, 255);
  padding: 16px;
  text-decoration: none;
  text-align: center;
}

.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 120px;
  padding: 1px 16px;
  height: 788px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar a {
    float: left;
  }

  div.content {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

.video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}

.video-background video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.embed-responsive {
  background-color: #000000;
}

.mid {
  background-color: black;
}


/* middle 1 */
.mid1 {
  width: 100%;
  height: 60vh;
  background-color: #ffffff;
}

table {
  width: 80vh;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  width: 35vh;
}

tr {
  background-color: cadetblue;
  color: white;
  text-transform: uppercase;
}

select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f1f1f1;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  width: 35vh;
  text-align: center;
}

select:hover {
  background-color: #e0e0e0;
}

select:focus {
  border-color: #214974;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Gambetta', serif;
  letter-spacing: -3px;
  transition: 700ms ease;
  font-variation-settings: "wght" 311;
  margin-bottom: 0.8rem;
  color: PaleGoldenRod;
  outline: none;
  text-align: center;
}

h1:hover {
  font-variation-settings: "wght" 582;
  letter-spacing: 1px;
}

p {
  font-size: 1.2em;
  line-height: 150%;
  text-align: center;
  color: MintCream;
  letter-spacing: .5px;
}

/* div */
.mid3 {
  width: 100%;
  height: 70vh;
  background-color: #000000;
}

.midrap3 {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  padding-top: 20px;
  text-align: center;
}
.midrap3 p{
  padding-top: 50px;
}
/* responsive text */
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
}
/* table */
.table1{
  width: 100%;
  height: 100vh;
  background: #000000;
}
.container {
  position: relative;
  width: 50%;
  background-color: #000000;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: linear-gradient(to right, rgb(0, 0, 0,0.4), grey,black);
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* text-align: center; */
}
.text2{
  padding: 20px;
}

.text2 h5{
  text-align: center;
  font-size: 22px;
}
.text2 input{
  margin-left: 275px;
  padding: 5px;
  background-color: #d1b27b;
}

/* footer */
.footer
{
  background-color: #000000;
  color: #ffffff;
}
.form-group{
  padding-left: 30px;
  width: 100%;
  
}
.foot1{
  width: 100%;
  height: 30vh;
  background-color: #000000;
}
.foot1 h5{
padding-left: 30px;
color: aliceblue;
padding-top: 10px;
}
.footrap10{
  padding-top: 40px;
}
.footrap10 ul{
  list-style: none;
  display: inline;
}
.footrap10 li a{
  text-decoration: none;
  color: #f1f1f1;
  padding-top: 60px;
}
