HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/sudameris.sumar.com.py-bk/scss/_slider.scss
.slider_bg_1{
    background-image: url(../img/banner/banner.png);
}
.slider_bg_2{
    background-image: url(../img/banner/banner2.png);
}
.slider_bg_3{
    background-image: url(../img/banner/banner3.png);
}
.slider_area{
    position: relative;
    z-index: 0;
    // &::before{
    //     background: #001D38;
    //     position: absolute;
    //     left: 0;
    //     top: 0;
    //     width: 100%;
    //     height: 100%;
    //     content: '';
    //     opacity: .6;
    // }
    .single_slider{
        height: 650px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        @media #{$mobile_device} {
            height: auto;
        }
        @media #{$tablet_device} {
            height: 600px;
        }
        .slider_text{
            @media #{$mobile_device}{
               margin: 100px 0 50px 0;
            }
            h3{
            font-family: $font3;
            font-size: 150px;
            text-transform: capitalize;
            font-weight: 400;
            line-height: .5;
            color: #fff;
            margin-bottom: 0;
             @media #{$mobile_device} {
                font-size: 50px;
            }
             @media #{$tablet_device} {
                font-size: 94px;
            }
             @media #{$mid_device} {
                font-size: 100px;
            }
             @media #{$large_device} {
                font-size: 120px;
            }
            //  @media #{$mid_device} {
            //    font-size: 35px;
            // }
            }
            p{
                font-size: 20px;
                font-weight: 400;
                color: #FFF;
                margin-top: 33px;
                margin-bottom: 49px;
             @media #{$mid_device} {
                // font-size: 16px;
             }
             @media #{$mobile_device} {
                font-size: 18px;
                margin-top: 20px;
                margin-bottom: 20px;
             }
            }
        }
    }
    .owl-carousel .owl-nav div {
        height: 120px;
        left: 0px;
        width: 50px;
        color: #fff;
        background-color: transparent;
        @include border-radius(0);
        left: 50px;
        font-size: 14px;
        border: none;
        left: 150px;
        line-height: 120px;
        background: rgba(255,255,255,.2);
        left: 0;
        border: none !important;
        &.owl-next{
            right: 0;
            left: auto;
        }
        &:hover{
            background: rgba(255,255,255,255);
            color:#001D38 ;
            border: none;
        }
    }
}
.property_bg{
    background-image: url(../img/banner/property.png);
}