.cta-area {
    padding: 145px 0;
}

.newsletter-form {
    &.style3 {
        display: block;

        input {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(5px);
            border-radius: 32px;
            border: none;
            margin-bottom: 16px;

            @media(max-width: 480px) {
                margin-bottom: 0;
            }

            @include inputPlaceholder {
                color: $white-color;
            }

        }
    }

    &.style4 {
        & input {
            color: $title-color;
            background: $white-color;

            &::placeholder {
                color: $body-color;
            }
        }

        & .th-btn {
            color: $white-color;
            background-color: $title-color;

            &:hover {
                color: $white-color;
                background-color: $theme-color;

                @include xs {
                    color: $title-color;
                }

                &::before {
                    background-color: $theme-color;

                    @include xs {
                        background-color: $white-color;
                    }
                }
            }
        }
    }
}

.newsletter10 {
    &-content {
        @include lg {
            padding-right: 40px;
            margin-bottom: 40px;
        }

        @include xs {
            padding: 0;
        }
    }
}

.newsletter-image {
    position: relative;
    top: -16px;
    margin-left: 0;
    overflow: visible;

    @include lg {
        margin-bottom: 60px;
    }

    @include xs {
        margin-left: 75px;
        margin-bottom: 40px;
    }

    &::before {
        position: absolute;
        width: 403.8px;
        height: 403.8px;
        left: 40px;
        bottom: -45px;
        content: "";
        border-radius: 50%;
        background: $title-color;

        @include xxl {
            left: -40px;
        }

        @include xl {
            left: -60px;
            bottom: -65px;
            transform: scale(.9);
        }

        @include lg {
            left: 23.5%;
            bottom: -50px;
            transform: scale(1);
        }

        @include md {
            left: -20px;
            bottom: -45px;
        }

        @include sm {
            left: -80px;
            bottom: -80px;
            transform: scale(.7);
        }

        @include xs {
            left: auto;
            bottom: auto;
            transform: scale(0.4);
            right: -45px;
            top: -95px;
        }
    }

    & img {
        position: relative;
    }
}

.newsletter-sec {
    padding: 15px 0 30px 120px;

    @include xl {
        padding: 15px 0 30px 40px;
    }

    @include xs {
        padding: 15px;
    }
}

.cta-title {
    font-weight: 800;
    font-size: 100px;
    line-height: 96px;
    text-transform: uppercase;
    margin-bottom: 15px !important;

    @include xl {
        font-size: 80px;
        line-height: 96px;
    }

    @include md {
        font-size: 70px;
        line-height: 86px;
    }

    @include sm {
        font-size: 60px;
        line-height: 76px;
    }

    @include vxs {
        font-size: 50px;
        line-height: 66px;
    }

    @media(max-width: 350px) {
        font-size: 40px;
        line-height: 50px;
    }

}

.app-mockup {
    position: relative;
    margin-bottom: -170px;
    z-index: 2;

    @include md {
        margin-bottom: -40px;
    }

    &:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 315.67px;
        height: 7.89px;
        background: rgba(0, 0, 0, 0.8);
        filter: blur(13.15px);

    }
}

.sec-title2 {
    color: #F8BC22;
}

.cta-area2 {
    background-color: #405749;
}

.cta-discount {
    color: #F8BC22;
}

// cta4 area start
.cta-4 {
    &_title-box {
        & .sec-title {
            text-transform: uppercase;
            line-height: 1.3;
        }

        & .duration-title {
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 25px;
        }
    }

    &-action {
        & .th-btn {
            padding: 19px 34.5px;
            border-radius: 50px;

            &.style6{
                &:hover{
                    color: $white-color;
                    border-color: $title-color;
                    &::before{
                        background-color: $title-color;
                    }
                }
            }
        }
    }
}

// cta4 area end

// cta6 area start
.cta-sec6 {
    position: relative;
    max-width: 1560px;
    display: block;
    margin: auto;
    border-radius: 60px;
    z-index: 2;

    @include md {
        border-radius: 40px;
    }

    .shape-mockup {
        display: block !important;
        z-index: -1;
        width: 50%;
        height: 100%;

        @include sm {
            display: none !important;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    @include xxl {
        max-width: 100%;
    }

    .discount-text {
        display: block;
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.cta-area6 {
    position: relative;
    z-index: 2;

    .sec-title {
        text-transform: capitalize;
        margin-bottom: 26px;
        line-height: 1.3;
    }

    .cta-shape {
        position: absolute;
        top: 0;
        right: -87px;
        height: 100%;
        width: 60px;
        background-color: $title-color;
        mask-image: url("../img/normal/shape.svg");
        mask-size: 100%;
        mask-repeat: no-repeat;

        @include md {
            display: none;
        }
    }

    .th-btn {
        &:hover {
            color: $title-color;

            &:before {
                background-color: $white-color;
            }

            &:after {
                background-color: $title-color;
            }

        }
    }
}

.cta6-shape {
    position: absolute;
    right: -45px;
    top: 0;
}

// cta6 area end