/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v17-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
.row:after {
  display: table;
  content: "";
  clear: both;
}

a {
  color: #0cdeff;
  transition: all .3s 0s;
}

body {
  color: #35434e;
  background: #ffffff;
  font-weight: 300;
  font-size: 14px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

button:focus {
  outline: none;
}

.row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button {
    background-color: #f36c3c;
    border-color: #f36c3c;
    padding: 10px 50px;
    color: #fff;
    transition: all 0.3s 0s;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.button img{
  margin-left: 5px;
  font-size: 20px;
  transition: all 0.3s 0s;
  width: 20px;
  box-shadow: none !important;
}

.button:hover {
  background-color: #292266;
  color: #fff;
}
.button:hover img {
    margin-left: 20px;
    filter: invert(1);
}

.border_btn {
  border: 1px solid #0cdeff;
  background-color: transparent;
  color: #0cdeff;
}

.border_btn:hover {
  background-color: #0cdeff;
  color: #fff;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #0cdeff;
  color: #000000;
  background-color: #ccc;
}
.form-group {
    position: relative;
}
.form-group i {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 20px;
}
svg {
  width: 100%;
  height: 100%;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle:after {
  vertical-align: middle;
}

::-moz-selection {
  background: #c6913b;
  color: #fff;
}

::selection {
  background: #c6913b;
  color: #fff;
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

i,
span {
  display: inline-block;
  vertical-align: middle;
}

p:last-of-type {
    margin: 0;
}





header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    z-index: 1;
}
.logo img {
    max-width: 330px;
    width: 100%;
}

.logo a {
    display: block;
}

.social {
    display: flex;
    align-items: center;
    color: #fff;
}

.social a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 0s;
}

.social a:hover {
    background-color: #ffd4a1;
}


#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.banner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: left;
}
.banner:before {
    content: "";
    background-image: url(../img/pattern.png);
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner_content {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    max-width: 1300px;
    margin-top: 50px;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: rgb(0 0 0 / 70%);
}
.banner_content h1 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner_content h3 {
    margin-bottom: 60px;
    font-size: 28px;
}
.banner_content .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    outline: none;
    box-shadow: none;
    color: #fff;
    padding-left: 0;
    height: 50px;
    font-size: 18px;
    padding-top: 0;
    padding-right: 40px;
}
.banner_content form {
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
}
.banner_content label {
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.banner_content h5 {
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 34px;
  width: 100%;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



#days {
  color: #00cde2;
}
#hours {
  color: #ff6f00;
}
#minutes {
  color: #f6da74;
}
#seconds {
  color: #abcd58;
}
#timer span {
  display: block;
  font-size: 14px;
  color: white;
  font-weight: normal;
}
#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

#timer div {
    margin: 0 15px;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 2px solid;
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.banner_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border-top: 1px solid rgb(255 255 255 / 0.2);
}
.banner_bottom svg {
    margin-right: 10px;
}



@media (max-width: 767px){
  .banner_content h1{
    font-size: 26px;
  }
  .banner_content h3 {
      font-size: 18px;
      line-height: 26px;
  }
  #timer div {
      width: 70px;
      height: 70px;
      flex: 0 0 70px;
      margin: 0 5px;
      font-size: 22px;
  }

  #timer span {
      font-size: 9px;
  }

  .logo img {
      max-width: 160px;
  }

  header {
      padding: 20px;
  }
}