/********** Template CSS **********/
:root {
    --primary: linear-gradient(to right bottom, #0b63da, #008cef, #00afee, #00cde1, #60e7d5);
    --secondary: #999999;
    --light: #F0F0F0;
    --dark: #111111;
}
body {
    background-color: #F8FAFC;
    font-family: "Montserrat", "sans-serif";
    color: #0F172A;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}
p {
    color: black;
    font-size: 17px;
    line-height: 28px;
}
.trener {
    font-size:16px;
    line-height: 22px;
}
ul {
   color: black;
    font-size: 17px;
    line-height: 28px; 
}
.bright {
background-color: #F0F0F0;
transition: 0.5s;
}
.bright:hover {
background-color:  transparent;
    transition: 0.5s;
}
a {
    text-decoration: none;
    color: #3949AB;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    color: #81C2F8;
}
@media (max-width: 768px) {
 p  {
        font-size: 16px;
     line-height: 26px;
    }
    ul {
        font-size: 16px;
     line-height: 26px;
    }
}
a {
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
sup {
    color: green;
    font-weight: 500 !important;
}
sup.wow {
    color: red;
    font-weight: bold;
}
sup.media {
    color: orange;
    font-weight: bold;
}
span.small {
    font-size: 14px;
    color: black;
}
h1,
h2,
h3,
h5,
h6 {
    font-weight: 600 !important;
    line-height: normal;
}
h4 {
    font-weight: 500 !important;
    line-height: normal;
}
sup {
    color: green;
    font-weight: 700;
}

/*** Section ***/
section {
    padding-bottom: 40px;
    padding-top: 40px;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .2s;
}

.btn-outline-primary {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff ;
    border: none;
    background-color: #3949AB;
}
.btn-outline-primary:hover {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff ;
    border: none;
    background-color: #FF2060;
}

.btn-xl {
    padding: 7px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff ;
    border: none;
    background-color: #FF2060;
}
.btn-xl:hover {
    padding: 7px 12px !important;
    font-size: 16px !important;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff ;
    border: none;
    background-color: #3949AB;
}

.hop {
   transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.hop:hover, .hop:focus, .hop:active {
    transform: translateY(-6px);
}

/*** Navbar ***/
.navbar {
   background-color: #F8FAFC; 
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    color: #3949AB;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 35px 0;
    color: #1A237E;
    font-size: 18px;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FF2060; 
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 5px 0px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #1A237E;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #1A237E !important;
    background: var(--primary) !important;
}
/*** header ***/
header {
    padding-bottom: 150px;
    padding-top: 100px;
}
header h1{
    color: #1A237E;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 42px;
}
header h2{
    color:#FF2060; 
    font-weight: 500; 
    font-size:22px;
    letter-spacing: 1px;
}
header p {
    color: #1A237E;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 28px;
}
header ul {
    color: #1A237E;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 778px) {
    header {
    padding-bottom: 100px;
    padding-top: 70px;
}
header h1{
    color: #1A237E;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 34px;
}
header h2{
    color:#FF2060; 
    font-weight: 500; 
    font-size:16px;
    letter-spacing: 1px;
}
header p {
    color: #1A237E;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 28px;
}
header ul {
    color: #1A237E;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
}
}
/*** hr ***/
.thin {
    width: 70px;
}

/*** Artkuł ***/
.artykul {
    background: white;
    border-radius: 20px; 
    padding: 40px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.bg-deepblue {
    color: #ffffff !important;
    background-color: #1A237E;
}
.bg-deepblue p {
    color: #ffffff !important;
}
.bg-deepblue h2 {
    color: #ffffff !important;
}
.bg-deepblue a {
    color: #81C2F8;
}
.bg-deepblue a:hover, a:active, a:focus {
    color: #FF2060;
}
.bg-lightblue {
    background-color: #81C2F8;
    margin: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 40px;
    left: 0;
    border-top: none;
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 20px 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: white;
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: #0dcaf0;
    transition: .5s;
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: #F0F0F0;
    border-radius: 2px;
    color: black;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: #0b63da;
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px;
    color: darkslategrey;
}

.text-primary {
    color: #3949AB;
}
/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: white;
    background: var(--primary);
}

.footer .btn.btn-square:hover {
    color: #0dcaf0;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--dark);
}
.card {
background-color: #F0F0F0;
transition: 0.5s;
    border: none;
}
.card:hover {
background-color: transparent;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
transition: 0.5s;
}
.card-text {
    font-size: 15px;
    line-height: 22px;
}

tr {
    border-bottom: 1px solid #000000;   
}
td {
    font-size: 18px;
    color: black;
    line-height: 30px;
}
/*** Gradient-Font ***/
.gradientfont {
    font-style: normal;
    background-image: linear-gradient(to right bottom, #0b63da, #008cef, #00afee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient {
    background-image: linear-gradient(to right bottom, #0b63da, #008cef, #00afee); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course {
            border: 1px solid #ddd;
            padding: 10px 15px;
            margin-bottom: 10px;
        }
 .form-group {
     margin-bottom: 15px;
        }
        .form-label {
            margin-bottom: 4px;
            font-size: 16px;
            color: #0f0f0f;
        } 
.form-check-input {
    border: 1px solid #3949AB;
    background: rgba(11, 99, 218, 0.06);
}
.form-check-label {
    font-size: 14px;
    color: #0F0F0F;
}
.form-control {
    font-size: 12px;
    border: 1px solid #3949AB;
    background: rgba(11, 99, 218, 0.06);
    height: 30px;
}
.form-control:hover, .form-control:focus, .form-control:active {
    font-size: 12px;
    border: 1px solid #3949AB;
    box-shadow: none;
    background: white;
    height: 30px;
}
.form-select {
  font-size: 12px;
    border: 1px solid #3949AB;
    background: rgba(11, 99, 218, 0.06);
    height: 30px;
    color: #606060;
}
.form-select:hover, .form-select:focus, .form-select:active {
    font-size: 12px;
    border: 1px solid #3949AB;
    box-shadow: none;
    background: white;
    height: 30px;
}
.klik {
    background-color: transparent;
}
.klik:hover {
    background-color: white;
}
.hidden {
      display: none;
    }

.hero-section {
            background: url('https://via.placeholder.com/1920x600') no-repeat center center;
            background-size: cover;
            color: #fff;
            text-align: center;
            padding: 100px 20px;
        }

        .hero-section h1 {
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
        }

        .hero-section p {
            font-size: 1.2rem;
        }

        .section-title {
            color: #007BFF;
            margin-bottom: 20px;
        }

.bg-image1 {
  background-image: url(../img/katalog/agile-gra-zespolowa.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
}
.stronger {
    font-weight: 600;
}
.better {
    color: #3949AB;
    font-weight: 500;
}
.betterone {
    color: #3949AB;
    font-weight: 500;
    font-size:19px;
}
.bettertoo {
    color: #000000;
    font-weight: 500;
    font-size:15px;
    line-height: 22px;
}
.badge {
  background-color: rgba(129, 194, 248, 0.8);
    color: #3949AB;
    font-size: 14px;
    font-weight: 500;
}


        /***.card {
            border: none;
            transition: transform 0.2s, box-shadow 0.3s;
        }

        .card:hover {
            transform: translateY(-10px);
            
        }

        .card img {
            height: auto;
            object-fit: cover;
        } **\
