.px-10 {
    padding: 0 50px;
}

.section {
    padding: 50px 0px;

}

.mini {
    font-size: 14px;
    color: #838383;
    margin: 0;
}

h2 {
    font-size: 38px;

}

h4 {
    font-size: 30px;
    font-weight: 600;
}

.primary-color {
    color: var(--primary-color);
}

.pry-btn {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    /* border-radius: 50px; */
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    margin: 10px 0;
    transition: all ease .5s;
}

.pry-btn:hover {
    border-radius: 50px;
}

.banner {
    background: rgb(246, 181, 106);
    background: linear-gradient(180deg, rgba(246, 181, 106, 1) 0%, rgba(248, 147, 31, 1) 66%, rgba(248, 147, 31, 1) 100%);
}

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

.banner .ban-ico .svg {
    padding: 50px;
    border-radius: 100%;
    background-color: black;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: all ease .5s;

}

.ban-ico .svg svg {
    height: 60px;
    width: 60px;

    /* color: #fff; */
    /* fill: #fff; */
    transition: all ease .5s;
}

.banner p {

    /* color: #fff; */
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    background-color: #fff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
}

.services ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.services ul li {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    width: fit-content;
    margin: 10px;
}

.counter {
    background-size: cover;
    background-image: url(../images/bann.jpg);
    background-attachment: fixed;
    color: #fff;

}

.counter h4 {
    font-size: 70px;
    line-height: 60px;
    margin-top: 20px;
}

.port img {
    width: 100%;
    height: 400px;
    object-fit: contain;

}

.head-ban {
    background-image: linear-gradient(45deg,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)), url(../images/board.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
}

.head-ban h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
}

.big-img{
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width:600px) {
    h2{
        font-size: 26px;
    }
    .head-ban {
        height: 200px;
        font-size: 32;
    }

    .head-ban h2 {
        font-size: 32px;
    }
    p.para{
        font-size: 14px;
    }

}