html{
  scroll-behavior: smooth;
}

.slide-up {
  opacity: 0;
  transform: translateY(50px);
  animation: slideUp 0.8s ease-out forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


:root {
  --color-bg: #041124;
  --color-primary: #d1213d;
  --color-secondary: #FF6600;
  --color-light: #ffffff;
  --color-muted: #cfd4da;
  --color-adamed: #001A4B;
  --font-main: "Open Sans", sans-serif;
}

body.page-template-template-anesteloc {
  background-color: var(--color-bg);
  color: var(--color-light);
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------
   STICKY BUY BUTTON
-------------------------------------------------------------*/
.sticki-buy {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  border-radius: 50px;
  padding: 10px 18px;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  transition: transform 0.2s ease;
}

.sticki-buy{
  right: -21px;
  bottom: auto;
  top: 60px;
  background: #f68a1e;
  padding-right: 43px;
  height: 30px;
}

.sticki-buy a{
  font-size: 18px;
  color: black;
}


.sticki-buy:hover {
  transform: scale(1.05);
}

.sticki-buy-icon {
  background: #000;
  color: #f68a1e;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.sticki-buy-btn {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.sticki-buy{
  text-decoration: none;
}

@media (max-width: 768px) {
  .sticki-buy{
    display: none;
  }
}


/* ------------------------------------------------------------
   HEADER SECTION
-------------------------------------------------------------*/
.header-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 20px 120px;
  text-align: center;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.header-logo-image {
  width: 494px;
}

.header-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-light);
  line-height: 1.2;
  margin-bottom: 40px;
}

.header-content span {
  color: var(--color-primary);
}

.header-images {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/* ------------------------------------------------------------
   LEARN MORE SECTION
-------------------------------------------------------------*/
.learn-more-section {
  text-align: center;
  padding: 80px 20px;
  color: var(--color-light);
}

.learn-more-header {
  font-size: 34px;
  margin-bottom: 20px;
}

.learn-more-logo {
    width: 380px;
    margin-bottom: 25px;
    margin-top: -4px;
    margin-left: 40px;
}

.learn-more-content {
  text-align: left;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 300;
}
@media (min-width: 768px) {
    .learn-more-content {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
  .learn-more-logo{
    margin-left: 0;
  }
}

@media (min-width: 992px) {
    .learn-more-content {
        font-size: 24px;
    }
}

.learn-more-button-wrapper {
  display: inline-block;
  background: var(--color-primary);
  padding: 5px 30px;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.learn-more-button{
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  margin: auto;
  max-width: 188px;
}

/* ------------------------------------------------------------
   REASON MENU
-------------------------------------------------------------*/
.reasons-menu {
  padding: 60px 20px 40px;
}

.reasons-menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.reason-menu-item {
  text-align: center;
}

.reason-menu-icon {
  width: 31px;
  height: auto;
}

.reason-menu-content {
  color: var(--color-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.reason-menu-item a {
  text-decoration: none;
  color: var(--color-light);
  transition: transform 0.2s ease;
}

/* ------------------------------------------------------------
   REASONS SECTION
-------------------------------------------------------------*/
.reason-section {
  padding: 80px 35px;
  max-width: 1200px;
  margin: 0 auto;
}

.reason {
  margin-bottom: 60px;
}

.reason-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.reason-icon {
  width: 50px;
}

.reason-title {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #d1213d;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .reason-title {
    font-size: 38px;
  }
}

.reason-2 .reason-title{
    color: #f68a1f;
}
.reason-4 .reason-title{
    color: #f68a1f;
}

.reason-content {
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-muted);
}

.reason-przypisy {
  font-size: 13px;
  color: var(--color-muted);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 40px;
}

/* ------------------------------------------------------------
   INFO SECTION
-------------------------------------------------------------*/
.info-section {
  background: #173661;
  padding: 40px 20px;
  text-align: center;
}

.info-header {
  font-size: 32px;
  margin-bottom: 10px;
}

.info-subheader {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-muted);
}

.info-content {
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.7;
}

.info-buttons {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

.info-button {
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    padding: 0 35px 0 60px;
    min-height: 65px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 400;
    max-width: 264px;
    font-family: 'Nunito', sans-serif;
}
.info-button::after{
    display: block;
    content: "»";
    margin: auto;
    font-size: 40px;
    transform: rotate(90deg);
    box-sizing: border-box;
    margin-left: 25px;
}

.info-button:hover {
  background: white;
  color: #173661;
}

/* ------------------------------------------------------------
   WARNING SECTION
-------------------------------------------------------------*/
.warning-section {
  background: #d1213d;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.6;
}


/* ------------------------------------------------------------
   RESPONSIVE
-------------------------------------------------------------*/
@media (max-width: 768px) {
  .header-content h1 {
    font-size: 36px;
  }

  .header-images {
    flex-direction: column;
    align-items: space-around;
    margin-top: 290px;
  }

  .reason-header {
    flex-direction: column;
    text-align: center;
  }

  .info-buttons {
    flex-direction: column;
    margin: auto;
    margin-bottom: 30px;
  }
}




html{
    margin-top: 0 !important;
}

.header-section1{
    padding-top: 57px;
}

.site-header{
    text-align: left;
    margin: auto;
}

.warning-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.warning-inner{
    font-weight: 700;
    font-size: 22px;
}
@media (max-width: 768px) {
  .warning-inner{
    font-size: 19px;
  }
}

.warning-inner p{
    text-align: left;
    margin: 0 20px;
}

@media (min-width: 576px) {
    .warning-inner, .info-inner, .site-header, .header-content{
        max-width: 500px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .warning-inner, .info-inner, .site-header, .header-content{
        max-width: 680px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .warning-inner, .info-inner, .site-header, .header-content{
        max-width: 920px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1300px) {
    .warning-inner, .info-inner, .site-header, .header-content{
        max-width: 1000px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1480px) {
    .warning-inner, .info-inner, .site-header, .header-content{
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.info-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info-header{
    font-family: 'BloggerSansLight', sans-serif;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 14px;
}

.info-subheader{
    font-family: 'BloggerSansLight', sans-serif;
    font-size: 26px;
    color: white;
}

.info-content{
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
}

.reason-przypisy{
    color: white;
    font-size: 13px;
    font-weight: 300;
    line-height: 14.3px;
    border: none;
    padding-top: 0;
    margin-top: 70px;
}

.reason-przypisy a{
    color: white;
}

.reason-przypisy p{
    margin-top: 0;
    margin-bottom: 5px;
}

.reason-section{
    max-width: 1090px;
}

.reason-content p {
    font-size: 15px;
    margin-bottom: 15px;
    color: white;
    font-weight: 300;
}

@media (min-width: 768px) {
    .reason-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .reason-content-1 p{
        display: inline;
    }
    
}

@media (min-width: 992px) {
    .reason-content p {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .reason-content-1 p{
        display: inline;
    }
}

.reason-icon-wrapper{
    background: #39556f;
    border: 10px solid #1f3f5c;
    border-radius: 100%;
    height: 112px;
    width: 112px;
    margin-right: 20px;
}

.reason-icon{
    width: 65px;
    height: 76px;
    display: inline-block;
    margin: 19px 24px;
}

.reason-first-row-wrapper{
    display: flex;
}
@media (max-width: 768px) {
    .reason-first-row-wrapper{
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
}


.reason{
    margin-bottom: 0px;
}

.reason-menu-item{
    display: inline-flex;
    background: #d1213d;
    font-size: 17px;
    border-radius: 30px;
    align-items: center;
    width: 241px;
    margin: -3px 0;
    padding: 10px 0;
}

.reason-menu-content{
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.reason-menu-item-2 .reason-menu-icon{
    width: 39px;
    height: 37px;
}

.reason-menu-item-3 .reason-menu-icon{
    width: 35px;
    height: 44px;
}

.reason-menu-item .reason-menu-icon{
    margin-left: 20px;
}

.reason-menu-item-1 .reason-menu-content{
    margin-left: 18px;
    margin-top: 1px;
}

.reason-menu-item-2 .reason-menu-content{
    margin-top: 1px;
    margin-left: 37px;
}

.reason-menu-item-3 .reason-menu-content{
    margin-top: 1px;
    margin-left: 12px;
}

.reason-menu-item-4 .reason-menu-content{
    width: 77%;
}

.reason-section{
    padding-top: 0;
}

.learn-more-section{
    max-width: 1050px;
    margin: auto;
}

.learn-more-header-header-wrapper{
    display: flex;
}

.learn-more-header{
    font-family: 'BloggerSansLight', sans-serif;
    font-weight: 500;
    font-size: 48px;
}

.learn-more-button{
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.learn-more-button-archon::after{
    display: block;
    content: "»";
    margin: auto;
    font-size: 40px;
    transform: rotate(90deg);
    box-sizing: border-box;
    margin-right: 12px;
    margin-left: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

.learn-more-button-wrapper{
    width: 240px;
    display: flex;
    margin: auto;
    margin-bottom: 50px;

}

.header-content{
  margin: auto;
}

.header-content h1 {
    font-family: 'BloggerSansLight', sans-serif;
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    font-weight: 500;
    text-align: left;
    height: 0;
}

@media (min-width: 768px) {
    .header-content h1 {
        font-size: 63px;
        line-height: 60px;
        top: 180px;
        left: 50px;
    }
}

@media (min-width: 1300px) {
    .header-content h1 {
        top: 147px;
        left: 313px;
        font-size: 83px;
        line-height: 80px;
    }
}


.header-section1{
    padding-bottom: 0;
}

.learn-more-section{
    padding-bottom: 40px;
}

.learn-more-header-header-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-image-right{
  max-height: 214px;
  position: absolute;
  top: 115px;
  right: 0;
}
.header-logo-image{
    width: 354px;
}
.header-images{
  gap: 0;
  margin-bottom: -200px;
  margin-top: 140px;
}
.header-content h1{
  max-width: 260px;
  font-size: 50px;
  line-height: 46px;
}

@media (min-width: 576px) {
  .header-content h1{
    max-width: 330px;
    margin-top: 50px;
    font-size: 52px;
    line-height: 54px;
  }
  .header-images{
    gap: 0;
    margin-bottom: -200px;
    margin-top: 70px;
  }
  .header-image-left{
    margin-left: 10px;
    margin-top: 60px;
  }
  .header-image-right{
    max-height: 214px;
    position: absolute;
    top: 110px;
    right: 0;
  }
  .learn-more-header-header-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-logo-image{
    width: 354px;
  }
}

@media (max-width: 768px) {
  .info-button {
    margin: auto;
    margin-bottom: 30px;
  }
}


@media (min-width: 768px) {
  .header-images{
    gap: 0;
    margin-bottom: -200px;
  }
  .header-image-left{
    margin-left: 80px;
    margin-top: 60px;
  }
  .header-image-right{
    margin-top: -115px;
    max-height: 234px;
    margin-left: -210px;
    position: unset;
  }
  .reasons-menu-list{
    max-width: 530px;
    margin: auto;
  }
  .header-content h1{
    max-width: 400px;
  }
  
  .header-content h1 {
    font-size: 63px;
    line-height: 60px;
  }
  .header-logo-image{
    width: 494px;
  }
}

@media (min-width: 992px) {
  .header-images{
    gap: 0;
    margin-bottom: -200px;
  }
  .header-image-left{
    margin-left: 70px;
    margin-top: 60px;
  }
  .header-image-right{
    margin-top: -95px;
    max-height: 514px;
    margin-left: -100px;
  }
  .reasons-menu-list{
    max-width: 530px;
    margin: auto;
  }
  .header-content h1{
    max-width: 400px;
  }
  .learn-more-header-header-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1300px) {
  .header-images{
    gap: 0;
  }
  .header-image-left{
    margin-left: 110px;
  }
  .header-image-right{
    margin-left: -100px;
  }
  .header-content h1{
    max-width: 440px;
  }
  .learn-more-header-header-wrapper{
    flex-direction: row;
  }

  .header-content h1 {
    font-size: 83px;
    line-height: 80px;
  }
  
}

@media (min-width: 1140px) {
  .reasons-menu-list{
    max-width: none;
  }
}

.learn-more-section{
  margin-top: 30px;
}

@media (min-width: 1480px) {
  .header-image-right{
    margin-top: -175px;
    max-height: 644px;
    margin-left: 0px;
  }

  .header-image-left{
      max-height: 545px;
      margin-top: 110px;
  }

  .header-images{
      margin-bottom: -250px;
      gap: 0px;
  }
  .header-content h1{
    max-width: 440px;
  }   
}

.reasons-wrapper{
      background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 455px) {
  .header-image-right{
    max-height: 90px;
    top: 135px;
  }
  .header-images{
        margin-bottom: -160px;
  }
}

/* ------------------------------------------------------------
   STYLE STOPKI
-------------------------------------------------------------*/

.footer-wrapper{
    color: rgb(23, 54, 97);
    font-size: 14px;
}
.footer-wrapper a{
    text-decoration: none;
    color: rgb(23, 54, 97);
}

.footer-section1, .footer-section2 {
    margin: auto;
}

@media (min-width: 576px) {
    .footer-section1, .footer-section2 {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .footer-section1, .footer-section2 {
        max-width: 960px;
    }
}

@media (min-width: 1300px) {
    .footer-section1, .footer-section2 {
        max-width: 1040px;
    }
}

@media (min-width: 1480px) {
    .footer-section1, .footer-section2 {
        max-width: 1010px;
    }
}

@media (min-width: 1480px) {
    .footer-section1, .footer-section2 {
        max-width: 1320px;
    }
}

.footer-section1 img{
    width: 362px;
}
.footer-section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer-section1-wrapper{
    background: #f3f5f6;
}

.footer-section2-wrapper{
    background: white;
}

.footer-name{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-left: 40px;
}

.footer-contact-www{
    padding-right: 10vw;
}

@media (max-width: 992px) {
    .footer-contact-www{
        padding-right: 0;
        text-align: center;
    }
    .footer-section1{
        flex-direction: column;
        align-items: center;
    }
    .footer-section1-left{
        padding: 10px 0;
    }
    .footer-name{
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .footer-section1-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
}

.footer-section2-wrapper{
    padding-top: 24px;
    padding-bottom: 9vh;
    box-shadow: 40px 35px 55px black;
}

.footer-section2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sticky-footer {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    height: 7vh;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #144089;
    margin-left: 70px;
    border-radius: 50px 0 0 50px;
}

.sticky-footer img{
    margin-left: -140px;
}

.content-wrapper{
    padding-bottom: 60px;
}

.footer-wrapper{
  font-weight: 300;
}

@media (max-width: 768px) {
  .sticky-footer{
    margin-left: 30px;
  }
  .sticky-footer img{
    margin-left: -60px;
  }
}

