/*

Tooplate 2128 Tween Agency

https://www.tooplate.com/view/2128-tween-agency

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/

:root {
	--white-color: #eef0f2;
	--primary-color: #FFBC0A;
	--section-bg-color: #444751;
	--border-color: #141414;
	--dark-color: #141414;
	--darker-color: #eef0f2;
	--grey-color: #444751;
	--title-color: #011638;
	--p-color: #ffffff;
	--footer-bg-color: #26282e;

	--body-font-family: "Karla", sans-serif;

	--h1-font-size: 68px;
	--h2-font-size: 42px;
	--h3-font-size: 36px;
	--h4-font-size: 32px;
	--h5-font-size: 24px;
	--h6-font-size: 22px;
	--p-font-size: 18px;
	--menu-font-size: 18px;
	--copyright-text-font-size: 16px;
	--custom-link-font-size: 14px;

	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-bold: 600;
}

body {
	background: var(--white-color);
	font-family: var(--body-font-family);
}
.primarycolor {
	color: var(--primary-color) !important;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
	color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: var(--font-weight-bold);
	line-height: normal;
}

h1 {
	font-size: var(--h1-font-size);
}

h2 {
	font-size: var(--h2-font-size);
}

h3 {
	font-size: var(--h3-font-size);
}

h4 {
	font-size: var(--h4-font-size);
}

h5 {
	font-size: var(--h5-font-size);
}

h6 {
	font-size: var(--h6-font-size);
}

p {
	color: var(--p-color);
	font-size: var(--p-font-size);
	font-weight: var(--font-weight-light);
}

a,
button {
	touch-action: manipulation;
	transition: all 0.3s;
}

a {
	color: var(--p-color);
	text-decoration: none;
}

a:hover {
	color: var(--primary-color);
}

::selection {
	background: var(--primary-color);
	color: var(--white-color);
}

::-moz-selection {
	background: var(--primary-color);
	color: var(--white-color);
}
i {
	color: var(--primary-color);
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

b,
strong {
	font-weight: var(--font-weight-bold);
}

.paddingText {
	padding: 50px;
}

.navbar-brand i {
	margin-right: 12px;
}

.backstretch {
	max-width: 99.99%;
}

/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.play-icon-wrap {
	background: var(--white-color);
	border-radius: 0.3rem;
	position: relative;
	z-index: 2;
	padding: 10px 12px;
	max-width: 152.31px;
}

.play-icon {
	background: var(--primary-color);
	color: var(--white-color);
	border-radius: 100px;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 10px;
}

.play-icon::before {
	display: block;
	padding-top: 5px;
	padding-left: 5px;
}
.margin-5 {
	margin-bottom: 5%;
}
/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
	background: var(--primary-color);
	color: var(--white-dark);
	font-size: var(--copyright-text-font-size);
	font-weight: var(--font-weight-bold);
	padding: 12px 24px;
}

.custom-bg-dark {
	background: var(--primary-color);
}

.custom-bg-dark:hover {
	background: var(--dark-color);
}

.custom-btn:hover {
	background: var(--dark-color);
	color: var(--white-color);
}

/*---------------------------------------
  FAQ ACCORDION               
-----------------------------------------*/
.accordion-item {
	background-color: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

.accordion-header,
.accordion-button {
	color: var(--p-color);
}

.accordion-button {
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	background: transparent;
	box-shadow: none;
}

button:focus:not(:focus-visible) {
	border-color: transparent;
	box-shadow: none;
}

.accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-body {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
	font-size: var(--copyright-text-font-size);
	font-weight: var(--font-weight-normal);
	padding-top: 1.5rem;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.accordion-body {
	padding: 2rem 0;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;
}

.heroText {
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 991px) {
	.hero {
		height: 75vh;
		min-height: 600px;
	}
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.overlay.dark-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.nav-tabs .nav-link {
	background: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid transparent;
	color: var(--border-color);
	font-weight: var(--font-weight-bold);
	margin: auto;
	position: relative;
	top: 1px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: transparent;
	border-color: transparent;
	border-bottom-color: var(--primary-color);
	color: var(--dark-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 15px;
	padding-bottom: 15px;
	transition: background 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.589);
}
.full-screen {
	height: 100vh;
}
.sticky-nav {
	background: var(--section-bg-color);
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.sticky-nav .navbar-brand {
	color: var(--white-color);
}

.sticky-nav .navbar-nav .nav-link {
	color: var(--p-color);
}

.navbar-brand {
	font-size: 40px;
	color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 25px;
}

.navbar-nav .nav-link {
	color: var(--white-color);
	font-size: var(--menu-font-size);
	font-weight: var(--font-weight-normal);
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: var(--primary-color);
}

.navbar-toggler {
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
	width: 30px;
	height: 35px;
	outline: none;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease,
		-webkit-transform 300ms 350ms ease;
	top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
	background: var(--p-color);
	transition: background 10ms 300ms ease;
	display: block;
	width: 30px;
	height: 2px;
	position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
	transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
	transition: top 300ms 350ms ease, transform 300ms 50ms ease;
	transition: top 300ms 350ms ease, transform 300ms 50ms ease,
		-webkit-transform 300ms 50ms ease;
	position: absolute;
	right: 0;
	left: 0;
	background: var(--p-color);
	width: 30px;
	height: 2px;
	content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
	top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
	top: 8px;
}

/*---------------------------------------
  OUR WORK              
-----------------------------------------*/
.work-thumb {
	position: relative;
	overflow: hidden;
}

.work-thumb-text {
	padding: 20px 30px;
}

.work-thumb:hover .work-image {
	opacity: 1;
	transform: scale(1.05);
}

.work-text-info {
	background: var(--section-bg-color);
	border-radius: 0.3rem;
	border-bottom: 5px solid var(--border-color);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 20px;
	width: 85%;
	margin: auto;
	margin-bottom: 20px;
	transition: filter 0.5s;
}

.work-thumb:hover .work-text-info {
	filter: blur(2px);
}

.work-title {
	display: block;
	margin-bottom: 0;
}

.work-image {
	border-radius: 0.3rem;
	transition: all 0.5s;
}

.work-tag {
	border-radius: 100px;
	color: var(--p-color);
	font-size: 12px;
	font-weight: var(--font-weight-light);
	padding: 2px 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	margin-bottom: 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
	padding-top: 13px;
	padding-bottom: 13px;
}

.custom-form label {
	color: var(--p-color);
	font-weight: var(--font-weight-normal);
}

.custom-form button[type="submit"] {
	background: var(--primary-color);
	border: 0;
	color: var(--white-color);
	font-weight: var(--font-weight-bold);
	transition: all 0.3s;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
	background: var(--dark-color);
	color: var(--white-color);
}

.subscribe-form .form-control {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: var(--white-color);
	color: var(--white-color);
}

.subscribe-form input {
	border-radius: 0;
}

.subscribe-form button[type="submit"] {
	background: var(--white-color);
	color: var(--dark-color);
}

/*---------------------------------------
  PRICING PLANS               
-----------------------------------------*/
.pricing {
	background-image: url("../images/maria-stewart-p4tj0g-_aMM-unsplash.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.pricing .container {
	position: relative;
	z-index: 2;
}

.pricing-plan {
	padding: 60px 40px 40px 40px;
	position: relative;
}

.pricing-header {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 30px;
}

.pricing-icon {
	font-size: 45px;
}

.pricing-name {
	margin-left: 50px;
}

.pricing-price {
	margin-left: auto;
}

.pricing-recommend {
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.pricing-body {
	margin-top: 60px;
	margin-right: 50px;
	margin-left: 95px;
}

.pricing-list {
	padding-left: 15px;
}
.width-50 {
	width: 50%;
}

.pricing-list-item {
	color: var(--p-color);
	font-size: var(--p-font-size);
	font-weight: var(--font-weight-light);
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*---------------------------------------
  SERVICES               
-----------------------------------------*/
.services {
	background: var(--section-bg-color);
}
.darker {
	background: var(--darker-color) !important;
}
.service-title {
	font-size: 1.5rem;
}
.custom-flex-services {
	justify-content: center;
}
.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service {
	width: 30%;
	margin-left: 1%;
	min-height: 250px;
	margin-bottom: 1%;
	background: var(--white-color);
}
.service-info {
	margin-top: 2%;
}
.services-image {
	display: block;
	margin: auto;
	width: 250px;
	height: 250px;
}

.services-info {
	position: relative;
	text-align: center;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
	background: var(--footer-bg-color);
}

.site-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tooplate-link a {
	color: var(--white-color);
}

.footer-menu {
	padding: 0;
}

.footer-menu-item {
	display: block;
	list-style: none;
}

.footer-menu-link,
.footer-link {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	font-size: var(--copyright-text-font-size);
	margin-top: 5px;
	margin-bottom: 5px;
}

.footer-menu-link:hover,
.footer-link:hover {
	color: var(--white-color);
	text-decoration: underline;
}

.site-footer .social-icon-link,
.site-footer .copyright-text {
	color: var(--white-color);
	font-size: var(--copyright-text-font-size);
}

.site-footer .social-icon {
	text-align: right;
}

.site-footer .copyright-text {
	font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
	margin: 0;
	padding: 0;
}

.social-icon li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.social-icon-link {
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 15px;
}

.social-icon-link:hover {
	color: var(--primary-color);
}
/* --------------------------------------
  POP UP WINDOW
-----------------------------------------*/
/* Modal Header */
.modal-header-nobs {
	padding: 2px 16px;
}
.modal-header-nobs h2 {
	color: var(--primary-color) !important;
}
/* Modal Body */
.modal-body-nobs {
	padding: 2px 16px;
}
.modal-nobs {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-nobs {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: black;
	float: right;
	font-weight: bold;
	border: none;
    background-color: #d1e7dd;
	display: none;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
	body {
		padding-top: 80px;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 32px;
	}

	h4 {
		font-size: 28px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}
	.modal-content-nobs {
		width: 100%;
		margin-top: 30%;
	}
	.service {
		width: 90%;
	}
	.last {
		background: var(--white-color) !important;
	}
	.section-padding {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.custom-btn {
		font-size: var(--copyright-text-font-size);
		padding: 8px 16px;
	}

	.navbar {
		background: var(--section-bg-color);
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
	}

	.navbar-brand {
		color: var(--white-color);
	}

	.navbar-nav .nav-link {
		color: var(--p-color);
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.site-footer {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.site-footer-bottom,
	.site-footer .social-icon {
		text-align: center;
	}
	.width-50 {
		width: 100%;
	}
	.service-image{
		float: left !important;
	}
}

@media screen and (max-width: 580px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px;
	}

	.paddingText {
		padding: 25px;
	}

	.pricing-plan {
		padding: 60px 30px 20px 30px;
	}

	.pricing-header {
		padding-bottom: 20px;
	}

	.pricing-body {
		margin-top: 30px;
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.pricing-name,
	.pricing-price {
		margin-bottom: 0;
	}

	.pricing-price {
		max-width: 45px;
		margin-right: auto;
	}
}
.white{
	color: var(--white-color) !important
}
.about{
	background: var(--section-bg-color);
}
.contact{
	background: var(--section-bg-color);
}
.dark{
	color: var(--dark-color)
}
.justify{
	text-align: justify;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
#mail_form {
	display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

input:focus, textarea:focus, select:focus {

border: 1px solid var(--primary-color) !important;

box-shadow: 0 0 3px var(--primary-color) !important;

-moz-box-shadow: 0 0 3px var(--primary-color) !important;

-webkit-box-shadow: 0 0 3px var(--primary-color) !important;

}

input:focus, textarea:focus, select:focus {

outline-offset: 0px !important;

outline: none !important;

}

a#Setmore_button_iframe > img {
    display: none;
}
a#Setmore_button_iframe:after {
	content:"Maak afspraak";
	display: inline-block;
	align-self: center;
	font-weight: 800;
	line-height: 1.5;
	background: var(--primary-color);
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1.5rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
a#Setmore_button_iframe:hover:after {
	background: var(--dark-color);
	color: var(--white-color);
}

.background{
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.50);
	border-radius: 15px;
}
.service-image{
	width: 80%;
	float: right;
}
.text {
font-size: 16px;
font-weight: 300;
color: rgba(255, 255, 255, .7);
vertical-align: middle;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; cursor: pointer; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.anchor {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}