body,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
}

body {
    background: #F8F8F8;
}

.gradient-bgc-header {
    background: linear-gradient(90deg, #FAD126 0%, #FF544F 100%);
}

.logo {
    padding: 16px 0px;
}

.container-tittle {
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding-top: 96px;
    padding-bottom: 100px;
}

.tittle {
    background: linear-gradient(97deg, #FAD126 -22.95%, #FF544F 122.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Poppins";
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 115.02%;
    /* 110.419px */
    text-transform: uppercase;
    width: 90%;
    margin: auto;
}

.tittle-text {
    color: #474747;
    text-align: center;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    width: 75%;
    margin: auto;
}

/* KAFELKI */
.grid-padding-offer{
    padding:0px 0px 48px 0px;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* Dwie kolumny o równej szerokości */
    grid-template-rows: auto auto;
    /* Dwa wiersze o wysokości zależnej od zawartości */
    background: linear-gradient(277deg, #FF544F 0%, #FAD126 100%);
    padding: 0px;
    border-radius: 18px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    color: #F8F8F8;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border: 10px solid #F8F8F8;
    position: relative;
    background-color: transparent;
    box-shadow: inset 0 0 0 6px #F8F8F8;
    transition: all 0.3s ease-in-out;
}

.grid-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    height: 192px;
    border: 5px solid #F8F8F8;
    border-radius: 20px;
    color: white;
    text-decoration: none;
}

.grid-item:hover {
    transform: scale(105%);
}

.iconsvg {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-content: center;
}

/* SOCIAL MEDIA */
.gradient-bgc-socials {
    background: linear-gradient(90deg, #FAD126 0%, #FF544F 100%);
}

.socials {
    padding-bottom: 48px;
    display: flex;
    gap: 20px;
}

.sociale {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* poziome wyśrodkowanie zawartości */
    justify-content: center;
    /* pionowe wyśrodkowanie zawartości */
    text-align: center;
    padding: 16px 32px;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 16px;
    background: #FFF;
}

.socials-tittle {
    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 32px;
    padding-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sociale-tittle {
    display: flex;
    gap: 8px;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 16px;
    transition: background-color 0.3s ease;
}

.sociale-tittle-icon svg path {
    transition: fill 0.3s ease;
}

.sociale-tittle-text {
    color: #FF9100;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.sociale-tittle:hover {
    background-color: #FF9100;
}

.sociale-tittle:hover .sociale-tittle-text {
    color: #fff;
}

.sociale-tittle:hover .sociale-tittle-icon svg path {
    fill: #fff;
}

.sociale-text {
    color: rgba(71, 71, 71, 0.75);
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
    width: 90%;
    margin: auto;
}

.szkolenia-img-mobile {
    display: none;
}

.szkolenia-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container-szkolenia .col-12 {
    padding: 0px;
}


.szkolenia-tittle {
    color: #FF9100;
    font-family: "Poppins";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 42px */
}

.szkolenia-text {
    color: #474747;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    width: 80%;
}

.szkolenia-contact {
    width: fit-content;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #FF9100;
    text-decoration: none;
    transition: all 0.3s;
}

.szkolenia-contact-text {
    color: #FFF;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.szkolenia-contact:hover .szkolenia-contact-text {
    color: #FF9100;
    transition: all 0.3s;
}

.szkolenia-contact .szkolenia-contact-icon svg {
    fill: #fff;
    transition: all 0.3s;
}

.szkolenia-contact:hover .szkolenia-contact-icon svg {
    fill: #FF9100;
}

.szkolenia-contact:hover {
    background: #FFFFFF;
}

.szkolenia-contact-container {
    display: flex;
    gap: 20px;
}

.szkolenia-contact-icon {
    display: flex;
    align-items: center;
}


/* FOOTER */
.gradient-bgc-footer {
    background: linear-gradient(90deg, #FAD126 0%, #FF544F 100%);
}

.container-footer {
    padding: 32px 0px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.white-border-top {
    border-top: 1px solid #FFF;
    padding-top: 16px;
}

.text-no-decoration {
    text-decoration: none;
    color: inherit;
}

.polityka {
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    letter-spacing: -0.28px;
}

.ikonki {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.ikonka {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    background: #FFF;
}

.container-footer .col-12 {
    padding: 0px;
}

@media (max-width: 992px) {

    .logo {
        display: flex;
        justify-content: center;
    }

    .tittle {
        text-align: center;
        font-family: "Poppins";
        font-size: 35px;
        font-style: normal;
        font-weight: 900;
        line-height: 115.02%;
        /* 46.008px */
        text-transform: uppercase;
    }

    .tittle-text {
        color: #474747;
        text-align: center;
        font-family: "Poppins";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 24px */
        letter-spacing: -0.32px;
        width: 100%;
    }

    .socials-tittle {
        color: #FFF;
        text-align: center;
        font-family: "Poppins";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 28.8px */
    }

    .szkolenia-container {
        padding: 0px 12px;
    }

    .szkolenia-text {
        width: 100%;
    }

    .szkolenia-contact-container {
        flex-direction: column;
    }

    .szkolenia-contact {
        width: 100%;
    }

    .szkolenia-img-desktop {
        display: none;
    }

    .szkolenia-img-mobile {
        display: block;
    }

    .ikonki {
        justify-content: center;
        gap: 20px;
        align-items: center;
        padding-top: 24px !important;
    }

    .ikonka {
        width: 42px;
        height: 42px;
    }

    .polityka {
        display: flex;
        justify-content: center;
    }

    .logo-footer {
        justify-content: center;
        display: flex;
    }

    .contact-footer {
        flex-direction: column;
        gap: 16px;
        padding-top: 32px !important;
    }

    .contact-buttons {
        width: 90%;
        justify-content: center;
    }

.grid-padding-offer{
    padding:0px 12px 48px 12px;
}
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }
    .grid-item{
        border:none;
    }

    .grid-item-content {
        font-size: 16px;
    }
}