/* global */
body { margin: 0; padding: 0; background-color: #090909;  }
header, section, footer { width: 100%; padding: 0; margin: 0 auto; /* border: 1px solid red; */ font-family: 'Montserrat', sans-serif; }
a, a:link, a:visited, a:hover, a:active { color: #fff !important; text-decoration: none !important; }

/* div { border: 1px solid black; } */
.reset { clear: both; }
.textLeft { text-align: left; }
/* header */
.big_frame { height: 100vh; min-height: 1200px; width: 100%; background-image:url('../img/big_bg.jpg'); background-size: cover; background-position: right; }
.inner_frame { width: 90%; margin: auto; }

.left_box { position: relative; top: 25vh; width: 40%; }
.left_box_text { color: #fff; }
.j_arrow { position: absolute; margin-left: -50px; margin-top: -150px; }
.join_h { text-transform: uppercase; font-weight: 700; font-size: 2em; }
.join_txt { font-size: 1.6em;  }
.join_btn { background-color: #006bff; color: #fff; padding: 15px; font-weight: 700; margin-top: 50px; width: 200px; text-align: center; border-radius: 40px; font-size: 1.2em; position: relative; z-index: 2; }

.logo { padding: 50px 0; margin-left: 0; width: auto; float: left; }
.menu, .menu2 { padding: 50px 0; margin-right: 0; float: right; display: flex; font-family: 'Montserrat', sans-serif; font-weight: bold; }
.menu .item, .menu2 .item { width: auto; padding: 0 20px; font-size: 18px; font-weight: 700; text-transform: uppercase; color: #fff; }
.menu .item a, .menu2 .item a { color: #fff !important; }
.menu .item a:hover, .menu2 .item a:hover { color: #006bff !important; transition: .2s; text-decoration: none; }
.mobile { display: none; }

#hamburger { display: none; position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100vh; background-color: #000; opacity: .95; }
#hamburger .inner_menu { display: block; text-align: center; font-size: 2em; margin-top: 20%; }
#hamburger .inner_menu a { color: #006bff !important; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: bold; }

#more {display: none;}
#myBtn { color: #3980c2; font-weight: bold; cursor: pointer; }

/* main */
#main { margin-top: 0; } 
.blu_z { position: relative; top: -600px; z-index: 1; }
.blu_z img { position: absolute; }

.blu_z2 { position: relative; top: -400px; z-index: 1; }
.blu_z2 img { position: absolute; right: 0; }

.marquee {
  height: 50px;
  width: 100%;
  color: #fff; font-size: 3em; text-transform: uppercase; font-weight: 700;
  overflow: hidden;
  position: relative;
  top: -150px;
}

.marquee div {
  display: block;
  width: 200%;
  height: 50px; 
  position: absolute;
  overflow: hidden;

  animation: marquee 35s linear infinite;
}

.marquee span {
  float: left;
  width: 100%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

/* points */
.points { text-align: center; color: #fff; width: 60%; margin: auto; display: flex; flex-wrap: wrap;  }
.points .p_item { width: 30%; display: flex-item; font-size: 1.5em; font-weight: 600; padding: 10px; margin: 20px auto; }

/* photo line */
.photo_line { position: relative; z-index: 3; text-align: center; white-space: nowrap; overflow-x: hidden; padding-top: 100px; padding-bottom: 100px; margin-left: -50px; }
.photo_line img { transform: rotate(6deg); filter: saturate(0); transition: 2s; border-radius: 60px; margin: -30px 10px; width: 20%;  } 
.photo_line img:hover { filter: saturate(1); transition: 2s; box-shadow: 0px 0px 40px 20px #006bff; transform: scale(.8); transform: rotate(6deg); } 

/* szukamy */
.f_item2 { width: 40%; text-align: justify; margin: auto; color: #fff; font-size: 1.5em; }
.f_item2 span { font-weight: 700; }
.it2 { font-size: 1.5em; }

/* dolacz */
.join_frame { width: 50%; margin: 200px auto 0 auto; text-align: center; color: #fff; font-size: 1.5em; position: relative; z-index: 2; }
.join_h1 { color: #006bff; font-size: 2em; font-weight: 700; }
.form { display: flex; flex-wrap: wrap; justify-content: center; }
.form_x1 { width: 100%; }
.form_x1 input { width: 93%; margin-top: 20px; padding: 10px; border-radius: 10px; font-family: 'Montserrat', sans-serif; border: 0px; }
.form_x2 { width: 50%; }
.form_x2 input { width: 85%; margin: 20px; padding: 10px; border-radius: 10px; font-family: 'Montserrat', sans-serif; border: 0px; }
.form_text { width: 93%; margin: auto; border-radius: 10px; font-family: 'Montserrat', sans-serif; border: 0px; padding: 10px; }

.arrow1 { position: absolute; margin-left: -300px; }
.arrow2 { position: absolute; right: -200px; bottom: 100px; text-align: right; }

.rodo { text-align: justify; font-size: .5em; color: #fff; width: 80%; margin-top: 35px; }
.apply { margin: auto; width: 300px; color: #fff; background-color: #006bff; padding: 10px; border: 0; border-radius: 30px; font-weight: 700; font-size: 2em; font-family: 'Montserrat', sans-serif; }

/* footer */
.x3 { display: flex; flex-wrap: wrap; justify-content: center; width: 90%; margin: 50px auto -300px auto; position: relative; z-index: 2;}
.x3_cell { width: 30%; color: #fff; text-align: center; align-self: center; }

@media only screen and (max-width: 1800px) {
 .left_box_text span { background-color: #000; } 
}
@media only screen and (max-width: 1500px) {
 .big_frame { background-image:url('../img/big_bg2.jpg'); background-size: cover; background-position: center; }
}
@media only screen and (max-width: 1280px) {
 .menu .item { width: auto; padding: 0 20px; font-size: 18px; text-transform: uppercase;  }
 .puchy { position: absolute; left: calc(50% - 175px); bottom: 180px; max-width: 370px; }
 .left_box { width: 90%; }
 .mbtn { margin: 50px auto; }
 .pmore { margin-top: 300px; border-radius: 0 0 30px 30px; background-color: #c09add; padding: 80px 0 80px 30px; font-size: 1.5em; color: #fff; position: relative; }
 
 .left_box_text span { background-color: #000; } 
}


@media only screen and (max-width: 920px) {
 .menu { display: none; }
 .mobile { display: block; }
 .pmore { width: 100%; margin-top: 300px; border-radius: 0 0 30px 30px; background-color: #c09add; padding: 80px 0 80px 0; font-size: 1em; color: #fff; position: relative; text-align: center; }
 #hamburger .inner_menu { display: block; text-align: center; font-size: 1.5em; margin-top: 30%; }
 .big_frame { min-height: 900px;}
 .left_box { width: 90%; top: 0vh ;}
 .points { width: 100%; margin-top: -50px; }
 .points .p_item { font-size: 1em; width: 40%; }
 .inner_frame { margin-top: 0 !important; flex-wrap: wrap; } 
 .join_frame { width: 90%; }
 .f_item2 { width: 100%; margin-top: 50px; }
 .form_x2 { width: 100%; margin: 10px auto 15px auto; }
 .form_x2 input { width: 93%; margin: 0; }
 .x3_cell { width: 90%; color: #fff; text-align: center; align-self: center; margin-bottom: 10px; }
 .blu_z { top: -300px; }
 .photo_line { padding-top: 50px; padding-bottom: 50px; }
 .photo_line img:hover { filter: saturate(1); transition: 2s; box-shadow: 0px 0px 15px 10px #006bff; transform: scale(.8); transform: rotate(6deg); } 
 .arrow2 { display: none; }
 .marquee { top: -100px; }
 .j_arrow { display: none; }
}

@media only screen and (max-width: 420px) {
 header, section, footer { width: 98%; }
 .left_box { width: 100%; }
 .blu_z img { position: absolute; max-width: 320px; left: -6px; }
}