@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
/* BASE
------------------------------------- */
html,
body {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #313a3c;
	background: #fefefe;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	font-family: 'Didot', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #000;
}

h1,
.blog #main h1 a {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

.md-font {
	font-size: 23px;
	line-height: 150%;
}

article a,
a:visited {
	color: #87c4e5;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	padding: .6em 1.5em;
	color: #fff;
	border: none;
	border-radius: 0;
	background-color: #000;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #000;
	background-color: #fff;
}

.main-btn2,
a.main-btn2{
	color: #fff;
	background-color: #4354fc;
}

.main-btn2:hover,
a.main-btn2:hover{
	color: #4354fc;
	background-color: #f9fafd;
}

.secondary-btn,
a.secondary-btn {
	color: #161a1b;
	background-color: #87c4e5;
}

.white-color,
.white-color *,
.white-color h2 {
	color: #fff;
}

/*DQ_SECTION*/
.absolute {
	position: absolute;
	width: 100%;
}

.reel {
	position: relative;
}

.co_pad {
	padding: 0;
}

.bg-cover {
	background-position: center top !important;
	background-size: cover !important;
}

.black-bg {
	background-color: #000;
}

.tan-bg{
    background: #F6F4F1;
}
.black-bg-color{
    color: #000;
}

/*BIG FONTS*/
.bigest-font {
	font-size: 63px;
}

.biger-font {
	font-size: 96px;
}

/*FONT FAMILY*/
.popin {
	font-family: 'Poppins', sans-serif;
}

/*COOL FORM*/
.loaded .cool-form {
	background: url(../images/boy-in-chair.jpg);
}

.loaded.webp .cool-form {
	background: url(../images/boy-in-chair.webp);
}

.cool-form {
	min-height: 100vh;
	padding: 45px 0;
}

.cool-form h2 {
	max-width: 1244px;
	margin-bottom: 30px;
}

.cool-form input,
.cool-form select,
.cool-form textarea {
	font-size: 23px;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
	width: 100% !important;
	min-height: 35px;
	padding: 20px 10px 20px 35px !important;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	transition-duration: .33s;
	transition-property: all;
	color: #fff;
	color: #fff;
	color: white !important;
	border: none;
	border: 0 !important;
	border-bottom: 1px solid #fff;
	border-bottom: 2px solid white !important;
	border-radius: 0;
	background: transparent;
	background-color: transparent;
}

.cool-form .container {
	max-width: 1400px;
}
.cool-form .floating-label input + span, .cool-form .floating-label textarea + span{
    background-color: transparent;
    margin-left: 25px;
    color: #fff!important;
}
.cool-form .floating-label input:focus:invalid + span, .cool-form .floating-label textarea:focus:invalid + span {
    transform: translateY(0) scale(.9);
    background-color: transparent;
}
.cool-form .floating-label input:placeholder-shown + span, .cool-form .floating-label textarea:placeholder-shown + span {
    opacity: .8;
    background-color: transparent;
    color: #fff!important;
    transform: translateY(2.1em) scale(1);
    margin-left: 25px;
}

.cool-form .floating-label input{
    position: relative;
}
.cool-form .floating-label input:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: red;
}

.loaded .cool-form .floating-label input[type=text] {
	background: url(../images/form-user.png);
}

.loaded.webp .cool-form .floating-label input[type=text]  {
	background: url(../images/form-user.webp);
}

.cool-form .floating-label input {
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

.loaded .cool-form .floating-label input[type=tel] {
	background: url(../images/icon-phone.png);
}

.loaded.webp .cool-form .floating-label input[type=tel] {
	background: url(../images/icon-phone.webp);
}

.loaded .cool-form .floating-label input[type=email] {
	background: url(../images/form-email.png);
}

.loaded.webp .cool-form .floating-label input[type=email] {
	background: url(../images/form-email.webp);
}

.cool-form input:focus,
.cool-form select:focus,
.cool-form textarea:focus {
	border-color: transparent;
	box-shadow: inherit;
}

.cool-form .bp-submit-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cool-form .bp-submit-wrap button[type='submit'] {
	display: flex;
	margin: 50px 0 0;
	padding: 25px 40px;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
	align-items: center;
}

.cool-form .bp-submit-wrap button[type='submit']:hover {
	color: #fff;
	background-color: #000;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 607px) {
	.bigest-font {
		font-size: 114.003px;
	}

	.biger-font {
		font-size: 165.347px;
	}

	.big-font {
		font-size: 156.448px;
	}

	.lg-font {
		font-size: 5vw;
	}
}

@media screen and (min-width: 992px) {

	h1,
	.blog #main h1 a {
		font-size: 64px;
	}

	h2 {
		font-size: 45px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 24px;
	}

	.cool-form {
		display: flex;
		min-height: 1065px;
		padding-bottom: 150px;
		background-attachment: fixed !important;
		flex-flow: column;
		align-items: flex-end;
		justify-content: flex-end;
	}

	.cool-form p {
		max-width: 683px;
	}
}

@media screen and (min-width: 1026px) {
	.show-for-tab {
		display: none !important;
	}

	.bigest-font {
		font-size: 140px;
	}

	.biger-font {
		font-size: 145.347px;
	}

	.big-font {
		font-size: 136.448px;
	}

	.lg-font {
		font-size: 61px;
	}
}

@media screen and (max-width: 1366px) {
	.cool-form h2 {
		font-size: 10vw;
	}
}

@media screen and (max-width: 1025px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.dq_section {
		padding: 50px 0;
	}

	.mb {
		margin-bottom: 50px;
	}

	.cool-form {
		min-height: auto;
		padding: 45px 0;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {

	html,
	body, .md-font {
		font-size: 16px;
	}
}
