/*******************************************************
 *
 * Sport e
 *
 *******************************************************/
.ip-container #scroll-down {
    display: block;
}

#inner-page-wrapper {
   margin-bottom: 0;
}
   #inner-page-wrapper > .container {
      width: 100%;
      padding: 0;
   }

.global-title h1.is-default small {
   letter-spacing: 0;
}

.ip-international-content-area{
    position: relative;
    padding: 160px 15px 80px;
}

    .ip-international-bg::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }

.ip-international-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

    .ip-international-bg canvas {
        opacity: 0.26;
    }

.ip-international-bg2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    }

.ip-international-bg2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 2;
}

.ip-international-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    top: auto;
}

    .ip-international-bg2 canvas {
        opacity: 0.15;
    }

.ip-international-content-holder {
    position: relative;
    z-index: 5;
    max-width: 1400px;
    margin: 0 auto;
}

.ip-international-content-text {
    text-align: center;
    max-width: 850px;
    padding: 7px 0 0 0;
    margin: 0 auto;
}

    .ip-international-content-text p {
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 1.75;
        color: #222222;
        font-weight: 700;
        padding: 0 0 56px;
    }

.ip-int-properties-feed {
    display: flex;
    flex-wrap: wrap;
    margin: 32px -13px 0;
}

.ip-int-prop-list {
    width: calc(100% / 3);
    padding: 13px;
}

    .ip-int-prop-list a {
        display: block;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    }

        .ip-int-prop-list-img {
            position: relative;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .ip-int-prop-list a:hover .ip-int-prop-list-img{
                filter: grayscale(1);
            }

            .ip-int-prop-list-img canvas {
                display: block;
                width: 100%;
            }

                .ip-int-prop-list-img img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }

                    .ip-int-prop-list-logo {
                        position: absolute;
                        bottom: -3px;
                        right: 0;
                        opacity: .3;
                        z-index: 2;
                    }

                        .ip-int-prop-list a::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
                        }

                            .ip-int-prop-list-content {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                width: calc(100% - 30px);
                                max-width: 370px;
                                margin: auto;
                                z-index: 5;
                            }

                                .ip-int-prop-list-label {
                                    font-weight: 700;
                                    font-size: 35px;
                                    color: #fff;
                                }

                                    .ip-int-prop-list-text {
                                        font-size: 14px;
                                        color: #fff;
                                        font-weight: 300;
                                        line-height: 1.43;
                                        letter-spacing: .8px;
                                        margin: 10px 0 19px;
                                        height: 0;
                                        opacity: 0;
                                        -webkit-transition: all 0.3s ease-in-out;
                                        -moz-transition: all 0.3s ease-in-out;
                                        -o-transition: all 0.3s ease-in-out;
                                        transition: all 0.3s ease-in-out;
                                    }

                                        .ip-int-prop-list a:hover .ip-int-prop-list-text{
                                            height: 80px;
                                            opacity: 1;
                                        }

                                        .ip-int-prop-list-content .global-btn{
                                            height: 0;
                                            opacity: 0;
                                            margin-bottom: -32px;
                                        }

                                            .ip-int-prop-list a:hover .global-btn{
                                                height: 54px;
                                                opacity: 1;
                                                margin-bottom: 0;
                                            }

                                .ip-int-prop-list-content {
                                    position: absolute;
                                    bottom: 58px;
                                    left: 0;
                                    right: 0;
                                    width: calc(100% - 30px);
                                    max-width: 370px;
                                    margin: auto;
                                    z-index: 5;
                                    padding-left: 22px;
                                }

                            .ip-int-prop-list-content em.ai-line {
                                position: absolute;
                                bottom: 0;
                                width: 1px;
                                height: 100vw;
                                background: #fff;
                                left: 0;
                            }

                        .ip-int-prop-list-content em.ai-line::before {
                            position: absolute;
                            content: '';
                            bottom: 0;
                            left: 0;
                            width: 3px;
                            height: 14px;
                            background-color: var(--secondary-color);
                        }

.name-Safari .attachment-fixed canvas{
    background-attachment: local !important;
}

@media only screen and (max-width: 1280px) {
    .attachment-fixed canvas{
        background-attachment: local !important;
    }
}

@media only screen and (min-width: 992px) {
    .ip-international-content-holder {
        max-width: 91.25vw;
    }

    .ip-international-content-text {
        max-width: 53.125vw;
    }

    .ip-international-content-text p{
        font-size: 1.125vw;
    }

    .global-title h1 {
        padding-bottom: 5.05vw;
    }

    .ip-int-prop-list-label {
        font-size: 2.188vw;
    }

    .ip-int-prop-list-text {
        font-size: 0.875vw;
    }

    .ip-int-prop-list a:hover .ip-int-prop-list-text{
        height: 5vw;
    }

    .ip-int-prop-list-content {
        max-width: 23.125vw;
    }

    .ip-int-prop-list a:hover .global-btn {
        height: 3.375vw;
    }

}

@media only screen and (max-width: 991px) {
    .ip-international-content-area {
        padding: 50px 15px;
    }

    .ip-int-prop-list {
        width: 50%;
    }

    .ip-int-prop-list a:hover .ip-int-prop-list-text {
        height: auto;
    }

    .ip-int-prop-list-content {
        bottom: 20px;
    }

    .ip-int-prop-list-label {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-int-prop-list {
        width: 100%;
    }

    .ip-int-prop-list a {
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-int-properties-feed {
        margin: 0 -13px 0;
    }
}

