:root {
    --ColorPrimary: #f1683a;
    --Secondarytextheading: #23214f;
    --White: #ffffff;
    --Darkgrey: #727272;
    --primary-bg: linear-gradient(90deg, #f1683a 0%, #dd2a7b 100%);
    --tiktok-bg: linear-gradient(to right, #2dd4bf, #000);
    --fb-bg: linear-gradient(to right, #2563eb, #60a5fa);
    --font-size: 15px;
}

.Instagrad {
    background: radial-gradient(61.46% 59.09% at 36.25% 96.55%radial-gradient(202.83% 136.37% at 84.5% 113.5%, #ff1b90 24.39%, #f80261 43.67%, #ed00c0 68.85%, #c500e9 77.68%, #7017ff 89.32%), #ffd600 0%, #ff6930 48.44%, #fe3b36 73.44%, rgba(254, 59, 54, 0) 100%);
}

.Gradient {
    background: linear-gradient(32.56deg, #f1683a 0%, #dd2a7b 100%);
}

@keyframes pulse {
    0% {
        transform: scale(0.75);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.75);
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.gradient-text {
    background: linear-gradient(to right, #8A2BE2, #FF1493);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.secondryBg {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #444;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: #e9e9e93b;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

a,
button {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-size: 32px;
}

.mainBtn {
    padding: 10px 30px;
    border-radius: 20px;
    margin-right: 10px;
}

.secondryBtn {
    background: var(--Secondarytextheading);
}

.mainBtn:hover {
    box-shadow: 5px 5px 10px -9px #fff;
}

.secondryBtn:hover {
    background: rgb(255 20 147 / 0.1);
}


/* Header */

header {
    background: var(--Secondarytextheading);
    padding: 10px 0;
}

header .nav a {
    color: #fff;
}

header .nav a:hover {
    color: var(--ColorPrimary);
}

header .nav>li:hover>ul,
header .nav li ul li:hover ul {
    display: block;
}

header .nav li ul {
    background: var(--Secondarytextheading);
}

header .nav li ul li {
    position: relative;
    list-style: none;
}

header .nav li ul li ul {
    left: 100%;
    top: 0;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: var(--Secondarytextheading);
    padding: 20px;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 99999;
}

.mobile-menu.open {
    left: 0;
}

.mobile-menu-toggle {
    font-size: 26px;
    border: none;
    background: none;
    color: #fff;
}

.close-mobile-menu {
    background: none;
    border: none;
    font-size: 26px;
    float: right;
    color: #fff;
}

.mobile-menu .submenu {
    padding-left: 15px;
    margin-top: 5px;
}

.mobile-menu .submenu a {
    color: #fff;
}


/* Header End */


/* Banner */

.banner {
    padding: 30px 0;
}

.bannerSingle {
    position: relative;
}

.bannerSingle h1 {
    font-size: 40px;
}

.bannerSingle h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
}

.bannerSingle a {
    padding: 14px 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
}

.bannerSingle a:hover {
    background: var(--primary-bg);
    color: #fff;
}

.bannerSingle .mainBtn {
    border: 1px solid var(--Secondarytextheading);
    color: var(--Secondarytextheading);
}

.bannerSingle .bannerShapes {
    position: absolute;
    left: -130px;
    top: 230px;
}

.bannerArrowShape {
    position: absolute;
    left: -30px;
    top: 170px;
}

.customerSatification {
    width: 286px;
    height: 70px;
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid var(--Gradient, #F1683A);
    background: var(--White, #FFF);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    right: 40px;
    animation: float 3s ease-in-out infinite;
}

.customerSatification p {
    margin: 0;
}

.customerSatification span {
    color: var(--ColorPrimary);
    font-weight: bold;
}

.bannerSingle .bannerMainImg {
    width: 100%;
}


/* Banner End */


/* Packages Area */

.packagesWrap h2 {
    text-align: center;
    margin-bottom: 50px;
}

.packagesServices ul {
    justify-content: center;
}

.packagesServices .packagesNetworks {
    background: #dfdfdf;
    width: 435px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 30px;
}

.packagesNetworks button {
    background: #fff;
    font-size: 20px;
    color: var(--Secondarytextheading) !important;
    border-radius: 40px !important;
    margin: 0 5px;
}

.packagesNetworks button.active,
.packagesNetworks button:hover {
    background: var(--primary-bg);
    color: #fff !important;
}

.packages-services-tabs ul {
    border-bottom: 2px solid var(--Secondarytextheading);
}

.packages-services-tabs button {
    background: rgba(114, 114, 114, 0.10);
    margin: 0 5px;
    color: var(--Dark-grey, #727272);
    font-family: "DM sans";
    font-size: 18px;
    border-radius: 12px 12px 0 0 !important;
}

.packages-services-tabs button.active,
.packages-services-tabs button:hover {
    background: var(--Secondarytextheading) !important;
    color: #fff;
}

.packages-services-tabs button i {
    margin-right: 5px;
}

.packages {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
    padding: 50px 0;
}

.packagesSingle {
    flex: 1;
    min-width: 30%;
    margin: 8px 0;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 4px 10px 6px #efefef;
    border-radius: 20px;
}

.packageContentRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.packageContentRow span {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: rgba(238, 80, 144, 0.15);
    align-self: stretch;
    color: #EE5090;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.packageContentRow .offPercentage {
    display: flex;
    padding: 9px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: rgba(241, 104, 58, 0.10);
    color: #F1683A;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.packageContentRow h4 {
    font-size: 40px;
    text-align: left;
    font-weight: bold;
    color: var(--Secondarytextheading);
}

.packageContentRow h4 span {
    background: transparent;
    text-align: left;
    color: var(--Secondarytextheading);
    font-weight: 200;
    font-size: 20px;
}

.packagesSingle:hover {
    background: linear-gradient(65deg, #F1683A 0%, #DD2A7B 98.28%);
    box-shadow: 0 4px 150px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
}

.packagesSingle:hover .packageContentRow span {
    background: #EE5090;
}

.packagesSingle:hover span.offPercentage {
    background: rgba(255, 255, 255, 0.10);
}

.packagesSingle:hover h4 span {
    background: transparent !important;
}

.packagesSingle:hover h4,
.packagesSingle:hover span {
    color: #fff;
}

.packagesSingle a,
.packagesSingle .buyNowBtn {
    display: flex;
    padding: 8px 12px 8px 20px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px !important;
    border: 1px solid var(--Dark-grey, #727272);
    background: var(--White, #FFF);
    color: var(--Secondarytextheading);
}

.packagesSingle a img,
.packagesSingle .buyNowBtn img {
    background: var(--primary-bg);
    width: 30px;
    padding: 10px;
    border-radius: 80px;
    height: 30px;
}

.packagesSingle:hover a span,
.packagesSingle .buyNowBtn span {
    color: var(--Secondarytextheading);
}

.packagesSingle a:hover span,
.packagesSingle .buyNowBtn:hover span {
    color: var(--ColorPrimary);
}

.packagesSingle .buyNowBtn {
    width: 100%;
}

.packagesSingle .buyNowBtn span,
.packagesSingle .buyNowBtn img {
    pointer-events: none;
}


/* Packages End */


/* Projects */

.projectsWrap h2 {
    font-size: 44px;
    color: var(--Secondarytextheading);
}

.projectsWrap h4 {
    font-size: 70px;
}

.projectsWrap h3 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 15px;
    font-weight: 300;
    margin-top: 20px;
}

.projectsContent {
    background: var(--Secondarytextheading);
    padding: 20px;
    color: #fff;
    border-radius: 20px;
}

.projectsContent p {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 100px;
}

.videoWrap {
    background: url(../img/videoCover.webp);
    background-size: cover;
    padding: 39px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    border-radius: 30px;
}

.projectInfos {
    margin-top: 50px;
}


/* Projects End */


/* Home Services */

.servicesWrap h2 {
    font-size: 40px;
}

.servicesContent {
    position: relative;
}

.servicesContent img {
    position: relative;
    left: -70px;
    transform: rotate(-65deg);
    top: 60px;
}

.servicesContent a {
    padding: 14px 26px;
    border-radius: 58px;
    background: var(--ColorPrimary, #F1683A);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: inline-block;
}

.servicesSingle {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 15px;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 4px 75px 0 rgba(0, 0, 0, 0.10);
}

.servicesSingle h3 {
    color: var(--Secondarytextheading);
    font-size: 20px;
}

.servicesSingle p {
    color: var(--Darkgrey);
}

.servicesSingle a {
    color: var(--ColorPrimary);
    font-size: 16px;
    border-bottom: 2px solid var(--ColorPrimary);
}


/* Home Services ENd */


/* Why Choose Us */

.whyUsArea {
    border-radius: 16px;
    background: var(--Gradient, linear-gradient(33deg, #F1683A -26.55%, #DD2A7B 59.02%));
    color: #fff;
}

.whyUsArea .titleWrap {
    position: relative;
    text-align: center;
}

.whyUsArea .titleWrap img {
    position: absolute;
    left: 60%;
    top: -50px;
}

.whyUsArea h4 {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    border-radius: 20px;
}

.whyUsArea h2 {
    margin: 20px 0;
    font-size: 40px;
}

.WhyUsInner {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #fff;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.WhyUsSingle {
    position: relative;
    flex: 0 0 calc(33.333% - 34px);
}

.WhyUsSingle::before,
.WhyUsSingle::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: -35px;
}

.WhyUsSingle::before {
    width: 10px;
    height: 10px;
    background: #fff;
    top: -35px;
}

.WhyUsSingle::after {
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    top: -38px;
    left: -3px;
}

.WhyUsSingle h3 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.WhyUsBottom {
    border: none;
    margin: 0;
}

.WhyUsBottomSingle {
    background: #ffffff2e;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 30px;
}

.WhyUsBottomSingle h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}


/* Why Choose Us End */


/* Features */

.featuresArea {
    text-align: center;
}

.featuresArea .titleWrap {
    display: inline-block;
    width: 80%;
}

.featuresArea .titleWrap h2 {
    text-transform: capitalize;
    font-size: 40px;
}

.featuresArea .titleWrap p {
    color: var(--Darkgrey);
    font-size: 14px;
}

.featuresInner {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
    padding: 50px 0;
}

.featuresSingle {
    flex: 1;
    min-width: 22%;
    margin: 8px 0;
    padding: 80px 30px 20px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid var(--Gradinet-1, #F1683A);
    position: relative;
    text-align: left;
}

.featuresSingle span {
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: var(--Gradient, linear-gradient(33deg, #F1683A -26.55%, #DD2A7B 59.02%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid var(--Gradinet-1, #F1683A);
    position: absolute;
    top: -1px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    border-top: 1px solid #fff;
}

.featuresSingle h3 {
    font-size: 20px;
    color: var(--Secondarytextheading);
}

.featuresSingle p {
    font-size: 14px;
    color: var(--Darkgrey);
}


/* Features End */


/* Number One */

.noOneWrap {
    background: url(../img/no1.svg);
    text-align: center;
    background-size: cover;
    height: calc(100vh - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: relative;
    padding-bottom: 30px;
}

.noOneWrap img {
    width: 400px;
}

.noOneWrap p {
    background: var(--Secondarytextheading);
    position: absolute;
    width: 400px;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    bottom: 20px;
    font-size: 14px;
}


/* Number One End */


/* Testimonials */

.testimonialsWrap {
    padding: 80px 0;
}

.testimonialsWrap h2 {
    text-align: center;
}

.testimonialsInner {
    padding: 160px 0 50px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.testimonialSingle {
    background: #f1eeee;
    padding: 80px 30px 30px;
    position: relative;
    border-radius: 20px;
}

.testimonialSingle .profile {
    position: absolute;
    top: -50px;
    left: 35%;
}

.testimonialSingle p {
    font-size: 15px;
    color: var(--Darkgrey);
}

.testimonialSingle h3 {
    font-size: 24px;
    font-weight: normal;
}

.highlightedReview {
    top: -80px;
    border: 2px solid var(--Gradinet-1, #F1683A);
    background: #FFF;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
}

.highlightedReview .profile {
    left: 24%;
    top: -100px;
}


/* Testimonials End */


/* FAQS */

.titleAreaFaqs {
    position: relative;
}

.titleAreaFaqs h2 {
    position: relative;
    font-size: 50px;
    color: var(--Secondarytextheading);
}

.titleAreaFaqs h3 {
    font-weight: 300;
    font-size: 18px;
    color: var(--Secondarytextheading);
}

.titleAreaFaqs h4 {
    display: inline-flex;
    transform: rotate(-4deg);
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Gradinet-1, linear-gradient(90deg, #F1683A -10.41%, #DD2A7B 103.85%));
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    left: -20px;
    font-size: 13px;
    top: -20px;
}

.titleAreaFaqs h5 {
    display: inline-flex;
    transform: rotate(2.57deg);
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Secondary--text-heading, #23214F);
    color: var(--White, #FFF);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: -10px;
    bottom: -60px;
    font-size: 14px;
}

.titleAreaFaqs img {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.faqsInner {
    padding-top: 100px;
}

.faqsInner .accordion-item {
    margin: 20px 0;
    border: transparent;
    background: transparent;
}

.faqsInner .accordion-button {
    background: #fff;
    border: 1px solid var(--Gradinet-1, #F1683A);
    border-bottom: none;
    border-radius: 16px 16px 0 0;
}

.faqsInner button.collapsed {
    font-size: 20px;
    font-weight: normal;
    padding: 21px 20px;
    border-radius: 16px;
    background: rgba(36, 36, 36, 0.05);
    border: 1px solid rgba(36, 36, 36, 0.05);
}

.faqsInner .accordion-collapse.show {
    border: 1px solid var(--Gradinet-1, #F1683A);
    border-top: none;
    background: var(--White, #FFF);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 16px 16px;
}


/* FAQS End */


/* CTA */

.ctaInner {
    background: var(--Gradient, linear-gradient(33deg, #F1683A -26.55%, #DD2A7B 59.02%));
    padding: 50px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.ctaInner h2 {
    font-size: 40px;
}

.ctaInner p {
    font-size: 18px;
}

.ctaInner a {
    background: #fff;
    color: #333;
    padding: 15px 30px;
    border-radius: 40px;
}

.ctaInner a:hover {
    background: var(--primary-bg);
    color: #fff;
}


/* CTA End */


/* footer */

footer {
    background: url(../img/footerBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 30px;
    color: #fff;
    margin-top: 50px;
}

.footerReviews {
    width: 233px;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    padding: 16px 0 20px;
}

.footerReviews p {
    font-size: 16px;
    margin-bottom: 8px;
}

.footerSingle h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.footerSingle ul {
    padding: 0;
}

.footerSingle li {
    list-style: none;
    margin-bottom: 10px;
}

.footerSingle li a {
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.socialMediaIcons {
    margin-bottom: 20px;
}

.socialMediaIcons a {
    font-size: 32px;
    margin-right: 10px;
}

.contactInfo {
    display: flex;
    gap: 20px;
    align-items: start;
}

.contactInfo i {
    font-size: 24px;
}

.bottomBar {
    border-top: 1px solid #ffffff3d;
    padding-top: 20px;
}

.bottomBar ul {
    display: flex;
    justify-content: end;
    list-style: none;
    gap: 20px;
}

.bottomBar a:hover,
.socialMediaIcons a:hover {
    color: var(--ColorPrimary);
}


/* Footer End */


/* Service Pages */


/* Banner */

.otherBannerInner {
    background: url(../img/bannerBg.webp);
    color: #fff;
    padding: 130px 0;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.otherBannerInner h1 {
    font-size: 60px;
}


/* Packages */

.packagesWrapper {
    padding: 50px 0;
}

.singlePackage {
    border: 1px solid #cdcccc;
    padding-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.packageHeader {
    background: url(../img/packageBg.webp);
    background-size: cover;
    color: #fff;
    padding: 30px;
    background-position: bottom right;
}

.packageHeader h4 {
    font-weight: normal;
    font-size: 30px;
}

.packageHeader p {
    font-size: 50px;
    font-weight: bold;
}

.packageFeatures {
    padding: 30px !important;
}

.packageFeatures ul {
    list-style: none;
}

.packageFeatures li {
    margin: 10px 0;
}

.packageFeatures i {
    margin-right: 10px;
}

.singlePackage a,
.singlePackage button {
    border: 1px solid var(--ColorPrimary);
    color: var(--Secondarytextheading);
    display: inline-block;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 20px auto 0;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 30px;
}

.singlePackage a:hover,
.singlePackage button:hover {
    background: var(--primary-bg);
    color: #fff;
}

#instagramUsernameModal .usernameError {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

#instagramUsernameModal input {
    height: 50px;
    border-radius: 50px;
}

#instagramUsernameModal .modelBtn {
    color: #fff;
    border: transparent;
    background: var(--Secondarytextheading);
    height: 50px;
    border-radius: 50px;
}

#instagramUsernameModal .modelBtn:hover {
    background: #fff;
    color: var(--Secondarytextheading);
}

#instagramUsernameModal .modal-content {
    background: linear-gradient(65deg, #F1683A 0%, #DD2A7B 98.28%);
    box-shadow: 0 4px 150px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
}


/* Features */

.whyUsWrapOther {
    text-align: center;
}

.whyUsWrapOther .WhyUsSingle {
    text-align: left;
    border: 1px solid var(--Gradient, #F1683A);
    padding: 30px;
    border-radius: 30px;
    color: var(--Secondarytextheading);
}

.whyUsWrapOther .WhyUsSingle i {
    width: 50px;
    height: 50px;
    background: var(--Secondarytextheading);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.whyUsWrapOther .WhyUsSingle h3 {
    margin: 20px 0;
    font-weight: bold;
}


/* How  it works */

.howWorksInner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3%;
    margin-top: 80px;
}

.howWorksSingle {
    flex: 1;
    min-width: 30%;
    margin: 8px 0;
    text-align: center;
    padding: 30px 26px;
    border-radius: 40px 40px 200px 200px;
    border: 3px solid var(--Gradient, #F1683A);
}

.howWorksSingleInner {
    border-radius: 40px 40px 200px 200px;
    background: #FFF;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.20), 0 0 15px 0 #FFF inset;
    display: block;
    padding: 30px 40px 140px;
    overflow: hidden;
    color: var(--Secondarytextheading);
    position: relative;
}

.howWorksSingleInner h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 25px;
}

.howWorksSingleInner span {
    display: flex;
    background: var(--Secondarytextheading);
    color: #fff;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 130px 130px 0 0;
    width: 320px;
    height: 130px;
    left: 20px;
    top: 60%;
}


/* How it Works End */


/* Related Services */

.relatedServicesWrap a {
    padding: 10px 30px;
    border-radius: 20px;
}

.relatedServicesWrap a:hover {
    background: var(--primary-bg);
}


/* Contact Us */

.contactWrap .input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contactWrap .input-group input {
    width: calc(100% - 20px);
    height: 45px;
    border-radius: 10px !important;
    border: 1px solid var(--Secondarytextheading);
    margin-bottom: 20px;
    padding: 10px;
}

.contactWrap .input-group textarea {
    width: calc(100% - 20px);
    height: 150px;
    border-radius: 10px !important;
    margin: 10px 0 10px;
    padding: 10px;
}

.contactWrap .input-group button {
    width: calc(100% - 20px);
    color: #fff;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.contactWrap .input-group button:hover {
    background: var(--primary-bg);
}

@media screen and (max-width: 1200px) {
    .packages-services-tabs button {
        font-size: 16px;
    }
    .projectsContent img {
        width: 200px;
    }
    .howWorksSingleInner span {
        width: 250px;
        top: 65%;
    }
}

@media screen and (max-width: 992px) {
    .howWorksSingle {
        padding: 10px;
    }
    .howWorksSingleInner {
        padding: 30px 20px 100px;
    }
    .howWorksSingleInner span {
        width: 260px;
        left: -6px;
        top: 65%;
    }
    .titleAreaFaqs h4 {
        top: -50px;
    }
    .relatedServicesWrap a {
        padding: 10px;
    }
    .WhyUsInner {
        gap: 30px;
    }
    .whyUsWrapOther .WhyUsSingle {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .customerSatification {
        right: -40px;
    }
    .packages-services-tabs button {
        font-size: 11px !important;
    }
    .projectsContent img {
        width: 170px;
    }
    .featuresInner {
        gap: 30px;
        padding: 50px 0;
    }
    .featuresSingle {
        flex: 1;
        min-width: 42%;
        padding: 80px 15px 15px;
    }
    .testimonialsInner {
        gap: 10px;
    }
    .testimonialSingle {
        padding: 60px 10px 15px;
    }
    .testimonialSingle .profile {
        left: 22%;
    }
    .highlightedReview .profile {
        left: 0%;
        top: -100px;
    }
    .featuresArea .titleWrap {
        width: 100%;
    }
    .WhyUsInner {
        gap: 10px;
    }
    .videoWrap {
        margin-top: 20px;
    }
    .servicesContent {
        margin-bottom: 40px;
    }
    .otherBannerInner {
        padding: 20px 0;
    }
    .otherBannerInner h1 {
        font-size: 30px;
    }
    .howWorksSingle {
        min-width: 40%;
    }
    .howWorksSingleInner span {
        width: 100%;
        left: 0px;
        top: 70%;
    }
    .howWorksSingleLast span {
        width: 100%;
        top: 60%;
    }
    .whyUsWrapOther .WhyUsSingle {
        padding: 20px;
    }
    .titleAreaFaqs h2 {
        font-size: 30px;
    }
    .packageHeader h4 {
        font-size: 20px;
    }
    .packageHeader p {
        font-size: 30px;
    }
    .WhyUsInner {
        flex-wrap: wrap;
    }
    .whyUsWrapOther .WhyUsSingle {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .customerSatification {
        right: 10px;
        top: 40px;
    }
    .packages-services-tabs button {
        font-size: 14px !important;
        margin: 10px 10px 0;
    }
    .packages {
        gap: 30px;
    }
    .packagesSingle {
        padding: 20px 10px;
    }
    .packageContentRow {
        flex-wrap: wrap;
    }
    .packageContentRow h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .packageContentRow h4 span {
        text-align: center;
    }
    .packagesSingle .buyNowBtn {
        margin: 0;
    }
    .WhyUsInner {
        gap: 3px;
    }
    .noOneWrap img {
        width: 330px;
    }
    .testimonialsWrap {
        padding: 50px 0;
    }
    .testimonialsInner {
        gap: 60px;
        min-width: 100%;
        flex-wrap: wrap;
        padding: 80px 0 20px;
    }
    .testimonialSingle {
        padding: 60px 10px 15px;
        top: 0;
    }
    .titleAreaFaqs h4 {
        top: -50px;
    }
    .ctaInner {
        flex-wrap: wrap;
    }
    .ctaInner a {
        min-width: 100%;
        text-align: center;
    }
    footer {
        background-position: top right;
    }
    .packageContentRow img {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .bannerSingle h3 {
        font-size: 18px;
        font-weight: normal;
        margin-top: 20px;
    }
    .bannerSingle h1 {
        font-size: 28px;
    }
    .bannerSingle a {
        padding: 10px 15px;
        margin-right: 5px;
    }
    .packagesWrap h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .packagesServices .packagesNetworks,
    .packages-services-tabs li {
        width: 100%;
    }
    .packagesNetworks button {
        margin: 5px 3px;
    }
    .packages-services-tabs button {
        margin: 10px 0 0;
        width: 100%;
    }
    .packages {
        gap: 10px;
        padding: 15px 0;
    }
    .howWorksSingle {
        min-width: 100%;
    }
    .packagesSingle {
        min-width: 48%;
    }
    .packageContentRow .offPercentage,
    .packageContentRow span {
        padding: 8px;
        font-size: 13px;
    }
    .packageContentRow h4 {
        font-size: 30px;
    }
    .packageContentRow h4 span {
        font-size: 12px;
        font-weight: bold;
    }
    .projectsContent p {
        margin-bottom: 10px;
    }
    .packageContentRow img,
    .WhyUsSingle::before,
    .WhyUsSingle::after {
        display: none;
    }
    .projectsWrap h2,
    .projectsWrap h3,
    .featuresArea .titleWrap h2,
    .ctaInner h2,
    .titleArea h2 {
        font-size: 24px;
    }
    .projectsWrap img {
        width: 100px;
    }
    .servicesContent img {
        left: 0;
    }
    .whyUsArea h2 {
        font-size: 20px;
    }
    .WhyUsInner {
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        border: none;
    }
    .whyUsArea .titleWrap img {
        left: auto;
        top: 0;
        right: 0;
    }
    .whyUsArea {
        padding: 50px 10px !important;
    }
    .featuresSingle {
        min-width: 100%;
    }
    .noOneWrap p {
        width: 90%;
    }
    .noOneWrap img {
        width: 100%;
    }
    .titleAreaFaqs h2 {
        font-size: 30px;
    }
    .titleAreaFaqs h4 {
        left: -10px;
    }
    footer {
        background-color: #232150;
        background-image: none;
        padding: 0px;
    }
    .howWorksSingleInner span {
        top: 60%;
    }
    .howWorksSingleInner p {
        font-size: 14px;
    }
}