#spopup{
  background: #fff;
  border-radius:5%;
  -moz-border-radius:5%;
  -webkit-border-radius:5%;
  -moz-box-shadow:inset 0 0 3px #333;
  -webkit-box-shadow:inset 0 0 3px #333;
  box-shadow:inner 0 0 3px #333;
  padding:12px 14px 12px 14px;
  width:400px;
  position:fixed;
  bottom:10px;
  left:10px;
  display:none;
  z-index:90;
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.60);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.colored{
	color:#fa0000;
}
.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(150%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}
.price-a:hover{
	color: white;
	background:#fa0000;
}

@media (max-width: 1200px) {

  .main-banner .caption {
    top: 60%;
	transform: translateY(300%);
  }
}

@media (max-width: 950px) {

  .main-banner .caption {
    top: 60%;
	transform: translateY(260%);
  }
  
  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 50px;
  }
  .main-banner .caption h6 {
    font-weight: 500;
	font-size: 36px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }
}
@media (max-width: 780px) {

  .main-banner .caption {
    top: 60%;
	transform: translateY(260%);
  }
  
  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 44px;
  }
  .main-banner .caption h6 {
    font-weight: 500;
	font-size: 30px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {

  .main-banner .caption {
    top: 60%;
	transform: translateY(300%);
  }
  
  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .main-banner .caption h6 {
    font-weight: 500;
	font-size: 16px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }
  #spopup{
  width:300px;
 }
}

