/*---------------------------------------
    ## Add Banner
---------------------------------------*/
.ads-banner-area-wrapper {
    &.leaderboard {
        .ads-banner-box {
            text-align: center;
        }
    }
}

.add-banner-x-area-wrapper {
    &.index-01 {
        margin-top: 30px;
    }
}

.add-banner-x-style-01 {
    position: relative;

    .content {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        margin-left: 30px;
        transform: translateY(-50%);
        padding-bottom: 4px;
        z-index: 0;

        .sub-title {
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: var(--secondary-color);
            text-transform: capitalize;
        }

        .title {
            font-family: var(--extra-font);
            font-size: 26px;
            font-weight: 700;
            line-height: 34px;
            color: var(--heading-color);
            text-transform: capitalize;
            margin: 5px 0 18px;
        }

        &.ex {
            margin-left: 60px;

            .title {
                font-size: 35px;
                line-height: 46px;
            }

            .btn-wrapper {
                a {
                    padding: 11px 26px 13px;
                    background-color: var(--secondary-color);
                    color: $white;

                    &:hover {
                        background-color: $white;
                        color: var(--secondary-color);
                    }
                }
            }
        }
    }
}

.add-banner-y-style-01 {
    position: relative;

    .content {
        position: absolute;
        z-index: 1;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding-bottom: 4px;
        text-align: center;

        .sub-title {
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: var(--secondary-color);
            text-transform: capitalize;
        }

        .title {
            font-family: var(--extra-font);
            font-size: 26px;
            font-weight: 700;
            line-height: 34px;
            color: var(--heading-color);
            text-transform: capitalize;
            margin: 5px 0 18px;
        }
    }
}

.add-banner-y-style-02 {
    position: relative;

    .content {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        margin-top: 20px;

        .title {
            font-family: var(--extra-font);
            font-size: 26px;
            font-weight: 700;
            line-height: 34px;
            color: var(--secondary-color);
            text-transform: capitalize;
        }
    }
}

.add-banner-x-long-area-wrapper {
    padding-top: 80px;
    padding-bottom: 90px;

    .add-banner-x-long {
        position: relative;

        .content-1 {
            height: 140px;
            width: 140px;
            border-radius: 50%;
            background-color: var(--secondary-color);
            text-align: center;
            position: absolute;
            z-index: 1;
            top: 40px;
            left: 500px;

            .total-wrap {
                display: block;
                font-family: var(--extra-font);
                font-size: 45px;
                font-weight: 500;
                line-height: 30px;
                color: #fff;
                padding-top: 36px;

                .sale {
                    text-transform: uppercase;
                    display: block;
                    margin-top: 10px;
                    font-size: 28px;
                }

            }
        }

        .content-2 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            max-width: 490px;
            right: 50px;

            .title {
                font-family: var(--extra-font);
                font-size: 50px;
                font-weight: 700;
                line-height: 60px;
                color: #fff;
                text-transform: capitalize;
                padding: 15px 0 13px;
            }

            .btn-wrapper {
                padding-bottom: 6px;
                padding-top: 19px;
            }
        }
    }
}

.add-banner-x-area-wrapper {
    &.index-02 {
        padding-top: 100px;
        padding-bottom: 92px;
        .add-banner-x-style-01 {
            img {
                border-radius: 25px;
            }

            .content {
                margin-left: 50px;

                .offer-title {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                    color: var(--main-color-one);
                }

                .title {
                    font-size: 40px;
                    line-height: 50px;
                    font-weight: 700;
                    color: var(--heading-color);
                    font-family: var(--heading-font);
                    padding: 10px 0 4px;
                }

                .sub-title {
                    font-size: 25px;
                    line-height: 32px;
                    font-weight: 600;
                    color: #666666;
                }

                .btn-wrapper {
                    margin-top: 22px;

                    a {
                        font-size: 20px;
                        font-weight: 600;
                        line-height: 25px;
                        text-transform: capitalize;
                        color: var(--main-color-one);
                        padding: 5px 0;
                        transition: all linear 0.2s;

                        i {
                            display: inline-block;
                            padding-left: 5px;
                            font-size: 18px;
                            vertical-align: -1px;
                        }

                        &:hover {
                            color: var(--secondary-color);
                        }
                    }
                }
            }
        }
    }

    &.index-03 {
        padding-top: 100px;
        padding-bottom: 92px;
        .add-banner-x-style-01 {
            img {
                border-radius: 10px;
            }

            .content {
                margin-left: 50px;

                .offer-title {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                    color: var(--main-color-one);
                }

                .title {
                    font-size: 30px;
                    line-height: 40px;
                    font-weight: 700;
                    color: var(--heading-color);
                    font-family: var(--heading-font);
                    max-width: 134px;
                    margin: 0 0 15px !important;
                    padding: 0;
                }

                .sub-title {
                    font-size: 22px;
                    line-height: 28px;
                    font-weight: 600;
                    color: $white;
                }

                .btn-wrapper {
                    margin-top: 15px;
                    padding-bottom: 8px;

                    a {
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 25px;
                        text-transform: capitalize;
                        color: var(--main-color-one);
                        padding: 5px 12px;
                        border-radius: 4px;
                        transition: all linear 0.2s;

                        i {
                            display: inline-block;
                            padding-left: 5px;
                            font-size: 18px;
                            vertical-align: -1px;
                        }

                        &:hover {
                            color: $white;
                        }
                    }
                }
            }
        }
    }
}

.add-banner-y-area-wrapper {
    &.index-02 {
        padding-top: 100px;
        .add-banner-y-style-01 {
            .content {
                top: 50px;

                .sub-title {
                    color: $white;
                }

                .title {
                    font-size: 40px;
                    font-weight: 700;
                    line-height: 55px;
                    color: $white;
                    font-family: var(--heading-font);
                    margin: 9px 0 7px;
                }

                .offer-title {
                    font-size: 25px;
                    font-weight: 600;
                    line-height: 32px;
                    color: $white;
                }

                .btn-wrapper {
                    margin-top: 28px;

                    a {
                        color: var(--main-color-one);
                        border-radius: 25px;
                        font-weight: 600;
                        padding: 10px 28px 12px;

                        &:hover {
                            color: $white;
                        }
                    }
                }
            }
        }
    }
}