
@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');


body {
}

html {
  font-family: 'Paytone One', sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding:40px;
  max-width: 960px;
}

.bot {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 960px;
  height: auto;
  box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
  background-image: url("../media/Amit.jpg");
  background-size: cover;
  width: 100%;
  border: #000;

}

.video{
  overflow: hidden;
  width: 100%;
  outline: none;
}

.m_button{
  position: absolute;
  z-index: 30;
  bottom: -1px;
  right: 0;
  display: none;
}


.beta{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  background-color: #000;
  color: #fff;
  opacity: .5;
  z-index: 10;
  cursor: hand

}
.beta_info{
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'Paytone One', sans-serif;
  cursor: hand
}
.form{
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 960px;
  height: auto;
  margin-top: 40px;
  display: none;
}

.form-control{
  box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.3);
  border-radius: 10x;
  font-size: 20px;
 
}
.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  
}

.btn{
  box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.3);
  border-radius: 10x;
  font-size: 20px;

}

.archive{
  font-size: 16px;
  margin-top: 40px;
  display: none;
}

.loader{
  width: 100%;
  margin-top: 40px;
  display: none;
  text-align: center;
}


.archive_link{
  cursor: hand;
}