HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/israel-rentals/wp-content/themes/israel-rentals/scss/banner.scss
@import 'partials';
.banner{
    width:100%;
    background: url(../img/banner-img.png) no-repeat top center;
    background-size: cover;
    padding-top: 234px;
    padding-bottom: 172px;
    position: relative;
    @media ($sm-1441){
        padding-top: 200px;
        padding-bottom: 150px;
    }
    @media ($sm-579){
        padding-bottom: 90px;
    }
    .bnr-cont{
        max-width: 898px;
        margin: 0 auto;
        .bnr-title{
            color: #fff;
            text-align: center;
            font-size: 52px;
            line-height: 72px;
            font-weight: 500;
            margin-bottom: 15px;
            @media ($sm-1679){
                font-size: 38px;
                line-height: 52px;
            }
            @media ($sm-1441){
                font-size: 36px;
                line-height: 50px;
            }
            @media ($sm-1199){
                font-size: 30px;
                line-height: 40px;
            }
            @media ($sm-991){
                font-size: 26px;
                line-height: 36px;
            }
            br{
                @media ($sm-991){
                    display: none;
                }
            }
        }
        .bnr-desc{
            font-size: 18px;
            line-height: 32px;
            color: #E4EBEF;
            text-align: center;
            font-weight: 400;
            @media ($sm-1441){
                font-size: 16px;
                line-height: 20px;
            }
            @media ($sm-1199){
                font-size: 13px;
                line-height: 17px;
            }
            br{
                @media ($sm-991){
                    display: none;
                }
            }
        }
    }
    .bnr-btm{
        border-radius: 61px 61px 0 0;
        height: 61px;
        background-color: #fff;
        width: 100%;
        display: flex;
        position: absolute;
        bottom: -1px;
        justify-content: center;
        @media ($sm-1199){
            border-radius: 30px 30px 0 0;
        }
        @media ($sm-991){
            height: 45px;
        }
        @media ($sm-579){
            height: 17px;
            border-radius: 0;
        }
        .search-box-wrp{
            max-width: 716px;
            width: 100%;
            background-color: #fff;
            border: 1px solid #D1C9B9;
            height: 68px;
            padding: 23px 31px;
            box-shadow: 0px 14px 41px #776D571F;
            border-radius: 34px;
            margin: -33px auto 0;
            display: flex;
            @media ($sm-1679){
                padding: 20px 30px;
            }
            @media ($sm-1199){
                height: 60px;
                padding: 15px 25px;
                margin: -28px auto 0;
            }
            @media ($sm-991){
                height: 55px;
                padding: 15px 25px;
            }
            .form-control{
                border: none;
                box-shadow: none;
                outline: none;
                padding: 0px;
                flex: 1;
                font-size: 18px;
                font-weight: 500;
                margin-right: 20px;
                color: #998E76;
                @media ($sm-1679){
                    font-size: 16px;
                }
                &::-webkit-placeholder{
                    color: #998E76;
                }
                &::placeholder{
                    color: #998E76;
                }
            }
            .btn-search{
                padding: 0px;
                outline: none;
                box-shadow: none;
                border: 0px;
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 38px;
                background-color: transparent;
                img{
                    display: block;
                    @media ($sm-991){
                        height: 24px;
                    }
                }
            }
        }
    }
    &.listing-bnr{
        padding-top: 128px;
        padding-bottom: 60px;
        background: url(../img/list-bnr.png) no-repeat top center;
        background-size: cover;
        position: relative;
        overflow-x: clip;
        @media ($sm-579){
            padding-top: 75px;
            padding-bottom: 20px;
        }
        .bnr-cont{
            max-width: 100%;
            .bnr-big-txt{
                font-size: 130px;
                font-weight: 500;
                color: #fff;
                position: absolute;
                bottom: -16px;
                right: 45px;
                opacity: 0.15;
                white-space: nowrap;
                @media ($sm-1679){
                    font-size: 109px;
                    bottom: -4px;
                }
                @media ($sm-1481){
                    font-size: 100px;
                    bottom: 3px;
                }
                @media (max-width:1399px){
                    font-size: 90px;
                    bottom: 10px;
                }
                @media ($sm-991){
                    font-size: 70px;
                    bottom: 20px;
                }
                @media ($sm-579){
                    font-size: 45px;
                    bottom: -7px;

                }
            }
        }
        .bnr-btm{
            bottom: 0px;
            @media ($sm-579){
                // height: 40px;
                height: 17px;
                border-radius: 0;
            }
        }
    }
    &.dtl-bnr{
        padding-top: 128px;
        padding-bottom: 60px;
        background: url(../img/dtl-bnr.png) no-repeat top center;
        background-size: cover;
        @media ($sm-579){
            padding-top: 75px;
            padding-bottom: 20px;
        }
        .bnr-cont{
            max-width: 100%;
        }
        .bnr-btm{
            bottom: 0px;
            @media ($sm-579){
                // height: 40px;
                height: 17px;
                border-radius: 0;

            }
        }
    }
}

.breadcrumb-wrp{
    padding-top: 40px;
    margin-bottom: 25px;
    .breadcrumb{
        .breadcrumb-item{
            font-size: 16px;
            line-height: 19px;
            @media ($sm-1199){
                font-size: 14px;
                line-height: 17px;
            }
            @media ($sm-479){
                font-size: 13px;
                line-height: 16px;
            }
            a{
                color: #A6A6A6;
                text-decoration: none;
            }
            &.active{
                color: #fff;
            }
        }
        .breadcrumb-item+.breadcrumb-item::before{
            content: "";
            width: 3px;
            height: 19px;
            margin-right: 8px;
            background: url(../img/chevron-right.svg) no-repeat center;
            background-size: 10px;
            // filter: brightness(0) saturate(100%) invert(55%) sepia(99%) saturate(1155%) hue-rotate(167deg) brightness(96%) contrast(96%);
        }
        .breadcrumb-item+.breadcrumb-item.active::before{
            width: 3px;
            height: 19px;
            margin-right: 8px;
            background: url(../img/chevron-right-active.svg) no-repeat center;
            background-size: 10px;
            filter: none;
        }
    }
}

.search-box-list{
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #D1C9B9;
    height: 68px;
    padding: 23px 31px;
    border-radius: 34px;
    margin: 0 auto 35px;
    display: flex;
    position: relative;
    z-index: 1;
    @media ($sm-1679){
        margin: 0 auto 30px;
        height: 58px;
        padding: 18px 25px;
    }
    @media ($sm-1199){
        height: 50px;
        padding: 15px 25px;
        margin: 0 auto 20px;
    }
    @media ($sm-991){
        height: 55px;
        padding: 15px 25px;
    }
    @media ($sm-579){
        height: 50px;
        padding: 10px 20px;
    }
    .form-control{
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0px;
        flex: 1;
        font-size: 18px;
        font-weight: 500;
        margin-right: 20px;
        color: #998E76;
        @media ($sm-1679){
            font-size: 16px;
        }
        &::-webkit-placeholder{
            color: #998E76;
        }
        &::placeholder{
            color: #998E76;
        }
    }
    .btn-search{
        padding: 0px;
        outline: none;
        box-shadow: none;
        border: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 38px;
        background-color: transparent;
        img{
            display: block;
            @media ($sm-1441){
                height: 25px;
            }
            @media ($sm-991){
                height: 24px;
            }
        }
    }
}