/*
Theme Name: Kreatywna Ekipa
Theme URI: https://rlink.pl/
Author: Rlink.pl
Author URI: https://rlink.pl/
Version: 2022.1
Text Domain: Kreatywna Ekipa
*/

html, body {
  font-family: 'Oswald', sans-serif;
}
h1, h2, h3,h4{
  font-family: 'Oswald', sans-serif;
}
p, a, ul, li, ol, strong {

}
:root {
  --gold-color: #7d7266;
}

.cont-fld{
  max-width: 1540px;
}


.navbar-nav li a{
  font-size: 16px;
  font-weight: 200;
  color: #131a31;
  text-transform: uppercase;
}

#about{
  background-color: #F0F0F0;
  padding: 100px 0;
}

.about__container{
  background-color: #fff;
  padding: 40px 40px;
}

.about__container--header h2{
  color: var(--gold-color);
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
}

.about__container--subheader h3{
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.about__container--text p{
  color: #101010;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

#teams{
  padding: 100px 0;
}

.row-cards{
  background-color: #F0F0F0;
}

.card-block-teams{
  padding: 0 40px;
}

.teams__container--header h2{
  font-size: 40px;
  color: #7d7266;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 54px;
}

.card-title-teams{
  font-weight: 300;
  font-size: 22px;
  color: var(--gold-color);
}

.card-text-teams{
  font-weight: 200;
}


#offers{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  width: 100%;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
}

.offers__container--heading h2{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
}

.offer__container--image img{
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.offer__container--heading h2{
  font-size: 22px;
  color: #7d7266;
  font-weight: 200;
  text-transform: uppercase;
}

.offer__container--text p{
  font-weight: 300;
}

#offer, #offersNew{
  background-color: #F0F0F0;
  padding: 50px 0;
}

.offersNew__container--header h2{
  font-size: 40px;
  color: #7d7266;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 54px;
}

.offersNew__container--sub-header h3{
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.offersNew-item__container--header h2{
  font-size: 22px;
  color: #7d7266;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 54px;
}

.offersNew__container--text p{
  font-size: 15px;
  color: #101010;
  line-height: 28px;
  font-weight: 200;
}

.carousel-indicators-teams{
  bottom: -50px;
}
.carousel-indicators-teams li{
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#gallery{
  background-color: #F0F0F0;
}
.gallery__container--header h2{
font-size: 40px;
color: #7d7266;
font-weight: 200;
text-transform: uppercase;
line-height: 54px;
}

.gallery__container--header a{
font-size: 16px;
font-weight: 200;
color: #191f34;
}

.form-inp{
font-size: 15px;
font-weight: 200;
}

.form-inp input{
border-radius: 0;
border:0;
border-bottom: 1px solid #000;
}

.form-inp textarea{
border-radius: 0;
border:0;
border-bottom: 1px solid #000;
}

.button-send{
  width: 100%;
  background-color: #101010;
  color: #fff;
}

.button-send:disabled {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

.container__footer--header h2{
  font-size: 40px;
color: #7d7266;
font-weight: 200;
text-transform: uppercase;
line-height: 54px;
}

.data-contact a{
  color: #101010;
  font-weight: 200;
  font-size: 15px;
}

.footer-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 60vw;
}

.banner-pub {
  background-repeat: no-repeat;
  background-size: cover;
  
  padding-top: 500px;
  width: 100%;
}

.banner-pub2{
  max-width: 575px;
  padding: 20px;
  background: #F0F0F0;
}

.banner-pub2 h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--gold-color);;
  margin: 0 0 20px;
}

.banner-pub2 p {
  color: #101010;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

#offer-page{
  margin: 50px 0;
}

.offer-page__container--text h2{
  color: var(--gold-color);
  font-size: 25px;
  font-weight: 600;
}

.offer-page__container--text p{
  color: #101010;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}

.video__container--image {
    position: relative;
    padding-bottom: 56.25%; /* Stosunek 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto;
}

.video__container--image iframe,
.video__container--image object,
.video__container--image embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}