/*
	Template Name 	: Creative - Agency Coming Soon HTML Template
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

/************************************/
/***** 	     General css		 ****/
/************************************/

html {
  height: 100%;
}

body {
  font-size: 16px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  height: 100vh;
  background-color: #231f20;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

img {
  max-width: 100%;
}
.logo img {
  width: 35%;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

.comming-soon {
  width: 100%;
  position: relative;
  min-height: 100%;
}

.comming-soon-info {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}

.comming-soon-info:after {
  content: "";
  display: block;
  position: absolute;
  right: -100px;
  left: 0;
  bottom: 0;
  top: 0;
  background: #231f20;
  transform: skewX(-10deg);
}

.comming-soon-inner {
  max-width: 568px;
  margin: 0 auto;
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.site-info {
  margin-top: 40px;
}

.site-info h2 {
  text-transform: uppercase;
  color: #f6de6f;
  font-size: 54px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 6px;
}

.site-info p {
  line-height: 1.5em;
  color: #f3f3f3;
  font-weight: 500;
}

.intro-video {
  max-width: 320px;
  border: 4px solid #f6de6f;
  position: relative;
  margin-top: 30px;
}

.intro-video a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.intro-video a i {
  color: #f52424;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-info {
  margin-top: 30px;
}

.contact-info span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #f3f3f3;
  position: relative;
  font-weight: 500;
}

.contact-info span:after {
  content: "/";
  color: #f3f3f3;
  padding: 0 6px 0 10px;
}

.social-link {
  display: inline-block;
  vertical-align: top;
}

.social-link a {
  color: #f3f3f3;
  margin-right: 4px;
  transition: all 0.3s;
}

.social-link a:hover {
  color: #f52424;
}

.coming-soon-image {
  width: 50%;
  background: url(../images/salon-img.webp) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  body {
    background: url(../images/salon-img.jpg) no-repeat top center fixed;
    background-size: cover;
  }

  .site-info h2 {
    font-size: 46px;
  }

  .coming-soon-image {
    display: none;
  }

  .logo img {
    width: 35%;
  }

  .comming-soon-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    display: block;
    min-height: 100%;
    width: 100%;
    background: #231f20;
  }

  .comming-soon-info:after {
    display: none;
  }

  .comming-soon-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 480px) {
  .comming-soon-inner {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px;
    transform: translate(0, 0);
  }
}
