* {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

#menu-icon {
    font-size: 35px;
    color: var(--text-color);
    cursor: pointer;
    z-index: 10001;
    display: none;
}


.regulamin {
    background-color: white;
    color: #646464;
    font-size: 1.3rem;
    padding: 80px;
    line-height: 40px;
}

.regulamin h2 {
    margin: 20px 0px;
}


.polityka h2 {
    margin: 20px 0px;
}

.polityka {
    background-color: white;
    color: #646464;
    font-size: 1.3rem;
    padding: 80px;
    line-height: 40px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

body {
    margin: 0;
    height: auto;
    justify-content: center;
    align-items: center;
    background-color: #03070c;
    background-size: cover;
    font-family: sans-serif;
    overflow-x: hidden;
}

.oswald {
    font-family: "Oswald", sans-serif;

}

.liczby {
    font-size: 45px;
    font-weight: 600;
    background-color: #000000;
    border: 3px solid #1b7dda;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    aspect-ratio: 1/1;
    padding: 5px;
    margin: 10px;
}

.oferty-text {
    margin-bottom: 40px;
    font-size: 40px;
    color: white;
    height: auto;
}

.justyfyC {
    justify-content: center;
}

.justyfyL {
    justify-content: left;
}

.bgc {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 1050px;
    justify-content: center;
    background-position: 100% 100%;
    background-size: cover;
}

.chuj {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 130px;
    width: 100%;
    height: auto;
    background-color: #cce6fd00;
}

.pricetext {
    font-size: 34px;
    padding: 25px 0px 0px 25px;
    justify-content: left;
    align-self: flex-start;
    width: auto;
    color: #22adee;
}

.oferContainer {
    text-align: left;
    padding: 0px 10px;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: white;
}

.margintop {
    margin-top: 20px;
}

.smalltext {
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto;
    padding: 0px 25px 0px 25px;
    text-align: left;
    font-size: 30px;
    margin-top: 30px;
}

.smalltext2 {
    height: auto;
    width: auto;
    padding: 0px 25px 0px 25px;
    margin: 20px 0px;
    font-size: 18px;
    align-self: center;
    text-align: left;
}

.smallertext {
    width: auto;
    height: auto;
    font-size: 17px;
    line-height: 19px;
    text-align: left;
    margin: 20px 0px;
    color: #ffffff;
}

.listadiv {
    display: flex;
    align-items: flex-start;
    height: auto;
    padding: 0px 25px;

}

.plan {
    color: white;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

.plantext {
    width: 50%;
}

.planbox {
    display: flex;
    flex-direction: row;

}

.plan h1 {
    font-size: 40px;
    margin: 30px;
    text-align: center;
}

.warning {
    margin: 20px;
}


.warning h2 {
    margin: 10px;
}


.positive {
    background-color: rgba(0, 255, 0, 0.149);
    width: 36%;
    border-radius: 5px;
    border: 1px solid rgba(0, 255, 0, 0.381);
    padding: 10px;
    margin: 10px;
}

.planlista {
    margin: 0px 30px;
}


.przyciskOferty {
    background: linear-gradient(190deg, rgb(0, 183, 255), rgb(0, 153, 255));
    width: 170px;
    margin: 30px;
    height: 50px;
    align-self: center;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .5s ease;
}

.przyciskOferty:hover {
    background-color: #44b23a;
    transition: all .5s ease;
}

.przyciskOferty {
    font-weight: 600;
    text-transform: uppercase;
}

.listakolor li::marker {
    list-style-type: disc;
    color: #00b7ff;
}

ul {
    list-style: none;
    padding-left: 0;
}

.listadiv ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
}

.listadiv ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    margin: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'><path d='M41.9375 8.625 C41.273438 8.648438 40.664063 9 40.3125 9.5625 L21.5 38.34375 L9.3125 27.8125 C8.789063 27.269531 8.003906 27.066406 7.28125 27.292969 C6.5625 27.515625 6.027344 28.125 5.902344 28.867188 C5.777344 29.613281 6.078125 30.363281 6.6875 30.8125 L20.625 42.875 C21.0625 43.246094 21.640625 43.410156 22.207031 43.328125 C22.777344 43.242188 23.28125 42.917969 23.59375 42.4375 L43.6875 11.75 C44.117188 11.121094 44.152344 10.308594 43.78125 9.644531 C43.410156 8.984375 42.695313 8.589844 41.9375 8.625 Z' fill='%23007bff'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    justify-self: center;
    display: flex;
}



.top-box {
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.oferty {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%;
    background-color: #cce6fd00;
    margin: 0;
}

.grid2x3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
    padding: 10px;
    align-items: center;
    padding: 0px 280px;
}

.res1 {
    height: 100%;
    width: 100%;
}

.block {
    min-width: 400px;
    width: 100%;
    display: flex;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    height: 100%;
    transition: all .5s ease;
    justify-content: space-between;
    gap: 10px;
}

.svg1 {
    aspect-ratio: 1/1;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #1986b28a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'><path fill='%23ffffff' d='M11 6 L11 58 L53 58 L53 24.154297 C53 22.117297 52.280703 20.144938 50.970703 18.585938 L42.109375 8.0429688 C41.021375 6.7479688 39.416609 6 37.724609 6 L11 6 z M15 10 L36.695312 10 C39.985312 10 41 11.365078 41 12.580078 C41 14.365078 39 17 39 17 C48.761 21.62 48.816406 21.618547 48.816406 25.185547 C48.816406 30.185547 49 54 49 54 L15 54 L15 10 z M22 26 L22 30 L42 30 L42 26 L22 26 z M22 34 L22 38 L42 38 L42 34 L22 34 z M22 42 L22 46 L35 46 L35 42 L22 42 z'/></svg>");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.svg2 {
    aspect-ratio: 1/1;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 15px;
    background-color: #1986b28a;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.svg3 {
    background-image: url("https://www.svgrepo.com/show/497576/task-square.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.block:hover {
    transition: all .5s ease;
    transform: scale(1.05);
    z-index: 1;
    border-color: #1b7dda;
    box-shadow: 0 4px 30px rgba(0, 195, 255, 0.178);
}

.textDuzy {
    font-size: 40px;
}

.block a {
    color: #000000;
    line-height: 20px;

}

.R {
    width: 50%;
    text-align: right;
    padding: 100px;
}

.L {
    width: 50%;
    padding: 100px;
    text-align: left;
}

.textalignC {
    text-align: center;
}

.alignCenter {
    align-items: center;
}

.alignS {
    align-items: flex-;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}



.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.full-300 {
    width: 100%;
    height: 300px;
}

.center {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.margin50 {
    margin: 50px;
}





:root {

    --bgccc-color: #707070;
    --bg-color: #1b7dda;
    --text-color: #fff;
    --main-color: #000000;
    --tc-color: rgba(0, 0, 0, 0.377);
    --transperent-color: rgba(255, 255, 255, 0);
}

a {
    color: rgb(156, 156, 156);
    list-style: none;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 10px;
}

.funkcyjne {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    transition: transform .50s ease;
    color: var(--text-color);
}



.funkcyjne:hover {
    transform: scale(1.4);
    transition: all .50s ease;
}

.navbar-scrolled {
    background-color: var(--main-color);
    transition: all .5s ease;
}

.navbar a {
    display: block;
    margin: 12px 0;
    padding: 0px 25px;
    transition: all .50s ease;
}

.navbar a:hover {
    color: var(--text-color);
    transform: translateY(5px);
}

.navbar a.active {
    color: var(--text-color);
}

.navbar.open {
    right: 2%;
}

.navbar {
    display: flex;
    transition: all ease 0.2s;

}

.navbar a {
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 500;
    padding: 5px 0;
    margin: 0px 30px;
    transition: all .50s ease;
}

.navbar a:hover {
    color: var(--main-color);
}

.navbar a.active {
    color: var(--main-color);
}

nav {
    width: 100%;
    height: 80px;
    display: flex;
    background-color: var(--transperent-color);
    transition: all .5s ease;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    margin: 0;
    z-index: 1000;
}

.nav {
    justify-content: space-between;
    align-items: center;

}

.nav a {
    color: var(--text-color);

}

.navL {
    display: flex;
    flex-direction: column;
    height: 80px;
    width: 300px;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}

.navR {
    display: flex;
    flex-direction: row;
    width: 70%;
    gap: 45px;
    align-items: center;
    justify-content: right;
    padding-right: 50px;
    list-style: none;

}

.grynlogo {
    font-weight: 700;
    font-size: 38px;
    line-height: 30px;
    text-align: center;
    color: var(--text-color);
    font-family: "Oswald", sans-serif;
}

.pusty1 {
    width: 100px;
    font-weight: 200;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--text-color);
    font-family: "Oswald", sans-serif;
}

.pusty1 {
    color: var(--text-color);
}

.pusty2 {
    width: 130px;
    font-weight: 200;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
}

.start {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 1050px;
    justify-content: center;
    background-image: url(tlo2.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.start.show-color::after {
    opacity: 1;
}


.kontenerStart {
    margin: 0;
}

.pathStart {
    width: 100%;
    height: 800px;
}

.textBoxStart h1 {
    color: var(--bg-color);
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.textBoxStart h2 {
    color: var(--text-color);
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.textBoxStart h4 {
    color: var(--text-color);
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.textBoxStart,
.drogaTextBox2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.contener-btn2 {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: center;
}

.btn-path2 {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #81c2ff;
    height: 50px;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    text-align: center;
    border: solid 3px;
}

.btn-path3 {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #85b4e0;
    height: 50px;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    text-align: center;
    border: solid 3px;
}

.btn-path2 a,
.btn-path3 a {
    font-size: 20px;
    line-height: 18px;
    color: var(--main-color);
}

.btn-path {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    background-color: var(--bg-color);
    width: 180px;
    border-radius: 20px;
    align-items: center;
    transition: all .50s ease;
    border-style: solid;
    border-width: 4px;
    height: 30px;
}

.btn-path a {
    color: var(--main-color);
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
}

.btn-path:hover {
    transform: scale(1.1);
    transition: all .50s ease;
    color: var(--text-color);
}

.drogaTextBox,
.drogaTextBox2 {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.drogaTextBox h2,
.drogaTextBox2 h2 {
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 20px;
}

.drogaTextBox h3 {
    font-weight: 200;
    font-size: 30px;
}

.drogaBloki {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.luzny {
    align-self: center;
    justify-self: center;
    text-align: center;
    width: 100%;
    height: 50px;
}

.luzny a {
    font-size: xx-large;
}

.box {
    width: 340px;
    height: 260px;
    background-color: var(--text-color);
    margin: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 14px 0px;
    transition: box-shadow .5s ease;
    background-color: #eeeeee;
}

.box:hover {
    transition: box-shadow .5s ease;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 10px 14px 0px;
}

.box img {
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

.ikonaPodzialu {
    color: #04AA6D;
}

.abc {
    font-size: 30px;
    line-height: 60px;
    color: var(--bg-color);
    font-weight: 200;
}

.textPodzialu {
    padding: 14px;
}

.szymonZdjecie {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
    margin-bottom: 100px;
}

.trzymaj-szymona {
    width: 1250px;
    height: 400px;
    background-image: url(icons/gryn.jpg);
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.trzymaj-szymona h2 {
    padding-top: 50px;
    width: 500px;
    height: 90px;
    font-size: 90px;
    color: #ffffff;
    text-transform: uppercase;
}

.trzymaj-szymona h3 {
    width: 350px;
    height: 20px;
    text-transform: uppercase;
    font-size: 60px;
    color: #ffffff;
}

.trzymaj-szymona h1 {
    width: 10px;
    height: 10px;
    text-transform: uppercase;
    font-size: 150px;
    color: #ffffff;
}

.oMnie {
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.trzymaj-mnie {
    width: 60%;
    height: 450px;
    background-color: #f0f0f0;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mnieL {
    margin-left: 30px;
    width: 60%;
    height: 400px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mnieL img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
}

.mnieR {
    width: 40%;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mnieR h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.mnieText {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    padding-right: 14px;
    padding-left: 14px;
}

.zmiana {
    width: 100%;
    height: 300px;
}

.zmiana h2 {
    font-size: 25px;
}

.procesTransform {
    width: 100%;
    height: 700px;
    display: flex;
}

.kalkulator {
    width: 100%;
    height: 100px;
}

.kontakt {
    width: 100%;
    height: 100px;
}



.kontakt {
    height: 630px;
}

/* SYSTEM DO FORMULARZA KONTAKTOWEGO */
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

@media(max-width: 1550px) {

    .grid2x3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0px 130px;
    }

    .smalltext {
        height: auto;
        width: auto;
        font-size: 25px;
    }
}

@media(max-width: 1024px) {

    .grid2x3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0px 100px;
    }

    .smalltext {
        height: auto;
        width: auto;
        font-size: 25px;
    }

    .navbar a {
        padding: 5px 0;
        margin: 0px 20px;
    }

}

@media(max-width: 940px) {
    nav {
        width: 100%;
        height: 60px;
        display: flex;
        background-color: var(--transperent-color);
        transition: all .5s ease;
        position: fixed;
        margin: 0;
        z-index: 1000;
    }

    .regulamin {
        background-color: white;
        color: #646464;
        font-size: 1rem;
        padding: 40px;
        line-height: 22px;
        padding-top: 70px;
    }

    .polityka {
        background-color: white;
        color: #646464;
        font-size: 1rem;
        padding: 40px;
        line-height: 22px;
        padding-top: 70px;
    }


    .planbox {
        display: flex;
        flex-direction: column;

    }

    .plantext {
        width: 100%;
    }

    .planlista {
        width: auto;
        margin: 0px 20px;

    }

    .navR {
        display: flex;
        flex-direction: row;
        width: 75%;
        gap: 25px;
        align-items: center;
        justify-content: right;
        padding-right: 50px;
        list-style: none;

    }

    .funkcyjne {
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        transition: transform .50s ease;
        color: var(--text-color);
    }

    .funkcyjne:hover {
        transform: scale(1.4);
        transition: all .50s ease;
    }

    .grid2x3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding: 0px 70px;
    }

    .grynlogo {
        width: 300px;
        position: relative;
        font-weight: 700;
        font-size: 30px;
        line-height: 24px;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: var(--text-color);
        font-family: "Oswald", sans-serif;
    }

    .pusty1 {
        height: 5px;
        width: 100px;
        justify-self: right;
        font-weight: 200;
        font-size: 10px;
        line-height: 0px;
        text-align: center;
        color: var(--text-color);
        font-family: "Oswald", sans-serif;

    }

    .pusty2 {
        width: 100px;
        height: 5px;
        font-weight: 200;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        color: var(--text-color);
        font-family: "Oswald", sans-serif;
    }



    .navL {
        display: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0px;
        margin-top: 10px;
        width: 180px;
        padding-bottom: 10px;


    }

    .smalltext {
        height: auto;
        width: auto;
        font-size: 30px;
    }

    .smalltext2 {
        height: auto;
        width: auto;
        padding: 0px 25px 0px 25px;
        font-size: 17px;
        align-self: center;
    }

    .smallertext {
        width: auto;
        height: auto;
        font-size: 13px;
        line-height: 19px;
        text-align: left;
        margin: 20px 0px;
        color: #ffffff;

    }

    .block {
        width: 400px;
        max-width: 600px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: white;
        height: 100%;
        text-align: center;
        transition: all .5s ease;
        justify-self: center;
    }
}

@media(max-width: 670px) {
    .navR {
        position: absolute;
        top: 100%;
        right: -40vh;
        width: 110px;
        height: 29vh;
        background: rgb(1, 67, 128);
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
        transition: all .50s ease;
        padding-right: 0px;

    }

    .open {
        right: 0vh;
    }


    .warning {
        margin: 20px;
        text-align: center;
    }


    .warning h2 {
        margin: 10px;
        text-align: center;

    }

    .planlista h2 {
        margin: 0px 20px;
        font-size: 20px;
    }

    #menu-icon {
        display: block;
        margin: 5px;
    }


    .grid2x3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 34px;
        padding: 0px 20px;
    }
}

@media(max-width: 420px) {

    .block {
        width: 300px;
        min-width: 300px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: white;
        height: 100%;
        text-align: center;
        transition: all .5s ease;
        justify-self: center;
    }

    .planlista h2 {
        margin: 0px 1px;
        font-size: 12px;
    }

    .liczby {
        font-size: 30px;
        width: 40px;
        height: 40px;
    }

    .smalltext {
        font-size: 20px;
    }
}






/*Stopka*/

.footer {
    background-color: #000;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: auto;
    margin: 0 auto;

    gap: 40px;
}

.footer-column {
    flex: 1 1 220px;
    min-width: 200px;
    padding: 2rem;
}

.footer h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.footer .highlight {
    color: var(--bg-color);
}

.footer p {
    margin: 10px 0;
    line-height: 1.6;
}

.footer h4 {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.footer-column span {
    float: right;
    font-weight: normal;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer hr {
    border: none;
    border-top: 1px solid #4d4d4d;
    margin: 30px 0 20px;
    width: 90%;
    justify-self: center;
}

.plan hr {
    border: none;
    border-top: 1px solid #64a2ff66;
    margin: 30px 0 20px;
    width: 70%;
    justify-self: center;
}

.social-icons a:hover {
    color: #2975ff;
}

.social-icons {
    margin-top: 15px;
}

.social-icons a {
    color: #ccc;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: #aaa;
}


footer {
    width: 100%;
    background-color: var(--main-color);
    color: var(--text-color);
}