/* Add here all your CSS customizations */
.custom-box .bg-out {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.custom-box .bg {
    height: 200px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: 300ms all;
}

.custom-box:hover .bg {
    background-size: auto 120%;
}

.custom-box a {
    text-decoration: none;
    font-weight: 700;
}



.custom-support-box * {
    box-sizing: border-box;
}

.custom-support-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #d3d1d1;
    border-radius: 15px;
    box-shadow: 2px 3px #00000024;
    margin-bottom: 30px;
}

    .custom-support-box .company-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.custom-support-box-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

    .custom-support-box-content .custom-support-box-content-text {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        padding: 10px 0;
    }

.custom-support-box .custom-support-box-outcontent {
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

    .custom-support-box .custom-support-box-outcontent img {
        width: 130px;
        height: 150px;
    }

    .custom-support-box .custom-support-box-outcontent .company-logo {
        background-repeat: no-repeat;
        background-size: 90% auto;
        background-position: center center;
        border: 1px solid #e1e1e1;
        border-radius: 15px;
    }

.custom-support-box .custom-support-box-outlink {
    align-items: flex-end;
    flex-direction: column;
    display: flex;
}

.custom-support-box a {
    background: #233752;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 100px;
}


.custom-box-project {
    background: white;
}

    .custom-box-project a {
        text-decoration: none;
    }

    .custom-box-project .bg {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        transition: 300ms all;
    }

    .custom-box-project:hover .bg {
        background-size: 110% auto;
    }

    .custom-box-project img {
        width: 100%;
        height: auto;
        max-height: 500px;
    }

    .custom-box-project .project-box-title {
        font-weight: 600;
        font-size: 15px;
        color: #222;
        padding: 15px 20px;
    }

/* Custom Social Share Buttons */
#custom-social-share-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

    #custom-social-share-buttons div.title {
        font-size: 16px;
        font-weight: 600;
        color: #222;
        font-style: normal;
    }

    #custom-social-share-buttons ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        border: 1px solid #e1e1e1;
        width: fit-content;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    }

        #custom-social-share-buttons ul > li {
            border-right: 1px solid #e1e1e1;
            box-sizing: border-box;
        }

            #custom-social-share-buttons ul > li:first-child,
            #custom-social-share-buttons ul > li:first-child a {
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }

            #custom-social-share-buttons ul > li:last-child,
            #custom-social-share-buttons ul > li:last-child a {
                border-right: none;
                box-sizing: border-box;
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            #custom-social-share-buttons ul > li a {
                color: #666;
                font-size: 16px;
                padding: 15px;
                float: left;
                min-height: 50px;
                min-width: 70px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 300ms all;
            }

                #custom-social-share-buttons ul > li a:hover {
                    text-decoration: none;
                }

                #custom-social-share-buttons ul > li a:hover {
                    color: #fff;
                }

            #custom-social-share-buttons ul > li.social-facebook:hover a {
                background: #37589b;
            }

            #custom-social-share-buttons ul > li.social-twitter:hover a {
                background: #46d4fe;
            }

            #custom-social-share-buttons ul > li.social-pinterest:hover a {
                background: #cb2027;
            }

            #custom-social-share-buttons ul > li.social-linkedin:hover a {
                background: #419cca;
            }

            #custom-social-share-buttons ul > li.social-tumblr:hover a {
                background: #345574;
            }

            #custom-social-share-buttons ul > li.social-vk:hover a {
                background: #597ba5;
            }

            #custom-social-share-buttons ul > li.social-reddit:hover a {
                background: #ff4500;
            }

            #custom-social-share-buttons ul > li.social-mail:hover a {
                background: #9fae37;
            }

.activity-home-slide-boxes-general {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activity-home-slide-boxes {
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.activity-home-slide-box {
    width: 20%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
}

    .activity-home-slide-box > div {
        display: flex;
        flex-direction: column;
        flex: 1;
        box-sizing: border-box;
    }

        .activity-home-slide-box > div div {
            display: flex;
            flex: 1;
            padding: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box;
            border: 1px solid #ddd;
        }

    .activity-home-slide-box .activity-bg-image {
        background-size: auto 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border: none;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center center;
        transition: 300ms all;
    }

    .activity-home-slide-box:hover {
        text-decoration: none;
    }

    .activity-home-slide-box img {
        height: 200px;
    }

    .activity-home-slide-box p {
        text-align: center;
        font-size: 13px;
    }

    .activity-home-slide-box:hover .activity-bg-image {
        background-size: auto 120% !important;
    }

@media (max-width: 575px) {
    .activity-home-slide-boxes {
        flex-direction: column;
    }
}
