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/CW-techs/wp-content/themes/cw-techs/scss/footer.scss
@import 'partials';
  .footer {
      background-color: #111;
      padding: 40px 0;
      .footer-logo{
        margin-bottom: 20px;
        img{
        
            max-width: 163px;
            @media($sm-1679){
                max-width: 140px;
            }
            @media($sm-1441){
                max-width: 160px;
            }
        
        }
      }
      .footer-col{
        .f-col-1{
            width: calc(100%/5 - 20px);
            &:nth-child(3){
                margin-top: 27px;
                   @media(max-width:379px){
                    // width: 100%;
                 }
            }
      
             &:nth-child(4){
             
                   @media(max-width:379px){
                    width: 100%;
                 }
            }
            &:last-child{
                @media($sm-991){
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    .ft-title{
                        margin-bottom: 0px;
                        margin-right: 10px;
                    }
                }
                @media($sm-767){
                    width: 50%;
                    display: unset;
                }
                @media(max-width:379px){
                    width: 100%;
                }
              
            }
            @media($sm-1481){
                width: 19%;
                // &:nth-child(2){
                //     width: 20%;
                // }
            }
            // @media($sm-1199){
            //     width: calc(100%/3 - 20px);
            // }
              @media($sm-1281){
                width: 17%
            }
            @media($sm-991){
                width: 20%;
            }
                @media($sm-767){
                width: 50%;
                padding-bottom: 0px;
            }
            // @media(max-width:379px){
            //     width: 100%;
            // }
            .footer-content{
                font-family: $primary-font;
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                letter-spacing: 0%;
                color: #fff;
                text-decoration: none;
                display: flex;

                @media($sm-1679){
                font-size: 16px;
                line-height: 24px;
            }
            @media($sm-1441){
                font-size: 14px;
                line-height: 22px;
            }
            @media($sm-1281){
                font-size: 12px;
                line-height: 18px;
            }
            @media($sm-767){
                br{
                    display: none;
                }
            }
                  .ico{
                flex-shrink: 0px;
                margin-right: 10px;
            }
            &.active{
                color: #CD6429;
               
                    img{
                        filter: brightness(0) saturate(100%) invert(47%) sepia(40%) saturate(909%) hue-rotate(338deg) brightness(91%) contrast(94%);
                    }
                
            }
            }
            &.f-col-2{
                width: 24%;
                 @media($sm-1441){
                width: calc(100%/4 - 20px);
            }
            @media($sm-1199){
                width: calc(100%/3 - 20px);
            }
              @media($sm-991){
                width: 36%
            }
               @media($sm-767){
                width: 100%
            }
            //       @media(max-width:379px){
            //     width: 100%;
            // }
            }
            .menu-inner{
                display: flex;
            }
        }
        .ft-title{
            font-family: $primary-font;
            font-weight: 700;
            font-size: 18px;
            line-height: 28px;
            letter-spacing: 0%;
            color: #464646;
            margin-bottom: 16px;
            @media($sm-1679){
                font-size: 16px;
                margin-bottom: 12;
            }
            @media($sm-1441){
                font-size: 14px;
                
            }
            @media($sm-991){
                margin-bottom: 10px;
            }

        }
        .ft-lisr{
            list-style-type: none;
            padding-inline-start: 0px;
            &.ft-lis1{
                li{
                    margin-bottom: 14px;
                    @media($sm-991){
                        margin-bottom: 7px;
                    }
                }
            }
          
        }
       
      }
      .social-icons{
        a{
            margin-right:10px;
            @media($sm-1679){
                margin-right: 8px;
            }
            @media($sm-1441){
                margin-right: 6px;
            }
            &:last-child{
                margin-right: 0px;
            }
        }
      }
      .copy{
        border-top: 1px solid #1F1F23;
        width: 100%;
        text-align: center;
        font-family:$primary-font;
        font-weight: 400;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0%;
        padding-top: 40px;
        @media($sm-1679){
            padding-top: 30px;
        }
        @media($sm-1481){
            padding-top: 20px;
        }
        a{
            color: #fff;
        }
      }
      .social-icons{
        display: flex;
        align-items: center;
        .icon{
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            @media($sm-1679){
                width: 26px;
                height: 26px;
            }
            @media($sm-1441){
                width: 22px;
                 height: 22px;
            }
              @media($sm-1281){
                width: 22px;
                 height: 22px;
            }
           
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                
            }
        }
      }
    
    &.footer-login{
      
        .footer-col{
             display: flex;
           justify-content: space-between; 
           @media(max-width:1060px){
            flex-direction: column;
           }
             @media(max-width:767px){
                justify-content: center;
             }
           .footer-logo,.f-col-left{
            max-width: 163px;
            margin-bottom: 0px;
             @media(max-width:1060px){
               max-width: 100%;
               text-align: center;
              
             }
             @media($sm-767){
                 margin-bottom: 10px;
             }
           }
           .list-items{
            display: flex;
            @media(max-width:1060px){
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
             @media(max-width:767px){
                    flex-direction: column;
                }
            .list{
                display: flex;
                align-items: center;
                list-style-type: none;
                padding-inline-start: 0px;
                margin-bottom: 0px;
                @media(max-width:767px){
                    flex-direction: column;
                }
                li{
                    padding: 0px 25.6px;
                    border-right: 1px solid #202024;
                    color: #fff;
                    color: #fff;
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 28px;
                        letter-spacing: 0%;
                        text-decoration: none;
                    @media($sm-1679){
                        padding: 0px 22px;
                        font-size: 14px;
                    }
                    @media($sm-1441){
                        padding: 0px 18px;
                            font-size: 12px;
                    }
                    @media($sm-1281){
                        padding: 0px 12px;
                          font-size: 10px;
                    }
                    @media($sm-991){
                        padding: 0px 6px;
                          font-size: 12px;
                    }
                     @media($sm-579){
                        padding: 0px;
                    }
                    a{
                        color: #fff;
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 28px;
                        letter-spacing: 0%;
                        text-decoration: none;
                        @media($sm-1679){
                            font-size: 14px;
                        }
                        @media($sm-1441){
                            font-size: 12px;
                        }
                         @media($sm-1281){
                            font-size: 10px;
                        }
                        @media($sm-991){
                            font-size: 12px;
                        }
                    }
                }
            }
            .follow-sec{
                display: flex;
                align-items: center;
                padding-left: 25.6px;
                @media($sm-1679){
                        padding: 0px 22px;
                    }
                    @media($sm-1441){
                        padding: 0px 18px;
                    }
                    @media($sm-1281){
                        padding: 0px 12px;
                    }
                    @media($sm-991){
                        padding: 0px 6px;
                    }
                @media(max-width:767px){
                    justify-content: center;
                    flex-wrap: wrap;
                   
                }
                  @media($sm-579){
                        padding: 5px 6px;
                    }

                .follow-txt{
                    color: #35353D;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 28px;
                    margin-right: 32px;
                    letter-spacing: 0%;
                      @media($sm-1679){
                            font-size: 16px;
                            margin-right: 28px;
                        }
                        @media($sm-1441){
                            font-size: 14px;
                            margin-right: 24px;
                        }
                        @media($sm-1199){
                            margin-right: 18px;
                        }
                        @media(max-width:767px){
                            width: 100%;
                            text-align: center;
                             padding-bottom: 15px;
                         }       


                }
                .icon{
            width: 34px;
            height: 34px;
            display: flex;
            align-items: center;
            margin: 0px 10px;
            @media($sm-1679){
                width: 32px;
                height: 32px;
                margin: 0px 8px;
            }
            @media($sm-1441){
                width: 30px;
                 height: 30px;
                 margin: 0px 6px;
            }
              @media($sm-1281){
                width: 28px;
                 height: 28px;
                 margin: 6px;
            }
           
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                
            }}
            }
           }
           .f-col-rt{
            flex: 1;
            display: flex;
            justify-content: flex-end;
            @media(max-width:1060px){
                justify-content: center;
            }
           }
        }
    }
    .ftr-txt{
    color:#fff !important;
    text-decoration:none;
    }
    }