/* header */
#main-header{
	height: 500px;
    margin-bottom: -500px;
    z-index: 1000;
    position: relative;
}
.nav-link{
    color:white!important;
    font-size: 18px;
}

.brand-name{
    position: absolute;
    margin-bottom: -350px;
}

@media only screen and (max-width:992px){
    .brand-name{
        position: relative;
        margin-bottom: 0px;
    }
    .brand-name img{
        height: 100px!important;
    }
    .navbar{
        background-color: var(--primary-color);
    }
    #main-header{
        height: 200px;
    }
}

.socials-header{
    display: flex;
    align-items: center;
    border-right: 2px solid rgb(255 255 255 / 41%);
    margin-right: 20px;
    padding-right: 20px;
}
.social-link{
    margin-bottom: 0px;
    margin-right: 20px;
}

.header-addon{
    display: flex;
    align-items: center;
}
.btn-lang{
    background-color: transparent;
    border: none;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-active-link{
    font-weight: 500;
}



/* post */
.card-post{
    padding-top:20px ;
}
.card-body-p{
    padding-right: 30px;
}
.card-img-top{
    object-fit: cover;
    height: 260px;
}
.card-title a{
    color:white;
    text-decoration: none;
    font-weight: 600;
}
.post-card-time{
    font-weight: 500;
    font-size: 15px;
}
.post-category-badge{
    border: 1px solid #7C9DB1;
    text-transform: uppercase;
    color: #7C9DB1;
    font-size: 15px;
    padding: 6px 11px;
    font-weight: 500;
    border-radius: 100px;
}
.cat-Aktualności{
    border-color: #F25519;
    color: #F25519;
}
.cat-News{
    border-color: #F25519;
    color: #F25519;
}

.cat-Produkcje{
    border-color: #ffffff;
    color: #ffffff;
}

.cat-Publicystyka{
    border-color: #ffffff;
    color: #ffffff;
}










/* footer */
#main-footer{
    padding:10px;
    background-color: var(--primary-color);
}
.bottom-footer{
    border-top: 2px solid var(--light-color);
}
.top-footer .d-flex{
    flex-wrap: wrap;
	    gap: 20px;
    justify-content: space-between;
}
.nav-link-footer, .nav-link-footer:hover{
    color:white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.bottom-footer .row{
    align-items: flex-end;
}
.bottom-footer *{
    color:#D6D2D3;
}



/* arrows */
.arrow-right{
    margin-left: 0px;
    transition: all .2s;
}
.arrow-right:hover{
    margin-left: 8px;
}






/* swiper */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.img-slider{
    position: relative;
    transition: all .2s;
}
.bio-slider{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 0px;
    width: 100%;
    background-color: #233572;
    text-align: start;
    /* padding: 20px; */
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    transition: all .2s;
}
.bio-slider *{
    color: white;
}

.img-slider:hover .bio-slider{
    height: 100%;
}
.img-slider--in{
    width: 100%;
    height: 498px;
    object-fit: cover;
}
.swiper {
  max-width: 100%;
  margin: 0 auto;
}
.swiper-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}
.swiper-button-next {
  margin-top: 0px!important;
  position: absolute!important;
  top: 50%!important;
  right: -70px!important;
  width: 45px!important;
  height: 45px!important;
  transform: translateY(-50%)!important;
}
.swiper-button-prev {
  position: absolute!important;
  top: 50%!important;
  left: -70px!important;
  width: 45px!important;
  height: 45px!important;
  transform: translateY(-50%)!important;
  margin-top: 0px!important;
}
.container-xxl-swipper{
    position: relative;
}
.name-slider{
    font-size: 30px;
    color: white;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 10px;
}
.function-slider{
    color: white;
    font-size: 18px;
}
.swiper-button-prev::after, .swiper-button-next::after{
    content:''!important;
}

@media only screen and (max-width:992px){
    .swiper {
        max-width: 80%;
      }
      .swiper-button-prev{
        left: 5px!important;
      }
      .swiper-button-next{
        right: 5px!important;
      }
      .img-slider--in{
        height: 400px;
    }
    .bio-slider *{
        font-size: 14px;
    }
}






#blog{
    background-color: var(--dark-color);
}




/* newsletter */
.title-newsletter{
    color:white;
    font-weight: 500;
}
#gform_1{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.gform_body{
    width: 80%!important;
}

.gform_footer{
    width: 20%!important;
    text-align: center;
}

#input_1_1{
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgb(255 255 255 / 17%);
    color: white;
}
#input_1_1::placeholder {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
}

#input_1_2 *{
    color:#A5A5A5
}
#gform_submit_button_1{
    background-color: var(--orange);
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 17px 25px;
    border-radius: 1000px;
}


@media only screen and (max-width:992px){
    .gform_body, .gform_footer{
        width: 100%!important;
    }

}



#newsletter{
    background-color: var(--light-color);
}





/* post */
.atf-post{
    height: 90vh;
    background-color: var(--primary-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 500px;
    position: relative;
    z-index: 1;
}
.atf-post::after{
    position: absolute;
    background-image: url('./../img/overlay.png');
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
}

.atf-post::before{
    position: absolute;
    background-image: url('./../img/others2o.png');
    background-position: top right;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-repeat: no-repeat;
}


.main-content-post{
    background-color: var(--primary-color);
}


.bg-primary-col{
    background-color: var(--primary-color);
}








.atf h1, .atf-post h1{
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}



@media only screen and (max-width:992px){
    .atf, .atf-post{
        height: auto!important;
        min-height: 100vh;
    }
    .atf h1, .atf-post h1{
        margin-bottom: 0px;
    }
}

.href-category-badge{
    text-decoration: none;
    margin-left: 10px;
    line-height: 45px;
}










/* support us */
.sup-sect-1{
    position: relative;
    background-color: var(--primary-color);
}
.sup-sect-1::after{
    content: '';
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: white;
    z-index: 1;
}
.col-white{
    position: relative;
    z-index: 2;
}
@media only screen and (max-width:992px) {
    .col-white{
        background-color: white;
    }
    .sup-sect-1::after{
        display: none;
    }
}


.sup-sect-2{
    position: relative;
    background-color: var(--primary-color);
}
.sup-sect-2::after{
    background-image: url('./../img/bg-support.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content:'';
}









.logos-partners{
    display: flex;
    flex-wrap: wrap;
	 gap: 40px;
    /* justify-content: space-between */
}
.logo-partner{
    max-width: 100%;
    margin-bottom: 20px;
    height: 100px;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
    object-fit: contain;
}



.author-text{
    margin-left: 30px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}



.main-content-post img{
    max-width: 100%;
}