@charset "UTF-8";
/*
Theme Name: COMPANI
Theme URI: https://ygweb.pl/
Author: Szymon Radoliński
Author URI: https://ygweb.pl//
Version: 1.0
*/

@font-face {
	font-family: "Montserrat-Light";
	src: url("fonts/Montserrat-Light.ttf");
}
@font-face {
	font-family: "Montserrat-Regular";
	src: url("fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: "Montserrat-Bold";
	src: url("fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: "Montserrat-Black";
	src: url("fonts/Montserrat-Black.ttf");
}
@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("fonts/Montserrat-SemiBold.ttf");
}

@font-face {
	font-family: "ProximaNovaA";
	src: url("fonts/MarkSimonsonProximaNovaA.otf");
	font-weight: normal;
}

html {
	max-width: 1366px;
	margin: 0 auto;
}

body {
	width: 100%;
	background: #000 url("images/main-bg.png");
}

.compani-container {
	padding: 0 45px;
}

/*
.btn.btn-purple {
    border: 0;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    text-align: center;
    padding: 18px;
    border-radius: 100px;
    cursor: pointer;
    background: #7a2c8f;
    font-size: 12px;
}
*/
.btn.btn-purple {
	border: 3px solid #fff;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	text-align: center;
	padding: 18px;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	font-size: 12px;
}

.btn.btn-purple:hover {
	background: #7a2c8f;
	border: 3px solid #7a2c8f;
}

.btn.btn-view {
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	max-width: 200px;
	padding: 18px;
	border-radius: 100px;
	cursor: pointer;
	background: transparent;
	display: block;
	font-size: 13px;
}

.white-square-230-01 {
	background: rgba(255, 255, 255, 0.1);
	width: 230px;
	height: 230px;
	position: absolute;
	top: 15px;
	right: 0;
	max-width: 100%;
}

.white-square-230-02 {
	background: rgba(255, 255, 255, 0.1);
	width: 230px;
	height: 230px;
	position: absolute;
	top: 140px;
	left: 0;
	max-width: 100%;
}

/*
.white-square-play {
	background: rgba(255, 255, 255, 0.1) url("images/play-btn.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 460px;
	height: 460px;
	position: absolute;
	top: 25px;
	left: 0;
	max-width: 100%;
}

.white-square-play label {
	position: relative;
	top: 65%;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 21px;
	cursor: pointer;
}
*/
.white-square-play {
	background-image: url("images/play-btn.png"), url("images/background.png");
	background-size: 50px, cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 90%;
	height: 400px;
	position: absolute;
	top: 85px;
	left: 0;
	z-index: 2;
	max-width: 100%;
}

.white-square-play label {
	position: relative;
	top: 60%;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}

header#main-header {
	background-image: url("images/background.png");
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

header#main-header .main-header-overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: auto;
}

header#main-header .main-header-overlay-gradient {
	background: url("images/gradient.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

header#main-header .btn.btn-purple {
	margin-right: 45px;
}

header#main-header .logo-box {
	background: rgba(0, 0, 0, 0.7);
	width: 200px;
	text-align: center;
	padding: 79px 0;
}

header#main-header .logo-box img {
	width: 150px;
}

header#main-header .main-header-menu {
	margin-top: 80px;
}

header#main-header .main-menu {
	font-family: "Montserrat-SemiBold";
	margin-top: 120px;
}

header#main-header .main-menu li a {
	font-size: 16px;
	padding: 8px 0;
	text-transform: uppercase;
	color: #ffffff;
}

header#main-header .main-menu li a.active,
header#main-header .main-menu li a:hover,
header#main-header .main-menu li a:focus {
	font-family: "Montserrat-Black";
}

header#main-header .social-icons img {
	width: 35px;
	filter: brightness(0) invert(1);
}

header#main-header .social-icons {
	margin-top: 40px;
}

header#main-header #mainCarousel {
	width: 100%;
}

header#main-header #mainCarousel .carousel-item {
	padding: 0 120px;
	margin-top: 50px;
	width: 100%;
}

header#main-header #mainCarousel .big-text {
	font-family: "Montserrat-Bold";
	color: #fff;
	font-size: 98.4px;
	line-height: 75px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin: 0 auto;
}

header#main-header #mainCarousel .carousel-control-prev,
header#main-header #mainCarousel .carousel-control-next {
	opacity: 1;
}

header#main-header #mainCarousel .carousel-control-prev img {
	position: absolute;
	left: 60px;
	top: 65px;
	width: 29px;
}

header#main-header #mainCarousel .carousel-control-next img {
	position: absolute;
	right: 10px;
	top: 65px;
	width: 29px;
}

header#main-header .how-industries {
	position: absolute;
	top: 160px;
}

header#main-header .how-industries h3 {
	font-family: "Montserrat-Bold";
	color: #fff;
	margin-left: 40px;
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 20px;
}

header#main-header .how-industries h3 small {
	font-family: "Montserrat-Light";
	font-size: 24px;
	letter-spacing: 3.5px;
	display: block;
}

header#main-header .how-industries p {
	font-family: "ProximaNovaA";
	color: #ccc;
	padding: 0 40px;
	max-width: 500px;
	font-size: 16px;
}

header#main-header .how-industries p:last-child {
	margin-bottom: 0;
	max-width: 400px;
}

header#main-header .how-industries-content {
	position: relative;
	min-height: 480px;
}

header#main-header .quote {
	padding: 40px;
}

header#main-header .quote p {
	font-family: "Montserrat-Light";
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3.5px;
	max-width: 720px;
	margin-top: 20px;
}

header#main-header .quote p.strong {
	font-family: "Montserrat-Bold";
	font-size: 12px;
	margin-top: 0;
}

section#footer {
	background: #000 url("images/purple-bg.png");
	background-size: 100% 100%;
}

section#footer {
	position: relative;
}

section#footer .phone {
	margin-top: 20px;
	font-family: "Montserrat-Bold";
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
}

section#footer .phone sup {
	font-family: "Montserrat-Light";
}

section#footer .address {
	margin-top: 20px;
	font-family: "Montserrat-Regular";
	color: #fff;
	font-size: 14px;
}

section#footer .address strong {
	font-family: "Montserrat-Bold";
}

section#footer .footer-menu .nav .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Montserrat-Regular";
	cursor: pointer;
	border-top: 3px solid transparent;
	font-size: 14px;
}

section#footer .footer-menu .nav .nav-item .nav-link.active,
section#footer .footer-menu .nav .nav-item .nav-link:hover,
section#footer .footer-menu .nav .nav-item .nav-link:focus {
	border-top: 3px solid #ffffff;
	font-family: "Montserrat-Bold";
}

section#footer .footer-menu .nav-policy {
	margin-bottom: 60px;
}

section#footer .footer-menu .nav-policy .nav-item .nav-link {
	padding: 20px 0;
	margin: 0 15px;
	color: #cccccc;
	text-transform: inherit;
	font-family: "Montserrat-Regular";
	cursor: pointer;
	border-top: 0;
	font-size: 14px;
}

section#footer .footer-menu .nav-policy .nav-item .nav-link.active,
section#footer .footer-menu .nav-policy .nav-item .nav-link:hover,
section#footer .footer-menu .nav-policy .nav-item .nav-link:focus {
	border-top: 0;
	font-family: "Montserrat-Bold";
}

section#footer .footer-menu {
	border-top: 1px solid #645568;
}

section#footer .partner-logos img {
	padding: 50px;
	opacity: 1;
}

section#footer .partner-logos img:hover,
section#footer .partner-logos img:focus {
	opacity: 1;
}

#videoModal button {
	background: transparent;
	border: 0;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9999;
	cursor: pointer;
}

section#footer .line-header {
	position: relative;
	border-top: 1px solid #645568;
	margin-left: 30px;
	margin-bottom: 7px;
}

section#footer h5 {
	color: #fff;
	font-family: "Montserrat-Regular";
	font-size: 16px;
	text-transform: uppercase;
}

#partnerCarouselDesktop {
	display: block;
}

#partnerCarouselMobile {
	display: none;
}

.top-bar-mobile {
	display: none;
}

.top-bar-mobile-layer {
	display: none;
}

section#footer .footer-menu-mobile {
	display: none;
}

header#main-header .carousel-indicators {
	position: relative;
}

header#main-header .carousel-indicators li {
	background: url("images/indicator-empty.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: 4px;
}

header#main-header .carousel-indicators li.active {
	background: url("images/indicator-full.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.home-left-wtf {
	position: absolute;
	z-index: 9;
	margin-top: 50px;
	max-width: 550px;
}

header#main-header .how-industries {
	z-index: 10;
}

.home-right-wtf {
	position: absolute;
	z-index: 2;
	right: -50px;
	margin-top: 385px;
	max-width: 450px;
}

@media (max-width: 1200px) {
	.home-left-wtf {
		display: none;
	}

	.home-right-wtf {
		display: none;
	}

	.top-bar-mobile-layer .top-bar-mobile-footer .phone {
		margin-top: 20px;
		font-family: "Montserrat-Bold";
		color: #fff;
		font-size: 18px;
		letter-spacing: 3px;
	}

	.top-bar-mobile .img-fluid {
		width: 120px;
	}

	.top-bar-mobile-layer .top-bar-mobile-footer .phone sup {
		font-family: "Montserrat-Light";
	}

	.top-bar-mobile-layer .top-bar-mobile-footer .address {
		margin-top: 20px;
		font-family: "Montserrat-Regular";
		color: #fff;
		font-size: 14px;
	}

	.top-bar-mobile-layer .top-bar-mobile-footer .address strong {
		font-family: "Montserrat-Bold";
	}

	.top-bar-mobile-layer .top-bar-mobile-footer {
		margin-top: 150px;
		border-top: 1px solid #6d5a6d;
	}

	.top-bar-mobile-layer li a {
		font-family: "Montserrat-SemiBold";
		font-size: 16px;
		padding: 8px 0;
		text-transform: uppercase;
		color: #ffffff;
	}

	.top-bar-mobile-layer .social-icons img {
		width: 35px;
		filter: brightness(0) invert(1);
	}

	.top-bar-mobile-layer .social-icons {
		margin-top: 40px;
	}

	.top-bar-mobile-layer .top-bar-mobile-content {
		position: relative;
	}

	.top-bar-mobile-layer .close-menu-mobile {
		position: absolute;
		right: 0;
		width: 40px;
		cursor: pointer;
		z-index: 9999;
	}

	.top-bar-mobile-layer ul {
		padding-top: 90px;
	}

	.top-bar-mobile-layer li a.active,
	.top-bar-mobile-layer li a:hover,
	.top-bar-mobile-layer li a:focus {
		font-family: "Montserrat-Black";
	}

	body.active-menu {
		max-height: 100% !important;
		overflow: hidden;
	}

	.top-bar-mobile-layer {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s linear, opacity 0.3s linear;
		background: #2e132e;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
		overflow-y: visible;
		padding: 30px;
		display: block;
	}

	.top-bar-mobile {
		display: flex;
		background: url("images/mobile-gradient.png");
		background-size: contain;
		padding: 20px 0;
	}

	.top-bar-mobile .btn-purple {
		font-size: 12px;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-top: 0 !important;
	}

	.top-bar-mobile img {
		margin: 0 !important;
		padding: 0;
		cursor: pointer;
	}

	.compani-container {
		padding: 0 15px;
	}

	.compani-container.pr-0 {
		padding-right: 15px !important;
	}
	.compani-container.pl-0 {
		padding-left: 15px !important;
	}

	header#main-header .main-menu {
		margin-top: 0;
	}

	header#main-header .btn.btn-purple {
		margin-right: 0 !important;
		margin-top: 10px;
	}
	header#main-header .btn-right {
		text-align: center !important;
	}

	header#main-header .main-menu li a {
		text-align: center;
	}
	header#main-header .social-icons {
		text-align: center;
	}

	.white-square-230-01 {
		display: none;
	}

	.white-square-230-02 {
		display: none;
	}

	.white-square-play {
		background: rgba(255, 255, 255, 0.1) url("images/play-btn.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 460px;
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
	}

	header#main-header .how-industries-content {
		position: relative;
		height: auto;
	}

	.desktop {
		display: none;
	}

	header#main-header .top-bar-desktop {
		display: none;
	}

	header#main-header .how-industries h3 {
		font-size: 20px;
		margin-left: 0;
	}

	header#main-header .how-industries h3 small {
		font-size: 16px;
	}

	header#main-header .how-industries {
		position: relative;
		top: 0;
		margin: 50px auto;
		text-align: center;
	}

	header#main-header .how-industries p {
		padding: 0 5px;
		font-size: 16px;
	}

	header#main-header .quote {
		padding: 40px 5px;
		text-align: center;
	}

	header#main-header .quote p {
		font-size: 16px;
		letter-spacing: 1.5px;
	}

	section#footer .phone {
		font-size: 24px;
		color: #fff !important;
		text-align: left !important;
	}

	section#footer .address {
		text-align: left !important;
	}

	section#footer .footer-menu .nav {
		display: block;
	}

	section#footer .footer-menu .ml-0 {
		margin-left: 15px !important;
	}

	section#footer .footer-menu .mr-0 {
		margin-right: 15px !important;
	}

	section#footer .footer-menu {
		border-top: 0;
	}

	section#footer .partner-logos img.pr-0 {
		padding-right: 50px !important;
	}

	section#footer .partner-logos img.pl-0 {
		padding-left: 50px !important;
	}

	header#main-header #mainCarousel .carousel-item {
		padding: 0 20px;
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}

	header#main-header #mainCarousel .big-text {
		font-size: 40px;
		line-height: 45px;
	}

	.btn.btn-view {
		margin: 20px auto;
	}

	header#main-header #mainCarousel .carousel-control-prev img {
		left: 0;
	}

	header#main-header #mainCarousel .carousel-control-next img {
		right: 0;
	}

	footer {
		text-align: center;
	}

	footer .footer-menu .nav {
		display: block;
	}

	footer .footer-menu .ml-0 {
		margin-left: 15px !important;
	}

	footer .footer-menu .mr-0 {
		margin-right: 15px !important;
	}

	footer .footer-menu {
		border-top: 0 !important;
	}

	section#footer .nav {
		display: none !important;
	}

	p {
		margin-left: auto;
		margin-right: auto;
	}

	#partnerCarouselDesktop {
		display: none;
	}

	section#footer .footer-menu {
		display: none;
	}

	#partnerCarouselMobile {
		display: block !important;
	}

	section#footer .footer-menu-mobile {
		display: block;
		background: transparent;
		padding-top: 20px;
	}

	section#footer .footer-mobile-borders {
		border-top: 1px solid #715f71;
		border-bottom: 1px solid #715f71;
		padding: 30px 0;
		margin-bottom: 20px;
		text-align: left;
	}

	section#footer .footer-mobile-borders .nav-policy {
		display: flex !important;
		text-align: right;
		justify-content: flex-end;
		padding: 0;
	}

	section#footer .footer-mobile-borders img {
		width: 120px;
	}

	section#footer .footer-mobile-borders .nav-policy {
		margin-bottom: 0 !important;
	}

	section#footer .footer-mobile-borders .nav-policy .nav-item .nav-link {
		padding: 0 !important;
		margin: 0 6px !important;
		color: #cccccc;
		text-transform: inherit;
		font-family: "Montserrat-Regular";
		cursor: pointer;
		border-top: 0;
		font-size: 13px !important;
	}

	section#footer .carousel-item {
		text-align: center;
	}

	section#footer .partner-logos {
		height: 220px;
		margin: 0 auto;
	}

	#partnerCarouselMobile .img-fluid {
		height: 200px !important;
	}

	#partnerCarouselMobile .partner-logos {
		height: inherit !important;
	}

	section#footer .partner-logos img {
		padding: 0 !important;
		width: auto !important;
		height: 200px !important;
	}

	#footer .phone::before {
		left: 0;
	}

	#footer .phone span {
		margin-left: 44px;
	}
}
