
@import url('https://fonts.googleapis.com/css2?family=K2D:wght@400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

h1{
  font-family: 'K2D', sans-serif;
  font-size: 56px;
  font-weight: 400;
}
h1 span{
  color: #ec1d3c;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

img {
  max-width: 100%;
}

/*btn(primary&light)*/
.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 25px 14px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
}

.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee3429), color-stop(#ee3c28), color-stop(#ee4428), color-stop(#ed4b27), to(#ed5127));
  background: linear-gradient(to bottom, #ee3429, #ee3c28, #ee4428, #ed4b27, #ed5127);
  color: #ffffff;
}

.btn-primary::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.btn-primary:hover, .btn-primary:focus {
  color: #ee3429 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.btn-primary:hover::before, .btn-primary:focus::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.btn-light:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee3429), color-stop(#ee3c28), color-stop(#ee4428), color-stop(#ed4b27), to(#ed5127));
  background: linear-gradient(to bottom, #ee3429, #ee3c28, #ee4428, #ed4b27, #ed5127);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-light:hover, .btn-light:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.btn-light:hover::before, .btn-light:focus::before {
  width: 100%;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: #000000;
}

.preloader .loader {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  overflow: hidden;
  background-image: url(../../assets/img/main-bg.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* .coming-soon-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .45;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
} */

.coming-soon-content {
  text-align: center;
  margin-top: -40px;
}

.coming-soon-content .logo a {
  display: inline-block;
}

.coming-soon-content #timer {
  margin-top: 25px;
}

.coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 70px;
  font-weight: 900;
}

.coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 18px;
  font-weight: normal;
}

.coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-content #timer div::before {
  content: ':';
  position: absolute;
  right: -55px;
  top: 3px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-content h1 {
  color: #ffffff;
  line-height: initial;
  font-family: "Kaushan Script", cursive;
  font-size: 100px;
  font-weight: 500;
}

.coming-soon-content h1 span {
  color: #ee3429;
}

.coming-soon-content p {
  color: #ffffff;
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 750px;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-content .btn-box {
  margin-top: 30px;
}

.coming-soon-content .btn-box .btn {
  margin: 0 5px;
}

.body-content .row{
  min-height: 80vh;
}

#particles-js {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {  
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;  
  padding-bottom: 20px;
  color: #878787;
  font-size: 13px;
}

.footer-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-area ul li {
  display: inline-block;
  color: #ffffff;
  padding: 0 20px;
}

.footer-area ul li span {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

.footer-area ul li a {
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.footer-area ul li a:hover {
  background-color: transparent;
  color: #334699;
}

.social a{
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: #878787 1px solid;
  color: #878787;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes movescale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes movescale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
/*# sourceMappingURL=style.css.map */
