/* ==============================================================

	Project: 	Relax - Responsive Coming Soon Template
	Info:		
	Version: 	1.0
	Author:		Art Sound Group
	Profile:	https://themeforest.net/user/artsoundgroup

-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1. Video Buttons
	2. Reset
	3. General styles
	4. Basic Structure
	5. Main
	6. Modal page
	7. No JS
	8. Media


-----------------------------------------------------------------
					*** COLOR CODES ***
-----------------------------------------------------------------
	Mine text:			#fff
	Buttons hover:		rgba(255,255,255,0.3)
	Buttons solid:		rgba(255,255,255,0.8)
	
-----------------------------------------------------------------
					*** TYPOGRAPHY ***
-----------------------------------------------------------------
	Body copy: Sansita,sans-serif;
	
=============================================================*/

/*********************
    - 1. Video Buttons -
*********************/

[class^="fa-"], [class*=" fa-"] {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-mute:before {
	content: "\f1f7";
}
.fa-sound:before {
	content: "\f0a2";
}

/*********************
    - 2. Reset -
*********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	 width: 100%;
	height: 100%;
	font-family:Inter,sans-serif;
}


body {
    color: #dadada;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

a {
	color: #dadada;
	text-decoration: underline;
}

a:active,
a:focus,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 28px;
	text-align: center;
}

h1 {
	font-size: calc(22px + 1.4vw);
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

p {
	margin: 0 0 28px;
}

ul,
ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

button,
input,
textarea {
	border-radius: 0;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

button,
input {
	line-height: normal;
}

button,
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/*********************
    - 3. General styles -
*********************/

/* Clearing floats */
.row:after { 
	clear: both; 
}

.row:before,.row:after { 
	content: ""; 
	display: table; 
}

/* Assistive text */
.screen-reader-text {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Grid */
.row {
	margin-left: -48px;
}

.one {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 38px;
}

.one {
	width: 100%;
}

.one-half {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 38px;
}

.one-half {
	width: 50%;
}


.one-third {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	float: left;
	padding-left: 38px;
	font-size: 13px;
}

.one-third {
	width: 33%;
}

/* Forms */
input,
textarea {
	background: #fff;
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px;
	text-transform: uppercase;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
input[type="submit"] {
	background:rgba(0,0,125,0.0);
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

button:hover,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:hover {
	background: rgba(255,255,255,0.3);
	color: #fff;
	outline: 0;
}

.form-field {
	position: relative;
}

.form-field label {
	font-size: 12px;
}

.form-field span.error {
	background: #030046;
	background: rgba(255,0,0,0.5);
	border: 1px solid #fff;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 6px;
	position: absolute;
	right: 6px;	
	text-transform: uppercase;
	top: -14px;
}

.form-wrap .loading {
	height: 42px;
	margin: 0 auto 28px;
	text-align: center;
}

.form-wrap .success {
	color: #dadada;
	min-height: 42px;
	text-align: center;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.placeholder {
	color: #fff;
}

/* Responsive images */
.wrap img {
	height: auto;
	max-width: 100%;
}

/* Custom text styles */
.subtitle {
	font-size: calc(14px + .4vw);
	letter-spacing: 1px;
	margin: 28px 0;
	text-align: center;
    color: #fff;
    font-weight: 500;
}

.countdown_title{
    margin-top: 15px;
	font-size: calc(14px + .2vw);
}

.row h2 {
	font-size: 24px;
	margin-bottom: 14px;
	text-align: left;
}

.section-title{
    margin-bottom: 0;
    max-width: 770px;
}
.section-title span{
    color: #ff4051;
}
.content{
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main-phrase
{
	font-size:30px;
	font-weight:400;
	letter-spacing:-2px;
	text-align:center;
	color:#fff;
	opacity:.9;
	margin-bottom:10px
}

@media (min-width:992px)
{
.main-phrase
{
	font-size:35px;
	margin-top:30px
}
}

@media (min-width:1600px)
{
.main-phrase
{
	font-size:125px;
	line-height:125px;
	min-height:250px;
	margin-top:80px
}
}

@media (min-width:992px)
{
.main-phrase-404
{
	font-size:180px;
	margin-top:130px;
	min-height:110px
}
}


/* Icons */

.social
{
	text-align:center;
	margin-top:20px;
}

.social a
{
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	margin-right:5px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	text-align:center;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
	
}

.social a:hover
{
	background:rgba(255,255,255,0.3);
	border:1px solid #fff;
	color: #fff;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

.social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.social li {
	display: inline-block;
	margin: 4px;
}

.icon,
.modal-toggle .icon {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.icon:hover,
.modal-toggle .icon:hover {
	color: #fff;
}

.icon,
.modal-toggle .icon,
#bg-video-controls .fa {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	-webkit-transition:	all 0.3s ease;
	-moz-transition:	all 0.3s ease;
	transition:			all 0.3s ease;
}

.icon:hover,
.modal-toggle .icon:hover,
#bg-video-controls .fa:hover {
	color: rgba(0,0,125,0.3);
}

.row h2 .icon {
	font-size: 18px;
	line-height: 1.55556;
	margin-right: 10px;
}

.btn-primary {
    background-color: #ff4051;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #ff4051;
    border-radius: 4px;
    text-decoration: none;
} 
.btn-primary:hover { 
    color: #fff;
    background-color: #e23442;
    border: 1px solid #e23442;
    transition-duration: .3s;
}
	
.btn-primary:active { 
	background:rgba(255,255,255,0.3); 
	border:1px solid #fff;
	-webkit-border-radius:5%;
	-moz-border-radius:5%;
}

.btn-wrap{
    text-align: center;
}
/*********************
    - 4. Basic Structure -
*********************/
.wrap {
	min-height: 100%;
	position: relative;
}

.inner {
    z-index: 2;
    position: relative;
    height: 100%;
    width: calc(100% - 30px);
	margin: 0 auto;
}


#main:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.5) 100%);
    z-index: -1;
}

/* Background Overlay */
.body-bg {
	background: rgba(0,0,0,0.3) url(../media/overlay.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}


.flex-row{
    display: flex;
    align-items: center;
    justify-content: center;
}

.reel_bg_video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-reels{
    position: absolute;
    z-index: -990;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}
header.site-header {
    padding: 20px;
    justify-content: start;
    display: flex;
}

/*********************
    - 8. Media -
*********************/
@media only screen and (max-width: 991px) {
	.countdown-amount {
		font-size: 28px;
	}
    .d-none.d-lg-flex.col{
        display: none;
    }
    header.site-header{
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
	.one-half  {
		width: 100%;
	}	

    .d-none.d-md-flex.col{
        display: none;
    }
}

@media only screen and (max-width: 540px) {
	.one-third  {
		width: 100%;
	}	
}

@media only screen and (max-width: 480px) {
	.countdown-section {
		padding: 28px 6px 28px;
	}
	.countdown-amount {
		font-size: 22px;
	}
	#newsletter-form .form-field {
		margin: 0 0 14px;
	}
	#newsletter-form .form-submit {
		margin: 0 auto;
		position: static;
		right: auto;
		top: auto;
	}

    .btn-primary {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
	.countdown-section {
		font-size: 10px;
		padding: 21px 6px;
	}
	.countdown-amount {
		font-size: 16px;
	}
}

#background-effect
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-bottom {
	-webkit-animation: slide-bottom 0.8s ease-out both;
	        animation: slide-bottom 0.8s ease-out both;
}

@-webkit-keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(-70px);
              transform: translateY(-70px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
    }
  }
  @keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(-70px);
              transform: translateY(-70px);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
    }
  }