/**
* Template Name: WeBuild
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
  font-family: "Press Start 2P", sans-serif;
  color: #444;
}

a {
  text-decoration: none;
  color: #4f92af;
}

a:hover {
  color: #5eb8df;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Press Start 2P", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header .contact-link a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .contact-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
   /*background: url("../img/hero-bg1.jpg") top center; */
   background: linear-gradient(0deg, #1bae4b 50%, #00acd7 50%);
  background-size: cover;
  position: relative;
  padding-top: 100px;
  z-index: 9;
  
  /* countdown */
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 24px;
}

#hero .countdown {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  margin: 10px 0 10px 0;
}

#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#hero .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading-notify 1s linear infinite;
}

@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#hero .php-email-form input {
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 15px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

#hero .php-email-form button[type=submit] {
  font-family: "Press Start 2P", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #4f92af;
  color: #fff;
  background: #4f92af;
}

#hero .php-email-form button[type=submit]:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  #hero .php-email-form input {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  #hero .countdown {
    font-size: 20px;
    line-height: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fafc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #4f92af;
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #444;
}

.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #999;
}

.contact .contact-info a {
  color: #000;
}

.contact .contact-info a:hover {
  color: #4f92af;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4f92af;
}

.contact .php-email-form button[type=submit] {
  background: #4f92af;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #72a8bf;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0d182d;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #72a8bf;
}


@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.bigImage{
  width:30%;
  display:block;
  margin:0 auto;
transform: translatey(0px);
-webkit-animation: float 6s ease-in-out infinite;
      animation: float 6s ease-in-out infinite;
  margin-top: 80px;
}

.bigTitle{
  font-size: 60pt !important;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
}

.inputStyled{
  padding: 30px 20px !important;
  border-radius:30px !important;
  border: 1px solid #ffffff !important;
  text-align:center !important;
  font-size:17px !important;
  color:#333333 !important;
  background-color:#ffffff !important;
  width:100% !important;
}

.sendBtn{
  padding: 13px 140px !important;
  border-radius:30px !important;
  width:100% !important;
  background-color:#ff7ca2 !important;
  margin-bottom: 100px !important;
  color:#FFFFFF !important;
}
#myVideo1 {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index:0;
}

#myVideo {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

#myVideo video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#myVideoOverlay {
  display:block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height:100%;
  z-index:0;
  background-color:#1bae4b;
  min-height:800px;
}

.whiteTextBig{
  color:#FFFFFF;
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0px;
  font-size: 10pt;
  font-weight: 300;
}

.whiteText{
  color:#FFFFFF;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 9pt;
}
.videoContainer{
  width:80%;    

  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 10px;
}
video{
  border-radius: 20px;
}
.bandImg{
  width:50%;
}

h2{
 
  background-color:#FFFFFF !important;
  color:#fc7600 !important;
  padding: 15px;
  border-radius:50px;
  font-size: 22pt !important;
  line-height: 40px !important;
  width: 80%;
}

h3{
  position: relative;
  background-color:#fc7600 !important;
  color:#ffffff !important;
  padding: 15px;
  border-radius:50px;
  font-size: 14pt !important;
  line-height: 30px !important;
  width: 100%;
  text-align: left;
  padding-left: 80px !important;
}


.listNum{
  position: absolute;
  left:10px;
  top:12px;
  color:#fc7600;
  font-size: 15px !important;
  background-color: #ffffff;
  padding: 17px;
  border-radius: 80px;
}
.listTitle{
  font-size: 10px !important;
  display: block;
}
.listDate{
  font-size: 8px !important;
  display: block;
  line-height: 15px !important;
}
.blurry-text {
  filter: blur(7px);
        -webkit-filter: blur(7px);
}
.h2Small{
  font-size: 10pt !important;
  padding: 10px !important;
  line-height: 20px !important;
}
.mrfyClass{
  color:#fc7600 !important; 
  float:left; 
  font-size:90px;
}

.landClass{
  color:#ffc300 !important; 
  float:left; 
  font-size:70px; 
  line-height:170px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .bigImage{
    width:100%;
  }

  .whiteTextBig{
    width: 100%;
    font-size: 8pt;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .sendBtn{
    padding: 13px 10px !important;
    border-radius:30px !important;
    width:100% !important;
    background-color:#ff7ca2 !important;
    margin: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    animation: tilt-shaking 0.3s infinite;
    -webkit-animation: tilt-shaking 0.3s infinite;
  }

  .videoContainer{
    width:100%;    
   
  }

  .bandImg{
    margin-top: 0px;
    width:100%;
  }

  h2{

    font-size: 14pt !important;
    padding: 10px !important;

    width: 100% !important;
  }

  h3{
    position: relative;
    font-size: 10pt !important;
    padding: 10px !important;
    width: 100% !important;
    text-align: left;
    padding-left: 80px !important;
  }

  .listNum{
    position: absolute;
    left:10px;
    top:15px;
    color:#fc7600;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 50px;
  }
  .listTitle{
    font-size: 15px !important;
    display: block;
  }
  .listDate{
    font-size: 10px !important;
    display: block;
    line-height: 15px !important;
  }

  .h2Small{
    margin-top: 0px !important;
  }

  .mrfyClass{
    font-size:70px;
  }
  
  .landClass{
    font-size:50px; 
    line-height:40px;
    margin-bottom: 20px;
  }

  .bigTitle{
    margin-top:0px !important;
  }
  .whiteText {
    color: #FFFFFF;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    font-size: 8pt;
    margin-top: 10px;
}
  

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .bigImage{
    width:100%;
  }

  .whiteTextBig{
    width: 80%;
  }

  .bandImg{
    margin-top: 0px;
    width:80%;
  }
  

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .bigImage{
    width:50%;
  }
  .whiteTextBig{
    width: 60%;
  }

  .bandImg{
    margin-top: 0px;
    width:50%;
  }
  

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .bandImg{
    margin-top: 0px;
    width:50%;
  }
  
  .whiteTextBig{
    width: 50%;

  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .bandImg{
    margin-top: 0px;
    width:50%;
  }

  .whiteTextBig{
    width: 50%;

  }
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.constant-tilt-shake {
  animation: tilt-shaking 0.3s infinite;
}


