/*
Coming Soon Template
https://templatemo.com/tm-462-coming-soon
*/

body
{
	background: #fff;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}

.orange {
	color: #eb7915;
}

/* heading section */
h1,h2,h3,h4 {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

/* preloader section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #fd9426;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* navigation section */
.sticky-navigation {
  opacity: 0;
}
.navbar-default {
    background: #fff;
    border: none;
    padding-right: 40px;
    margin: 0 !important;
  }
.navbar-default .navbar-brand {
    font-size: 50px;
    line-height: 40px;
    padding-top: 14px;
   }
.navbar-default .navbar-nav li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  transition: all 0.4s ease-in;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fd9426;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fd9426;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  background: #fd9426;
  border-radius: 0px;
   border: none;
   margin-top: 20px;
   margin-bottom: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: #f9f9f9;
}

/* home section */
#home {
  background: url('../images/g55.png') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 140px;
  opacity: 85%;
}
#home h1,
#home h2 {
  background: #fff;
  display: inline-block;
  font-size: 60px;
  padding: 10px;
}
#home h1 {
  color: #fd9426;
}
#home h2 {
  margin-top: 80px;
}

/* countdown seciotn */
#countdown .countdown-des
  {
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    border-radius: 18px;
    box-shadow: 5px 5px 10px 0px rgba(202, 100, 4, 0.5);
    min-height: 400px;
    text-align: center;
    position: relative;
    bottom: 60px;
    padding: 80px 100px 80px 100px;
  }
#countdown h2
  {
    color: #fd9426;
    letter-spacing: 1px;
  }
#countdown h1 {
  padding-bottom: 20px;
}
ul.countdown span {
  font-size: 40px;
  text-align: center;
  display: inline-block;
}
ul.countdown li {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  color: #fd9426;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display:inline-block;
  transition: all 0.4s ease-in;
  margin: 40px 20px 0 20px;
}
ul.countdown li h3
  {
    font-size: 24px;
  }

/* about section */
#about .about-img {
  position: relative;
  top: 30px;
}
#about .about-des {
  background: #b76106;
  color: #fff;
  padding: 70px;
  position: relative;
  top: 20px;
  bottom: 40px;
}
#about h2 {
  color: #fff;
  padding-bottom: 10px
}

/* work section */
#work {
  text-align: center;
}
#work h2,
#work h3 {
  padding-bottom: 10px;
}
#work .work-des {
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(202, 100, 4, 0.5);
  border-radius: 18px;
  position: relative;
  top: 80px;
  margin-top: 20px;
}
#work .col-md-6,
#work .col-md-12 {
  padding: 40px;
}
#work .fa {
  border: 2px solid #a95b08;
  border-radius: 50%;
  color: #9f5608;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#work .border-right {
  border-right: 2px solid #f9f9f9;
}
#work .border-bottom {
  border-bottom: 2px solid #f9f9f9;
}

/* contact section */
#contact {
  background: #f2f2f2;
  padding-top: 140px;
  padding-bottom: 80px;
}
#contact .fa {
  font-weight: bold;
  padding-right: 4px;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact .newsletter p {
  padding-bottom: 10px;
}
#contact .form-control {
  background: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* copyright section */
.copyright {
  padding: 30px 0px 20px 0px;
  text-align: center;
}

/* social icon section */
.social-icons {
  padding: 0;
  margin: 0;
}
.social-icons li {
  display: inline-block;
  list-style: none;
}
.social-icons li a {
  background: #fff;
  color: #707070;
  text-decoration: none;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in;
  margin-right: 6px;
  margin-bottom: 6px;
}
.social-icons li a:hover {
  background: #fd9426;
  color: #fff;
}

@media ( max-width: 980px ) {
  #home h1 {
    font-size: 50px;
  }
  ul.countdown li {
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  display:inline-block;
  margin: 40px 20px 40px 20px;
}
#about .about-des {
  padding: 60px;
}
}

@media ( max-width:  480px ) {
  #home h1 {
    font-size: 45px;
  }
  #home h2 {
    font-size: 35px;
  }
  #countdown .countdown-des {
    padding-right: 10px;
    padding-left: 10px;
  }
  ul.countdown li {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    right: 20px;
  }
  #work .border-right {
  border-right: none;
}
#work .border-bottom {
  border-bottom: none;
}
  #contact h2 {
    padding-top: 20px;
  }
}

.video-container {
  position: relative;
  display: inline-block;
  padding: 15px; /* Espaço entre o vídeo e a borda */
  border-radius: 10px; /* Arredondar as bordas, se desejar */
  background: linear-gradient(orange, transparent); /* Gradiente laranja para a borda */
  box-shadow: 0 0 15px rgba(0, 255, 55, 0.916); /* Sombra laranja fosca */
  overflow: hidden; /* Esconde qualquer parte do vídeo que ultrapasse a borda */
}

.video-container video {
  display: block;
  width: 100%;
  height: auto;
}

/* From Uiverse.io by njesenberger */ 
.button {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border-width: 0;
  padding: 0 8px 12px;
  min-width: 10em;
  box-sizing: border-box;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.button-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 8px 16px;
  transform: translateY(0);
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, .25);
  transition-property: transform;
  transition-duration: .2s;
  -webkit-user-select: none;
  user-select: none;
}

.button:active .button-top {
  transform: translateY(6px);
}

.button-top::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  background-image: radial-gradient(#058013ad, #0cd02c);
  text-align: center;
  color: #fff;
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, .2), 0 1px 2px 1px rgba(255, 255, 255, .2);
  transition-property: border-radius, padding, width, transform;
  transition-duration: .2s;
}

.button:active .button-top::after {
  border-radius: 6px;
  padding: 0 2px;
}

.button-bottom {
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 4px;
  border-radius: 15px / 16px 16px 8px 8px;
  padding-top: 6px;
  width: calc(100% - 8px);
  height: calc(100% - 10px);
  box-sizing: content-box;
  background-color: rgba(9, 112, 24, 0.566);
  background-image: radial-gradient(4px 8px at 4px calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(4px 8px at calc(100% - 4px) calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(16px at -4px 0, white, transparent), radial-gradient(16px at calc(100% + 4px) 0, white, transparent);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5), inset 0 -1px 3px 3px rgba(0, 0, 0, .4);
  transition-property: border-radius, padding-top;
  transition-duration: .2s;
}

.button:active .button-bottom {
  border-radius: 10px 10px 8px 8px / 8px;
  padding-top: 0;
}

.button-base {
  position: absolute;
  z-index: -2;
  top: 4px;
  left: 0;
  border-radius: 12px;
  width: 100%;
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, .15);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .75), inset 0 2px 2px rgba(0, 0, 0, .25);
}

.icon-spacing {
  margin-right: 8px; /* Ajuste o valor conforme necessário */
}

.icon-large {
  font-size: 25px; /* Ajuste o valor conforme necessário */
}

.button-content {
  display: flex;
  align-items: center;
}

.button-icon {
  width: 28px; /* Ajuste o tamanho do ícone conforme necessário */
  height: auto;
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}

.p1 {
  font-size: 16px;
  color: #000;
  font-style: italic;
}

#home {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Ajusta a altura para ocupar a tela inteira */
  text-align: center;
}





