/*
	Template Name 	: Olivia - Coming soon HTML Template with Countdown
	Author 			: Awaiken Theme
	Author Url 		: https://awaikenthemes.com
*/

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff'),
        url('../fonts/Graphik-Regular.ttf') format('truetype'),
        url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik-Semibold';
    src: url('../fonts/Graphik-Semibold.eot');
    src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff'),
        url('../fonts/Graphik-Semibold.ttf') format('truetype'),
        url('../fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('../fonts/Graphik-Medium.eot');
    src: url('../fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Medium.woff2') format('woff2'),
        url('../fonts/Graphik-Medium.woff') format('woff'),
        url('../fonts/Graphik-Medium.ttf') format('truetype'),
        url('../fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Bold';
    src: url('../fonts/Graphik-Bold.eot');
    src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff'),
        url('../fonts/Graphik-Bold.ttf') format('truetype'),
        url('../fonts/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('../fonts/Graphik-Light.eot');
    src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Light.woff2') format('woff2'),
        url('../fonts/Graphik-Light.woff') format('woff'),
        url('../fonts/Graphik-Light.ttf') format('truetype'),
        url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html{
	height: 100%;
}

body{
	font-size: 16px;
	height: 100%;
	font-family: 'Graphik', 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{
	background: url(../images/t3.jpg) no-repeat center center;
	/*background: url(https://dipa-app.com/tocowarranty/wp-content/themes/hello-elementor/template-parts/images/TOC01_web_index_hero_img2.jpg) no-repeat center center;*/
	background-size: cover;
	width: 100%;
	position: relative;
	min-height: 100%;
}

.comming-soon:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(64, 101, 211, 0.40)
}

.countdown-timer-wrapper{
	text-align: center;
}

.timer .timer-wrapper{
	display: inline-block;
	width: 126px;
	margin: 0;
	text-align: center;
	vertical-align: top;
}

.timer .timer-wrapper .time{
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
}

.timer .timer-wrapper .text{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.comming-soon-info{
	width: 47%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}

.comming-soon-inner{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.comming-soon-inner .logo{
	/*margin: 60px 0;*/
	margin: 60px 0px 20px;
}

.site-info h2{
	/*text-transform: uppercase;
	letter-spacing: 0.16em;*/
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5em;
}

.site-info h2 span{
	display: block;
	font-weight: 700;
}

.site-info p{
	margin-top: 15px;
	/*line-height: 1.8em;*/
	color: #fff;
	font-weight: 300;
	font-size: 25px;
}

.contact-form{
	width: 53%;
	background: white;
	position: absolute;
	top: 0;
	left: 47%;
	bottom: 0;
	z-index: 2;
	padding: 40px;
	display: flex;
	align-items: center;
}

.contact-box{
	width: 100%;
	/*max-width: 560px;*/
	max-width: 640px;
	margin: 0 auto;
	text-align: center;

	
}

.contact-box .card-body {
	background-color: #f0f0f0;
	border: 1px solid #e4e4e4;
	padding: 30px;
}

.title{
	/*text-transform: uppercase;*/
	font-size: 30px;
	color: #000;
	/*padding-bottom: 20px;
	background: url(../images/title-bg.png) no-repeat bottom center;*/
	margin-bottom: 20px;
}

.contact-box p{
	color: #000;
	font-weight: 300;
}

.contact-box form{
	margin-top: 20px;
}
.contact-box .form-control{
	border: 1px solid #e0e0e0;
    box-shadow: none;
	border-radius: 5px;
	background: rgba(255,255,255,0.10);
	color: #000;
	height: auto;
	padding: 14px;
	margin-bottom: 30px;
	resize: none;
}

.contact-box .form-control::-webkit-input-placeholder{
	color: #101010;
}

.contact-box .form-control:-moz-placeholder{
	color: #101010;
}

.contact-box .form-control::-moz-placeholder{
	color: #101010;
}

.contact-box .form-control:-ms-input-placeholder{
	color: #101010;
}

.btn-submit{
	background: #fff;
	text-transform: uppercase;
	color: #e53a4e;
	font-weight: 500;
	border: none;
	padding: 14px 30px 12px;
	transition: all 0.4s;
}

.btn-submit:hover{
	background: #212121;
	color: #fff;
}

.btn-theme{
	background: #ffa300;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	border: none;
	padding: 10px;
	transition: all 0.4s;
	font-size: 18px;
	border-radius: 0px;
}

.btn-theme:hover{
	/*background: #212121;*/
	color: #fff;
}

/****************************************
		Responsive Media Query
****************************************/

@media only screen and (max-width:1024px){
	.comming-soon-info{
		float: none;
		position:relative;
		width: 100%;
		height: auto;
		padding: 100px 30px;
	}
	
	.contact-form{
		float: none;
		position:relative;
		width: 100%;
		left: 0;
		height: auto;
		padding: 100px 30px;
	}
}

@media only screen and (max-width:768px){
	
}

@media only screen and (max-width:480px){
	
	.comming-soon-info{
		padding: 40px 20px;
	}
	
	.contact-form{
		padding: 40px 20px;
	}
	
	.comming-soon-inner{
		padding: 0;
	}
	
	.timer .timer-wrapper{
		width: 70px;
	}
	
	.timer .timer-wrapper .time{
		font-size: 26px;
	}

	.timer .timer-wrapper .text{
		font-size: 12px;
	}
	
	.site-info h2{
		font-size: 20px;
	}
	
	.title{
		font-size: 22px;
	}
	
	.site-info p{
		font-size: 14px;
	}
	
	.contact-box p{
		font-size: 14px;
	}

	.site-info p br{
		display: none;
	}
	
}
.w-100 {
	width: 100%;
}
.mt-15 {
	margin-top: 15px;
}

.image-box h3 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.image-box p {
	font-size: 14px;
}


.copyright {
	padding: 30px;
}
.copyright p {
	font-size: 12px;
}



.tooltip {
  position: absolute;
  z-index: 999;
  min-width: 40px;
  white-space: nowrap;
  cursor: default;
  left: -1000;
  top: -1000;
  padding: 15px;
  font: bold 12px helvetica, tahoma, sans-serif;
  text-align: left;
  color: #ffffff;
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -ms-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.tooltip:before {
  content: '';
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid #333333;
}
.tooltip-t:before,
.tooltip-b:before {
  left: 50%;
  margin-left: -5px;
  display: block;
}
.tooltip-r:before,
.tooltip-l:before {
  margin-top: -5px;
  top: 50%;
  display: block;
}
.tooltip-tr:before,
.tooltip-br:before {
  left: 5px;
  margin: 0;
}
.tooltip-tl:before,
.tooltip-bl:before {
  left: auto;
  margin: 0;
  right: 5px;
}
.tooltip-rt:before,
.tooltip-lt:before {
  margin: 0;
  top: auto;
  bottom: 5px;
}
.tooltip-rb:before,
.tooltip-lb:before {
  margin: 0;
  top: 5px;
}
.tooltip-t:before {
  border-top-color: #333333;
  border-bottom-width: 0;
  bottom: -5px;
}
.tooltip-b:before {
  border-bottom-color: #333333;
  border-top-width: 0;
  top: -5px;
}
.tooltip-r:before {
  border-right-color: #333333;
  border-left-width: 0;
  left: -5px;
}
.tooltip-l:before {
  border-left-color: #333333;
  border-right-width: 0;
  right: -5px;
}
.tooltip-rt:before {
  border-right-color: #333333;
}
.tooltip-lt:before {
  border-left-color: #333333;
}
.tooltip-rb:before {
  border-right-color: #333333;
}
.tooltip-lb:before {
  border-left-color: #333333;
}
.tooltip-t:before,
.tooltip-b:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.tooltip-r:before,
.tooltip-l:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
