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/video-rental/wp-content/themes/video-rental/scss/footer.scss
@import 'partials';
.site-footer{
    padding: 50px 0px;
    background-color: #0B0B0B;
    @media($sm-1679){
        padding: 40px 0px;
    }
    @media($sm-1481){
        padding: 30px 0px;
    }
     @media($sm-1199){
        padding: 20px 0px;
    }
    .ft-inner{
        align-items: center;
        @media($sm-579){
            flex-wrap: wrap;
        }

        .logo-footer{
            margin-bottom: 30px;
            max-width: 73px;
            height: 73px;
            img{
                width: 100%;
                height: 100%;
                // object-fit: cover;
            }
            @media($sm-579){
                margin: auto;
                margin-bottom: 10px;
            }
        }
        .footer-description{
            
            font-weight: 400;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 1.38px;
            vertical-align: middle;
            text-transform: capitalize;
            color: #9A9A9A;
            @media($sm-1679){
                font-size: 16px;
            }
            @media($sm-1481){
                font-size: 14px;
            }
            @media($sm-1199){
                font-size: 12px;
            }
            @media($sm-579){
                text-align: center;
            }
        }
        .footer-rt , .lef-sec{
            width: 50%;
            @media($sm-579){
                width: 100%;
            }
        }
        .lef-sec{
            margin-bottom: 10px;
        }
        .footer-rt {
          display: flex;
            align-items: center;
            justify-content: end;  
            @media($sm-579){
                justify-content: center;
            }
        }
        .footer-nav{
            display: flex;
            align-items: center;
            justify-content: end;
            margin-bottom: 0px;
            @media($sm-579){
                padding-inline-start: 0px;
            }

            li{
                list-style-type: none;
                padding: 0px 40px;
                @media($sm-1679){
                    padding: 0px 30px;
                }
                @media($sm-1481){
                    padding: 0px 20px;
                }
                @media($sm-1199){
                    padding: 0px 15px;
                }
                @media($sm-991){
                    padding: 0px 10px;
                }
                @media($sm-579){
                    &:last-child{
                        padding-left: 0px;
                    }
                }
                a{
                    font-weight: 400;
                    font-size: 17px;
                    line-height: 100%;
                    letter-spacing: 0%;
                    color: #fff;
                    text-decoration: none;
                     @media($sm-1679){
                        font-size: 16px;
                    }
                    @media($sm-1481){
                        font-size: 15px;
                    }
                    @media($sm-1199){
                        font-size: 14px;
                    }
                     &:hover,
                    &.active {
                        //color: $primary-color;
                         color: #f9b548;
                        &::before {
                            transform: scale3d(1, 1, 1);
                            transform-origin: 0 50%;
                        }
                    }
                }
            }
        }
    }
}