/*!
 * Start Bootstrap - Agency v5.0.7 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #0020A0;
    text-decoration-line: underline;
}

a:hover, a:active, a:focus {
  color: #FFC030;
    text-decoration-line: none;
}
a.speaker {
  color: #FFC030;
    text-decoration-line: underline;
}

a.speaker:hover, a.speaker:active, a.speaker:focus {
  color: #A0A0A0;
    text-decoration-line: none;
}
a.agenda {
  color: #FFC030;
    text-decoration-line: none;
}

a.agenda:hover, a.agenda:active, a.agenda:focus {
  color: #0020A0;
    text-decoration-line: none;
}
.text-primary {
  color: #1e10ac !important;
    text-decoration-style: double;
}
.text-primary:hover {
  color: #FFC030 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; 
}
hr {
border-bottom: 2px solid #ffffff;
width: 40%;
    margin-bottom: 10px;
}
hr.footer {
border-bottom: 1px solid grey;
width: 40%;
    margin-bottom: 10px;
}
section {
  padding: 40px 0;
}

section h2 {
  font-size: 26px;
    line-height: 38px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3 {
        font-size: 24px;
        font-weight: bold;
    padding: 15px 0px;
    }
section h4 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5rem;
    }
section h5 {
        font-size: 18px;
        font-weight: 600;
    line-height: 24px;
    }
section p {
    font-size: 18px;
  line-height: 1.5;
}
ul.check {
  list-style-image: url(../img/check.png);
}
ul.dot {
  list-style-image: url(../img/circle-dot-regular.svg);
}
li {
   font-size: 16px;
  line-height: 1.5;
}
.linkedin {
    height: 20px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
    section h2 {
  font-size: 40px;
        line-height: 55px;
  margin-top: 0;
  margin-bottom: 25px;
}
    section h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }
    section h4 {
        font-size: 25px;
        font-weight: 500;
        line-height: 35px;
    }
    section h5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 5px;
    }
    section p {
    font-size: 18px;
  line-height: 1.55;
}
    li {
    font-size: 16px;
  line-height: 1.5;
}
    .linkedin {
    height: 25px;
    margin-bottom: 5px;
}
}

.btn {
  font-weight: 600;
}

.btn-xl {
  font-size: 18px;
  padding: 5px 10px;
}

.btn-primary {
  background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: black;
}
.btn-speaker {
  background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 15px 10px 10px grey;
}
.btn-speaker:active, .btn-speaker:focus, .btn-speaker:hover {
  background-color: #FFC030 !important;
  border-color: #FFC030 !important;
  color: black;
    box-shadow: none;
}
.btn-ticket {
  background-color: white;
    color: black;
}

.btn-ticket:active, .btn-ticket:focus, .btn-ticket:hover {
  background-color: #0020A0;
  color: white;
}
.btn-offcanvas {
  background-color: transparent;
    color: #1e10ac;
    font-size: 25px;
    font-weight: normal;
}

.btn-offcanvas:focus, .btn-offcanvas:hover {
  color: #FFC030; 
    text-decoration-line: underline;
} 


::selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: transparent;
    box-shadow: none;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: inherit;
  color: white;
  border: 0;
  background-color: transparent;
  
}

#mainNav .navbar-brand {
  color: #FFC030;
    font-size: 18px;
  font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 80%;
  font-weight: 500;
  padding: 0.75em 0.75em;
  letter-spacing: 1px;
  color: #000000;
    background-color: white;
  
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #FFC030;
}
#mainNav.navbar-shrink {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 45px black;
  }
#mainNav.navbar-shrink .navbar-brand {
  color: #FFC030;
}
#mainNav.navbar-shrink .navbar-toggler {
  color: #ffffff;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
      color: #FFC030;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 0.6em !important;
      font-weight: 500;
      font-size: 16px;
      color: white;
      background-color: transparent;
  }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #FFC030 !important;
}
  #mainNav.navbar-shrink {
      box-shadow: 0 0 45px black;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 20px;
    padding: 12px 0;
      color: #FFC030;
  }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: white;
    }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #FFC030 !important;
}
}

header.masthead {
  color: white;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/Warszawa1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

header.masthead .intro-text {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  header.masthead h1 {
      font-weight: normal;
      font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    
  }
header.masthead h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
  }
  header.masthead h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: auto;
    margin-bottom: 20px;
  }

@media (min-width: 768px) {
    header.masthead {
  color: white;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/Warszawa1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
  header.masthead .intro-text {
    padding-top: 190px;
    padding-bottom: 120px;
  }
  header.masthead h1 {
      font-weight: normal;
      font-family: 'Open Sans', sans-serif;
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 30px;
  }
    header.masthead h2 {
        font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 40px;
  }
  header.masthead h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: auto;
    margin-bottom: 45px;
  }
}
footer a {
    color: #A0A0A0;
    text-decoration-line: underline;
}
footer a:hover, a:focus {
    color: black;
    text-decoration-line: underline;
}
img {
    width: 100%;
    height: auto;
}
.bg-gradient-primary-to-secondary {
  color: white;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/Warszawa1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.text-gradient {
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.9) 0%, rgba(30, 48, 243, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-muted {
    color: #707070;
}
.pink {
background-color: #FFC030;
    color: white;
}
.yellow {
background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/Warszawa1.jpg);
background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
    color: white;
}
@media (min-width: 768px) {
    .yellow {
  background-attachment: fixed;
}
}
.yellow2 {
background-image: linear-gradient(315deg, rgba(255, 192, 48, 0.8) 0%, rgba(255, 192, 48, 0.9) 100%), url(../img/bg.jpg);
background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
    color: black;
}
.yellow3 {
background-color: rgba(255, 192, 48, 1);
    color: #c0c0c0;
}
.custom-offcanvas {
  width: 300px; /* Przykładowa szerokość */
}

@media (min-width: 768px) {
  .custom-offcanvas {
      margin: 150px;
      padding: 20px 10px;
    width: 800px; /* Przykładowa szerokość dla większych ekranów */
  }
}
.nav-tabs .nav-link {
        color: #FFC030;
        border: 2px solid #dee2e6;
        border-radius: 10px 10px 0px 0px;
    }
    .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6;
    }
    .nav-tabs .nav-link.active {
        color: #0020A0;
        background-color: transparent;
        border-color: #dee2e6 #dee2e6 #fff;
    }
.acordeon {
            color: #FFC030;
        }
.carousel-item {
            height: 100vh; /* wysokość sekcji */
            background-size: cover;
            background-position: center;
        }
.agenda {
    color:#FFC030;
}
.card {
    border: 3px dashed #000000;
    border-radius: 20px;
}
card.download {
    border: none;
}
img.download {
    border: 1px solid #000000;
}
.was-validated .form-control:invalid, .was-validated .form-check-input:invalid {
            border-color: #dc3545;
        }
        .was-validated .form-control:valid, .was-validated .form-check-input:valid {
            border-color: #28a745;
        }
.textarea-lg {
            font-size: 1rem;
            padding: .5rem;
            border-radius: .25rem;
            width: 100%; /* Szerokość 100% kontenera */
            height: 250px; /* Wysokość pola */
        }
.select-with-arrow {
            position: relative;
        }
        .select-with-arrow select {
            appearance: none; /* Usuwa domyślny styl przeglądarki */
            -webkit-appearance: none; /* Dla Safari */
            -moz-appearance: none; /* Dla Firefox */
            padding-right: 2.5rem; /* Miejsce na ikonę */
        }
        .select-with-arrow::after {
            content: '\25BC'; /* Unicode dla strzałki w dół */
            position: absolute;
            right: 10px;
            top: 75%;
            transform: translateY(-50%);
            pointer-events: none; /* Ikona nie będzie interaktywna */
            font-size: 1rem;
            color: #555; /* Kolor ikony */
        }
.nav-pills .nav-link {
      background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 8px 10px 10px grey;
        margin: 0.3rem;
    }
    .nav-pills .nav-link.active {
      background-color: #FFC030 !important;
  border-color: #FFC030 !important;
  color: black;
    box-shadow: none;
    }
@media (min-width: 768px) {
    .nav-pills .nav-link {
    background-color: #FFC030;
  border-color: #FFC030;
    color: black;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 15px 10px 10px grey;
        margin: 0.6rem;
    }
}