.footerTopText{
    p {
        font-size: 14px;
        margin-bottom: 0px;
        font-size: 16px;
    }
}
.footerWrap{
    background-color: #202020;
    padding: 80px 0 20px;
    border-bottom: 1px solid rgba(255.255 0.255 0 0.2);
    position: relative;
    z-index: 2;
    margin-top: 90px;
    .newsletterSec {
        position: relative;
        margin-top: -135px;
        margin-bottom: 50px;
        .newsletterInner {
            background-color: var(--orange);
            padding: 30px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            .newsletterLeft {
                width: 100%;
                .secH {
                    font-size: 30px;
                    margin-bottom: 0px;
                }
                p {
                    margin-bottom: 0;
                }
            }
            .newsletterRight {
                width: 100%;
                display: flex;
                justify-content: center;
                gap: 15px;
                .newsFrm {
                    width: 60%;
                    position: relative;
                    input {
                        width: 100%;
                        min-height: 60px;
                        padding: 0 20px;
                        border-radius: 8px;
                        border: none;
                        margin-bottom: 0;
                        outline: none;
                        border: 1px solid #ced4da;
                        margin-bottom: 0;
                        background-color: #fff;
                    }
                    .subscribeBtn {
                        width: 45px;
                        height: 45px;
                        right: 0;
                        top: 0;
                        position: absolute;
                        background: url(../img/send.png) no-repeat center center;
                        background-size: 20px;
                        transition: 0.5s;
                        border: none;
                    }
                }
                .dpChannel {
                    width: calc(100% - 60% + 20px);
                    a {
                        margin-top: 0;
                        display: inline-flex;
                        padding: 10px 15px;
                        font-weight: 500;
                        width: 100%;
                        background-color: #fff;
                        border-radius: 10px;
                        align-items: center;
                        gap: 15px;
                        color: #000;
                        .wpCh-icon {
                            color: #25d366;
                            font-size: 40px;
                        }
                    }
                }
            }            
        }
    }
    .footerWidget{
        a, p{
            color: #fff;
            margin-bottom: 0;
        }
        a:hover{
            color: var(--orange);
        }
        h5 {
            color: var(--orange);
            font-size: 20px;
            text-transform: capitalize;
        }
        .menu {
            column-count: 2;
            li {
                padding: 7px 0;
            }
        }
        .socialLinks {
            margin-top: 30px;
            a {
                margin-left: 0;
                margin-right: 20px;
                font-size: 20px;
            }
        }
        ul.footerContact {
            li {
                padding: 7px 0;
                padding-left: 25px;
                position: relative;
                margin-bottom: 10px;
                &::before{
                    position: absolute;
                    left: 0;
                    top: 12px;
                    font-size: 20px;
                    content: "";
                    color: var(--orange);
                    font-family: "FontAwesome";
                }
                &.address{
                    &::before {
                        content: "\f3c5";
                    }
                }
                &.footerCall{
                    &::before {
                        content: "\f095";
                        font-size: 15px;
                        top: 9px;
                    }
                }
                &.footerMail {
                    &::before{
                        content: "\f0e0";
                        font-size: 15px;
                        top: 9px;
                    }
                }
            }
        }
    }
}
.copyrightWrap {
    position: relative;
    padding: 20px 0 0;
    margin-top: 20px;
    background-color: #202020;
    text-align: center;
    border-top: 1px solid rgb(227 227 227 / 10%);
    z-index: 12;
    .copyrightTxt {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    p a {
        color: var(--orange);
    }
    p {
        margin-bottom: 0;
        color: #e7e7e7;
    }
    .copyTxtMiddle ul {
        display: flex;
        justify-content: center;
        li{
            padding: 0 10px;
            &:not(:last-child) {
                border-right: 1px solid #fff;
            }
            a {
                color: #fff;
                transition: 0.5s;
                &:hover{
                    color: var(--orange);
                }
            }
        }
    }
}


@media (max-width: 1280px) {
    .footerWrap {
        .newsletterSec {
            .newsletterInner {
                flex-wrap: wrap;
                .newsletterLeft{
                    margin-bottom: 20px;
                    text-align: center;
                }
                .newsletterRight {
                    .dpChannel {
                        a {
                            .wpCh-icon {
                                font-size: 30px;
                            }
                        }
                    }
                    .newsFrm {
                        input {
                            height: 50px;
                            min-height: 50px;
                            background-color: #fff;
                        }
                    }
                }
            }
        }
    }
}



@media (max-width: 991px) {
    .footerWrap {
        .footerWidget {
            .footerLogo{
                text-align: center;
            }
            .footerTxt{
                text-align: center;
            }
            .socialLinks {
                text-align: center;
                display: flex;
                justify-content: center;
                gap: 20px;
                margin-bottom: 20px;
                a{
                    margin-right: 0px;
                }
            }
            h5 {
                margin-bottom: 0px;
                background-color: #000;
                border-radius: 10px;
                padding: 10px 15px;
                position: relative;
                &::after{
                    position: absolute;
                    right: 15px;
                    content: "\f107";
                    font-size: 16px;
                    color: var(--orange);
                    font-family: "FontAwesome";
                    top: 50%;
                    transform: translateY(-50%);
                    transition: 0.5s;
                }
                &.active{
                    &::after{
                        transform: rotate(180deg) translateY(-50%);
                        top: 2%;
                    }
                }
            }
        }
        .widgetItem{
            h4{
                width: 100%;
                padding: 10px 20px;
            }            
            .footerWidgetContent{
                display:none;
                padding: 10px;                
            }
            &:not(:last-child){
                margin-bottom: 10px;
            }
        }
    }
    .copyrightWrap {
        .copyrightTxt {
            flex-wrap: wrap;
            .copyTxtLeft{
                width: 100%;
                text-align: center;
                margin-bottom: 10px;
            }
            .copyTxtMiddle{
                display: flex;
                justify-content: center;
                width: 100%;
            }
        }
    }
}
@media (max-width: 768px) {
    .footerWrap {
        .footerWidget {
            .footerTxt {
                text-align: justify;
            }
        }
    }
}
@media (max-width: 640px) {
    .footerWrap {
        .newsletterSec {
            .newsletterInner {
                .newsletterRight {
                    flex-wrap: wrap;
                    .newsFrm {
                        width:100%;
                    }
                    .dpChannel{
                        width: 100%;
                    }
                }
            }
        }
    }
}
@media (max-width: 580px) {
    .copyrightWrap{
        padding-bottom: 100px;
    }
    .footerTopText {
        p {
            font-size: 14px;
            text-align: justify;
        }
    }
}
@media (max-width: 480px) {
    .footerWrap {
        .newsletterSec {
            .newsletterInner {
                padding: 20px;
                .newsletterLeft {
                    .secH {
                        font-size: 24px;
                        margin-bottom: 0px;
                    }
                }
                .newsletterRight {
                    gap: 0;
                }
            }
        }
    }
    .copyTxtMiddle{
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        ul{
            display: flex !important;
            justify-content: center !important;
            flex-wrap: wrap !important;
            li{
                width: 100%;
                text-align: center;
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-right: none;
                border-right: none;
                &:last-child{
                    margin-bottom: 0px;
                    border-bottom: 0px;
                    border-bottom: 0px;
                }
            }
        }
    }
    .copyrightWrap {
        .copyTxtMiddle ul {
            li {
                width: 100%;
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-right: none !important;
                border-bottom: 1px solid #fefefe33;
            }
        }
    }
}
