/*
    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;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}

img {
    max-width: 100%;
}

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: #fff;
    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: #f52424;
    font-size: 54px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 6px;
}

.intro-video {
    max-width: 320px;
    border: 4px solid #d2dde3;
    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: #4d4a4a;
    position: relative;
    font-weight: 500;
}

.contact-info span:after {
    content: '/';
    color: #4d4a4a;
    padding: 0 6px 0 10px;
}

.social-link {
    display: inline-block;
    vertical-align: top;
}

.social-link a {
    color: #4d4a4a;
    margin-right: 4px;
    transition: all 0.3s;
}

.social-link a:hover {
    color: #f52424;
}

.coming-soon-image {
    width: 50%;
    background: url(../images/coming-bg.jpg) 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/coming-bg.jpg) no-repeat top center fixed;
        background-size: cover;
    }

    .site-info h2 {
        font-size: 46px;
    }

    .coming-soon-image {
        display: none;
    }

    .comming-soon-info {
        position: absolute;
        left: 0;
        top: 0;
        bottom: auto;
        display: block;
        min-height: 100%;
        width: 100%;
        background: rgba(255,255,255,0.9);
    }

    .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);
    }
}

.logo {
  text-align: center;
  margin-bottom: 20px;
}

.logo img {
  width: 200px; /* Adjust size as needed */
  height: auto;
}

.fade-in {
  animation: fadeIn 2s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.first-line {
  color: #000;
  font-family: monospace;
  overflow: hidden;
  border-right: .07em solid black;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: .15em;
  animation:
    typing 2s steps(20, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black }
}


/* DEMO-SPECIFIC STYLES */
.first-line p {
  color: #000;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .07em solid black; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation:
    typing 2s steps(20, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black }
}


.fa.fa-twitter-square{
	font-family:sans-serif;
}
.fa.fa-twitter-square::before{
	content:"𝕏";
	font-size:1.2em;
}
