/*
|----------------------------------------------------------------------------
|	Template Name:  Dora - Coming Soon Template
|	Concept: Template Landing Page / Coming Soon
|	Files Associated: index.html, contact.php
|	Description: Custom Styles associated with the demos
|	Authors: Devob Creative Agency (hello@devob.az)
|	Version: 2.0
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. Fonts
	2. Body
	3. Common CSS
  4. Header
	5. Artboard Section
	6. Portfolio Section
	7. Contact Section
	8. Simple Grid
	9. Input Group
	10. Button Group
	11. Ripple Effect
  12. Responsive
|-------------------------------------------------------------------
*/

/*********************************************
1. Fonts (Google Font)
*********************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');

/*********************************************
2. Body
*********************************************/

body {
  margin: 0;
  padding: 0;
  background: #fcfcfc;
  font-family: 'Montserrat',sans-serif;
  -webkit-tap-highlight-color: transparent;
}

/*********************************************
3. Common CSS
*********************************************/

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
input,button {
  font-family: 'Poppins',sans-serif;
}
section {
  position: relative;
}
.t-uppercase {text-transform: uppercase;}
.t-center {text-align: center;}
.t-right {text-align: right;}
.t-left {text-align: left;}
.paragraph {
  display: block;
  margin: 20px 0;
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
}
.ps {
  text-align: center;
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.4em;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins',sans-serif;
}
.m-t-15 {margin-top: 15px;}
.m-t-30 {margin-top: 30px;}
.m-t-60 {margin-top: 60px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-60 {margin-bottom: 60px;}

/*********************************************
4. Header
*********************************************/

.header {
  position: absolute;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
}
.header-fixed-top {
  position: fixed;
}
.header-inverse {
  background: #fff;
}
.header .logo {
  width: 200px;
}
.header .logo img {
  width: 100%;
}
.header-inverse .logo img {
  filter: invert(1);
  transition: 1s;
}

/*********************************************
5. Artboard
*********************************************/

.artboard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg,#8bbd28,#F3904F);
  height: 100vh;
  overflow: hidden;
}
.artboard-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/prapanna.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.45;
}
.artboard.heromotion {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artboard-fill {
  position: relative;
  z-index: -1;
  height: 100vh;
}
.artboard-content {
  position: relative;
  color: #0a0a0a;
  max-width: 560px;
  width: 100%;
}
.artboard-content label {
  font-weight: 300;
}
.countdown {
  position: relative;
  margin: 30px 0;
  letter-spacing: .1em;
  font-size: 4.2rem;
  font-weight: 300;
}
.countdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown ul li {
  position: relative;
}
.countdown ul li::after {
  content: ':';
  margin-left: 10px;
  margin-right: 20px;
}
.countdown ul li:last-child::after {display: none;}
.countdown span {
  font-size: 18px;
}
.countdown span.second {
  position: absolute;
  top: -10px;
  right: -10px;
  letter-spacing: 0.1em;
}
.notify-form {
  position: relative;
  height: 80px;
  margin: 20px 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.btn-notify {
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 55px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #8bbd28;
  color: #fff;
  border: none;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-notify:hover {
  background: #ffa266;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.notify-form.open .btn-notify {
  right: 19%;
  border-radius: 0px 30px 30px 0px;
  width: 100px;
  box-shadow: none;
}
.notify-form .btn-notify .after {
  display: none;
}
.notify-form.open .btn-notify .after {
  display: block;
}
.notify-form.open .btn-notify .before {
  display: none;
}
.btn-notify.subscribed::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8BC34A;
}
.notify-form input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 0px;
  max-width: 100%;
  height: 55px;
  font-size: 14px;
  padding: 0 30px;
  background: #ffffff;
  color: #000;
  border: none;
  border-radius: 30px;
  outline: none;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.notify-form.open input {
  width: 80%;
  opacity: 1;
}
.arrow-bottom {
  position: absolute;
  color: #fff;
  bottom: 30px;
  left: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: arrow-bottom 0.3s ease alternate infinite;
  animation: arrow-bottom 0.3s ease alternate infinite;
}
@keyframes arrow-bottom {
  0% {bottom: 30px;}
  100% {bottom: 25px;}
}

/*********************************************
6. Portfolio
*********************************************/

.portfolio {
  background-color: #fcfcfc;
  padding: 30px 0;
}
.portfolio .item {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  line-height: 0;
  overflow: hidden;
}
.portfolio .item a {
  display: block;
  position: relative;
}
.portfolio .item a::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio .item a:hover::before {
  opacity: 0.3;
}
.portfolio .item .image img {
  width: 100%;
}

/*********************************************
7. Contact
*********************************************/

.contact {
  background-color: #fff;
  padding: 60px 0;
}
.contact-form {
  width: 60%;
  margin: 0 auto;
}

/*********************************************
8. Simple Grid
*********************************************/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px){
  .container {width: 750px;}
}
@media (min-width: 992px){
  .container {width: 970px;}
}
@media (min-width: 1200px) {
  .container {width: 1170px;}
}
.row {
  margin: 0 -7.5px;
  overflow: hidden;
}
.container::before,.container::after,
.row::before,.row::after {
  display: table;
  content: " ";
}
.col-sm-1 {width: 8.33333333%;float: left;padding: 0 7.5px;}
.col-sm-2 {width: 16.66666667%;float: left;padding: 0 7.5px;}
.col-sm-3 {width: 25%;float: left;padding: 0 7.5px;}
.col-sm-4 {width: 33.33333333%;float: left;padding: 0 7.5px;}
.col-sm-5 {width: 41.66666667%;float: left;padding: 0 7.5px;}
.col-sm-6 {width: 50%;float: left;padding: 0 7.5px;}
.col-sm-7 {width: 58.33333333%;float: left;padding: 0 7.5px;}
.col-sm-8 {width: 66.66666667%;float: left;padding: 0 7.5px;}
.col-sm-9 {width: 75%;float: left;padding: 0 7.5px;}
.col-sm-10 {width: 83.33333333%;float: left;padding: 0 7.5px;}
.col-sm-11 {width: 91.66666667%;float: left;padding: 0 7.5px;}
.col-sm-12 {width: 100%;float: left;padding: 0 7.5px;}
@media (max-width: 768px) {
  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,
  .col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,
  .col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    width: 100%;
  }
  .col-xs-half {
    width: 50%;
  }
}

/*********************************************
9. Input Group
*********************************************/

.input-group {
  position: relative;
  min-height: 95px;
  padding: 16px 0px 8px 0px;
}
.input-group::before,
.input-group::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 2px;
}
.input-group::before {
  background-color: #000;
}
.input-group::after {
  background-color: #8bbd28;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.input-group.is-focused::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.input-group label {
  position: relative;
  display: block;
  text-align: left;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins',sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  transform-origin: 0 50%;
}
.input-group.is-focused label {
  color: #8bbd28;
  -webkit-transform: translateY(0) scale(0.75);
  transform: translateY(0) scale(0.75);
}
.input-group.has-label label {
  -webkit-transform: translateY(0) scale(0.75);
  transform: translateY(0) scale(0.75);
}
.form-control {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
  line-height: 16px;
  font-size: 16px;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input.form-control {
  height: 49px;
}
textarea.form-control {
  height: 90px;
  resize: vertical;
}

/*********************************************
10. Button Group
*********************************************/

.btn {
  position: relative;
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 8px 13px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  user-select: none;
}
.btn-primary {
  color: #fff;
  background-color: #8bbd28;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ffa266;
}
.btn-success {
  color: #fff;
  background-color: #4CAF50;
}
.btn-success:hover {
  color: #fff;
  background-color: #57bd5b;
}
.btn-danger {
  color: #fff;
  background-color: #F44336;
}
.btn-danger:hover {
  color: #fff;
  background: #EF5350;
}

/*********************************************
11. Ripple Effect
*********************************************/

.ripplelink{
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.82);
  border-radius: 100%;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
}
.animate {
  -webkit-animation:ripple 0.65s linear;
  -moz-animation:ripple 0.65s linear;
  -ms-animation:ripple 0.65s linear;
  -o-animation:ripple 0.65s linear;
  animation:ripple 0.70s linear;
}

@-webkit-keyframes ripple {
  100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
  100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
  100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}

/*********************************************
12. Responsive
*********************************************/

@media (max-width: 768px) {
  .countdown {
    font-size: 2.2rem;
  }
  .paragraph {
    font-size: 1.2em;
  }
  .contact-form {
    width: 100%;
  }
}
