﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

a.main-solls-item {
    display: inline-block;
    background: #3c4854;
    padding: 60px 30px;
    color: #fff;
    text-decoration: none;
    min-height: 400px;
    position: relative;
}

    a.main-solls-item > h1 {
        font-size: 32px;
        font-weight: 900;
        letter-spacing: -0.03em;
        margin-bottom: 20px;
    }

    a.main-solls-item > div {
        position: absolute;
        bottom: 60px;
        left: 30px;
    }

        a.main-solls-item > div > span {
            position: relative;
            font-size: 18px;
            font-weight: 900;
            display: inline-block;
            overflow: hidden;
        }

            a.main-solls-item > div > span:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 3px;
                background: #d91c5c;
                display: block;
                transition: all 0.2s ease-in-out;
                transform: translateX(-100%);
            }

    a.main-solls-item:hover > div > span:before {
        transition: all 0.2s ease-in-out;
        transform: translateX(0%);
    }

    a.main-solls-item > p {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: -0.03em;
        line-height: 22px;
        margin-bottom: 50px;
    }

.cust-head {
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.03em;
}

    .cust-head > span {
        font-weight: 900;
        font-size: 32px;
        letter-spacing: -0.03em;
        color: #d91c5c;
    }

.btn-one {
    border: 0;
    background: #d91c5c;
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.main-cases {
    overflow: hidden;
    display: inline-block;
    min-height: 500px;
    width: 100%;
    position: relative;
}

    .main-cases > .bg {
        transition: all 0.5s ease-in-out;
        filter: blur(5px);
        transform: scale(1.2);
        display: inline-block;
        min-height: 500px;
        width: 100%;
        z-index: 0;
    }

    .main-cases:hover > .bg {
        transition: all 0.5s ease-in-out;
        filter: blur(0);
        transform: scale(1.1);
    }

    .main-cases > .content {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

        .main-cases > .content > ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: block;
            font-size: 12px;
            position: absolute;
            bottom: 30px;
            left: 30px;
        }

            .main-cases > .content > ul > li {
                display: inline-block;
                background: rgba(217, 28, 92, 0.5);
                padding: 3px 7px;
                margin-right: 5px;
                border-radius: 3px;
                color: #fff;
            }

        .main-cases > .content > .cust-logo {
            position: absolute;
            top: 30px;
            left: 30px;
            filter: brightness(0) invert(1);
            transition: all 0.2s ease-in-out;
        }

            .main-cases > .content > .cust-logo > img {
                height: 70px;
            }

        .main-cases > .content > p {
            color: #fff;
            text-decoration: none;
            display: block;
            position: absolute;
            bottom: 50px;
            left: 30px;
            right: 30px;
            background: rgba(0, 0, 0, 0.7);
            padding: 7px;
            border-radius: 3px;
        }

/* globals */
.text-hero-one {
    font-family: "Fira Sans";
    font-size: 76px;
    font-weight: 700;
    color: #fff;
}

.text-hero-sub {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #fff;
}

.block-141 {
    padding: 100px;
    background-color: #000;
}

.header-hero-one {
    min-height: 70vh;
    padding: 200px;
    background-repeat: no-repeat;
    background-position:center center;    
}

.newtop {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: 100px;
    font-family: "Fira Sans";
    color: #fff;
}

    .newtop > li {
        display: flex;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 500;
        height: 110px;
        align-items: center;
    }

        .newtop > li > a {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            height: 100%;
            padding: 10px 20px;
        }

            .newtop > li > a:hover {
                color: #fff;
                background-color: #d41a59;
            }

        .newtop > li:hover {
        }

        .newtop > li.subs {
            display: flex;
            padding: 10px 20px;
            font-size: 16px;
            font-weight: 500;
            height: 110px;
            align-items: center;
        }

            .newtop > li.subs:hover {
            }

            .newtop > li.subs:hover {
                color: #fff;
                background-color: #d41a59;
            }

                .newtop > li.subs:hover > a {
                    text-decoration: none;
                    color: #fff;
                }

            .newtop > li.subs > .subcontent {
                display: none;
                position: absolute;
                background-color: #fff;
                padding: 10px;
                left: 0;
                right: 0;
                top: 105px;
            }

        .newtop > li:hover > .subcontent {
            display: block;
        }

.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .social-icons li {
        margin: 0 7px;
    }

        .social-icons li a {
            color: #000;
            text-decoration: none;
        }

            .social-icons li a:hover {
                color: #d41a59;
            }

.subcontent h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.subcontent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
}

    .subcontent ul > li {
        margin: 5px 0;
    }

        .subcontent ul > li > a {
            text-decoration: none;
            color: #000;
            font-weight: 400;
        }

            .subcontent ul > li > a > span {
                text-decoration: none;
                color: #000;
                font-weight: 500;
                font-size: 16px;
            }

            .subcontent ul > li > a > p {
                text-decoration: none;
                color: #000;
                font-weight: 300;
                font-size: 14px;
            }

            .subcontent ul > li > a:hover > span {
                color: #d41a59;
            }

@media (max-width: 768px) {
    .header-hero-one {
        padding: 50px;
    }

    .text-hero-one {
        font-size: 46px;
    }

    .text-hero-sub {
        font-size: 24px;
    }

    .block-141 {
        padding: 10px;
    }
}
