body {
    padding: 0;
    margin: 0;
}

.logo-name-toggle {
    display: none;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    color: #0097e6
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    justify-content: center;
    width: 100%;
    background-color: #0097e6;
    position: relative;
    overflow: hidden;
    transition: max-height 0.7s ease-out;
    max-height: 0;
    font-family: "Recursive", sans-serif;
}

.navbar-dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar-dropdown p {
    text-align: left;
    margin: 10px 0;
    color: white;
    font-size: 35px;
    padding-bottom: 2px;
    width: 170px;
}

.navbar-dropdown-div {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.right-arrow {
    width: 35px;
    padding-left: 50px;
}

.container-header {
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    height: 100px;
    background-color: white;
    font-family: "Recursive", sans-serif;
    align-items: center;
    border-bottom: #0097e6 solid 1px;
}

.container-header a {
    font-size: 25px;
    text-decoration: none;
    color: black;
}

.logo-name {
    font-weight: bold;
    font-size: 32px !important;
    color: #0097e6 !important;
}

.header-contact {
    background-color: #0097e6;
    padding: 15px 25px;
    border-radius: 55px;
    font-weight: 500;
    color: white !important;
}

.header-contact:hover {
    color: #0097e6 !important; 
    background-color: white;
    border: #0097e6 solid 1px;
    transition: 200ms;
}

.header-link {
    font-weight: 400;
}

.header-link:hover {
    border-bottom: #0097e6 solid 3px;
    padding-bottom: 7px;
    transition: 120ms;
}
/* home .css */

/* fin home .css */
@media (max-width: 1372px) {
    .content-container > p {
        font-size: 17px;
    }

    .p2 {
        font-size: 18px !important;
    }

    .p4 {
        font-size: 18px !important;
    }

    .content-5 > p {
        font-size: 22px !important;
    }
}

@media (max-width: 1000px) {
    .heroes-h1 {
        font-size: 30px;
    }

    .img-leaning {
        transform: rotateY(-13deg) rotateX(10deg);
    }

    .content-container > p {
        font-size: 16px;
    }

    .p2 {
        font-size: 17px !important;
    }

    .p4 {
        font-size: 17px !important;
    }

    .content-5 > p {
        font-size: 20px !important;
    }
}

@media (max-width: 850px) {
    .content {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        gap: 20px;
        margin-right: 20px;
    }

    .content-container {
        width: 90%;
    }

    .heroes {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .div-img-leaning {
        margin-top: 0;
        padding-top: 0;
        display: flex;
        justify-content: center;
        padding-bottom: 70px;
    }

    .img-leaning {
        margin-top: 0;
        padding-top: 0;
        transform: rotateY(0deg) rotateX(15deg);
    }

    .heroes-h1 {
        height: 300px;
    }

    /* .heroes-offer-div {
        padding-bottom: 17px;
    } */

    /*Beginning of phone section for header*/

    .container-header {
        display: none;
    }

    .container-header-phone {
        height: 100px;
        width: 100%;
        border-bottom: #0097e6 solid 1px;
        font-family: "Inter", sans-serif;
    }

    .logo-name-toggle {
        display: inline-block;
        position: absolute;
        font-weight: bold;
        font-size: 32px !important;
        color: #0097e6 !important;
        text-decoration: none;
        top: 30px;
        left: 20px;
        margin-left: 20px;
    }

    .menu-toggle {
        display: inline-block;
        position: absolute;
        font-weight: bold;
        font-size: 40px !important;
        text-decoration: none;
        top: 20px;
        right: 20px;
        margin-right: 20px;
    }
    .dropdown-menu {
        display: flex;
        max-height: 500px;
        height: 400px;
    }
}

@media (max-width: 475px) {
    .heroes-h1 > h1 {
        font-size: 50px !important;
    }
}

.footer {
    height: 30%;
    margin: 0;
    padding: 0;
    font-family: "Recursive", sans-serif;
    padding-top: 20px;
    padding-left: 10px;
}

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

.footer > h2 {
    font-size: 30px;
    color: #0097e6;
}

.footer a {
    text-decoration: none;
    padding-bottom: 17px;
    color: black;
    font-size: 20px;
}

#footer-wodenn{
    text-align: left;
    font-weight: 600;
}

.h1-p-offer-header-div {
    display: flex;
    padding: 10px;
    font-family: "Recursive", sans-serif;
    flex-direction: column;
    align-items: center;
}

.h1-p-offer-header {
    font-size: 45px !important;
    font-weight: 600;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: #0097e6 solid 4px;
    color: #0097e6;
}

.p-p-offer-header {
    /* display: flex;
    flex-direction: row; */
    padding: 10px 50px;
    /* gap: 100px; */
    font-family: "Inter", sans-serif;
    text-align: left;
    font-size: 19px;
    margin-bottom: 50px;
}

.p-p-offer-header > p {
    text-align: center;
}

body {
    margin: 0;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 10px;
}

.card-link {
    text-decoration: none;
    color: inherit;
}

.card {
    width: 350px;
    height: 270px;
    font-family: "Inter", sans-serif;
    background-color: #eff2f6;
    border-radius: 20px;
    padding: 28px 28px 20px;
    margin: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: black;
}

@media (max-width: 872px) {
    .card {
        width: 550px;
    }
}

@media (max-width: 489px) {
    .card {
        width: 350px;
    }
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

#div-h2 {
    width: 120px;
    padding: 0;
    margin: 0;
}

.div-h2-frontend {
    width: 148px !important;
}

.div-h2-forms {
    width: 115px !important;
}

.div-h2-backend {
    width: 142px !important;
}

#div-h2 > h2 {
    font-weight: 600;
    padding: 10px 20px;
    background-image: linear-gradient(120deg, #8fffce80 28.41%, #99f7ff80 69.04%);
    border-radius: 4px;
}

.card > h1 {
    font-size: 25px;
}

#p1 {
    font-weight: 300;
}

.last-container {
    display: flex;
    align-items: flex-end;
    padding: 10px;
}

.big-harrow-2 {
    height: 17px;
}

.offer-div-hiw {
    font-family: "Recursive", sans-serif;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.offer-div-hiw h1 {
    font-size: 45px !important;
    font-weight: 600;
    border-bottom: #0097e6 solid 4px;
    color: #0097e6;
    padding: 0 10px;
}

.card-hiw {
    background-color: #eff2f6;
    width: 85%;
    border-radius: 20px;
    padding: 17px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.card-hiw > h2 {
    font-size: 40px !important;
    font-weight: 500;
    border-bottom: #0097e6 solid 2px;
    color: #0097e6;
}

.card-hiw > p {
    font-size: 20px;
    text-align: center;
}

.offer-content {
    height: 38%;
    display: flex;
}

#p2 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    padding-right: 5px;
}

.content-purpose-div {
    background-color: white;
    font-family: "Inter", sans-serif;
    padding-left: 45px;
    padding-right: 45px;
}

.content-purpose-div-h1 {
    display: flex;
    justify-content: center;
}

.content-purpose-div-h1-txt {
    font-size: 45px !important;
    font-weight: 600;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: #0097e6 solid 4px;
    color: #0097e6;
}

.content-purpose-div > p {
    text-indent: 2rem;
    font-size: 18px;
}

.content-purpose-div > h3 {
    color: #0097e6;
    font-size: 30px;
    font-family: "Recursive", sans-serif;
}

a.link-contact {
    text-decoration: none;
    color: #0097e6;
}
