/* GeoClass Stylesheet */
/* ver: 0.01 */

body, html {
	font-family: 'Raleway', sans-serif;
	scroll-behavior: smooth;
	font-feature-settings: 'lnum' 1;
}

::selection {
	background:#ffb10b;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#ffb10b;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#ffb10b;
	color:#000;
	text-shadow:none;
}

/*Header ID's and classes*/
#header {
	vertical-align: middle;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 107px;
	background: #FFF;
}
#logo {
	width: 400px;
	height: auto;
}
.menu-item {
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	transition: border .4s;
	border-bottom: 7px solid transparent;
}
.current-menu-item, .menu-item:hover {
	font-weight: 700;
	border-bottom: 7px solid #ffb10b;
	transition: border .4s;
}
.menu-item a {
	color: #000;
	text-decoration: none;
}
.trp-language-switcher-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Footer */
#footer {
	background: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer img#logo {
	max-width: 300px;
}
#footer-copyright {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
}
#menu-footer {
	margin-top: 100px;
}
.menu-footer-item {
	display: inline-flex;
	padding: 0 25px;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: .4;
	transition: border .4s;
}
.menu-footer-item:hover {
	font-weight: 700;
	transition: opacity .4s;
	opacity: 1;
}
.menu-footer-item:first-child {
	margin-left: 0px;
	padding-left: 0px;
}
.navbar {
	padding: 0 !important;
}
.navbar-toggler {
  border: none;
  background: #ffb10b !important;
  border-radius: 0;
  padding: 20px;
}

.navbar-toggler:focus {
  outline: none;
  background: #ffb10b !important;
}

.navbar-toggler .icon-bar {
  background-color: #000;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}

/*Paralax-hero*/

#pHero {
	overflow: hidden;
	background: url("https://www.geoclass.pl/wp-content/uploads/2023/06/Hero_Image.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: calc(100vh - 107px);
	position: relative;
}
#pHeroMobile {
	background: url("https://www.geoclass.pl/wp-content/uploads/2023/06/Hero_Image_Mobile.jpg");
	height: calc( 100vh - 75px );
	background-size: cover;
	background-position: center bottom;
	position: relative;
}
.hero-logo-wrap {
	position: absolute;
	bottom: 10%;
	right: 10%;
	display: flex;
	flex-direction: column;
    align-items: center;
	gap: 15px;
}
#scene { 
	position: relative;
	height: 100vh;
}
.l1 {
	position: absolute !important;
	top: auto !important;
	bottom: 0;
}
.l2 {
	position: absolute !important;
	left: auto !important;
	right: 5vw !important;
	top: -1px !important;
}
.l3 { 
}
.l3 img {
    width: 120%;
    height: 90vh;
    object-fit: contain;
	object-position: 50% 50%;
	margin-left: -10%;
	margin-top: 10vw;
}
.l4 {
	position: absolute !important;
	bottom: 100px;
	top: auto !important;
	left: 20% !important;
}
.l4 img {
	width: 90%;
}
.l5 {
	position: absolute !important;
	bottom: 0;
	top: auto !important;
	left: -30% !important;
}
.l6 {
	position: absolute !important;
	top: -5% !important;
	left: 80% !important;
}
.l7 {
	position: absolute !important;
	bottom: 0;
	top: 30% !important;
	left: 50% !important;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid #FFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.arrow-down-icon {
	width: 20px;
    height: auto;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
    z-index: 999;
}

/* Hero text */
h1.titleHero {
	font-size: 64px;
	line-height: 70px;
}
.title-line {
	font-size: 56px;
	font-weight: bold;
}
.titleHero {
	position: absolute;
	left: 10vw;
	top: 10%;
	margin: 0;
}
/* h1.titleHero:before {
	content: '';
    height: 16vh;
    width: 1px;
    margin-left: -25px;
    background: #ffb10b;
    display: block;
    z-index: 0;
    margin-bottom: -72px;
} */
h2 {
	font-size: 25px;
	font-weight: 600;
}
h4 {
	font-size: 18px;
    letter-spacing: 4.2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
h4:before {
	content: '';
	background: #ffb10b;
	width: 1px;
	height: 50px;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
h4.white {
	color: #FFF;
}
h4.white:before {
	background: #FFF;
}
h5 {
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
h5.kontakttytul:after {
	content: '';
	width: 50%;
	background: #ffb10b;
	height: 1px;
	display: block;
	margin: 10px 0;
}

h6 {
	font-size: 15px;
}
.orange {
	color: #ffb10b;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}

/*a.button {
	color: #000;
	font-weight: 600;
	padding: 15px 25px;
	border-bottom: 1px solid #ffb10b;
	font-size: 14px;
}
a.button:hover {
	text-decoration: none;
	background: #ffb10b;
	color: #FFF;
}*/


a.button {
	color: #000;
	cursor: pointer;
	font-weight: 600;
	padding: 15px 25px;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #ffb10b;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.button:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: none;
	text-decoration: none;
}
a.button:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
a.button:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #ffb10b;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#cookie-notice .cn-button {
	border-radius: 0;
	border-bottom: 1px solid #ffb10b !important;
	background: none;
	color: #000;
	font-weight: 600;
}

.offer-content h5 {
	letter-spacing: 0;
	text-align: left;
	margin-top: 50px;
}
.offer-content h5:before {
	content: none;
}
.offer-content p:not(.post-lead) {
	margin-top: 30px;
}
.lead-separator {
	border-color: #ffb10b;
	margin: 50px 0;
}
#map {
	background: url("../img/Background-1.jpg");
	background-size: cover;
	background-position: center;
}

.partner-logo {
	max-width: 100px;
	filter: grayscale(100%);
	opacity: .4;
	transition: all .4s;
}
.partner-logo:hover {
	opacity: 1;
	filter: none;
	transition: all .4s;
}

.pageTop {
	background: url("../img/topBar.jpg");
	background-size: cover;
	background-position: center bottom;
}
ul.listOrange {
	list-style: none; /* Remove default bullets */
}

ul.listOrange li::before {
	content: "\2022";
	color: #ffb10b;
	/*  font-weight: bold;*/  
	display: inline-block; 
	width: 1em; 
	margin-left: -1em; 
}
#o-nas-page {
	background: url("../img/o-nas-bg.jpg");
	background-size: 51% auto;
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}
#o-nas-page:before {
	content: '';
    height: 100%;
    width: 1px;
    background: #ffb10b;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.kontakt-line {
	position: relative;
}
.kontakt-line:before {
	content: '';
    height: 100%;
    width: 1px;
    background: #ffb10b;
    position: absolute;
    left: 33.3333%;
}
.offertaButton, .karieraBox {
	background: transparent;
    border: 2px solid #ffb10b;
    padding: 30px;
    margin: 15px;
    max-width: calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
}

/*FORMULARZE*/
.wpcf7-text, .wpcf7-textarea {
	height: auto;
	font-size: 13px;
	color: #000;
	padding: 18px 20px;
	font-weight: 500;
	border: 1px solid #cbcbcb;
	border-radius: 0;
	letter-spacing: 0.8px;
	width: 100%;
}
.kontakt-check-text {
	width: 90%;
	font-size: 11px;
	color: #000;
	letter-spacing: 0.8px;
	font-weight: 500;
	margin-left: 20px;
}
.wpcf7-list-item  {
	border-radius: 0;
	margin: 0 !important;
}
.form-check {
	padding: 0;
}
.polityka, .kontakt-check-text {
	display: inline-block;
	vertical-align: top;
}
.wpcf7-submit {
	font-size: 15px;
	font-weight: 600;
	padding: 20px 70px;
	background: transparent;
    border: 2px solid #ffb10b;
	transition: all .4s;
}
.wpcf7-submit:hover {
	background: #ffb10b;
	transition: all .4s;
}
.post-background, .post-background a, .post-background a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.post-title {
	color: #000;
}
.post-title:hover {
	color: #ffb10b;
}
.noblue {
	color: #212529;
}
.noblue:hover {
	font-weight: bold;
	color: #212529;
	text-decoration: none;
}
.spacer-20 {
	height: 20px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-30 {
	margin-top: 30px;
}

.karieraSub {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
}

.readmorekariera {
	color: #4d4d4d;
	font-weight: 600;
	font-size: 13px;
}
.readmorekariera:hover {
	color: #ffb10b;
}
.cvuploadwrap input[type="file"] {
    display: none !important;
}
.custom-file-upload {
	background: #ffb10b;
	display: block;
	width: 100%;
	color: #FFF;
	padding: 18px 20px;
    font-weight: 600;
    border: 1px solid #ffb10b;
    border-radius: 0;
    letter-spacing: 0.8px;
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
}
.fileadded {
	background: none;
	color: #000;
	border: 1px solid #cbcbcb;
	font-weight: 500;
}

.form-left {
	text-align: left;
}

.offer-box-section {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 15px;
}
.offer-box-wrap {
	flex: 0 0 calc(33.333% - 10px);
	border: 1px solid #ffb10b;
	padding: 0 25px 30px 25px;
	display: flex;
	text-align: center;
	flex-direction: column;
}
.offer-box-image {
	max-width: 100%;
	width: 100%;
	margin-top: -10px;
    margin-bottom: 35px;
}
.offer-box-title {
	color: #000;
	font-size: 24px;
	line-height: 34px;
	text-transform: none;
	font-weight: 500;
}
.offer-box-button {
	font-size: 14px;
	color: #000;
	margin-top: 35px;
}

iframe {
	width: 100%;
}

#oferta-page a.button {
	border: 1px solid #ffb10b;
    background: #ffb10b;
	display: block;
}
#oferta-page a.button:hover {
	background-color: transparent;
}
#oferta-page a.button:before {
    background: #FFF;
}
.text-link {
	color: #000; 
}
.text-link:hover {
	color: #ffb10b;
}