@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{background-color:#fff}.top-header{background:#295ccf;padding:.3rem 0}.modern-top-header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);border-bottom:1px solid rgb(255 255 255 / .2);padding:.75rem 0;font-size:.875rem}.modern-top-header .container{max-width:1200px;margin:0 auto;padding:0 1rem}.top-header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.top-contact-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.top-contact-link{display:flex;align-items:center;gap:.5rem;color:rgb(255 255 255 / .9);text-decoration:none;transition:all .3s ease;font-weight:500}.top-contact-link:hover{color:#fff;transform:translateY(-1px)}.top-contact-link i{font-size:.875rem;color:#fff}.top-support-badge{background:rgb(255 255 255 / .2);color:#fff;padding:.375rem .875rem;border-radius:999px;font-weight:600;font-size:.8125rem;display:flex;align-items:center;gap:.375rem;border:1px solid rgb(255 255 255 / .3)}.top-support-badge i{font-size:.75rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.modern-main-header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);box-shadow:0 4px 16px rgb(58 117 250 / .3);position:sticky;top:0;z-index:1000;transition:all .3s ease}.modern-main-header.scrolled{box-shadow:0 6px 24px rgb(58 117 250 / .4)}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-inner{display:flex;justify-content:space-between;align-items:center;height:80px}.header-logo{display:flex;align-items:center;text-decoration:none}.header-logo img{height:50px;width:auto;transition:transform .3s ease;filter:brightness(0) invert(1)}.header-logo:hover img{transform:scale(1.05)}.header-nav{display:flex;align-items:center;gap:3rem}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:rgb(255 255 255 / .9);text-decoration:none;font-weight:600;font-size:.9375rem;padding:.5rem 0;display:flex;align-items:center;gap:.375rem;transition:all .3s ease;position:relative}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover{color:#fff}.nav-link:hover::after{width:100%}.nav-item.active .nav-link{color:#fff}.nav-item.active .nav-link::after{width:100%}.nav-link i{font-size:.875rem}.cart-button{position:relative;display:flex;align-items:center;gap:.625rem;padding:.75rem 1.5rem;background:#fff;color:#3a75fa;text-decoration:none;border-radius:12px;font-weight:700;font-size:.9375rem;box-shadow:0 4px 12px rgb(255 255 255 / .2);transition:all .3s ease}.cart-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(255 255 255 / .3);color:#3a75fa}.cart-button i{font-size:1.125rem}.cart-count{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 2px 8px rgb(239 68 68 / .4);border:2px solid #fff}.mobile-menu-toggle{display:none;width:40px;height:40px;background:rgb(255 255 255 / .2);border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .3s ease}.mobile-menu-toggle:hover{background:rgb(255 255 255 / .3)}.mobile-menu-toggle i{font-size:1.25rem;color:#fff}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .8);backdrop-filter:blur(4px);z-index:9998;display:none;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;max-width:85%;height:100vh;background:#fff;box-shadow:-4px 0 24px rgb(0 0 0 / .2);z-index:9999;overflow-y:auto;transition:right .4s cubic-bezier(.34,1.56,.64,1)}.mobile-menu.active{right:0}.mobile-menu-header{padding:.5rem;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)}.mobile-menu-logo img{height:100%;filter:brightness(0) invert(1);max-width:100%}.mobile-menu-close{width:36px;height:36px;border-radius:50%;border:none;background:rgb(255 255 255 / .2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.mobile-menu-close:hover{background:rgb(255 255 255 / .3);transform:rotate(90deg)}.mobile-menu-body{padding:1.5rem;background:#fff;margin-bottom:80px}.mobile-nav-section{margin-bottom:2rem}.mobile-nav-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-item{margin-bottom:.5rem}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:#1e293b;text-decoration:none;font-weight:600;font-size:.9375rem;border-radius:12px;transition:all .3s ease}.mobile-nav-link:hover{background:#f8fafc;color:#3a75fa;transform:translateX(4px)}.mobile-nav-link i{font-size:1rem;width:20px;text-align:center;color:#64748b}.mobile-nav-link:hover i{color:#3a75fa}.mobile-nav-item.active .mobile-nav-link{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);color:#3a75fa}.mobile-nav-item.active .mobile-nav-link i{color:#3a75fa}.mobile-contact-card{background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);border-radius:12px;padding:1.25rem;margin-top:1.5rem}.mobile-contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.mobile-contact-item:last-child{border-bottom:none;padding-bottom:0}.mobile-contact-item i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;color:#3a75fa;font-size:.875rem}.mobile-contact-content{flex:1}.mobile-contact-label{font-size:.75rem;color:#64748b;font-weight:600;display:block;margin-bottom:.125rem}.mobile-contact-value{font-size:.875rem;color:#1e293b;font-weight:600}.mobile-contact-value a{color:#1e293b;text-decoration:none}.mobile-cart-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);color:#fff;text-decoration:none;border-radius:12px;font-weight:700;font-size:1rem;margin-top:1.5rem;box-shadow:0 4px 12px rgb(58 117 250 / .3);transition:all .3s ease;position:relative}.mobile-cart-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(58 117 250 / .4);color:#fff}.mobile-cart-count{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;min-width:24px;height:24px;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:0 8px;box-shadow:0 2px 8px rgb(239 68 68 / .4);border:2px solid #fff}@media (max-width:991px){.modern-top-header{display:none}.header-nav{display:none}.mobile-menu-toggle{display:flex}.header-inner{height:70px}.header-logo img{height:42px}}@media (max-width:768px){.top-contact-links{gap:1rem;font-size:.8125rem}.top-contact-link span:not(.fa):not(.fas):not(.fab):not(.far){display:none}.header-inner{height:64px}.header-logo img{height:70px}}.contact-wraper{display:flex;justify-content:flex-start;gap:1rem;align-items:center;section.reviews .item;margin-left:8.5px;margin-right:auto}a.top-nav-link{color:#fff;text-decoration:none;font-size:17px;font-family:'Roboto'}a.top-nav-link:hover{color:#f0f8ff}a.top-nav-link span.link-menu{margin-left:.25rem}.header{padding-top:24px;padding-bottom:30px;border-bottom:none;background-color:#3a75fa;border-bottom:1px solid #295ccf}@media screen and (min-width:1004px) and (max-width:1306px){.navbar-expand-lg{-ms-flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-wrap:wrap;justify-content:space-evenly;align-items:baseline;align-content:space-around;flex-direction:column-reverse;margin-top:-15px;margin-bottom:-16px}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1024px){.header .navbar-brand img{height:66px;max-width:max-content}}@media (min-width:1024px){.header .navbar-brand img{height:80PX;width:327PX}}.header .navbar .navbar-nav .nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:2.9rem;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17px;border-radius:.25rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px}.header .navbar .navbar-nav .nav-link{transition:all .2s ease-in-out}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:2.9rem;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17px;border-radius:.25rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px}.header .navbar .navbar-nav .nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:2.9rem;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17px;border-radius:.25rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px}.header .navbar .navbar-nav .nav-link:hover{color:#fff!important;width:100%;font-weight:500;background:#5592ff}.header .navbar .navbar-nav .nav-link:active{background-color:#295ccf}@media only screen and (min-width:768px){.header .navbar .navbar-nav .nav-link{transition:all .2s ease-in-out}.header .navbar .navbar-nav .active>.nav-link}.header .navbar li{position:relative;padding:15px 15px;padding-top:0!important;padding-bottom:0!important;padding-left:21px!important}.header .navbar .menu-item-list .dropdown-menu .dropdown-item{padding:1rem 1.5rem}.header .navbar .menu-item-list .dropdown-menu{margin-top:2px;padding:0;background-color:#fff;border:1px solid #ccc;border:1px solid rgb(0 0 0 / .15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgb(0 0 0 / .175);box-shadow:0 6px 12px rgb(0 0 0 / .175);-webkit-background-clip:padding-box;background-clip:padding-box}.header .navbar .navbar-toggler{font-size:32px;color:#fff;border:none}.header .btn-login{padding-left:20px;padding-right:10px;color:#fff!important}.header .sign-up{padding:2px 15px}.header .btn-outline-primary.sign-up{border-color:#fff!important;color:#fff!important;z-index:9999}.header a.btn-outline-primary.sign-up:hover{background:#fff!important;color:#333357!important;z-index:9999}section.banner{min-height:300px;position:relative;overflow:hidden;padding:100px 0 100px 0;background-color:#ff7903}section.banner .contents{padding-top:40px;color:#fff}section.banner .contents .head-title{font-size:50px;line-height:60px;margin-bottom:10px;font-weight:600;font-family:'Source Sans Pro',sans-serif}section.banner .contents p{font-weight:400;font-family:'Open Sans',sans-serif;margin:0;font-size:14px;line-height:25px;color:#fff}section.banner .contents .head-button{color:#222}section.banner .contents .head-button .btn-outline-primary.sign-up{color:#b85ade;font-weight:600;background:#fff;border-color:#fff;box-shadow:0 4px 15px 0 rgb(126 52 161 / .75)}section.banner .contents .head-button .btn-outline-primary.sign-up:hover{color:#b85ade;font-weight:600;background:linear-gradient(45deg,#db17cb 0,#febe06 100%);border-color:#fff}section.banner .intro-img img{animation:float 5s infinite ease-in-out}section.core-services:before{content:"";position:absolute;top:-100px;left:0;width:100%;height:390px;background:#b85ade url(../images/wave_background.svg);background-repeat:no-repeat;background-size:cover;background-position:center bottom}section.core-services{position:relative;padding:289px 0 0 0}section.our-services{color:#212529;position:relative;padding:100px 0;background:#fff}section.our-services .contents .head-title{font-size:50px;font-weight:600;font-family:'Source Sans Pro',sans-serif;color:#295ccf}section.our-services .contents .border-line{height:5px;width:250px;background:#e6efff;margin:20px auto;position:relative;border-radius:30px}section.our-services .contents .border-line::before{content:'';position:absolute;left:0;top:-4.7px;height:15px;width:15px;border-radius:50%;background:#5271ff;-webkit-animation-duration:3s;animation-duration:5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIcon;animation-name:moveIcon}section.our-services .contents .desc{font-size:18px;font-weight:500}section.our-services .feature-item{padding:20px;margin-top:20px;margin-bottom:20px;min-height:420px;max-width:400px;transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}section.our-services .feature-item .animation-box{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}section.our-services .feature-item .animation-box:before{content:"";width:205px;height:205px;background:url(../images/three_dot_circle.svg) no-repeat center center;display:block;animation:rotation 8s linear 0s infinite}section.our-services .feature-item .animation-box .icon{position:absolute;font-size:40px}section.our-services .feature-item i{font-size:50px;display:block;margin-bottom:15px;color:#5271ff!important;transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}section.our-services .feature-item p{transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}section.our-services .feature-item:hover{box-shadow:rgb(0 0 0 / .05) 0 6px 24px 0,rgb(0 0 0 / .08) 0 0 0 1px;border-radius:8px}section.our-services .feature-item h3{font-weight:200;font-size:30px}section.our-services .feature-item p{margin-bottom:30px}section.about-area{background:#fff;min-height:650px;position:relative;overflow:hidden;padding:110px 0 80px}section.about-area .contents{padding:20px}section.about-area .contents .head-title{color:#125288;font-size:1.6rem;font-weight:600;line-height:35px;margin-bottom:20px;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';text-align:left;margin-top:25px}section.about-area .contents p{font-weight:400;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';margin:0;font-size:1rem;line-height:1.5rem;color:#212530;text-align:left;margin-bottom:30px}section.about-area .contents .head-button{margin-top:30px;color:#222}.about-area .btn-signin{color:#fff}section.how-it-works{padding:100px 0;position:relative;background:#ff7903;background:-webkit-linear-gradient(45deg,#3a75fa,#3a75fa)!important;background:-moz- oldlinear-gradient(45deg,#2a3876,#2b3a7c)!important;background:-o-linear-gradient(45deg,#2a3876,#2b3a7c)!important;background:linear-gradient(45deg,#295ccf,#3a75fa)!important;color:#fff;z-index:100}.how-it-works:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-image:none;background-position:center center;background-attachment:fixed;opacity:.1;z-index:-99}section.how-it-works .header-top{padding-bottom:80px}section.how-it-works .header-top .title{font-size:40px;font-weight:600;font-family:'Source Sans Pro',sans-serif}section.how-it-works .step-lists .step{position:relative;padding-bottom:75px}section.how-it-works .step-lists .step .bg-number{position:absolute;font-size:12rem;top:-130px;left:0;z-index:-1;font-weight:700;color:#2a359c;font-family:'Source Sans Pro',sans-serif}section.reviews{color:#212529;position:relative;padding:100px 0;background:#fff}section.reviews .contents .head-title{font-size:50px;font-weight:600;font-family:'Source Sans Pro',sans-serif}section.reviews .item{padding:40px 20px;min-height:325px;border-color:#5271ff66;box-shadow:2px 2px 6px 0 #ffedd8}section.reviews .item .person-info .name{font-family:'Arvo',serif;font-size:18px;color:#000;margin-bottom:2px!important}section.reviews .item .desc{color:#7e7e7e;font-size:14px;line-height:1.6;text-align:left}.person-info{text-align:left;padding:0 1.5rem}section.reviews .item .star-icon{color:hsl(46 100% 49%);text-align:left}.top-space{padding-top:60px}section.section-3{color:#fa7778;position:relative;padding:60px 0 40px;background:linear-gradient(45deg,#9a56ff 0,#e36cd9 100%);box-shadow:0 10px 22px 10px rgb(27 38 49 / .1);color:#fff}.animatation-box-1{position:relative}.animated{position:absolute}.icon1{left:-138px;animation:LTRScale 5s infinite ease-in-out}.icon2{top:450px;right:-60px;animation:rotation 10s infinite ease-in-out}.icon3{top:500px;left:-20px;right:30px;z-index:1;height:80px;animation:fadeRTL 4s infinite ease-in-out}.animation-2{position:relative}.animation-2 .intro-img{animation:float 3s ease infinite}.animation-2 .icon-1{left:300px;height:30px;animation:fade-up 1.8s infinite ease-in-out}.animation-2 .icon-2{left:460px;top:76px;animation:fade-up 1.1s infinite ease-in-out}.animation-2 .icon-3{left:224px;top:-60px;animation:fadeLTR 1.5s infinite ease-in-out}@media(min-width:992px){.nav-item .nav-link{padding:1.09rem 1rem!important}}.animation-2 .icon-4{left:-14px;top:-32px;height:35px;animation:heartBeat 1.1s infinite ease-in-out}.animation-2 .icon-5{left:525px;top:171px;height:40px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-6{left:117px;top:-75px;height:35px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-7{top:-61px;left:350px;height:35px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-10{left:-62px;top:107px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-tree{bottom:-4px;height:135px;animation:float 3s ease infinite}.bg-gray{background:#f2f3f5!important}.mobile-show{display:none}.content{position:absolute;display:none;padding-top:1rem;left:auto}.toltip{position:relative;background:#fff!important;padding:1rem;z-index:10;box-shadow:0 0 6rem rgb(0 0 0 / .175);right:19px}.toltip:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.5rem}section.services-list .social-item.soundcloud .buy-button,section.services-list .social-item.soundcloud .buy-button:hover{background:#fff;color:#000;font-weight:600;text-align:left;margin:0;border:none;box-shadow:none;outline:none}.social-link-wrap{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;background:#ff9800;padding:5px 1rem}img.service-icon{max-width:2.5%}h3.service-title{font-size:1rem;margin-bottom:0}.center-item{display:flex;justify-content:center}@media (min-width:1000px){section.services-list .social-item:hover .content{display:block;left:-28px}}@media (min-width:1280px){.container{max-width:85%}}@media (max-width:768px){.header .navbar li{position:relative;line-height:1em;display:block;line-height:2em}}@media (max-width:768px){.header .navbar .menu-item-list .dropdown-menu{margin-top:10px}}.header.shrink .navbar ul.navbar-nav li.nav-item.active:before,.header.shrink .navbar ul.navbar-nav li.nav-item:hover:before{content:"";height:5px;margin:0 auto;width:90%;position:absolute}.header.shrink .btn-login{color:#22012f!important}.header.shrink .btn-login:hover{font-weight:600}.header.shrink .sign-up{padding:2px 15px}.header.shrink .btn-outline-primary.sign-up{border-color:#b85ade!important;color:#22012f!important;z-index:9999}.header.shrink a.btn-outline-primary.sign-up:hover,.header a.btn-outline-primary.btn-statistics{font-weight:600;color:#fff!important;z-index:9999}@media (min-width:1280px){.container{max-width:1360px}}.header .navbar li{position:relative}@media (min-width:1024px){.header .navbar-brand img{height:95PX;width:295px;height:95PX;width:295px}}@media (max-width:768px){.header .navbar .navbar-nav{margin:10px -35px 10px!important;line-height:1rem;margin-right:-35px!important;margin-left:-35px!important}.header .navbar .site-logo-white{display:none!important}.header .navbar .site-logo{display:block!important}.header .navbar .navbar-nav li{line-height:2em;padding:8px 38px}.header .navbar ul.navbar-nav li.nav-item.active:before,.header .navbar ul.navbar-nav li.nav-item:hover:before{display:none}.header .navbar .navbar-toggler{color:#fff;background-color:#fff0;border:none;box-shadow:none;outline:none;margin-right:5px}.header .btn-login-signup{padding:10px}.header .btn-login{padding-left:0!important}.header{box-shadow:0 3px 9px 3px rgb(0 0 0 / .06)!important;padding-bottom:0;padding-top:0}.mobile-show{display:block}.header .navbar .navbar-nav .nav-link{color:#fff;cursor:pointer;position:relative;margin-top:-3px}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important}.header .navbar .navbar-nav .nav-link:hover{color:#fff!important}.header .navbar ul.navbar-nav li.nav-item.active:before,.header.shrink .navbar ul.navbar-nav li.nav-item:hover:before{content:"";height:5px;margin:0 auto;width:90%;position:absolute;background-color:#fea921;background-image:-webkit-linear-gradient(left,#ff7802 0,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0,#fea921 100%);background-image:-moz-linear-gradient(left,#ff7802 0,#fea921 100%),-moz-linear-gradient(left,#ff7802 0,#fea921 100%);background-image:-o-linear-gradient(left,#ff7802 0,#fea921 100%),-o-linear-gradient(left,#ff7802 0,#fea921 100%);background-image:linear-gradient(to right,#ff7802 0,#fea921 100%),linear-gradient(to right,#ff7802 0,#fea921 100%)}.header .btn-login{color:#22012f!important}.header .btn-login:hover{color:#fea921!important;font-weight:600}.header .sign-up{padding:2px 15px}.header .btn-outline-primary.sign-up{border-color:#b85ade!important;color:#22012f!important;z-index:9999}.header a.btn-outline-primary.sign-up:hover,.header a.btn-outline-primary.btn-statistics{font-weight:600;color:#fff!important;z-index:9999;border-color:#fea921!important;background-color:#fea921!important;background-image:-webkit-linear-gradient(left,#ff7802 0,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0,#fea921 100%)!important;background-image:-moz-linear-gradient(left,#ff7802 0,#fea921 100%),-moz-linear-gradient(left,#ff7802 0,#fea921 100%)!important;background-image:-o-linear-gradient(left,#ff7802 0,#fea921 100%),-o-linear-gradient(left,#ff7802 0,#fea921 100%)!important;background-image:linear-gradient(to right,#ff7802 0,#fea921 100%),linear-gradient(to right,#ff7802 0,#fea921 100%)!important}section.about-area .contents,section.banner .contents{text-align:center}section.banner .box-image{margin-top:150px!important}section.services-list .social-item .img-logo{max-width:100%!important}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-services img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:10%!important;margin-bottom:0!important}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.toltip{position:relative;padding:0;z-index:10;box-shadow:none;padding-top:.7rem;left:auto;right:auto;padding-bottom:.7rem}.toltip:before{display:none}.content{position:relative;padding-top:0;height:auto;display:none;opacity:1;transition:opacity .1s ease}.content-visible{opacity:1}section.services-list .social-item .buy-button{background:#fff7eb;width:100%;margin-bottom:.5rem!important;border:none;background:linear-gradient(90deg,#f8f9fa,#f8f9fa,#f8f9fa)!important}section.services-list .social-item{max-width:100%!important}}@media (min-width:1280px){.container{max-width:1200px}}.auth-login-form{width:100%;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:15px;background-image:url(../images/bg_auth.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.auth-login-form .form-login{width:500px;background:#fff;border-radius:10px;overflow:hidden;padding:65px 55px 54px 55px}.auth-login-form .form-login .site-logo{padding-bottom:20px}.auth-login-form .form-login .site-logo img{max-height:60px}.auth-login-form .form-login .btn-submit{height:50px;color:#fff;text-transform:uppercase}.auth-login-form .form-login .btn-submit,.about-area .btn-signin{background-image:linear-gradient(to right,#FEAC5E 0,#C779D0 51%,#FEAC5E 100%)}.section-3 .btn-signin{color:#fff;background-image:linear-gradient(to right,#f0c 0,#339 51%,#f0c 100%)}.btn-gradient{text-align:center;transition:.5s;background-size:200% auto;text-shadow:0 0 10px rgb(0 0 0 / .2);box-shadow:0 0 20px #eee}.btn-gradient:hover{background-position:right center}.header .dropdown-menu{margin-top:0}.header .navbar-nav li:hover>ul.dropdown-menu{display:block}.header .dropdown-menu{padding:0;border:none;border-radius:0;min-width:200px;box-shadow:0 2px 5px 0 rgb(0 0 0 / .26);-webkit-transition:all 150ms linear;transition:all 150ms linear}.header .dropdown-menu li.dropdown-submenu:hover{background-color:hsl(0 8% 97%)}.header .dropdown-menu li.dropdown-submenu:hover>a{color:#ff7a03}.header .dropdown-menu li.dropdown-submenu:hover>a:after{transform:rotate(-90deg)}.header .dropdown-item{color:#000}.header .dropdown-item:hover,.dropdown-item:focus{background-color:hsl(0 8% 97%);color:#ff7a03}.header .navbar .dropdown-menu li{padding:10px 10px}.header .dropdown-submenu{position:relative}.header .dropdown-submenu>.dropdown-menu{top:0;left:99.99%}.header .dropdown-menu>li>a:hover:after{text-decoration:underline;transform:rotate(-90deg)}@media (max-width:768px){.top-header{display:none!important}.header .dropdown-menu{margin-top:.75rem;border:none;box-shadow:none}.header .dropdown-menu li.dropdown-submenu:hover,.header .dropdown-menu li.dropdown-submenu:hover>a{background-color:#fff}section.services-list .social-item .img-logo{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:10px!important;border-width:1px!important}section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic,section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .web-traffic{max-width:100%!important;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:8px!important;border-width:1px!important}section.services-list .social-item .img-logo img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .instagram-likes img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-services img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .img-logo h4.title{margin:0}section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{margin:0}section.services-list .social-item{margin-top:16px!important}body .row.instent-delivery .col-lg-3{max-width:100%!important}}section.services-list{position:relative;padding:40px 0;background:#fff}section.services-list .social-item{margin-top:50px;max-width:20%}section.services-list .social-item .img-logo{max-width:100%;margin:0 auto;background:#85bee729;width:100%;padding:2rem 0;border-radius:1.5rem;cursor:pointer;border:1px solid #5199e32e;transition:filter .1s ease;box-shadow:inset 01111px 0 5px rgb(0 0 0 / 6%)}section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:1.2rem 0;border-radius:.3rem!important;cursor:pointer;transition:filter .19s ease;box-shadow:inset 1px 1px 13px 20px #fff0;box-shadow:0 0 .4px rgb(6 16 38 / 10%);margin-top:-08px;box-shadow:rgb(0 0 0 / .04) 0 1px 1px,rgb(0 0 0 / .04) 0 2px 2px,rgb(0 0 0 / .04) 0 4px 4px,rgb(0 0 0 / .04) 0 8px 8px,rgb(55 55 55 / 7%) 0 16px 16px}section.services-list .social-item .instagram-likes{background:linear-gradient(45deg,#ff7e5f,#feb47b)}section.services-list .social-item .instagram-followers{background:linear-gradient(45deg,#ff5990,#e84c7a,#ef427b,#cb4474,#e8639)}section.services-list .social-item .instagram-views{background:linear-gradient(45deg,#5F27CD,#8155e3)}section.services-list .social-item .instagram-comments{background:linear-gradient(45deg,#02aab0,#00cdac)}section.services-list .social-item .instagram-other{background:linear-gradient(45deg,#ffa18d,#6A3093)"Starts with #e64927,your chosen vibrant rebeccapurple"}section.services-list .social-item .img-logo:hover{filter:brightness(90%)}section.services-list .social-item .instagram-likes:hover,section.services-list .social-item .instagram-followers:hover,section.services-list .social-item .instagram-views:hover,section.services-list .social-item .instagram-comments:hover,section.services-list .social-item .instagram-other:hover,section.services-list .social-item .facebook-service:hover,section.services-list .social-item .twitter-services:hover,section.services-list .social-item .youtube-services:hover,section.services-list .social-item .tiktok-services:hover,section.services-list .social-item .threads-services:hover,section.services-list .social-item .discord-services:hover,section.services-list .social-item .reddit-services:hover,section.services-list .social-item .spotify-services:hover,section.services-list .social-item .telegram-services:hover,section.services-list .social-item .pinterest-services:hover,section.services-list .social-item .linkedin-services:hover,section.services-list .social-item .soundcloud-services:hover,section.services-list .social-item .youtube-short:hover,section.services-list .social-item .twitch-services:hover,section.services-list .social-item .quora-services:hover,section.services-list .social-item .vk-services:hover,section.services-list .social-item .free-services:hover,section.services-list .social-item .web-traffic:hover{filter:brightness(89%)}section.services-list .social-item .img-logo img{max-width:35%;margin-bottom:1rem}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-services img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:40%;margin-bottom:1rem;hadow:10px 10px 20px rgb(0 0 0 / .5);image-rendering:8px 8px 15px rgb(0 0 0 / .6);-webkit-user-drag:none;user-select:none;pointer-events:none}section.services-list .social-item .img-logo h4.title{color:#212529;font-size:16px}section.services-list .social-item .instagram-likes h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(57 50 50 / 10%)}section.services-list .social-item .instagram-followers h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .instagram-views h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .instagram-comments h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .instagram-other h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .facebook-service h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 25%)}section.services-list .social-item .twitter-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 40%)}section.services-list .social-item .youtube-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 40%)}section.services-list .social-item .tiktok-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 50%)}section.services-list .social-item .threads-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .discord-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .reddit-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .spotify-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .telegram-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .pinterest-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .linkedin-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .soundcloud-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .youtube-short h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .twitch-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .quora-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .vk-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .free-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .web-traffic h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .content .title{margin-bottom:10px}section.services-list .social-item .buy-button{border-radius:4px;border:none;color:#FFF;transition:all .4s;cursor:pointer;margin:5px}section.services-list .social-item .buy-button span{font-family:system-ui;font-size:17px;text-shadow:none;// Removes text shadow color:#000}section.services-list .social-item .buy-button span{cursor:pointer;display:flex;-webkit-font-smoothing:antialiased;// for WebKit browsers -moz-osx-font-smoothing:grayscale;// for Firefox on macOS color:#000}section.services-list .social-item .buy-button{position:sticky}section.services-list .social-item .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#ff9816;background-image:linear-gradient(180deg,#5271FF 10%,#467fcf);left:2px;top:40%;transition:all .1s ease-in-out}section.services-list .social-item .buy-button:hover span:before{height:70%;transform:translateY(-10px)}@media (max-width:768px){section.services-list .social-item .img-logo h4.title{margin:0;left:10px;display:flex;padding:0 1rem;flex-direction:column;justify-content:flex-end;align-content:flex-end;flex-wrap:nowrap}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title{margin:0;left:10px;display:flex;padding:0 1rem;flex-direction:column;justify-content:flex-end;align-content:flex-end;flex-wrap:nowrap}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{margin:0;left:10px;display:flex;padding:0 1rem;flex-direction:column;justify-content:flex-end;align-content:flex-end;flex-wrap:nowrap}}@media (max-width:768px){section.services-list .social-item .buy-button span:before{top:15%}section.services-list .social-item .buy-button:hover span:before{transform:none}}.parent-container{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:768px){section.services-list .social-item .img-logo h4.title{color:#212529;font-size:17px;margin-left:-47px}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title{color:#fff;font-size:17px;margin-left:-47px}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{color:#fff;font-size:17px;margin-left:-10%!important}}@media only screen and (max-width:767px){section.services-list .social-item .img-logo h4.title{text-align:center}section.services-list .social-item .img-logo h4.title{width:100%}}@media only screen and (max-width:767px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{text-align:center;width:100%}}@media only screen and (max-width:767px){section.services-list .social-item .instagram-likes h4.title.mobile,section.services-list .social-item .instagram-followers h4.title.mobile,section.services-list .social-item .instagram-views h4.title.mobile{display:none}}@media only screen and (min-width:767px){}@media only screen and (min-width:767px){display:none}}section.services-list .social-item.youtube .buy-button{background:#f44336!important}section.services-list .social-item.spotify .buy-button{background:#8bc34a!important}section.services-list .social-item.instagram .buy-button{background:#b84192!important}section.services-list .social-item.facebook .buy-button{background:#1976d2!important}section.services-list .social-item.twitter .buy-button{background:#03a9f4!important}section.services-list .social-item.twitch .buy-button{background:#9146ff!important}section.services-list .social-item .buy-button{min-width:290px}.row.instent-delivery .col-lg-3{max-width:20%}.help-container{position:relative;margin-bottom:-2rem;padding:5rem 0}.help-container .help-header{font-size:2.625rem}.help-container .help-area{align-items:center}.help-container .help-area .space-between{flex-wrap:wrap}.help-container .help-bg{position:absolute;width:100vw;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f8f9fa}.help-container .help{flex:0 0 calc(50% - 1rem);display:flex;color:#fff;background-color:#141922;border-radius:.625rem;padding:.625rem;font-size:.875rem;align-items:center;margin:0 1rem 1rem 0}.help-container .help i{color:#fff;font-size:3.5rem;border-radius:.625rem;display:inline;width:auto;margin:0}.help-container .help span{margin:.5rem 0;font-weight:500}.help-container .help a{color:#fff}.help-container .help[onclick]{cursor:pointer}@media(max-width:991.98px){.help-container .space-between{flex-direction:column}.help-container .help{width:100%;margin-bottom:1rem;flex-direction:row;align-items:center;margin-left:0}.help-container .help i{margin:0 1rem 0 0}}@media (max-width:767px){.header .navbar-brand img{height:30.4px;width:100%}}section.services-list .social-item .buy-button-free-services:hover span:before{content:'';height:70%;transform:translateY(-10px)}section.services-list .social-item [class*="buy-button-"]{background:#fff!important;color:#000!important;font-family:'Roboto',sans-serif!important;font-weight:600!important;font-size:16px!important;line-height:24px!important;letter-spacing:.15px!important;text-align:left!important;width:100%!important;min-width:290px!important;margin:0 0 8px 0!important;border:none!important;border-radius:8px!important;box-shadow:0 2px 8px rgb(0 0 0 / .06)!important;cursor:pointer!important;position:relative!important;overflow:hidden!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}section.services-list .social-item [class*="buy-button-"]:hover{box-shadow:0 4px 12px rgb(58 117 250 / .15)!important}section.services-list .social-item [class*="buy-button-"] span::before{content:''!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:4px!important;height:0!important;border-radius:0 2px 2px 0!important;transition:height .25s ease-out!important}section.services-list .social-item [class*="buy-button-"]:hover span::before{height:60%!important}section.services-list .social-item [class*="buy-button-"] span{display:flex!important;align-items:center!important;color:#1a1a2e!important;font-weight:600!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}section.services-list .social-item .buy-button-instagram-likes span::before{background:linear-gradient(180deg,#ff0844 0,#ff4f57 100%)!important}section.services-list .social-item .buy-button-instagram-followers span::before{background:linear-gradient(180deg,#f02fc2 0,#ff6ec4 100%)!important}section.services-list .social-item .buy-button-instagram-views span::before{background:linear-gradient(180deg,#7928ca 0,#9d4aff 100%)!important}section.services-list .social-item .buy-button-instagram-comments span::before{background:linear-gradient(180deg,#0061ff 0,#60efff 100%)!important}section.services-list .social-item .buy-button-instagram-other span::before{background:linear-gradient(180deg,#ff512f 0,#f09819 100%)!important}section.services-list .social-item .buy-button-facebook-service span::before{background:linear-gradient(180deg,#1877f2 0,#4c6ef5 100%)!important}section.services-list .social-item .buy-button-twitter-services span::before{background:linear-gradient(180deg,#15202b 0,#1d2d3d 100%)!important}section.services-list .social-item .buy-button-youtube-services span::before{background:linear-gradient(180deg,#f00 0,#c00 100%)!important}section.services-list .social-item .buy-button-tiktok-services span::before{background:linear-gradient(180deg,#010101 0,#1a1a1a 100%)!important}section.services-list .social-item .buy-button-threads-services span::before{background:linear-gradient(180deg,#ff0050 0,#ff6b9d 100%)!important}section.services-list .social-item .buy-button-discord-services span::before{background:linear-gradient(180deg,#5865f2 0,#7289da 100%)!important}section.services-list .social-item .buy-button-reddit-services span::before{background:linear-gradient(180deg,#ff4500 0,#ff6b4a 100%)!important}section.services-list .social-item .buy-button-spotify-services span::before{background:linear-gradient(180deg,#1db954 0,#1ed760 100%)!important}section.services-list .social-item .buy-button-telegram-services span::before{background:linear-gradient(180deg,#08c 0,#2aabee 100%)!important}section.services-list .social-item .buy-button-pinterest-services span::before{background:linear-gradient(180deg,#e60023 0,#ff5276 100%)!important}section.services-list .social-item .buy-button-linkedin-services span::before{background:linear-gradient(180deg,#0a66c2 0,#0077b5 100%)!important}section.services-list .social-item .buy-button-soundcloud-services span::before{background:linear-gradient(180deg,#f50 0,#f80 100%)!important}section.services-list .social-item .buy-button-youtube-short span::before{background:linear-gradient(180deg,#f00 0,#ff4e45 100%)!important}section.services-list .social-item .buy-button-twitch-services span::before{background:linear-gradient(180deg,#9146ff 0,#772ce8 100%)!important}section.services-list .social-item .buy-button-quora-services span::before{background:linear-gradient(180deg,#b92b27 0,#e74c3c 100%)!important}section.services-list .social-item .buy-button-vk-services span::before{background:linear-gradient(180deg,#07f 0,#4a90d9 100%)!important}section.services-list .social-item .buy-button-web-traffic span::before{background:linear-gradient(180deg,#f7971e 0,#ffd200 100%)!important}section.services-list .social-item .buy-button-free-services span::before{background:linear-gradient(180deg,#3a75fa 0,#295ccf 100%)!important}@media (max-width:768px){section.services-list .social-item [class*="buy-button-"]{font-size:15px!important;padding:14px 12px!important;min-width:100%!important;border-radius:6px!important}section.services-list .social-item [class*="buy-button-"]:hover{transform:none!important}section.services-list .social-item [class*="buy-button-"]:hover span::before{height:50%!important}}.services-list h2.mt-5{font-family:'Roboto',sans-serif!important;font-size:1.75rem!important;font-weight:700!important;color:#1a1a2e!important;letter-spacing:-0.5px!important;text-align:center!important}@media (max-width:768px){section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:2rem 0;border-radius:.3rem!important;cursor:pointer;transition:filter .1s ease;box-shadow:inset 0 0 5px rgb(49 47 53 / 6%);margin-top:-12px}}section.services-list .social-item [class*="-"]{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}section.services-list .social-item [class*="-"]:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px rgb(0 0 0 / .2)}section.services-list .social-item .instagram-likes{background:linear-gradient(135deg,#ff003b 0,#ff5c7c 50%,#ff1744 100%)!important}body{background-color:#fff}.top-header{background:#295ccf;padding:.3rem 0}.modern-top-header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);border-bottom:1px solid rgb(255 255 255 / .2);padding:.75rem 0;font-size:.875rem}.modern-top-header .container{max-width:1200px;margin:0 auto;padding:0 1rem}.top-header-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.top-contact-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.top-contact-link{display:flex;align-items:center;gap:.5rem;color:rgb(255 255 255 / .9);text-decoration:none;transition:all .3s ease;font-weight:500}.top-contact-link:hover{color:#fff;transform:translateY(-1px)}.top-contact-link i{font-size:.875rem;color:#fff}.top-support-badge{background:rgb(255 255 255 / .2);color:#fff;padding:.375rem .875rem;border-radius:999px;font-weight:600;font-size:.8125rem;display:flex;align-items:center;gap:.375rem;border:1px solid rgb(255 255 255 / .3)}.top-support-badge i{font-size:.75rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.modern-main-header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);box-shadow:0 4px 16px rgb(58 117 250 / .3);position:sticky;top:0;z-index:1000;transition:all .3s ease}.modern-main-header.scrolled{box-shadow:0 6px 24px rgb(58 117 250 / .4)}.header-container{max-width:1200px;margin:0 auto;padding:0 1rem}.header-inner{display:flex;justify-content:space-between;align-items:center;height:80px}.header-logo{display:flex;align-items:center;text-decoration:none}.header-logo img{height:50px;width:auto;transition:transform .3s ease;filter:brightness(0) invert(1)}.header-logo:hover img{transform:scale(1.05)}.header-nav{display:flex;align-items:center;gap:3rem}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{color:rgb(255 255 255 / .9);text-decoration:none;font-weight:600;font-size:.9375rem;padding:.5rem 0;display:flex;align-items:center;gap:.375rem;transition:all .3s ease;position:relative}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover{color:#fff}.nav-link:hover::after{width:100%}.nav-item.active .nav-link{color:#fff}.nav-item.active .nav-link::after{width:100%}.nav-link i{font-size:.875rem}.cart-button{position:relative;display:flex;align-items:center;gap:.625rem;padding:.75rem 1.5rem;background:#fff;color:#3a75fa;text-decoration:none;border-radius:12px;font-weight:700;font-size:.9375rem;box-shadow:0 4px 12px rgb(255 255 255 / .2);transition:all .3s ease}.cart-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(255 255 255 / .3);color:#3a75fa}.cart-button i{font-size:1.125rem}.cart-count{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 2px 8px rgb(239 68 68 / .4);border:2px solid #fff}.mobile-menu-toggle{display:none;width:40px;height:40px;background:rgb(255 255 255 / .2);border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .3s ease}.mobile-menu-toggle:hover{background:rgb(255 255 255 / .3)}.mobile-menu-toggle i{font-size:1.25rem;color:#fff}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .8);backdrop-filter:blur(4px);z-index:9998;display:none;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;max-width:85%;height:100vh;background:#fff;box-shadow:-4px 0 24px rgb(0 0 0 / .2);z-index:9999;overflow-y:auto;transition:right .4s cubic-bezier(.34,1.56,.64,1)}.mobile-menu.active{right:0}.mobile-menu-header{padding:.5rem;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)}.mobile-menu-logo img{height:100%;filter:brightness(0) invert(1);max-width:100%}.mobile-menu-close{width:36px;height:36px;border-radius:50%;border:none;background:rgb(255 255 255 / .2);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.mobile-menu-close:hover{background:rgb(255 255 255 / .3);transform:rotate(90deg)}.mobile-menu-body{padding:1.5rem;background:#fff;margin-bottom:80px}.mobile-nav-section{margin-bottom:2rem}.mobile-nav-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-item{margin-bottom:.5rem}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;color:#1e293b;text-decoration:none;font-weight:600;font-size:.9375rem;border-radius:12px;transition:all .3s ease}.mobile-nav-link:hover{background:#f8fafc;color:#3a75fa;transform:translateX(4px)}.mobile-nav-link i{font-size:1rem;width:20px;text-align:center;color:#64748b}.mobile-nav-link:hover i{color:#3a75fa}.mobile-nav-item.active .mobile-nav-link{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);color:#3a75fa}.mobile-nav-item.active .mobile-nav-link i{color:#3a75fa}.mobile-contact-card{background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);border-radius:12px;padding:1.25rem;margin-top:1.5rem}.mobile-contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.mobile-contact-item:last-child{border-bottom:none;padding-bottom:0}.mobile-contact-item i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;color:#3a75fa;font-size:.875rem}.mobile-contact-content{flex:1}.mobile-contact-label{font-size:.75rem;color:#64748b;font-weight:600;display:block;margin-bottom:.125rem}.mobile-contact-value{font-size:.875rem;color:#1e293b;font-weight:600}.mobile-contact-value a{color:#1e293b;text-decoration:none}.mobile-cart-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);color:#fff;text-decoration:none;border-radius:12px;font-weight:700;font-size:1rem;margin-top:1.5rem;box-shadow:0 4px 12px rgb(58 117 250 / .3);transition:all .3s ease;position:relative}.mobile-cart-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(58 117 250 / .4);color:#fff}.mobile-cart-count{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;min-width:24px;height:24px;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:0 8px;box-shadow:0 2px 8px rgb(239 68 68 / .4);border:2px solid #fff}@media (max-width:991px){.modern-top-header{display:none}.header-nav{display:none}.mobile-menu-toggle{display:flex}.header-inner{height:70px}.header-logo img{height:42px}}@media (max-width:768px){.top-contact-links{gap:1rem;font-size:.8125rem}.top-contact-link span:not(.fa):not(.fas):not(.fab):not(.far){display:none}.header-inner{height:64px}.header-logo img{height:70px}}.contact-wraper{display:flex;justify-content:flex-start;gap:1rem;align-items:center;section.reviews .item;margin-left:8.5px;margin-right:auto}a.top-nav-link{color:#fff;text-decoration:none;font-size:17px;font-family:'Roboto'}a.top-nav-link:hover{color:#f0f8ff}a.top-nav-link span.link-menu{margin-left:.25rem}.header{padding-top:24px;padding-bottom:30px;border-bottom:none;background-color:#3a75fa;border-bottom:1px solid #295ccf}@media screen and (min-width:1004px) and (max-width:1306px){.navbar-expand-lg{-ms-flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-wrap:wrap;justify-content:space-evenly;align-items:baseline;align-content:space-around;flex-direction:column-reverse;margin-top:-15px;margin-bottom:-16px}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1024px){.header .navbar-brand img{height:66px;max-width:max-content}}@media (min-width:1024px){.header .navbar-brand img{height:80PX;width:327PX}}.header .navbar .navbar-nav .nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:2.9rem;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17px;border-radius:.25rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px}.header .navbar .navbar-nav .nav-link{transition:all .2s ease-in-out}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:2.9rem;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17px;border-radius:.25rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px}.header .navbar .navbar-nav .nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:2.9rem;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17px;border-radius:.25rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px}.header .navbar .navbar-nav .nav-link:hover{color:#fff!important;width:100%;font-weight:500;background:#5592ff}.header .navbar .navbar-nav .nav-link:active{background-color:#295ccf}@media only screen and (min-width:768px){.header .navbar .navbar-nav .nav-link{transition:all .2s ease-in-out}.header .navbar .navbar-nav .active>.nav-link}.header .navbar li{position:relative;padding:15px 15px;padding-top:0!important;padding-bottom:0!important;padding-left:21px!important}.header .navbar .menu-item-list .dropdown-menu .dropdown-item{padding:1rem 1.5rem}.header .navbar .menu-item-list .dropdown-menu{margin-top:2px;padding:0;background-color:#fff;border:1px solid #ccc;border:1px solid rgb(0 0 0 / .15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgb(0 0 0 / .175);box-shadow:0 6px 12px rgb(0 0 0 / .175);-webkit-background-clip:padding-box;background-clip:padding-box}.header .navbar .navbar-toggler{font-size:32px;color:#fff;border:none}.header .btn-login{padding-left:20px;padding-right:10px;color:#fff!important}.header .sign-up{padding:2px 15px}.header .btn-outline-primary.sign-up{border-color:#fff!important;color:#fff!important;z-index:9999}.header a.btn-outline-primary.sign-up:hover{background:#fff!important;color:#333357!important;z-index:9999}section.banner{min-height:300px;position:relative;overflow:hidden;padding:100px 0 100px 0;background-color:#ff7903}section.banner .contents{padding-top:40px;color:#fff}section.banner .contents .head-title{font-size:50px;line-height:60px;margin-bottom:10px;font-weight:600;font-family:'Source Sans Pro',sans-serif}section.banner .contents p{font-weight:400;font-family:'Open Sans',sans-serif;margin:0;font-size:14px;line-height:25px;color:#fff}section.banner .contents .head-button{color:#222}section.banner .contents .head-button .btn-outline-primary.sign-up{color:#b85ade;font-weight:600;background:#fff;border-color:#fff;box-shadow:0 4px 15px 0 rgb(126 52 161 / .75)}section.banner .contents .head-button .btn-outline-primary.sign-up:hover{color:#b85ade;font-weight:600;background:linear-gradient(45deg,#db17cb 0,#febe06 100%);border-color:#fff}section.banner .intro-img img{animation:float 5s infinite ease-in-out}section.core-services:before{content:"";position:absolute;top:-100px;left:0;width:100%;height:390px;background:#b85ade url(../images/wave_background.svg);background-repeat:no-repeat;background-size:cover;background-position:center bottom}section.core-services{position:relative;padding:289px 0 0 0}section.our-services{color:#212529;position:relative;padding:100px 0;background:#fff}section.our-services .contents .head-title{font-size:50px;font-weight:600;font-family:'Source Sans Pro',sans-serif;color:#295ccf}section.our-services .contents .border-line{height:5px;width:250px;background:#e6efff;margin:20px auto;position:relative;border-radius:30px}section.our-services .contents .border-line::before{content:'';position:absolute;left:0;top:-4.7px;height:15px;width:15px;border-radius:50%;background:#5271ff;-webkit-animation-duration:3s;animation-duration:5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIcon;animation-name:moveIcon}section.our-services .contents .desc{font-size:18px;font-weight:500}section.our-services .feature-item{padding:20px;margin-top:20px;margin-bottom:20px;min-height:420px;max-width:400px;transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}section.our-services .feature-item .animation-box{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}section.our-services .feature-item .animation-box:before{content:"";width:205px;height:205px;background:url(../images/three_dot_circle.svg) no-repeat center center;display:block;animation:rotation 8s linear 0s infinite}section.our-services .feature-item .animation-box .icon{position:absolute;font-size:40px}section.our-services .feature-item i{font-size:50px;display:block;margin-bottom:15px;color:#5271ff!important;transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}section.our-services .feature-item p{transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s}section.our-services .feature-item:hover{box-shadow:rgb(0 0 0 / .05) 0 6px 24px 0,rgb(0 0 0 / .08) 0 0 0 1px;border-radius:8px}section.our-services .feature-item h3{font-weight:200;font-size:30px}section.our-services .feature-item p{margin-bottom:30px}section.about-area{background:#fff;min-height:650px;position:relative;overflow:hidden;padding:110px 0 80px}section.about-area .contents{padding:20px}section.about-area .contents .head-title{color:#125288;font-size:1.6rem;font-weight:600;line-height:35px;margin-bottom:20px;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';text-align:left;margin-top:25px}section.about-area .contents p{font-weight:400;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';margin:0;font-size:1rem;line-height:1.5rem;color:#212530;text-align:left;margin-bottom:30px}section.about-area .contents .head-button{margin-top:30px;color:#222}.about-area .btn-signin{color:#fff}section.how-it-works{padding:100px 0;position:relative;background:#ff7903;background:-webkit-linear-gradient(45deg,#3a75fa,#3a75fa)!important;background:-moz- oldlinear-gradient(45deg,#2a3876,#2b3a7c)!important;background:-o-linear-gradient(45deg,#2a3876,#2b3a7c)!important;background:linear-gradient(45deg,#295ccf,#3a75fa)!important;color:#fff;z-index:100}.how-it-works:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-image:none;background-position:center center;background-attachment:fixed;opacity:.1;z-index:-99}section.how-it-works .header-top{padding-bottom:80px}section.how-it-works .header-top .title{font-size:40px;font-weight:600;font-family:'Source Sans Pro',sans-serif}section.how-it-works .step-lists .step{position:relative;padding-bottom:75px}section.how-it-works .step-lists .step .bg-number{position:absolute;font-size:12rem;top:-130px;left:0;z-index:-1;font-weight:700;color:#2a359c;font-family:'Source Sans Pro',sans-serif}section.reviews{color:#212529;position:relative;padding:100px 0;background:#fff}section.reviews .contents .head-title{font-size:50px;font-weight:600;font-family:'Source Sans Pro',sans-serif}section.reviews .item{padding:40px 20px;min-height:325px;border-color:#5271ff66;box-shadow:2px 2px 6px 0 #ffedd8}section.reviews .item .person-info .name{font-family:'Arvo',serif;font-size:18px;color:#000;margin-bottom:2px!important}section.reviews .item .desc{color:#7e7e7e;font-size:14px;line-height:1.6;text-align:left}.person-info{text-align:left;padding:0 1.5rem}section.reviews .item .star-icon{color:hsl(46 100% 49%);text-align:left}.top-space{padding-top:60px}section.section-3{color:#fa7778;position:relative;padding:60px 0 40px;background:linear-gradient(45deg,#9a56ff 0,#e36cd9 100%);box-shadow:0 10px 22px 10px rgb(27 38 49 / .1);color:#fff}.animatation-box-1{position:relative}.animated{position:absolute}.icon1{left:-138px;animation:LTRScale 5s infinite ease-in-out}.icon2{top:450px;right:-60px;animation:rotation 10s infinite ease-in-out}.icon3{top:500px;left:-20px;right:30px;z-index:1;height:80px;animation:fadeRTL 4s infinite ease-in-out}.animation-2{position:relative}.animation-2 .intro-img{animation:float 3s ease infinite}.animation-2 .icon-1{left:300px;height:30px;animation:fade-up 1.8s infinite ease-in-out}.animation-2 .icon-2{left:460px;top:76px;animation:fade-up 1.1s infinite ease-in-out}.animation-2 .icon-3{left:224px;top:-60px;animation:fadeLTR 1.5s infinite ease-in-out}@media(min-width:992px){.nav-item .nav-link{padding:1.09rem 1rem!important}}.animation-2 .icon-4{left:-14px;top:-32px;height:35px;animation:heartBeat 1.1s infinite ease-in-out}.animation-2 .icon-5{left:525px;top:171px;height:40px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-6{left:117px;top:-75px;height:35px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-7{top:-61px;left:350px;height:35px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-10{left:-62px;top:107px;animation:tada 1.8s infinite ease-in-out}.animation-2 .icon-tree{bottom:-4px;height:135px;animation:float 3s ease infinite}.bg-gray{background:#f2f3f5!important}.mobile-show{display:none}.content{position:absolute;display:none;padding-top:1rem;left:auto}.toltip{position:relative;background:#fff!important;padding:1rem;z-index:10;box-shadow:0 0 6rem rgb(0 0 0 / .175);right:19px}.toltip:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.5rem}section.services-list .social-item.soundcloud .buy-button,section.services-list .social-item.soundcloud .buy-button:hover{background:#fff;color:#000;font-weight:600;text-align:left;margin:0;border:none;box-shadow:none;outline:none}.social-link-wrap{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;background:#ff9800;padding:5px 1rem}img.service-icon{max-width:2.5%}h3.service-title{font-size:1rem;margin-bottom:0}.center-item{display:flex;justify-content:center}@media (min-width:1000px){section.services-list .social-item:hover .content{display:block;left:-28px}}@media (min-width:1280px){.container{max-width:85%}}@media (max-width:768px){.header .navbar li{position:relative;line-height:1em;display:block;line-height:2em}}@media (max-width:768px){.header .navbar .menu-item-list .dropdown-menu{margin-top:10px}}.header.shrink .navbar ul.navbar-nav li.nav-item.active:before,.header.shrink .navbar ul.navbar-nav li.nav-item:hover:before{content:"";height:5px;margin:0 auto;width:90%;position:absolute}.header.shrink .btn-login{color:#22012f!important}.header.shrink .btn-login:hover{font-weight:600}.header.shrink .sign-up{padding:2px 15px}.header.shrink .btn-outline-primary.sign-up{border-color:#b85ade!important;color:#22012f!important;z-index:9999}.header.shrink a.btn-outline-primary.sign-up:hover,.header a.btn-outline-primary.btn-statistics{font-weight:600;color:#fff!important;z-index:9999}@media (min-width:1280px){.container{max-width:1360px}}.header .navbar li{position:relative}@media (min-width:1024px){.header .navbar-brand img{height:95PX;width:295px;height:95PX;width:295px}}@media (max-width:768px){.header .navbar .navbar-nav{margin:10px -35px 10px!important;line-height:1rem;margin-right:-35px!important;margin-left:-35px!important}.header .navbar .site-logo-white{display:none!important}.header .navbar .site-logo{display:block!important}.header .navbar .navbar-nav li{line-height:2em;padding:8px 38px}.header .navbar ul.navbar-nav li.nav-item.active:before,.header .navbar ul.navbar-nav li.nav-item:hover:before{display:none}.header .navbar .navbar-toggler{color:#fff;background-color:#fff0;border:none;box-shadow:none;outline:none;margin-right:5px}.header .btn-login-signup{padding:10px}.header .btn-login{padding-left:0!important}.header{box-shadow:0 3px 9px 3px rgb(0 0 0 / .06)!important;padding-bottom:0;padding-top:0}.mobile-show{display:block}.header .navbar .navbar-nav .nav-link{color:#fff;cursor:pointer;position:relative;margin-top:-3px}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important}.header .navbar .navbar-nav .nav-link:hover{color:#fff!important}.header .navbar ul.navbar-nav li.nav-item.active:before,.header.shrink .navbar ul.navbar-nav li.nav-item:hover:before{content:"";height:5px;margin:0 auto;width:90%;position:absolute;background-color:#fea921;background-image:-webkit-linear-gradient(left,#ff7802 0,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0,#fea921 100%);background-image:-moz-linear-gradient(left,#ff7802 0,#fea921 100%),-moz-linear-gradient(left,#ff7802 0,#fea921 100%);background-image:-o-linear-gradient(left,#ff7802 0,#fea921 100%),-o-linear-gradient(left,#ff7802 0,#fea921 100%);background-image:linear-gradient(to right,#ff7802 0,#fea921 100%),linear-gradient(to right,#ff7802 0,#fea921 100%)}.header .btn-login{color:#22012f!important}.header .btn-login:hover{color:#fea921!important;font-weight:600}.header .sign-up{padding:2px 15px}.header .btn-outline-primary.sign-up{border-color:#b85ade!important;color:#22012f!important;z-index:9999}.header a.btn-outline-primary.sign-up:hover,.header a.btn-outline-primary.btn-statistics{font-weight:600;color:#fff!important;z-index:9999;border-color:#fea921!important;background-color:#fea921!important;background-image:-webkit-linear-gradient(left,#ff7802 0,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0,#fea921 100%)!important;background-image:-moz-linear-gradient(left,#ff7802 0,#fea921 100%),-moz-linear-gradient(left,#ff7802 0,#fea921 100%)!important;background-image:-o-linear-gradient(left,#ff7802 0,#fea921 100%),-o-linear-gradient(left,#ff7802 0,#fea921 100%)!important;background-image:linear-gradient(to right,#ff7802 0,#fea921 100%),linear-gradient(to right,#ff7802 0,#fea921 100%)!important}section.about-area .contents,section.banner .contents{text-align:center}section.banner .box-image{margin-top:150px!important}section.services-list .social-item .img-logo{max-width:100%!important}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-services img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:10%!important;margin-bottom:0!important}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.toltip{position:relative;padding:0;z-index:10;box-shadow:none;padding-top:.7rem;left:auto;right:auto;padding-bottom:.7rem}.toltip:before{display:none}.content{position:relative;padding-top:0;height:auto;display:none;opacity:1;transition:opacity .1s ease}.content-visible{opacity:1}section.services-list .social-item .buy-button{background:#fff7eb;width:100%;margin-bottom:.5rem!important;border:none;background:linear-gradient(90deg,#f8f9fa,#f8f9fa,#f8f9fa)!important}section.services-list .social-item{max-width:100%!important}}@media (min-width:1280px){.container{max-width:1200px}}.auth-login-form{width:100%;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:15px;background-image:url(../images/bg_auth.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.auth-login-form .form-login{width:500px;background:#fff;border-radius:10px;overflow:hidden;padding:65px 55px 54px 55px}.auth-login-form .form-login .site-logo{padding-bottom:20px}.auth-login-form .form-login .site-logo img{max-height:60px}.auth-login-form .form-login .btn-submit{height:50px;color:#fff;text-transform:uppercase}.auth-login-form .form-login .btn-submit,.about-area .btn-signin{background-image:linear-gradient(to right,#FEAC5E 0,#C779D0 51%,#FEAC5E 100%)}.section-3 .btn-signin{color:#fff;background-image:linear-gradient(to right,#f0c 0,#339 51%,#f0c 100%)}.btn-gradient{text-align:center;transition:.5s;background-size:200% auto;text-shadow:0 0 10px rgb(0 0 0 / .2);box-shadow:0 0 20px #eee}.btn-gradient:hover{background-position:right center}.header .dropdown-menu{margin-top:0}.header .navbar-nav li:hover>ul.dropdown-menu{display:block}.header .dropdown-menu{padding:0;border:none;border-radius:0;min-width:200px;box-shadow:0 2px 5px 0 rgb(0 0 0 / .26);-webkit-transition:all 150ms linear;transition:all 150ms linear}.header .dropdown-menu li.dropdown-submenu:hover{background-color:hsl(0 8% 97%)}.header .dropdown-menu li.dropdown-submenu:hover>a{color:#ff7a03}.header .dropdown-menu li.dropdown-submenu:hover>a:after{transform:rotate(-90deg)}.header .dropdown-item{color:#000}.header .dropdown-item:hover,.dropdown-item:focus{background-color:hsl(0 8% 97%);color:#ff7a03}.header .navbar .dropdown-menu li{padding:10px 10px}.header .dropdown-submenu{position:relative}.header .dropdown-submenu>.dropdown-menu{top:0;left:99.99%}.header .dropdown-menu>li>a:hover:after{text-decoration:underline;transform:rotate(-90deg)}@media (max-width:768px){.top-header{display:none!important}.header .dropdown-menu{margin-top:.75rem;border:none;box-shadow:none}.header .dropdown-menu li.dropdown-submenu:hover,.header .dropdown-menu li.dropdown-submenu:hover>a{background-color:#fff}section.services-list .social-item .img-logo{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:10px!important;border-width:1px!important}section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic,section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .web-traffic{max-width:100%!important;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:8px!important;border-width:1px!important}section.services-list .social-item .img-logo img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .instagram-likes img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-services img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .img-logo h4.title{margin:0}section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{margin:0}section.services-list .social-item{margin-top:16px!important}body .row.instent-delivery .col-lg-3{max-width:100%!important}}section.services-list{position:relative;padding:40px 0;background:#fff}section.services-list .social-item{margin-top:50px;max-width:20%}section.services-list .social-item .img-logo{max-width:100%;margin:0 auto;background:#85bee729;width:100%;padding:2rem 0;border-radius:1.5rem;cursor:pointer;border:1px solid #5199e32e;transition:filter .1s ease;box-shadow:inset 01111px 0 5px rgb(0 0 0 / 6%)}section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:1.2rem 0;border-radius:.3rem!important;cursor:pointer;transition:filter .19s ease;box-shadow:inset 1px 1px 13px 20px #fff0;box-shadow:0 0 .4px rgb(6 16 38 / 10%);margin-top:-08px;box-shadow:rgb(0 0 0 / .04) 0 1px 1px,rgb(0 0 0 / .04) 0 2px 2px,rgb(0 0 0 / .04) 0 4px 4px,rgb(0 0 0 / .04) 0 8px 8px,rgb(55 55 55 / 7%) 0 16px 16px}section.services-list .social-item .instagram-likes{background:linear-gradient(45deg,#ff7e5f,#feb47b)}section.services-list .social-item .instagram-followers{background:linear-gradient(45deg,#ff5990,#e84c7a,#ef427b,#cb4474,#e8639)}section.services-list .social-item .instagram-views{background:linear-gradient(45deg,#5F27CD,#8155e3)}section.services-list .social-item .instagram-comments{background:linear-gradient(45deg,#02aab0,#00cdac)}section.services-list .social-item .instagram-other{background:linear-gradient(45deg,#ffa18d,#6A3093)"Starts with #e64927,your chosen vibrant rebeccapurple"}section.services-list .social-item .img-logo:hover{filter:brightness(90%)}section.services-list .social-item .instagram-likes:hover,section.services-list .social-item .instagram-followers:hover,section.services-list .social-item .instagram-views:hover,section.services-list .social-item .instagram-comments:hover,section.services-list .social-item .instagram-other:hover,section.services-list .social-item .facebook-service:hover,section.services-list .social-item .twitter-services:hover,section.services-list .social-item .youtube-services:hover,section.services-list .social-item .tiktok-services:hover,section.services-list .social-item .threads-services:hover,section.services-list .social-item .discord-services:hover,section.services-list .social-item .reddit-services:hover,section.services-list .social-item .spotify-services:hover,section.services-list .social-item .telegram-services:hover,section.services-list .social-item .pinterest-services:hover,section.services-list .social-item .linkedin-services:hover,section.services-list .social-item .soundcloud-services:hover,section.services-list .social-item .youtube-short:hover,section.services-list .social-item .twitch-services:hover,section.services-list .social-item .quora-services:hover,section.services-list .social-item .vk-services:hover,section.services-list .social-item .free-services:hover,section.services-list .social-item .web-traffic:hover{filter:brightness(89%)}section.services-list .social-item .img-logo img{max-width:35%;margin-bottom:1rem}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-services img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:40%;margin-bottom:1rem;hadow:10px 10px 20px rgb(0 0 0 / .5);image-rendering:8px 8px 15px rgb(0 0 0 / .6);-webkit-user-drag:none;user-select:none;pointer-events:none}section.services-list .social-item .img-logo h4.title{color:#212529;font-size:16px}section.services-list .social-item .instagram-likes h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(57 50 50 / 10%)}section.services-list .social-item .instagram-followers h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .instagram-views h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .instagram-comments h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .instagram-other h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 10%)}section.services-list .social-item .facebook-service h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 25%)}section.services-list .social-item .twitter-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 40%)}section.services-list .social-item .youtube-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 40%)}section.services-list .social-item .tiktok-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 50%)}section.services-list .social-item .threads-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .discord-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .reddit-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .spotify-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .telegram-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .pinterest-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .linkedin-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .soundcloud-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .youtube-short h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .twitch-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .quora-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .vk-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .free-services h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .web-traffic h4.title{color:#fff;font-size:18px;text-shadow:2px 2px 15px rgb(0 0 0 / 30%)}section.services-list .social-item .content .title{margin-bottom:10px}section.services-list .social-item .buy-button{border-radius:4px;border:none;color:#FFF;transition:all .4s;cursor:pointer;margin:5px}section.services-list .social-item .buy-button span{font-family:system-ui;font-size:17px;text-shadow:none;// Removes text shadow color:#000}section.services-list .social-item .buy-button span{cursor:pointer;display:flex;-webkit-font-smoothing:antialiased;// for WebKit browsers -moz-osx-font-smoothing:grayscale;// for Firefox on macOS color:#000}section.services-list .social-item .buy-button{position:sticky}section.services-list .social-item .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#ff9816;background-image:linear-gradient(180deg,#5271FF 10%,#467fcf);left:2px;top:40%;transition:all .1s ease-in-out}section.services-list .social-item .buy-button:hover span:before{height:70%;transform:translateY(-10px)}@media (max-width:768px){section.services-list .social-item .img-logo h4.title{margin:0;left:10px;display:flex;padding:0 1rem;flex-direction:column;justify-content:flex-end;align-content:flex-end;flex-wrap:nowrap}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title{margin:0;left:10px;display:flex;padding:0 1rem;flex-direction:column;justify-content:flex-end;align-content:flex-end;flex-wrap:nowrap}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{margin:0;left:10px;display:flex;padding:0 1rem;flex-direction:column;justify-content:flex-end;align-content:flex-end;flex-wrap:nowrap}}@media (max-width:768px){section.services-list .social-item .buy-button span:before{top:15%}section.services-list .social-item .buy-button:hover span:before{transform:none}}.parent-container{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:768px){section.services-list .social-item .img-logo h4.title{color:#212529;font-size:17px;margin-left:-47px}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title{color:#fff;font-size:17px;margin-left:-47px}}@media (max-width:768px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{color:#fff;font-size:17px;margin-left:-10%!important}}@media only screen and (max-width:767px){section.services-list .social-item .img-logo h4.title{text-align:center}section.services-list .social-item .img-logo h4.title{width:100%}}@media only screen and (max-width:767px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-services h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{text-align:center;width:100%}}@media only screen and (max-width:767px){section.services-list .social-item .instagram-likes h4.title.mobile,section.services-list .social-item .instagram-followers h4.title.mobile,section.services-list .social-item .instagram-views h4.title.mobile{display:none}}@media only screen and (min-width:767px){}@media only screen and (min-width:767px){display:none}}section.services-list .social-item.youtube .buy-button{background:#f44336!important}section.services-list .social-item.spotify .buy-button{background:#8bc34a!important}section.services-list .social-item.instagram .buy-button{background:#b84192!important}section.services-list .social-item.facebook .buy-button{background:#1976d2!important}section.services-list .social-item.twitter .buy-button{background:#03a9f4!important}section.services-list .social-item.twitch .buy-button{background:#9146ff!important}section.services-list .social-item .buy-button{min-width:290px}.row.instent-delivery .col-lg-3{max-width:20%}.help-container{position:relative;margin-bottom:-2rem;padding:5rem 0}.help-container .help-header{font-size:2.625rem}.help-container .help-area{align-items:center}.help-container .help-area .space-between{flex-wrap:wrap}.help-container .help-bg{position:absolute;width:100vw;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#f8f9fa}.help-container .help{flex:0 0 calc(50% - 1rem);display:flex;color:#fff;background-color:#141922;border-radius:.625rem;padding:.625rem;font-size:.875rem;align-items:center;margin:0 1rem 1rem 0}.help-container .help i{color:#fff;font-size:3.5rem;border-radius:.625rem;display:inline;width:auto;margin:0}.help-container .help span{margin:.5rem 0;font-weight:500}.help-container .help a{color:#fff}.help-container .help[onclick]{cursor:pointer}@media(max-width:991.98px){.help-container .space-between{flex-direction:column}.help-container .help{width:100%;margin-bottom:1rem;flex-direction:row;align-items:center;margin-left:0}.help-container .help i{margin:0 1rem 0 0}}@media (max-width:767px){.header .navbar-brand img{height:30.4px;width:100%}}section.services-list .social-item .buy-button-free-services:hover span:before{content:'';height:70%;transform:translateY(-10px)}section.services-list .social-item [class*="buy-button-"]{background:#fff!important;color:#000!important;font-family:'Roboto',sans-serif!important;font-weight:600!important;font-size:16px!important;line-height:24px!important;letter-spacing:.15px!important;text-align:left!important;width:100%!important;min-width:290px!important;margin:0 0 8px 0!important;border:none!important;border-radius:8px!important;box-shadow:0 2px 8px rgb(0 0 0 / .06)!important;cursor:pointer!important;position:relative!important;overflow:hidden!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}section.services-list .social-item [class*="buy-button-"]:hover{box-shadow:0 4px 12px rgb(58 117 250 / .15)!important}section.services-list .social-item [class*="buy-button-"] span::before{content:''!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:4px!important;height:0!important;border-radius:0 2px 2px 0!important;transition:height .25s ease-out!important}section.services-list .social-item [class*="buy-button-"]:hover span::before{height:60%!important}section.services-list .social-item [class*="buy-button-"] span{display:flex!important;align-items:center!important;color:#1a1a2e!important;font-weight:600!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}section.services-list .social-item .buy-button-instagram-likes span::before{background:linear-gradient(180deg,#ff0844 0,#ff4f57 100%)!important}section.services-list .social-item .buy-button-instagram-followers span::before{background:linear-gradient(180deg,#f02fc2 0,#ff6ec4 100%)!important}section.services-list .social-item .buy-button-instagram-views span::before{background:linear-gradient(180deg,#7928ca 0,#9d4aff 100%)!important}section.services-list .social-item .buy-button-instagram-comments span::before{background:linear-gradient(180deg,#0061ff 0,#60efff 100%)!important}section.services-list .social-item .buy-button-instagram-other span::before{background:linear-gradient(180deg,#ff512f 0,#f09819 100%)!important}section.services-list .social-item .buy-button-facebook-service span::before{background:linear-gradient(180deg,#1877f2 0,#4c6ef5 100%)!important}section.services-list .social-item .buy-button-twitter-services span::before{background:linear-gradient(180deg,#15202b 0,#1d2d3d 100%)!important}section.services-list .social-item .buy-button-youtube-services span::before{background:linear-gradient(180deg,#f00 0,#c00 100%)!important}section.services-list .social-item .buy-button-tiktok-services span::before{background:linear-gradient(180deg,#010101 0,#1a1a1a 100%)!important}section.services-list .social-item .buy-button-threads-services span::before{background:linear-gradient(180deg,#ff0050 0,#ff6b9d 100%)!important}section.services-list .social-item .buy-button-discord-services span::before{background:linear-gradient(180deg,#5865f2 0,#7289da 100%)!important}section.services-list .social-item .buy-button-reddit-services span::before{background:linear-gradient(180deg,#ff4500 0,#ff6b4a 100%)!important}section.services-list .social-item .buy-button-spotify-services span::before{background:linear-gradient(180deg,#1db954 0,#1ed760 100%)!important}section.services-list .social-item .buy-button-telegram-services span::before{background:linear-gradient(180deg,#08c 0,#2aabee 100%)!important}section.services-list .social-item .buy-button-pinterest-services span::before{background:linear-gradient(180deg,#e60023 0,#ff5276 100%)!important}section.services-list .social-item .buy-button-linkedin-services span::before{background:linear-gradient(180deg,#0a66c2 0,#0077b5 100%)!important}section.services-list .social-item .buy-button-soundcloud-services span::before{background:linear-gradient(180deg,#f50 0,#f80 100%)!important}section.services-list .social-item .buy-button-youtube-short span::before{background:linear-gradient(180deg,#f00 0,#ff4e45 100%)!important}section.services-list .social-item .buy-button-twitch-services span::before{background:linear-gradient(180deg,#9146ff 0,#772ce8 100%)!important}section.services-list .social-item .buy-button-quora-services span::before{background:linear-gradient(180deg,#b92b27 0,#e74c3c 100%)!important}section.services-list .social-item .buy-button-vk-services span::before{background:linear-gradient(180deg,#07f 0,#4a90d9 100%)!important}section.services-list .social-item .buy-button-web-traffic span::before{background:linear-gradient(180deg,#f7971e 0,#ffd200 100%)!important}section.services-list .social-item .buy-button-free-services span::before{background:linear-gradient(180deg,#3a75fa 0,#295ccf 100%)!important}@media (max-width:768px){section.services-list .social-item [class*="buy-button-"]{font-size:15px!important;padding:14px 12px!important;min-width:100%!important;border-radius:6px!important}section.services-list .social-item [class*="buy-button-"]:hover{transform:none!important}section.services-list .social-item [class*="buy-button-"]:hover span::before{height:50%!important}}.services-list h2.mt-5{font-family:'Roboto',sans-serif!important;font-size:1.75rem!important;font-weight:700!important;color:#1a1a2e!important;letter-spacing:-0.5px!important;text-align:center!important}@media (max-width:768px){section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:2rem 0;border-radius:.3rem!important;cursor:pointer;transition:filter .1s ease;box-shadow:inset 0 0 5px rgb(49 47 53 / 6%);margin-top:-12px}}section.services-list .social-item [class*="-"]{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}section.services-list .social-item [class*="-"]:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px rgb(0 0 0 / .2)}section.services-list .social-item .instagram-likes{background:linear-gradient(135deg,#ff003b 0,#ff5c7c 50%,#ff1744 100%)!important}section.services-list .social-item .instagram-likes:hover{0 10px 30px rgb(255 0 59 / .5),0 4px 12px rgb(255 0 59 / .4)!important}section.services-list .social-item .instagram-followers{background:linear-gradient(135deg,#ff00b1 0,#ff6ed8 50%,#e91e63 100%)!important;box-s0hadow:0 6px 20px rgb(255 0 177 / .4),0 2px 8px rgb(255 0 177 / .3)!important}section.services-list .social-item .instagram-followers:hover{box-sh0adow:0 10px 30px rgb(255 0 177 / .5),0 4px 12px rgb(255 0 177 / .4)!important}section.services-list .social-item .instagram-views{background:linear-gradient(135deg,#7928ca 0,#a855f7 50%,#9333ea 100%)!important;box-shad0ow:0 6px 20px rgb(121 40 202 / .4),0 2px 8px rgb(121 40 202 / .3)!important}section.services-list .social-item .instagram-views:hover{box-sha0dow:0 10px 30px rgb(121 40 202 / .5),0 4px 12px rgb(121 40 202 / .4)!important}section.services-list .social-item .instagram-comments{background:linear-gradient(135deg,#0061ff 0,#3b82f6 50%,#2563eb 100%)!important;box-s0hadow:0 6px 20px rgb(0 97 255 / .4),0 2px 8px rgb(0 97 255 / .3)!important}section.services-list .social-item .instagram-comments:hover{box-sh0adow:0 10px 30px rgb(0 97 255 / .5),0 4px 12px rgb(0 97 255 / .4)!important}section.services-list .social-item .instagram-other{background:linear-gradient(135deg,#ff512f 0,#f09819 50%,#ff6b35 100%)!important;box-sha0dow:0 6px 20px rgb(255 81 47 / .4),0 2px 8px rgb(255 81 47 / .3)!important}section.services-list .social-item .instagram-other:hover{box-sha0dow:0 10px 30px rgb(255 81 47 / .5),0 4px 12px rgb(255 81 47 / .4)!important}section.services-list .social-item .facebook-service{background:linear-gradient(135deg,#1877f2 0,#4c6ef5 50%,#3b5bdb 100%)!important;box-sh0adow:0 6px 20px rgb(24 119 242 / .4),0 2px 8px rgb(24 119 242 / .3)!important}section.services-list .social-item .facebook-service:hover{box-shad0ow:0 10px 30px rgb(24 119 242 / .5),0 4px 12px rgb(24 119 242 / .4)!important}section.services-list .social-item .twitter-services{background:linear-gradient(135deg,#15202b 0,#192734 50%,#000 100%)!important;box-shado0w:0 6px 20px rgb(0 0 0 / .5),0 2px 8px rgb(0 0 0 / .4)!important}section.services-list .social-item .twitter-services:hover{box-shadow:}section.services-list .social-item .youtube-services{background:linear-gradient(135deg,#f00 0,#dc2626 50%,#ff3d3d 100%)!important;box-shad0ow:0 6px 20px rgb(255 0 0 / .4),0 2px 8px rgb(255 0 0 / .3)!important}section.services-list .social-item .youtube-services:hover{box-sh0adow:0 10px 30px rgb(255 0 0 / .5),0 4px 12px rgb(255 0 0 / .4)!important}section.services-list .social-item .tiktok-services{background:linear-gradient(135deg,#010101 0,#1a1a1a 50%,#000 100%)!important;box-sh0adow:0 6px 20px rgb(0 0 0 / .5),0 2px 8px rgb(0 0 0 / .4),inset 0 1px 0 rgb(255 0 80 / .15),inset 0 -1px 0 rgb(0 245 212 / .15)!important}section.services-list .social-item .tiktok-services:hover{box-sha0dow:0 10px 30px rgb(0 0 0 / .6),0 4px 12px rgb(0 0 0 / .5),inset 0 1px 0 rgb(255 0 80 / .2),inset 0 -1px 0 rgb(0 245 212 / .2)!important}section.services-list .social-item .threads-services{background:linear-gradient(135deg,#ff0050 0,#ff6b9d 50%,#e91e63 100%)!important;box-shadow:0 6px 20px rgb(255 0 80 / .4),0 2px 8px rgb(255 0 80 / .3)!important}section.services-list .social-item .threads-services:hover{box-sha0dow:0 10px 30px rgb(255 0 80 / .5),0 4px 12px rgb(255 0 80 / .4)!important}section.services-list .social-item .discord-services{background:linear-gradient(135deg,#5865f2 0,#7289da 50%,#4c5fd5 100%)!important;box-shad0ow:0 6px 20px rgb(88 101 242 / .4),0 2px 8px rgb(88 101 242 / .3)!important}section.services-list .social-item .discord-services:hover{box-sha0dow:0 10px 30px rgb(88 101 242 / .5),0 4px 12px rgb(88 101 242 / .4)!important}section.services-list .social-item .reddit-services{background:linear-gradient(135deg,#ff4500 0,#ff6b4a 50%,#e63900 100%)!important;box-shad0ow:0 6px 20px rgb(255 69 0 / .4),0 2px 8px rgb(255 69 0 / .3)!important}section.services-list .social-item .reddit-services:hover{box-sha0dow:0 10px 30px rgb(255 69 0 / .5),0 4px 12px rgb(255 69 0 / .4)!important}section.services-list .social-item .spotify-services{background:linear-gradient(135deg,#1db954 0,#1ed760 50%,#17a349 100%)!important;box-shadow:0 6px 20px rgb(29 185 84 / .4),0 2px 8px rgb(29 185 84 / .3)!important}section.services-list .social-item .spotify-services:hover{box-shado0w:0 10px 30px rgb(29 185 84 / .5),0 4px 12px rgb(29 185 84 / .4)!important}section.services-list .social-item .telegram-services{background:linear-gradient(135deg,#08c 0,#229ed9 50%,#2aabee 100%)!important;box-sha0dow:0 6px 20px rgb(42 171 238 / .4),0 2px 8px rgb(42 171 238 / .3)!important}section.services-list .social-item .telegram-services:hover{box-sha0dow:0 10px 30px rgb(42 171 238 / .5),0 4px 12px rgb(42 171 238 / .4)!important}section.services-list .social-item .pinterest-services{background:linear-gradient(135deg,#e60023 0,#ff5276 50%,#bd081c 100%)!important;box-sha0dow:0 6px 20px rgb(230 0 35 / .4),0 2px 8px rgb(230 0 35 / .3)!important}section.services-list .social-item .pinterest-services:hover{box-sha0dow:0 10px 30px rgb(230 0 35 / .5),0 4px 12px rgb(230 0 35 / .4)!important}section.services-list .social-item .linkedin-services{background:linear-gradient(135deg,#0a66c2 0,#0077b5 50%,#005582 100%)!important;box-shad0ow:0 6px 20px rgb(10 102 194 / .4),0 2px 8px rgb(10 102 194 / .3)!important}section.services-list .social-item .linkedin-services:hover{box-sha0dow:0 10px 30px rgb(10 102 194 / .5),0 4px 12px rgb(10 102 194 / .4)!important}section.services-list .social-item .soundcloud-services{background:linear-gradient(135deg,#f50 0,#f80 50%,#f60 100%)!important;box-sha0dow:0 6px 20px rgb(255 85 0 / .4),0 2px 8px rgb(255 85 0 / .3)!important}section.services-list .social-item .soundcloud-services:hover{box-shad0ow:0 10px 30px rgb(255 85 0 / .5),0 4px 12px rgb(255 85 0 / .4)!important}section.services-list .social-item .youtube-short{background:linear-gradient(135deg,#f00 0,#ff4e45 50%,#ff0844 100%)!important;box-sha0dow:0 6px 20px rgb(255 0 0 / .4),0 2px 8px rgb(255 0 0 / .3)!important}section.services-list .social-item .youtube-short:hover{box-sha0dow:0 10px 30px rgb(255 0 0 / .5),0 4px 12px rgb(255 0 0 / .4)!important}section.services-list .social-item .twitch-services{background:linear-gradient(135deg,#9146ff 0,#772ce8 50%,#6441a5 100%)!important;box-shad0ow:0 6px 20px rgb(145 70 255 / .4),0 2px 8px rgb(145 70 255 / .3)!important}section.services-list .social-item .twitch-services:hover{box-sha0dow:0 10px 30px rgb(145 70 255 / .5),0 4px 12px rgb(145 70 255 / .4)!important}section.services-list .social-item .quora-services{background:linear-gradient(135deg,#b92b27 0,#e74c3c 50%,#a52420 100%)!important;box-shado0w:0 6px 20px rgb(185 43 39 / .4),0 2px 8px rgb(185 43 39 / .3)!important}section.services-list .social-item .quora-services:hover{box-sha0dow:0 10px 30px rgb(185 43 39 / .5),0 4px 12px rgb(185 43 39 / .4)!important}section.services-list .social-item .vk-services{background:linear-gradient(135deg,#07f 0,#4a90d9 50%,#2f6fb5 100%)!important;box-sha0dow:0 6px 20px rgb(0 119 255 / .4),0 2px 8px rgb(0 119 255 / .3)!important}section.services-list .social-item .vk-services:hover{box-sh0adow:0 10px 30px rgb(0 119 255 / .5),0 4px 12px rgb(0 119 255 / .4)!important}section.services-list .social-item .free-services{background:linear-gradient(135deg,#3a75fa 0,#667eea 50%,#764ba2 100%)!important;box-shado0w:0 6px 20px rgb(58 117 250 / .4),0 2px 8px rgb(58 117 250 / .3)!important}section.services-list .social-item .free-services:hover{box-sha0dow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4)!important}section.services-list .social-item .web-traffic{background:linear-gradient(135deg,#f7971e 0,#ffd200 50%,#f59e0b 100%)!important;box-sh0:0 6px 20px rgb(247 151 30 / .4),0 2px 8px rgb(247 151 30 / .3)!important}section.services-list .social-item .web-traffic:hover{box-shadow:0 10px 30px rgb(247 151 30 / .5),0 4px 12px rgb(247 151 30 / .4)!important}section.services-list .social-item .other-services{background:linear-gradient(135deg,#3a75fa 0,#295ccf 50%,#1e4ba8 100%)!important;box-sha0dow:0 6px 20px rgb(58 117 250 / .4),0 2px 8px rgb(58 117 250 / .3)!important}section.services-list .social-item .other-services:hover{box-sha0dow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4)!important}section.services-list .social-item .social-media-tools{background:linear-gradient(135deg,#3a75fa 0,#295ccf 50%,#1e4ba8 100%)!important;box-sha0dow:0 6px 20px rgb(58 117 250 / .4),0 2px 8px rgb(58 117 250 / .3)!important}section.services-list .social-item .social-media-tools:hover{box-shad0ow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4)!important}section.services-list .social-item .seo-services,section.services-list .social-item .snapchat-services{background:linear-gradient(135deg,#fffc00 0,#ffd400 50%,#f59e0b 100%)!important;box-sha0dow:0 6px 20px rgb(255 252 0 / .4),0 2px 8px rgb(255 252 0 / .3)!important}section.services-list .social-item .kick-services,section.services-list .social-item .whatsapp-services{background:linear-gradient(135deg,#25d366 0,#20c05c 50%,#128c7e 100%)!important;box-shadow:0 6px 20px rgb(37 211 102 / .4),0 2px 8px rgb(37 211 102 / .3)!important}@media screen and (min-width:1004px) and (max-width:1306px){.header .navbar-brand img{margin-top:-19px;MARGIN-BOTTOM:-19PX}.header .navbar .navbar-nav .nav-link{color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17.5px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px}}@media (min-width:769px) and (max-width:993px){.header .navbar .navbar-nav .nav-link{color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px}}@media screen and (max-width:767px){section.services-list{position:relative;padding:20px 0;background:#fff}}@media (max-width:767px){.header .navbar-brand img{height:47PX;margin-top:-25px;margin-bottom:-25px}}@media (min-width:769px) and (max-width:993px){section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:1.1rem 0;border-radius:.3rem;cursor:pointer;transition:filter .19s ease;margin-top:-08px}.row.instent-delivery .col-lg-3{max-width:30%}section.services-list .social-item:hover .content{left:-28px}section.services-list .social-item{margin-top:50px;max-width:30%}}@media screen and (min-width:993px) and (max-width:1279px){section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:1.1rem 0;border-radius:.3rem;cursor:pointer;transition:filter .19s ease;margin-top:-08px}.row.instent-delivery .col-lg-3{max-width:30%}section.services-list .social-item:hover .content{left:-28px}section.services-list .social-item{margin-top:50px;max-width:30%}}section.package-content .pk-lists .item .order_button .btn-color:hover{border-radius:0 8px 8px 0;background:#fff!important}.header .navbar .navbar-nav .active>.nav-link{color:#6495ed!important;width:100%;font-weight:500;background:#e6efff;border-radius:.25rem rem;border-radius:.25rem}.header .navbar .navbar-nav .nav-link{transition:all .3s ease}section.package-content .pk-lists .item .order_button .btn-color:hover{border-radius:0 8px 8px 0;background:#fff!important}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:.25rem}.header .navbar .navbar-nav .nav-link{transition:all .3s ease}}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important;width:100%;font-weight:500;background:#FF5722}.header .navbar .navbar-nav .nav-link:hover{color:#fff!important;width:100%;font-weight:500;background:#5592ff}.header .navbar .navbar-nav .nav-link{transition:background-color .3s ease-in-out;padding:15px 15px}.header .navbar .navbar-nav .nav-link:active{background-color:#295ccf}body.iglikes-category section.header-top .mini-menu li:hover a{background-color:#5592ff;color:#fff!important;font-family:revert}section.header-top{background:#316aecfa;padding:0 30px 0}.social-services:hover .twitter{display:flex}.twitter:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.twitter{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.twitter{display:none}}.content .twitter .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#00acee;left:-12px;top:50%;transition:all .1s ease-in-out}.content .twitter .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .twitter .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-services:hover .youtube{display:flex}.youtube:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.youtube{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.youtube{display:none}}.content .youtube .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#ff2921;left:-12px;top:50%;transition:all .1s ease-in-out}.content .youtube .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .youtube .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-services:hover .facebook{display:flex}.facebook:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.facebook{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.facebook{display:none}}.content .facebook .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#384dd4;left:-12px;top:50%;transition:all .1s ease-in-out}.content .facebook .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .facebook .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-services:hover .tiktok{display:flex}.tiktok:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.tiktok{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.tiktok{display:none}}.content .tiktok .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#171718;left:-12px;top:50%;transition:all .1s ease-in-out}.content .tiktok .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .tiktok .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-section-mobile{padding:.5rem 0;display:flex;justify-content:space-between;align-items:flex-start;gap:.25rem}@media only screen and (min-width:992px){.social-section-mobile{display:none}}@media only screen and (max-width:768px){}@media only screen and (max-width:768px){.content a.btn.btn-lg.buy-button{width:100%!important;text-align:left;box-shadow:none;font-weight:600;font-size:18px;color:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}}@media (max-width:768px){.service-list{padding:10px 3px 3px 3px;background-color:#fff;border-radius:4px;box-shadow:0 7px 2rem rgb(0 0 0 / .175);position:initial}}.social-links-list .service-title-followers{font-size:18px;margin-bottom:0;color:#CF4475}.social-links-list .service-title-followers:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-views{font-size:18px;margin-bottom:0;color:#6E4BFF}.social-links-list .service-title-views:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-comments{font-size:18px;margin-bottom:0;color:#FF5D27}.social-links-list .service-title-comments:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-others{font-size:18px;margin-bottom:0;color:#D42555}.social-links-list .service-title-others:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-threads{font-size:18px;margin-bottom:0;color:#D42555}.social-links-list .service-title-threads:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Discord{font-size:18px;margin-bottom:0;color:#5C6EAE}.social-links-list .service-title-Discord:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Reddit{font-size:18px;margin-bottom:0;color:#FF6E2A}.social-links-list .service-title-Reddit:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Spotify{font-size:18px;margin-bottom:0;color:#1ED25E}.social-links-list .service-title-Spotify:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Telegram{font-size:18px;margin-bottom:0;color:#2CB0EB}.social-links-list .service-title-Telegram:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Pinterest{font-size:18px;margin-bottom:0;color:#DB2B42}.social-links-list .service-title-Pinterest:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Linkedin{font-size:18px;margin-bottom:0;color:#0097D0}section.services-list .social-item .toltip a{display:flex!important;align-items:center;padding:10px 14px!important;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569!important;font-size:14px;font-weight:500;text-decoration:none!important;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-links-list .service-title-Linkedin:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-SoundCloud{font-size:18px;margin-bottom:0;color:#FF7D00}.social-links-list .service-title-SoundCloud:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-YouTube{font-size:18px;margin-bottom:0;color:#FF4040}.social-links-list .service-title-YouTube:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Twitch{font-size:18px;margin-bottom:0;color:#854CD3}.social-links-list .service-title-Twitch:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Quora{font-size:18px;margin-bottom:0;color:#D03157}.social-links-list .service-title-Quora:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-VK{font-size:18px;margin-bottom:0;color:#54789F}.social-links-list .service-title-VK:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Web{font-size:18px;margin-bottom:0;color:#2CA2EE}.social-links-list .service-title-Web:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-insta{font-size:18px;margin-bottom:0;color:#ff2f2f}.social-links-list .service-title-insta:hover{color:#6495ed!important;width:100%;font-weight:500}body.iglikes-category section.header-top .mini-menu li.active a,body.iglikes-category section.header-top .mini-menu li:hover a{background-color:#ff003b;color:#fff!important;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body.iglikes-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#ff003b}body.iglikes-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.iglikes-category .owl-nav .owl-prev:before,body.iglikes-category .owl-nav .owl-next:after,body.iglikes-category section.package-content .pk-lists .item .price{background:linear-gradient(90deg,#ff003b 16%,#ff003b 100%)!important}body.iglikes-category section.package-content .pk-lists .item .order_button .btn-color{background:#ff003b;border:1px solid #ff003b!important}body.iglikes-category section.package-content .pk-lists .item .features .text-icon{color:#ff003b}body.igviews-category section.header-top .mini-menu li.active a,body.igviews-category section.header-top .mini-menu li:hover a{background:linear-gradient(90deg,#7b2cbf 16%,#7b2cbf 100%)!important;color:#fff!important}body.igviews-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#7b2cbf}body.igviews-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.igviews-category .owl-nav .owl-prev:before,body.igviews-category .owl-nav .owl-next:after,body.igviews-category section.package-content .pk-lists .item .price{background:#7B2CBF}body.igviews-category section.package-content .pk-lists .item .order_button .btn-color{background:#7B2CBF;border:1px solid #7B2CBF!important}body.igCOMMENTS-category section.header-top .mini-menu li.active a,body.igCOMMENTS-category section.header-top .mini-menu li:hover a{background:linear-gradient(45deg,#1D4E89,#1D4E89);color:#fff!important}body.igCOMMENTS-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#1D4E89}body.igCOMMENTS-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.igCOMMENTS-category .owl-nav .owl-prev:before,body.igCOMMENTS-category .owl-nav .owl-next:after,body.igCOMMENTS-category section.package-content .pk-lists .item .price{background:#1D4E89}body.igCOMMENTS-category section.package-content .pk-lists .item .order_button .btn-color{background:linear-gradient(45deg,#1D4E89,#1D4E89);border:1px solid #1D4E89!important}body.igothers-category section.header-top .mini-menu li.active a,body.igothers-category section.header-top .mini-menu li:hover a{background:linear-gradient(45deg,#E76F51,#E76F51);color:#fff!important}body.igothers-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#E76F51}body.igothers-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.igothers-category .owl-nav .owl-prev:before,body.igothers-category .owl-nav .owl-next:after,body.igothers-category section.package-content .pk-lists .item .price{background:#E76F51}body.igothers-category section.package-content .pk-lists .item .features .text-icon{color:#E76F51}body.igothers-category section.package-content .pk-lists .item .order_button .btn-color{background:#E76F51;border:1px solid #E76F51!important}body.linkedin-category section.header-top .mini-menu li.active a,body.linkedin-category section.header-top .mini-menu li:hover a{background-color:#0077b5;color:#fff!important}body.linkedin-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#0077b5}body.linkedin-category section.package-content .pk-lists .item .card{border:1px solid #0077b53b!important}body.linkedin-category .owl-nav .owl-prev:before,body.linkedin-category .owl-nav .owl-next:after,body.linkedin-category section.package-content .pk-lists .item .price{background:linear-gradient(90deg,#0077b5 16%,#0077b5 100%)!important}body.linkedin-category section.package-content .pk-lists .item .order_button .btn-color{background:#0077b5;border:1px solid #0077b5!important}@media only screen and (max-width:767px){section.package-content .pk-lists .item{padding-top:3px;padding-right:35px;padding-bottom:35px;padding-left:35px}}@media screen and (min-width:1004px) and (max-width:1306px){.header .navbar-brand img{margin-top:-19px;MARGIN-BOTTOM:-4PX}}@media screen and (max-width:768px){.header .navbar-brand img{height:50px;width:auto}}@media only screen and (max-width:767px){.owl-nav .owl-prev:before,.owl-nav .owl-next:after{position:absolute;font-family:"FontAwesome";font-size:30px;background:#32a852;width:35px;text-align:center;height:35px;border-radius:50%;line-height:35px;color:#fff;margin-top:-19px}}@media only screen and (max-width:768px){.select-package{text-align:center;margin-top:-20px;margin-bottom:-38px}}@media (max-width:768px){section.checkout-form{padding:0 0 100px;overflow:hidden;margin-top:-30px}}@media (max-width:768px){.container.cus.mobile{padding-top:0}}a.top-nav-link:hover{color:#fff;text-decoration:none}@media (min-width:769px) and (max-width:993px){.header .navbar-brand img{height:66px;max-width:max-content}}@media (min-width:769px) and (max-width:993px){.container{max-width:720px}}@media screen and (min-width:1004px) and (max-width:1306px){.header .navbar .navbar-nav .nav-link{color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17.5px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px;padding-bottom:12px}}body.postlikes-category section.header-top .mini-menu li.active a,body.postlikes-category section.header-top .mini-menu li:hover a{background-color:#1969ff}body.postlikes-category .header .dropdown-item:hover,body.postlikes-category .dropdown-item:focus,body.postlikes-category .header .navbar .navbar-nav .nav-link:hover,body.postlikes-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postlikes-category .header .navbar .navbar-nav .active>.nav-link,body.postlikes-category section.package-content .pk-header .title strong,body.postlikes-category section.package-content .pk-lists .item .name .number,body.postlikes-category section.package-content .pk-lists .item .features .text-icon,body.postlikes-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#1969ff}body.postlikes-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postlikes-category .owl-nav .owl-prev:before,body.postlikes-category .owl-nav .owl-next:after,body.postlikes-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#1969ff 16%,#1969ff 100%)!important}body.postlikes-category section.package-content .pk-lists .item .order_button .btn-color{background:#1969ff;border:1px solid #1969ff!important}body.postwow-category section.header-top .mini-menu li.active a,body.postwow-category section.header-top .mini-menu li:hover a{background-color:#9f9442}body.postwow-category .header .dropdown-item:hover,body.postwow-category .dropdown-item:focus,body.postwow-category .header .navbar .navbar-nav .nav-link:hover,body.postwow-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postwow-category .header .navbar .navbar-nav .active>.nav-link,body.postwow-category section.package-content .pk-header .title strong,body.postwow-category section.package-content .pk-lists .item .name .number,body.postwow-category section.package-content .pk-lists .item .features .text-icon,body.postwow-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#9f9442}body.postwow-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postwow-category .owl-nav .owl-prev:before,body.postwow-category .owl-nav .owl-next:after,body.postwow-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#9f9442 16%,#9f9442 100%)!important}body.postwow-category section.package-content .pk-lists .item .order_button .btn-color{background:#9f9442;border:1px solid #9f9442!important}body.postlove-category section.header-top .mini-menu li.active a,body.postlove-category section.header-top .mini-menu li:hover a{background-color:#cb1640}body.postlove-category .header .dropdown-item:hover,body.postlove-category .dropdown-item:focus,body.postlove-category .header .navbar .navbar-nav .nav-link:hover,body.postlove-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postlove-category .header .navbar .navbar-nav .active>.nav-link,body.postlove-category section.package-content .pk-header .title strong,body.postlove-category section.package-content .pk-lists .item .name .number,body.postlove-category section.package-content .pk-lists .item .features .text-icon,body.postlove-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#cb1640}body.postlove-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postlove-category .owl-nav .owl-prev:before,body.postlove-category .owl-nav .owl-next:after,body.postlove-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#cb1640 16%,#cb1640 100%)!important}body.postlove-category section.package-content .pk-lists .item .order_button .btn-color{background:#cb1640;border:1px solid #cb1640!important}body.posthaha-category section.header-top .mini-menu li.active a,body.posthaha-category section.header-top .mini-menu li:hover a{background-color:#f1a00b}body.posthaha-category .header .dropdown-item:hover,body.posthaha-category .dropdown-item:focus,body.posthaha-category .header .navbar .navbar-nav .nav-link:hover,body.posthaha-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.posthaha-category .header .navbar .navbar-nav .active>.nav-link,body.posthaha-category section.package-content .pk-header .title strong,body.posthaha-category section.package-content .pk-lists .item .name .number,body.posthaha-category section.package-content .pk-lists .item .features .text-icon,body.posthaha-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#f1a00b}body.posthaha-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.posthaha-category .owl-nav .owl-prev:before,body.posthaha-category .owl-nav .owl-next:after,body.posthaha-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#f1a00b 16%,#f1a00b 100%)!important}body.posthaha-category section.package-content .pk-lists .item .order_button .btn-color{background:#f1a00b;border:1px solid #f1a00b!important}body.postsad-category section.header-top .mini-menu li.active a,body.postsad-category section.header-top .mini-menu li:hover a{background-color:#ff7e00}body.postsad-category .header .dropdown-item:hover,body.postsad-category .dropdown-item:focus,body.postsad-category .header .navbar .navbar-nav .nav-link:hover,body.postsad-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postsad-category .header .navbar .navbar-nav .active>.nav-link,body.postsad-category section.package-content .pk-header .title strong,body.postsad-category section.package-content .pk-lists .item .name .number,body.postsad-category section.package-content .pk-lists .item .features .text-icon,body.postsad-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#ff7e00}body.postsad-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postsad-category .owl-nav .owl-prev:before,body.postsad-category .owl-nav .owl-next:after,body.postsad-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#ff7e00 16%,#ff7e00 100%)!important}body.postsad-category section.package-content .pk-lists .item .order_button .btn-color{background:#ff7e00;border:1px solid #ff7e00!important}body.postangry-category section.header-top .mini-menu li.active a,body.postangry-category section.header-top .mini-menu li:hover a{background-color:#672424}body.postangry-category .header .dropdown-item:hover,body.postangry-category .dropdown-item:focus,body.postangry-category .header .navbar .navbar-nav .nav-link:hover,body.postangry-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postangry-category .header .navbar .navbar-nav .active>.nav-link,body.postangry-category section.package-content .pk-header .title strong,body.postangry-category section.package-content .pk-lists .item .name .number,body.postangry-category section.package-content .pk-lists .item .features .text-icon,body.postangry-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#672424}body.postangry-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postangry-category .owl-nav .owl-prev:before,body.postangry-category .owl-nav .owl-next:after,body.postangry-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#672424 16%,#672424 100%)!important}body.postangry-category section.package-content .pk-lists .item .order_button .btn-color{background:#672424;border:1px solid #672424!important}.help-area{padding:32px 20px!important;padding-top:20px!important;background:#f6f9ff!important;border:1px solid #e4ecff!important;border-radius:20px!important;box-shadow:0 10px 30px rgb(41 92 207 / .08)!important;margin:20px 0!important}.help-area .help-header{font-size:1.85rem!important;line-height:1.25!important;color:#125288!important;font-weight:800!important;letter-spacing:.3px!important;margin-bottom:12px!important}.help-area .help-header::after{content:""!important;display:block!important;width:88px!important;height:4px!important;margin-top:10px!important;border-radius:999px!important;background:linear-gradient(90deg,#3a75fa,#295ccf)!important;box-shadow:0 4px 18px rgb(58 117 250 / .25)!important}.help-area p{color:#334155!important;font-size:1.05rem!important;line-height:1.7!important;margin:6px 0 18px!important}.help-area .space-between{display:flex!important;gap:14px!important;flex-wrap:wrap!important;align-items:stretch!important}.help-area .help{display:flex!important;align-items:center!important;gap:12px!important;background:#fff!important;border:1px solid #e9eefc!important;padding:14px 16px!important;border-radius:14px!important;box-shadow:0 6px 14px rgb(0 0 0 / .05)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.help-area .help:hover{transform:translateY(-2px)!important;box-shadow:0 10px 24px rgb(58 117 250 / .18)!important;border-color:#d6e2ff!important}.help-area .help i{width:40px!important;height:40px!important;display:inline-grid!important;place-items:center!important;border-radius:50%!important;background:linear-gradient(135deg,#3a75fa,#295ccf)!important;color:#fff!important;font-size:18px!important;margin-left:0!important}.help-area .help span,.help-area .help a{color:#0f172a!important;font-weight:600!important;text-decoration:none!important;white-space:nowrap!important}.help-area .help a:hover{color:#295ccf!important;text-decoration:underline!important}.help-area img{max-width:100%!important;height:auto!important;border-radius:18px!important;box-shadow:0 16px 40px rgb(41 92 207 / .18)!important}.help-area .col-md-6,.help-area .col-md-5{padding-left:24px!important;padding-right:24px!important}@media (max-width:991.98px){.help-area{padding:22px 16px!important;border-radius:16px!important}.help-area .help-header{text-align:center!important}.help-area .help-header::after{margin-left:auto!important;margin-right:auto!important}.help-area p{text-align:center!important}.help-area .space-between{justify-content:center!important}.help-area .help{width:100%!important;justify-content:flex-start!important}.help-area .col-md-5{margin-top:18px!important}}@media (min-width:1200px){.help-area .help-header{font-size:2rem!important}}:root{--brand:#3a75fa;--brand-dk:#295ccf;--ink:#0f1b3d;--muted:#5b637a;--panel:#f6f8ff;--ring:rgba(58,117,250,.18)}.about-area .intro-img{position:relative!important;isolation:isolate!important}.about-area .intro-img::before{content:""!important;position:absolute!important;inset:-18px!important;background:radial-gradient(60% 60% at 20% 20%,var(--ring),transparent 60%)!important;filter:blur(18px)!important;z-index:-1!important;border-radius:24px!important}.about-area .intro-img .img-fluid.desktopnew{display:block!important;width:100%!important;height:auto!important;object-fit:cover!important;object-position:center!important;box-shadow:0 14px 40px rgb(15 27 61 / .14),0 2px 8px rgb(15 27 61 / .06)!important;transition:transform .35s ease,box-shadow .35s ease!important;filter:saturate(1.05)!important;transform:translateY(-4px)!important}.about-area .intro-img:hover .img-fluid.desktopnew{transform:translateY(-4px)!important;box-shadow:0 22px 60px rgb(15 27 61 / .18),0 4px 12px rgb(15 27 61 / .08)!important}@media (max-width:576px){.about-area .intro-img .img-fluid.desktopnew{border-radius:14px!important}}.about-area .head-title{margin:0 0 12px!important;font-weight:800!important;letter-spacing:.2px!important;line-height:1.15!important;font-size:clamp(28px,3.4vw,40px)!important;color:transparent!important;background:linear-gradient(90deg,var(--brand) 0,var(--brand-dk) 60%,#0b2aa5 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}.about-area .contents p{margin:0!important;color:var(--muted)!important;font-size:clamp(15.5px,1.1vw,17.5px)!important;line-height:1.8!important}.about-area .contents p+p{margin-top:14px!important}.about-area .container{background:linear-gradient(180deg,#fff 0,var(--panel) 100%)!important;border-radius:22px!important;padding:clamp(14px,1.2vw,22px)!important;box-shadow:0 10px 28px rgb(58 117 250 / .07)!important}[aos][data-aos][data-aos][data-aos]{will-change:transform,opacity!important}.about-area .head-title{position:relative!important;margin:0 0 12px!important;padding-bottom:2px!important}.about-area .head-title::after{content:""!important;display:block!important;width:96px!important;height:4px!important;margin-top:10px!important;border-radius:999px!important;background:linear-gradient(90deg,#3a75fa 0,#295ccf 100%)!important;box-shadow:0 4px 18px rgb(58 117 250 / .25)!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .45s ease!important}.aos-animate .head-title::after{transform:scaleX(1)!important}@media (min-width:992px){.about-area .head-title::after{width:120px!important;height:5px!important}}.about-area .head-title.center::after{margin-left:auto!important;margin-right:auto!important;transform-origin:center!important}.why-choose-us{padding:64px 0!important;background:linear-gradient(180deg,#f7faff 0,#fff 100%)!important}.why-choose-us .row{row-gap:28px!important}.why-choose-us .section-header{text-align:center!important;margin-bottom:28px!important}.why-choose-us .above-heading{display:inline-block!important;padding:6px 14px!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:999px!important;color:#fff!important;box-shadow:0 8px 24px rgb(58 117 250 / .25)!important;margin-bottom:14px!important}.why-choose-us .h2-heading{font-size:clamp(1.25rem,2.2vw,1.6rem)!important;line-height:1.5!important;color:var(--brand)!important;font-weight:700!important;margin:0 auto 8px!important;max-width:980px!important}.why-choose-us .box{height:100%!important;text-align:center!important;background:#fff!important;border:1px solid #e6edff!important;border-radius:18px!important;padding:26px 18px!important;box-shadow:0 10px 26px rgb(41 92 207 / .10)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;position:relative!important;overflow:hidden!important}.why-choose-us .box::after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:4px!important;background:linear-gradient(90deg,#3a75fa 0,#295ccf 100%)!important;opacity:.0!important;transition:opacity .25s ease!important}.why-choose-us .box:hover{transform:translateY(-6px)!important;box-shadow:0 16px 36px rgb(41 92 207 / .18)!important;border-color:#d7e3ff!important}.why-choose-us .box:hover::after{opacity:1!important}.why-choose-us .box img{width:100px!important;height:100px!important;object-fit:cover!important;border-radius:16px!important;margin:2px auto 14px!important;display:block!important;box-shadow:0 8px 20px rgb(0 0 0 / .08)!important}.why-choose-us .box h3{font-size:1.1rem!important;font-weight:800!important;color:#125288!important;margin:6px 0 8px!important;letter-spacing:.2px!important}.why-choose-us .box p{color:#475569!important;font-size:1rem!important;line-height:1.7!important;margin:0 auto!important;max-width:90%!important}.social-icons{padding:60px 0!important;background:linear-gradient(180deg,#f7faff 0,#fff 100%)!important}.social-icons .section-header{text-align:center!important;margin-bottom:18px!important}.social-icons .h2-heading{margin:0 auto 8px!important;padding:8px 12px!important;font-weight:800!important;font-size:clamp(1.15rem,2.2vw,1.6rem)!important;color:#0f172a!important;letter-spacing:.2px!important;position:relative!important;display:inline-block!important}.social-icons .h2-heading::after{content:""!important;display:block!important;width:72px!important;height:4px!important;margin:10px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,#3a75fa,#295ccf)!important;box-shadow:0 6px 16px rgb(58 117 250 / .35)!important}.social-icons .row{row-gap:22px!important}.support-section-new.icon .feature-box{width:100%!important;background:#fff!important;border:1px solid #e6edff!important;border-radius:16px!important;padding:16px 18px!important;box-shadow:0 10px 24px rgb(41 92 207 / .10)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease!important;gap:12px!important}.support-section-new.icon .feature-box:hover{transform:translateY(-6px)!important;box-shadow:0 16px 36px rgb(41 92 207 / .18)!important;border-color:#d7e3ff!important}.support-section-new.icon .feature-box i{flex:0 0 56px!important;width:56px!important;height:56px!important;border-radius:14px!important;background:#eef3ff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;box-shadow:inset 0 0 0 1px #e2e8ff!important;transition:transform .25s ease,background .25s ease,box-shadow .25s ease!important}.support-section-new.icon .feature-box:hover i{transform:scale(1.06)!important;background:linear-gradient(135deg,#fff,#e8f0ff)!important;box-shadow:inset 0 0 0 1px #cfe0ff,0 8px 18px rgb(58 117 250 / .15)!important}.support-section-new.icon .feature-box h3{margin:0!important;font-size:1.05rem!important;font-weight:800!important;color:#125288!important;letter-spacing:.2px!important}.social-icons .col-lg-6>img.img-fluid{border-radius:22px!important;box-shadow:0 18px 42px rgb(16 42 112 / .18)!important;border:1px solid #e6edff!important}.support-section-new.icon .feature-box:focus,.support-section-new.icon .feature-box:focus-within{outline:2px solid #3a75fa!important;outline-offset:2px!important}@media (max-width:991.98px){.social-icons{padding:44px 0!important}.support-section-new.icon .feature-box{padding:14px 16px!important;border-radius:14px!important}.support-section-new.icon .feature-box i{width:52px!important;height:52px!important;font-size:26px!important}}@media (max-width:575.98px){.social-icons .h2-heading{font-size:1.02rem!important}.support-section-new.icon .feature-box h3{font-size:1rem!important}}.why-choose-us .box:focus-within,.why-choose-us .box:focus{outline:2px solid #3a75fa!important;outline-offset:2px!important}@media (max-width:991.98px){.why-choose-us{padding:48px 0!important}.why-choose-us .box{padding:22px 16px!important}}@media (max-width:575.98px){.why-choose-us .h2-heading{font-size:1.05rem!important;line-height:1.55!important;padding:0 6px!important}.why-choose-us .box p{font-size:.98rem!important}}:root{--fv-brand:#3a75fa;--fv-brand-dark:#295ccf;--fv-ink:#0f172a;--fv-muted:#475569;--fv-border:#e6edff;--fv-soft:#f5f8ff}.faqs{padding:60px 0!important;background:#fff!important}.faqs .section-header{text-align:center!important;margin-bottom:24px!important}.faqs .above-heading{display:inline-block!important;font-weight:800!important;font-size:.9rem!important;letter-spacing:.12em!important;color:var(--fv-brand-dark)!important;text-transform:uppercase!important;background:rgb(58 117 250 / .08)!important;border:1px solid rgb(41 92 207 / .18)!important;padding:6px 12px!important;border-radius:999px!important}.faqs .h2-heading{margin:12px auto 0!important;max-width:920px!important;font-weight:800!important;font-size:clamp(1.1rem,2.2vw,1.6rem)!important;color:var(--fv-ink)!important;line-height:1.35!important;padding:0 10px!important}.faqs .h2-heading::after{content:""!important;display:block!important;width:80px!important;height:4px!important;margin:12px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,var(--fv-brand),var(--fv-brand-dark))!important;box-shadow:0 6px 16px rgb(58 117 250 / .35)!important}.faq-block__card{margin-bottom:14px!important}.faq-block__card .card{border:1px solid var(--fv-border)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 24px rgb(41 92 207 / .10)!important}.faq-block__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:18px 18px!important;cursor:pointer!important;transition:background .25s ease,box-shadow .25s ease,border-color .25s ease!important;position:relative!important;outline:none!important}.faq-block__header::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:4px!important;background:linear-gradient(180deg,var(--fv-brand),var(--fv-brand-dark))!important;opacity:.0!important;transition:opacity .25s ease!important}.faq-block__header-title h4{margin:0!important;font-size:1.02rem!important;font-weight:800!important;color:var(--fv-ink)!important;letter-spacing:.2px!important;display:flex!important;align-items:center!important;gap:10px!important}.faq-block__header-title h4 i{color:var(--fv-brand)!important;font-size:1.05rem!important}.faq-block__header-icon .fa-icon{font-size:1.15rem!important;color:var(--fv-brand-dark)!important;transition:transform .25s ease,color .25s ease!important}.faq-block__header:hover{background:#f8fbff!important}.faq-block__header:hover .fa-icon{color:var(--fv-brand)!important}.faq-block__header:not(.collapsed){background:var(--fv-soft)!important;box-shadow:inset 0 0 0 1px rgb(58 117 250 / .08)!important}.faq-block__header:not(.collapsed)::before{opacity:1!important}.faq-block__header:not(.collapsed) .fa-icon{transform:rotate(180deg)!important;color:var(--fv-brand)!important}.faq-block__header:not(.collapsed) h4{color:#0b3e91!important}.faq-block__body{border-top:1px solid var(--fv-border)!important;background:#fff!important}.faq-block__body-description{padding:16px 18px 20px!important;color:var(--fv-muted)!important;line-height:1.65!important;font-size:.98rem!important}.faq-block__body-description p{margin:0!important}.faq-block__header:focus{box-shadow:inset 0 0 0 2px rgb(58 117 250 / .35)!important;background:#f0f6ff!important}.faq-block__header:focus .fa-icon{color:var(--fv-brand)!important}@media (prefers-reduced-motion:reduce){.faq-block__header,.faq-block__header .fa-icon{transition:none!important}}@media (max-width:991.98px){.faqs{padding:44px 0!important}.faq-block__header{padding:16px!important}.faq-block__body-description{padding:14px 16px 18px!important}}@media (max-width:575.98px){.faq-block__header-title h4{font-size:1rem!important}.faq-block__header-icon .fa-icon{font-size:1.05rem!important}}:root{--rv-brand:#3a75fa;--rv-brand-dark:#295ccf;--rv-ink:#0f172a;--rv-muted:#475569;--rv-card:#fff;--rv-border:#e6edff;--rv-soft:#f6f9ff;--rv-star:#f5b301}.reviews{padding:64px 0!important;background:#fff!important}.reviews>h2{text-align:center!important;font-weight:800!important;color:var(--rv-ink)!important;font-size:clamp(1.25rem,2.2vw,1.75rem)!important;letter-spacing:.2px!important;margin:0 0 8px!important}.reviews>h2::after{content:""!important;display:block!important;width:90px!important;height:4px!important;margin:10px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,var(--rv-brand),var(--rv-brand-dark))!important;box-shadow:0 6px 16px rgb(58 117 250 / .35)!important}.reviews .custom-paragraph{max-width:880px!important;margin:8px auto 28px!important;text-align:center!important;color:var(--rv-muted)!important;line-height:1.65!important;padding:0 12px!important}.reviews-slider .slick-track{display:flex!important}.reviews-slider .slick-slide{height:inherit!important}.reviews-slider .slick-list{margin:0 -14px!important}.reviews-slider .review-item{background:var(--rv-card)!important;border:1px solid var(--rv-border)!important;border-radius:16px!important;box-shadow:0 10px 24px rgb(41 92 207 / .10)!important;padding:22px!important;margin:0 14px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:235px!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important}.reviews-slider .review-item h3{margin:0 0 4px!important;font-weight:800!important;color:var(--rv-ink)!important;font-size:1.05rem!important}.reviews-slider .review-item .text-muted{color:var(--rv-brand-dark)!important;font-weight:600!important;opacity:.9!important;margin-bottom:10px!important}.reviews-slider .review-item .star-icon{margin:0 0 10px!important;line-height:1!important}.reviews-slider .review-item .star-icon i{color:var(--rv-star)!important;margin-right:3px!important;font-size:.95rem!important}.reviews-slider .review-item .review-text{color:var(--rv-muted)!important;line-height:1.65!important;margin:0!important}.reviews-slider .slick-current.slick-active .review-item{transform:translateY(-4px) scale(1.01)!important;box-shadow:0 14px 28px rgb(41 92 207 / .16)!important;border-color:rgb(58 117 250 / .45)!important}.reviews-slider .slick-prev,.reviews-slider .slick-next{position:absolute!important;top:calc(50% - 22px)!important;width:44px!important;height:44px!important;background:#fff!important;border:1px solid var(--rv-border)!important;border-radius:999px!important;box-shadow:0 6px 16px rgb(16 24 40 / .08)!important;z-index:2!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease!important;text-indent:-9999px!important;overflow:hidden!important}.reviews-slider .slick-prev{left:-8px!important}.reviews-slider .slick-next{right:-8px!important}.reviews-slider .slick-prev::before,.reviews-slider .slick-next::before{content:""!important}.reviews-slider .slick-prev::after,.reviews-slider .slick-next::after{font-family:"Font Awesome 6 Free"!important;font-weight:900!important;font-size:16px!important;line-height:44px!important;color:var(--rv-brand)!important;display:block!important;text-indent:0!important;text-align:center!important;width:44px!important;height:44px!important;content:"\f104"!important}.reviews-slider .slick-next::after{content:"\f105"!important}.reviews-slider .slick-prev:hover,.reviews-slider .slick-next:hover{background:var(--rv-brand)!important;border-color:var(--rv-brand)!important;box-shadow:0 10px 22px rgb(58 117 250 / .35)!important}.reviews-slider .slick-prev:hover::after,.reviews-slider .slick-next:hover::after{color:#fff!important}.reviews-slider .slick-arrow.slick-disabled{opacity:.4!important;cursor:not-allowed!important}.reviews-slider .slick-dots{bottom:-36px!important}.reviews-slider .slick-dots li{width:auto!important;margin:0 4px!important}.reviews-slider .slick-dots li button{width:10px!important;height:10px!important;padding:0!important;border-radius:999px!important;background:#dbe4ff!important;border:0!important;text-indent:-9999px!important;overflow:hidden!important}.reviews-slider .slick-dots li.slick-active button{width:26px!important;background:var(--rv-brand)!important}.reviews-slider .slick-arrow:focus{outline:none!important;box-shadow:0 0 0 3px rgb(58 117 250 / .35)!important}.reviews-slider .slick-dots li button:focus{outline:none!important;box-shadow:0 0 0 3px rgb(58 117 250 / .35)!important}@media (max-width:991.98px){.reviews{padding:52px 0 80px!important}.reviews-slider .slick-prev,.reviews-slider .slick-next{top:auto!important;bottom:-52px!important}.reviews-slider .slick-prev{left:calc(50% - 54px)!important}.reviews-slider .slick-next{right:calc(50% - 54px)!important}.reviews-slider .slick-dots{bottom:-52px!important}}@media (max-width:575.98px){.reviews-slider .review-item{padding:18px!important;border-r@media(max-width:768px){.collapse:not(.show){display:none!important}.navbar-collapse{display:block!important}}section.services-list .social-item h4.title{font-weight:600!important;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}adius:14px!important}.reviews>h2{font-size:1.35rem!important}}.toltip .buy-instagram-other-New i.fa-solid{color:#E76F51!important}.fa-solid.fa-user{font-size:50px;margin-left:0!important}:root{--brand:#3a75fa !important;--brand-dk:#295ccf !important;--ink:#0f1b3d !important}h2.mt-5[style*="Roboto"]{font-family:"Roboto",system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.2px!important;text-wrap:balance!important;color:var(--ink)!important;background:linear-gradient(90deg,var(--brand) 0,var(--brand-dk) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}@supports (-webkit-background-clip:text) or (background-clip:text){h2.mt-5[style*="Roboto"]{background-image:linear-gradient(90deg,var(--brand) 0,var(--brand-dk) 100%)!important-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}}@media (max-width:480px){h2.mt-5[style*="Roboto"]{letter-spacing:.1px!important}}@media(max-width:768px){.collapse:not(.show){display:none!important}.navbar-collapse{display:block!important}}section.services-list .social-item h4.title{font-weight:600!important;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}section.services-list .social-item .title,section.services-list .social-item .title.PC{color:#fff!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:18px!important;font-weight:500!important;text-align:center!important;letter-spacing:.01em!important;line-height:1.3!important;transition:all .3s ease!important}section.services-list .social-item .toltip a{display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:12px 16px!important;background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%)!important;border:1.5px solid #e2e8f0!important;border-radius:10px!important;color:#475569!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;text-align:left!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important;position:relative!important;box-shadow:0 1px 2px rgb(0 0 0 / .05)!important}section.services-list .col-lg-12 h2,section.services-list h2,section.services-list h2.mt-5{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:30px!important;font-weight:500!important;color:#1e293b!important;text-align:center!important;padding:0 20px!important;letter-spacing:-0.03em!important;line-height:1.2!important;position:relative!important;display:inline-block!important;width:100%!important}section.services-list .col-lg-12 h2,section.services-list h2.mt-5{background:#295ccf;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.section-subheader-custom{text-align:center;font-size:1.1rem;color:#64748b;max-width:700px;margin:-.5rem auto .5rem!important;line-height:1.6;font-weight:500;font-family:'Roboto',sans-serif}@media (max-width:768px){.section-subheader-custom{font-size:.95rem}}@media (max-width:480px){.section-subheader-custom{font-size:.9rem}}section.services-list .col-lg-12 h2::before{content:''!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;width:60px!important;height:3px!important;background:linear-gradient(90deg,transparent 0,#e2e8f0 100%)!important;border-radius:10px!important}.top-header{background:linear-gradient(135deg,#295ccf 0,#1e4ba8 100%)!important;padding:.5rem 0!important;box-shadow:0 2px 8px rgb(41 92 207 / .15)!important}.top-header .contact-wraper{display:flex!important;align-items:center!important}.top-header .contact-link{margin:0!important}.top-header .top-nav-link{color:#fff!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;gap:8px!important}.top-header .top-nav-link:hover{color:#fbbf24!important;transform:translateY(-1px)!important}.top-header .top-nav-link i{font-size:16px!important;color:#fbbf24!important}.top-header .nav-itema .top-nav-link.btn-primary0{background:linear-gradient(135deg,#3a75fa,#295ccf)!important;color:#fff!important;padding:8px 16px!important;border-radius:8px!important;font-weight:600!important;box-shadow:0 2px 8px rgb(58 117 250 / .3)!important}.top-header .nav-itema .top-nav-link.btn-primary0:hover{background:linear-gradient(135deg,#4a86ff,#3a75fa)!important;box-shadow:0 4px 12px rgb(58 117 250 / .4)!important;transform:translateY(-2px)!important}.top-header .cart-count{background:#ef4444!important;color:#fff!important;padding:2px 8px!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}.header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)!important;box-shadow:0 4px 20px rgb(58 117 250 / .2)!important;top:0!important;z-index:1000!important}@media (min-width:768px){.header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)!important}}.header .navbar-brand img{transition:transform .3s ease!important}.header .navbar-brand:hover img{transform:scale(1.05)!important}.header .navbar .navbar-nav .nav-link{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:15px!important;font-weight:600!important;color:rgb(255 255 255 / .9)!important;border-radius:10px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;text-decoration:none!important}.header .navbar .navbar-nav .nav-link:hover{background:rgb(255 255 255 / .15)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgb(0 0 0 / .15)!important}.header .navbar .navbar-nav .active>.nav-link,.header .navbar .navbar-nav .nav-itema.active .nav-link{background:linear-gradient(135deg,rgb(255 255 255 / .25),rgb(255 255 255 / .15))!important;color:#fff!important;font-weight:700!important;box-shadow:0 4px 12px rgb(0 0 0 / .2),inset 0 1px 0 rgb(255 255 255 / .3)!important}.header .navbar .navbar-nav .nav-link:active{background:rgb(41 92 207 / .8)!important;transform:translateY(0) scale(.98)!important}@media screen and (min-width:768px){.header .nav-item.mobile.cart .top-nav-link{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important;padding:10px 16px!important;border-radius:10px!important;font-weight:600!important;box-shadow:0 4px 12px rgb(239 68 68 / .3)!important}}.header .cart-count-m{background:#fff!important;color:#ef4444!important;padding:2px 8px!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}.header .navbar-toggler{border:2px solid rgb(255 255 255 / .3)!important;background:rgb(255 255 255 / .1)!important;border-radius:8px!important;padding:8px 12px!important}.header .navbar-toggler i{color:#fff!important;font-size:24px!important}.header .navbar-toggler:hover{background:rgb(255 255 255 / .2)!important;border-color:rgb(255 255 255 / .5)!important}section.header-top{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)!important;padding:12px 30px!important;box-shadow:0 2px 8px rgb(58 117 250 / .2)!important}body.iglikes-category section.header-top .mini-menu li:hover a{background:linear-gradient(135deg,rgb(255 255 255 / .2),rgb(255 255 255 / .15))!important;color:#fff!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;border-radius:8px!important;transform:translateX(4px)!important}@media (max-width:768px){.header{padding-top:5px!important;padding-bottom:5px!important}.header .navbar .navbar-nav{backgaround:rgb(0 0 0 / .1)!important;border-radius:12px!important;padding:12px!important;margin-top:12px!important}.header .navbar .navbar-nav .nav-link{margin:4px 0!important;padding:12px 16px!important}.header .navbar .navbar-nav .nav-item.mobile-show{border-top:1px solid rgb(255 255 255 / .1)!important;margin-top:8px!important;padding-top:8px!important}.header .navbar .navbar-nav .nav-item.mobile-show:first-of-type{border-top:none!important;margin-top:12px!important}}@media (max-width:767px){.top-header{padding:.4rem 0!important}.top-header .contact-wraper{flex-wrap:wrap!important;gap:8px!important}.top-header .top-nav-link{font-size:13px!important}}.header .navbar .navbar-nav .nav-link,.top-header .top-nav-link{transition:all .3s cubic-bezier(.4,0,.2,1)!important}@media (min-width:768px){.top-nav-link.btn-primary0{background:linear-gradient(135deg,#3a75fa,#295ccf)!important;color:#fff!important;padding:8px 16px!important;border-radius:8px!important;font-weight:600!important;box-shadow:0 2px 8px rgb(58 117 250 / .3)!important}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.nav-item.cart.mobile{margin-left:-70px}.h2-heading.aos-init.above-heading.aos-animate{margin-top:10px;margin-bottom:-500px!important}img{border-radius:1% ! IMPORTANT}.btn i,.dataTables_wrapper .dataTables_paginate .paginate_button i,.dataTables_wrapper .dataTables_paginate .paginate_button.current i{margin-top:1;vertical-align:;font-size:20px}@media (max-width:768px){section.services-list .social-item .instagram-likes img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-service img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:10%!important;margin-bottom:0!important}}@media only screen and (min-width:768px) and (max-width:768px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-service h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{color:#fff;font-size:17px;margin-left:180px}.fa-solid.fa-user{margin-left:0!important;font-size:17px!important}.fa-solid.fa-comment{margin-left:0!important}.toltip{min-width:21rem;right:0!important}}<img{border-radius:1% ! IMPORTANT}/style><style>img{visibility:visible}img.site-logo-white,img.site-logo{visibility:visible}@media (min-width:768px){.toltip.instagram.other{min-width:22.5rem;right:40px}}@media (min-width:768px){.toltip.instagram.comments{min-width:21.69rem;right:30px}}@media (min-width:1024px){.toltip{position:relative;background:#fff!important;padding:.6rem;z-index:10;box-shadow:0 0 2rem 10px rgb(0 0 0 / 18%);right:19px;border-radius:5px!important}}.section-header .above-heading{text-transform:uppercase;margin-bottom:1rem;letter-spacing:1px;color:#fff;border-radius:6px;padding:.5rem 1.5rem;background:linear-gradient(45deg,#A7C7E7,#3a7aff,#6577ff,#2793ff);font-weight:400;display:inline-block;font-size:.9rem}@media (min-width:768px){.toltip.insta.follow{min-width:21rem;right:35px}}.section-header .h2-heading{margin-bottom:15px;font-size:2.1rem;line-height:1.5;font-weight:600;background:linear-gradient(45deg,#A7C7E7,#3b5998,#8e44ad,#2c3e50);-webkit-background-clip:text;background-clip:text;color:#fff0}section.about-area .contents .head-title{font-weight:500!important}section.about-area .contents .head-title,section.about-area .contents p{font-family:'roboto'!important}.col-md-6.help-section-new{padding-left:10px!important}.faqs .faq-block__header-title h4{font-size:1.2rem!important}.fas.fa-chevron-circle-down.fa-icon{color:#295ccf}section.services-list .social-item .pinterest-services.wp{background:#25d366;background:linear-gradient(to right,#25d366,#25d366)}section.services-list .social-item .pinterest-services.sn{background:#25d366;background:linear-gradient(to right,#fe0,#fe0)}section.services-list .social-item .buy-button-spotify-services.sn span:before{content:"";width:4px;height:;position:absolute;background:#ff9816;background-image:linear-gradient(180deg,yellow 10%,yellow);left:2px;top:40%;transition:all .19s ease-in-out}a[href*="youtube-country-targrting-services"] i.fa-globe{color:#ff1717!important}a[href*="tiktok-country-targeting-services"] i.fa-globe{color:#000!important}section.services-list .social-item .buy-button-free-services span:before{content:"";width:4px;height:0;position:absolute;background:#3a75fa!important;left:2px;top:40%;transition:all .19s ease-in-out}.modern-footer{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);color:#fff;position:relative;overflow:hidden}.modern-footer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgb(255 255 255 / .05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgb(255 255 255 / .05) 0,transparent 50%);pointer-events:none}.modern-footer::after{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .5),transparent)}.footer-main{padding:80px 0 40px;position:relative;z-index:1}.footer-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-logo{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-logo img{max-height:45px;filter:brightness(1.2) drop-shadow(0 2px 8px rgb(0 0 0 / .2));transition:all .3s ease}.footer-logo img:hover{filter:brightness(1.4) drop-shadow(0 4px 12px rgb(255 255 255 / .3));transform:scale(1.05)}.modern-lang-selector{background:rgb(255 255 255 / .15);border:2px solid rgb(255 255 255 / .3);color:#fff;padding:8px 15px;border-radius:25px;font-size:14px;font-weight:600;outline:none;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.modern-lang-selector:hover{background:rgb(255 255 255 / .25);border-color:rgb(255 255 255 / .5);box-shadow:0 4px 15px rgb(255 255 255 / .2);transform:translateY(-2px)}.modern-lang-selector option{background:#295ccf;color:#fff}.footer-description{color:rgb(255 255 255 / .9);font-size:14px;line-height:1.8;margin-bottom:0;text-shadow:0 1px 2px rgb(0 0 0 / .1)}.footer-contact{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:12px;color:#fff;font-size:14px;transition:all .3s ease;padding:8px 0}.contact-item i{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .2);border-radius:50%;font-size:14px;flex-shrink:0;transition:all .3s ease;backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .3)}.contact-item:hover{transform:translateX(5px)}.contact-item:hover i{transform:rotate(360deg) scale(1.1);background:rgb(255 255 255 / .3);border-color:rgb(255 255 255 / .5);box-shadow:0 5px 15px rgb(255 255 255 / .3)}.footer-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:25px;padding-bottom:15px;position:relative;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgb(0 0 0 / .2)}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:rgb(255 255 255 / .5);border-radius:2px;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links li a{color:rgb(255 255 255 / .9);text-decoration:none;font-size:14px;display:flex;align-items:center;gap:10px;padding:8px 0;transition:all .3s ease;position:relative}.footer-links li a i{color:rgb(255 255 255 / .6);font-size:12px;transition:all .3s ease}.footer-links li a:hover{color:#fff;padding-left:10px;text-shadow:0 2px 4px rgb(0 0 0 / .2)}.footer-links li a:hover i{transform:translateX(5px);color:#fff}.footer-social{margin-top:30px}.social-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:20px;text-shadow:0 2px 4px rgb(0 0 0 / .2)}@media (max-width:768px){.social-title{text-align:center}}.social-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:220px}.social-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:20px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;text-decoration:none;background:rgb(255 255 255 / .15);color:#fff;backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .3)}.social-icon::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgb(255 255 255 / .1),transparent);transform:rotate(45deg);transition:all .5s ease}.social-icon:hover::before{left:100%}.social-icon:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px rgb(0 0 0 / .3);border-color:rgb(255 255 255 / .6);background:rgb(255 255 255 / .25)}.social-icon i{position:relative;z-index:1}.footer-bottom{background:rgb(0 0 0 / .2);padding:25px 0;border-top:1px solid rgb(255 255 255 / .2);position:relative;z-index:1}.copyright{color:rgb(255 255 255 / .9);font-size:14px;text-shadow:0 1px 2px rgb(0 0 0 / .2)}.copyright a{color:#fff;text-decoration:none;transition:all .3s ease;font-weight:600}.copyright a:hover{text-shadow:0 0 10px rgb(255 255 255 / .5)}.footer-badges{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;justify-content:flex-end}.badge-item{display:inline-flex;align-items:center;gap:6px;background:rgb(255 255 255 / .15);border:2px solid rgb(255 255 255 / .3);padding:6px 15px;border-radius:20px;font-size:12px;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px);font-weight:600}.badge-item i{font-size:14px}.badge-item:hover{background:rgb(255 255 255 / .25);border-color:rgb(255 255 255 / .5);transform:translateY(-2px);box-shadow:0 5px 15px rgb(255 255 255 / .2)}@media (max-width:991px){.footer-main{padding:60px 0 30px}.footer-section{margin-bottom:40px}.footer-logo{justify-content:center}.footer-description{text-align:center}.footer-contact{align-items:center}.contact-item{justify-content:center}.footer-title{text-align:center}.footer-title::after{left:50%;transform:translateX(-50%)}.footer-links{align-items:center}.social-links-grid{margin:0 auto}}@media (max-width:767px){.footer-main{padding:50px 0 20px}.footer-bottom{padding:20px 0;text-align:center}.footer-bottom .col-md-6{margin-bottom:15px}.footer-bottom .col-md-6:last-child{margin-bottom:0}.footer-badges{justify-content:center;margin-top:15px}.copyright{margin-bottom:15px!important}.social-links-grid{grid-template-columns:repeat(4,1fr);gap:10px}.social-icon{width:44px;height:44px;font-size:18px}}@media (max-width:480px){.footer-logo{flex-direction:column;gap:15px}.modern-lang-selector{width:100%}.footer-badges{flex-direction:column;align-items:center}.badge-item{width:100%;max-width:200px;justify-content:center}.social-links-grid{grid-template-columns:repeat(3,1fr);max-width:180px}}.footer-links li a:focus,.social-icon:focus{outline:2px solid rgb(255 255 255 / .8);outline-offset:3px}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.modern-footer{background:#3a75fa!important;color:#fff!important}.social-links-grid,.footer-badges{display:none}}.marketing-agency-card-link{display:block;text-decoration:none;color:inherit;height:100%}.marketing-agency-card-link:hover{text-decoration:none;color:inherit}.social-item.marketing-agency{transition:transform .3s ease,box-shadow .3s ease}.social-item.marketing-agency:hover{transform:translateY(-5px)}.network-card-header.marketing-agency{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)!important}.network-card-header.marketing-agency .title.PC{color:#fff!important}.network-card-header.marketing-agency img{filter:brightness(0) invert(1)}.marketing-agency-icon-fallback{width:60px;height:60px;background:rgb(255 255 255 / .2);border-radius:50%;align-items:center;justify-content:center;margin:0 auto 10px}.marketing-agency-icon-fallback i{font-size:28px;color:#fff}.buy-button-marketing-agency{background:linear-gradient(135deg,#667eea 0,#764ba2 100%)!important;color:#fff!important;border:none!important;position:relative;overflow:hidden}.buy-button-marketing-agency:hover{background:linear-gradient(135deg,#764ba2 0,#667eea 100%)!important;color:#fff!important;transform:scale(1.02)}.buy-button-marketing-agency span:before{content:"";width:4px;height:0;position:absolute;background:#fff;left:2px;top:40%;transition:all .19s ease-in-out}.buy-button-marketing-agency:hover span:before{height:25%;top:37%}.col-lg-3.social-item.soundcloud.free-services{display:none!important}section.services-list .network-card-header::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;opacity:0;transition:opacity .3s ease}section.services-list .network-card-header:hover::before{opacity:1}section.services-list .network-card-header:hover{transform:translateY(-4px)!important;border-color:currentColor!important}section.services-list .network-card-header img{max-width:70px!important;max-height:70px!important;margin-bottom:20px!important;transition:all .3s ease!important;opacity:.9!important}section.services-list .network-card-header:hover img{transform:scale(1.08)!important;opacity:1!important}section.services-list .network-card-header h4.title{font-size:19px!important;font-weight:700!important;color:#1f2937!important;margin:0!important;line-height:1.4!important}section.services-list .social-item .network-card-header.instagram-likes{color:#f05!important;border-color:#ffe4ec!important}section.services-list .social-item .network-card-header.instagram-followers{color:#d946ef!important;border-color:#fae8ff!important}section.services-list .social-item .network-card-header.instagram-views{color:#8b5cf6!important;border-color:#ede9fe!important}section.services-list .social-item .network-card-header.instagram-comments{color:#3b82f6!important;border-color:#dbeafe!important}section.services-list .social-item .network-card-header.instagram-other{color:#f97316!important;border-color:#ffedd5!important}section.services-list .social-item .network-card-header.facebook-service{color:#1877f2!important;border-color:#dbeafe!important}section.services-list .social-item .network-card-header.twitter-services{color:#000!important;border-color:#e5e7eb!important}section.services-list .social-item .network-card-header.youtube-services{color:#f00!important;border-color:#fee2e2!important}section.services-list .social-item .network-card-header.tiktok-services{color:#000!important;border-color:#f0fdfa!important}section.services-list .social-item .network-card-header.reddit-services{color:#ff4500!important;border-color:#ffedd5!important}section.services-list .social-item .network-card-header.spotify-services{color:#1db954!important;border-color:#d1fae5!important}section.services-list .social-item .network-card-header.linkedin-services{color:#0077b5!important;border-color:#dbeafe!important}section.services-list .social-item .network-card-header.pinterest-services{color:#e60023!important;border-color:#fee2e2!important}section.services-list .social-item .network-card-header.soundcloud-services{color:#f50!important;border-color:#ffedd5!important}section.services-list .social-item .network-card-header.other-services{color:#7c3aed!important;border-color:#ede9fe!important}section.services-list .social-item .network-card-header.youtube-short,section.services-list .social-item .network-card-header.seo-services,section.services-list .social-item .network-card-header.social-media-tools,section.services-list .social-item .network-card-header.free-services{color:#3a75fa!important;border-color:#dbeafe!important}section.services-list .social-item .content{margin-top:0!important;padding:0!important}section.services-list .social-item .toltip{display:flex!important;flex-direction:column!important;gap:8px!important;padding:15px!important;background:#f9fafb!important;border-radius:0 0 12px 12px!important}section.services-list .content .btn{padding:12px 20px!important;border-radius:8px!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;display:block!important;transition:all .3s ease!important;border:2px solid transparent!important;text-align:center!important;background:white!important;color:#374151!important;border-color:#e5e7eb!important}section.services-list .content .btn:hover{transform:translateY(-2px)!important;border-color:#3a75fa!important;color:#3a75fa!important;background:#f0f9ff!important}section.services-list .content .btn span{display:inline-block!important}section.services-list .social-item.instagram-likes .content .btn:hover{border-color:#f05!important;color:#f05!important;background:#fff5f8!important}section.services-list .social-item.instagram-followers .content .btn:hover{border-color:#d946ef!important;color:#d946ef!important;background:#fdf4ff!important}section.services-list .social-item.instagram-views .content .btn:hover{border-color:#8b5cf6!important;color:#8b5cf6!important;background:#faf5ff!important}section.services-list .social-item.instagram-comments .content .btn:hover{border-color:#3b82f6!important;color:#3b82f6!important;background:#f0f9ff!important}section.services-list .social-item.instagram-other .content .btn:hover{border-color:#f97316!important;color:#f97316!important;background:#fff7ed!important}section.services-list .social-item.facebook-service .content .btn:hover{border-color:#1877f2!important;color:#1877f2!important;background:#eff6ff!important}section.services-list .social-item.twitter-services .content .btn:hover{border-color:#000!important;color:#000!important;background:#f9fafb!important}section.services-list .social-item.youtube-services .content .btn:hover{border-color:#f00!important;color:#f00!important;background:#fef2f2!important}section.services-list .social-item.tiktok-services .content .btn:hover{border-color:#000!important;color:#000!important;background:#f0fdfa!important}section.services-list .social-item.reddit-services .content .btn:hover{border-color:#ff4500!important;color:#ff4500!important;background:#fff7ed!important}section.services-list .social-item.spotify-services .content .btn:hover{border-color:#1db954!important;color:#1db954!important;background:#f0fdf4!important}section.services-list .social-item.linkedin-services .content .btn:hover{border-color:#0077b5!important;color:#0077b5!important;background:#eff6ff!important}section.services-list .social-item.pinterest-services .content .btn:hover{border-color:#e60023!important;color:#e60023!important;background:#fef2f2!important}section.services-list .social-item.soundcloud-services .content .btn:hover{border-color:#f50!important;color:#f50!important;background:#fff7ed!important}@media (max-width:768px){section.services-list .network-card-header{padding:30px 20px!important}section.services-list .network-card-header img{max-width:60px!important;max-height:60px!important}section.services-list .network-card-header h4.title{font-size:17px!important}section.services-list .social-item .toltip{padding:12px!important;gap:6px!important}section.services-list .content .btn{padding:10px 16px!important;font-size:13px!important}}.col-lg-3.social-item.soundcloud.free-services{display:none!important}section.services-list .social-item .instagram-likes:hover{0 10px 30px rgb(255 0 59 / .5),0 4px 12px rgb(255 0 59 / .4)!important}section.services-list .social-item .instagram-followers{background:linear-gradient(135deg,#ff00b1 0,#ff6ed8 50%,#e91e63 100%)!important;box-s0hadow:0 6px 20px rgb(255 0 177 / .4),0 2px 8px rgb(255 0 177 / .3)!important}section.services-list .social-item .instagram-followers:hover{box-sh0adow:0 10px 30px rgb(255 0 177 / .5),0 4px 12px rgb(255 0 177 / .4)!important}section.services-list .social-item .instagram-views{background:linear-gradient(135deg,#7928ca 0,#a855f7 50%,#9333ea 100%)!important;box-shad0ow:0 6px 20px rgb(121 40 202 / .4),0 2px 8px rgb(121 40 202 / .3)!important}section.services-list .social-item .instagram-views:hover{box-sha0dow:0 10px 30px rgb(121 40 202 / .5),0 4px 12px rgb(121 40 202 / .4)!important}section.services-list .social-item .instagram-comments{background:linear-gradient(135deg,#0061ff 0,#3b82f6 50%,#2563eb 100%)!important;box-s0hadow:0 6px 20px rgb(0 97 255 / .4),0 2px 8px rgb(0 97 255 / .3)!important}section.services-list .social-item .instagram-comments:hover{box-sh0adow:0 10px 30px rgb(0 97 255 / .5),0 4px 12px rgb(0 97 255 / .4)!important}section.services-list .social-item .instagram-other{background:linear-gradient(135deg,#ff512f 0,#f09819 50%,#ff6b35 100%)!important;box-sha0dow:0 6px 20px rgb(255 81 47 / .4),0 2px 8px rgb(255 81 47 / .3)!important}section.services-list .social-item .instagram-other:hover{box-sha0dow:0 10px 30px rgb(255 81 47 / .5),0 4px 12px rgb(255 81 47 / .4)!important}section.services-list .social-item .facebook-service{background:linear-gradient(135deg,#1877f2 0,#4c6ef5 50%,#3b5bdb 100%)!important;box-sh0adow:0 6px 20px rgb(24 119 242 / .4),0 2px 8px rgb(24 119 242 / .3)!important}section.services-list .social-item .facebook-service:hover{box-shad0ow:0 10px 30px rgb(24 119 242 / .5),0 4px 12px rgb(24 119 242 / .4)!important}section.services-list .social-item .twitter-services{background:linear-gradient(135deg,#15202b 0,#192734 50%,#000 100%)!important;box-shado0w:0 6px 20px rgb(0 0 0 / .5),0 2px 8px rgb(0 0 0 / .4)!important}section.services-list .social-item .twitter-services:hover{box-shadow:}section.services-list .social-item .youtube-services{background:linear-gradient(135deg,#f00 0,#dc2626 50%,#ff3d3d 100%)!important;box-shad0ow:0 6px 20px rgb(255 0 0 / .4),0 2px 8px rgb(255 0 0 / .3)!important}section.services-list .social-item .youtube-services:hover{box-sh0adow:0 10px 30px rgb(255 0 0 / .5),0 4px 12px rgb(255 0 0 / .4)!important}section.services-list .social-item .tiktok-services{background:linear-gradient(135deg,#010101 0,#1a1a1a 50%,#000 100%)!important;box-sh0adow:0 6px 20px rgb(0 0 0 / .5),0 2px 8px rgb(0 0 0 / .4),inset 0 1px 0 rgb(255 0 80 / .15),inset 0 -1px 0 rgb(0 245 212 / .15)!important}section.services-list .social-item .tiktok-services:hover{box-sha0dow:0 10px 30px rgb(0 0 0 / .6),0 4px 12px rgb(0 0 0 / .5),inset 0 1px 0 rgb(255 0 80 / .2),inset 0 -1px 0 rgb(0 245 212 / .2)!important}section.services-list .social-item .threads-services{background:linear-gradient(135deg,#ff0050 0,#ff6b9d 50%,#e91e63 100%)!important;box-shadow:0 6px 20px rgb(255 0 80 / .4),0 2px 8px rgb(255 0 80 / .3)!important}section.services-list .social-item .threads-services:hover{box-sha0dow:0 10px 30px rgb(255 0 80 / .5),0 4px 12px rgb(255 0 80 / .4)!important}section.services-list .social-item .discord-services{background:linear-gradient(135deg,#5865f2 0,#7289da 50%,#4c5fd5 100%)!important;box-shad0ow:0 6px 20px rgb(88 101 242 / .4),0 2px 8px rgb(88 101 242 / .3)!important}section.services-list .social-item .discord-services:hover{box-sha0dow:0 10px 30px rgb(88 101 242 / .5),0 4px 12px rgb(88 101 242 / .4)!important}section.services-list .social-item .reddit-services{background:linear-gradient(135deg,#ff4500 0,#ff6b4a 50%,#e63900 100%)!important;box-shad0ow:0 6px 20px rgb(255 69 0 / .4),0 2px 8px rgb(255 69 0 / .3)!important}section.services-list .social-item .reddit-services:hover{box-sha0dow:0 10px 30px rgb(255 69 0 / .5),0 4px 12px rgb(255 69 0 / .4)!important}section.services-list .social-item .spotify-services{background:linear-gradient(135deg,#1db954 0,#1ed760 50%,#17a349 100%)!important;box-shadow:0 6px 20px rgb(29 185 84 / .4),0 2px 8px rgb(29 185 84 / .3)!important}section.services-list .social-item .spotify-services:hover{box-shado0w:0 10px 30px rgb(29 185 84 / .5),0 4px 12px rgb(29 185 84 / .4)!important}section.services-list .social-item .telegram-services{background:linear-gradient(135deg,#08c 0,#229ed9 50%,#2aabee 100%)!important;box-sha0dow:0 6px 20px rgb(42 171 238 / .4),0 2px 8px rgb(42 171 238 / .3)!important}section.services-list .social-item .telegram-services:hover{box-sha0dow:0 10px 30px rgb(42 171 238 / .5),0 4px 12px rgb(42 171 238 / .4)!important}section.services-list .social-item .pinterest-services{background:linear-gradient(135deg,#e60023 0,#ff5276 50%,#bd081c 100%)!important;box-sha0dow:0 6px 20px rgb(230 0 35 / .4),0 2px 8px rgb(230 0 35 / .3)!important}section.services-list .social-item .pinterest-services:hover{box-sha0dow:0 10px 30px rgb(230 0 35 / .5),0 4px 12px rgb(230 0 35 / .4)!important}section.services-list .social-item .linkedin-services{background:linear-gradient(135deg,#0a66c2 0,#0077b5 50%,#005582 100%)!important;box-shad0ow:0 6px 20px rgb(10 102 194 / .4),0 2px 8px rgb(10 102 194 / .3)!important}section.services-list .social-item .linkedin-services:hover{box-sha0dow:0 10px 30px rgb(10 102 194 / .5),0 4px 12px rgb(10 102 194 / .4)!important}section.services-list .social-item .soundcloud-services{background:linear-gradient(135deg,#f50 0,#f80 50%,#f60 100%)!important;box-sha0dow:0 6px 20px rgb(255 85 0 / .4),0 2px 8px rgb(255 85 0 / .3)!important}section.services-list .social-item .soundcloud-services:hover{box-shad0ow:0 10px 30px rgb(255 85 0 / .5),0 4px 12px rgb(255 85 0 / .4)!important}section.services-list .social-item .youtube-short{background:linear-gradient(135deg,#f00 0,#ff4e45 50%,#ff0844 100%)!important;box-sha0dow:0 6px 20px rgb(255 0 0 / .4),0 2px 8px rgb(255 0 0 / .3)!important}section.services-list .social-item .youtube-short:hover{box-sha0dow:0 10px 30px rgb(255 0 0 / .5),0 4px 12px rgb(255 0 0 / .4)!important}section.services-list .social-item .twitch-services{background:linear-gradient(135deg,#9146ff 0,#772ce8 50%,#6441a5 100%)!important;box-shad0ow:0 6px 20px rgb(145 70 255 / .4),0 2px 8px rgb(145 70 255 / .3)!important}section.services-list .social-item .twitch-services:hover{box-sha0dow:0 10px 30px rgb(145 70 255 / .5),0 4px 12px rgb(145 70 255 / .4)!important}section.services-list .social-item .quora-services{background:linear-gradient(135deg,#b92b27 0,#e74c3c 50%,#a52420 100%)!important;box-shado0w:0 6px 20px rgb(185 43 39 / .4),0 2px 8px rgb(185 43 39 / .3)!important}section.services-list .social-item .quora-services:hover{box-sha0dow:0 10px 30px rgb(185 43 39 / .5),0 4px 12px rgb(185 43 39 / .4)!important}section.services-list .social-item .vk-services{background:linear-gradient(135deg,#07f 0,#4a90d9 50%,#2f6fb5 100%)!important;box-sha0dow:0 6px 20px rgb(0 119 255 / .4),0 2px 8px rgb(0 119 255 / .3)!important}section.services-list .social-item .vk-services:hover{box-sh0adow:0 10px 30px rgb(0 119 255 / .5),0 4px 12px rgb(0 119 255 / .4)!important}section.services-list .social-item .free-services{background:linear-gradient(135deg,#3a75fa 0,#667eea 50%,#764ba2 100%)!important;box-shado0w:0 6px 20px rgb(58 117 250 / .4),0 2px 8px rgb(58 117 250 / .3)!important}section.services-list .social-item .free-services:hover{box-sha0dow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4)!important}section.services-list .social-item .web-traffic{background:linear-gradient(135deg,#f7971e 0,#ffd200 50%,#f59e0b 100%)!important;box-sh0:0 6px 20px rgb(247 151 30 / .4),0 2px 8px rgb(247 151 30 / .3)!important}section.services-list .social-item .web-traffic:hover{box-shadow:0 10px 30px rgb(247 151 30 / .5),0 4px 12px rgb(247 151 30 / .4)!important}section.services-list .social-item .other-services{background:linear-gradient(135deg,#3a75fa 0,#295ccf 50%,#1e4ba8 100%)!important;box-sha0dow:0 6px 20px rgb(58 117 250 / .4),0 2px 8px rgb(58 117 250 / .3)!important}section.services-list .social-item .other-services:hover{box-sha0dow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4)!important}section.services-list .social-item .social-media-tools{background:linear-gradient(135deg,#3a75fa 0,#295ccf 50%,#1e4ba8 100%)!important;box-sha0dow:0 6px 20px rgb(58 117 250 / .4),0 2px 8px rgb(58 117 250 / .3)!important}section.services-list .social-item .social-media-tools:hover{box-shad0ow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4)!important}section.services-list .social-item .seo-services,section.services-list .social-item .snapchat-services{background:linear-gradient(135deg,#fffc00 0,#ffd400 50%,#f59e0b 100%)!important;box-sha0dow:0 6px 20px rgb(255 252 0 / .4),0 2px 8px rgb(255 252 0 / .3)!important}section.services-list .social-item .kick-services,section.services-list .social-item .whatsapp-services{background:linear-gradient(135deg,#25d366 0,#20c05c 50%,#128c7e 100%)!important;box-shadow:0 6px 20px rgb(37 211 102 / .4),0 2px 8px rgb(37 211 102 / .3)!important}@media screen and (min-width:1004px) and (max-width:1306px){.header .navbar-brand img{margin-top:-19px;MARGIN-BOTTOM:-19PX}.header .navbar .navbar-nav .nav-link{color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17.5px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px}}@media (min-width:769px) and (max-width:993px){.header .navbar .navbar-nav .nav-link{color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px}}@media screen and (max-width:767px){section.services-list{position:relative;padding:20px 0;background:#fff}}@media (max-width:767px){.header .navbar-brand img{height:47PX;margin-top:-25px;margin-bottom:-25px}}@media (min-width:769px) and (max-width:993px){section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:1.1rem 0;border-radius:.3rem;cursor:pointer;transition:filter .19s ease;margin-top:-08px}.row.instent-delivery .col-lg-3{max-width:30%}section.services-list .social-item:hover .content{left:-28px}section.services-list .social-item{margin-top:50px;max-width:30%}}@media screen and (min-width:993px) and (max-width:1279px){section.services-list .social-item .instagram-likes,section.services-list .social-item .instagram-followers,section.services-list .social-item .instagram-views,section.services-list .social-item .instagram-comments,section.services-list .social-item .instagram-other,section.services-list .social-item .facebook-service,section.services-list .social-item .twitter-services,section.services-list .social-item .youtube-services,section.services-list .social-item .tiktok-services,section.services-list .social-item .threads-services,section.services-list .social-item .discord-services,section.services-list .social-item .reddit-services,section.services-list .social-item .spotify-services,section.services-list .social-item .telegram-services,section.services-list .social-item .pinterest-services,section.services-list .social-item .linkedin-services,section.services-list .social-item .soundcloud-services,section.services-list .social-item .youtube-short,section.services-list .social-item .twitch-services,section.services-list .social-item .quora-services,section.services-list .social-item .vk-services,section.services-list .social-item .free-services,section.services-list .social-item .web-traffic{max-width:100%;margin:0 auto;width:100%;padding:1.1rem 0;border-radius:.3rem;cursor:pointer;transition:filter .19s ease;margin-top:-08px}.row.instent-delivery .col-lg-3{max-width:30%}section.services-list .social-item:hover .content{left:-28px}section.services-list .social-item{margin-top:50px;max-width:30%}}section.package-content .pk-lists .item .order_button .btn-color:hover{border-radius:0 8px 8px 0;background:#fff!important}.header .navbar .navbar-nav .active>.nav-link{color:#6495ed!important;width:100%;font-weight:500;background:#e6efff;border-radius:.25rem rem;border-radius:.25rem}.header .navbar .navbar-nav .nav-link{transition:all .3s ease}section.package-content .pk-lists .item .order_button .btn-color:hover{border-radius:0 8px 8px 0;background:#fff!important}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important;width:100%;font-weight:500;background:#5592ff;border-radius:.25rem}.header .navbar .navbar-nav .nav-link{transition:all .3s ease}}.header .navbar .navbar-nav .active>.nav-link{color:#fff!important;width:100%;font-weight:500;background:#FF5722}.header .navbar .navbar-nav .nav-link:hover{color:#fff!important;width:100%;font-weight:500;background:#5592ff}.header .navbar .navbar-nav .nav-link{transition:background-color .3s ease-in-out;padding:15px 15px}.header .navbar .navbar-nav .nav-link:active{background-color:#295ccf}body.iglikes-category section.header-top .mini-menu li:hover a{background-color:#5592ff;color:#fff!important;font-family:revert}section.header-top{background:#316aecfa;padding:0 30px 0}.social-services:hover .twitter{display:flex}.twitter:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.twitter{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.twitter{display:none}}.content .twitter .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#00acee;left:-12px;top:50%;transition:all .1s ease-in-out}.content .twitter .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .twitter .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-services:hover .youtube{display:flex}.youtube:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.youtube{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.youtube{display:none}}.content .youtube .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#ff2921;left:-12px;top:50%;transition:all .1s ease-in-out}.content .youtube .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .youtube .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-services:hover .facebook{display:flex}.facebook:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.facebook{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.facebook{display:none}}.content .facebook .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#384dd4;left:-12px;top:50%;transition:all .1s ease-in-out}.content .facebook .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .facebook .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-services:hover .tiktok{display:flex}.tiktok:before{content:"";background-color:#fff;width:1rem;height:1rem;display:block;position:absolute;left:50%;transform:rotate(-45deg) translateX(-50%);transform-origin:left;top:-.3rem}.tiktok{position:absolute;top:0;left:50%;transform:translateX(-50%);padding:10px;z-index:1000;width:max-content;display:flex;flex-direction:column;flex-wrap:wrap;background:#fff;box-shadow:0 0 6rem rgb(0 0 0 / .175);border-radius:7px}@media (min-width:769px){.tiktok{display:none}}.content .tiktok .buy-button span:before{content:"";width:4px;height:0;position:absolute;background:#171718;left:-12px;top:50%;transition:all .1s ease-in-out}.content .tiktok .buy-button:hover span:before{height:100%;transform:translateY(-10px)}.content .tiktok .buy-button span{position:relative}@media (max-width:768px){.social-section{display:none}}.social-section-mobile{padding:.5rem 0;display:flex;justify-content:space-between;align-items:flex-start;gap:.25rem}@media only screen and (min-width:992px){.social-section-mobile{display:none}}@media only screen and (max-width:768px){}@media only screen and (max-width:768px){.content a.btn.btn-lg.buy-button{width:100%!important;text-align:left;box-shadow:none;font-weight:600;font-size:18px;color:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}}@media (max-width:768px){.service-list{padding:10px 3px 3px 3px;background-color:#fff;border-radius:4px;box-shadow:0 7px 2rem rgb(0 0 0 / .175);position:initial}}.social-links-list .service-title-followers{font-size:18px;margin-bottom:0;color:#CF4475}.social-links-list .service-title-followers:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-views{font-size:18px;margin-bottom:0;color:#6E4BFF}.social-links-list .service-title-views:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-comments{font-size:18px;margin-bottom:0;color:#FF5D27}.social-links-list .service-title-comments:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-others{font-size:18px;margin-bottom:0;color:#D42555}.social-links-list .service-title-others:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-threads{font-size:18px;margin-bottom:0;color:#D42555}.social-links-list .service-title-threads:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Discord{font-size:18px;margin-bottom:0;color:#5C6EAE}.social-links-list .service-title-Discord:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Reddit{font-size:18px;margin-bottom:0;color:#FF6E2A}.social-links-list .service-title-Reddit:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Spotify{font-size:18px;margin-bottom:0;color:#1ED25E}.social-links-list .service-title-Spotify:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Telegram{font-size:18px;margin-bottom:0;color:#2CB0EB}.social-links-list .service-title-Telegram:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Pinterest{font-size:18px;margin-bottom:0;color:#DB2B42}.social-links-list .service-title-Pinterest:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Linkedin{font-size:18px;margin-bottom:0;color:#0097D0}section.services-list .social-item .toltip a{display:flex!important;align-items:center;padding:10px 14px!important;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569!important;font-size:14px;font-weight:500;text-decoration:none!important;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-links-list .service-title-Linkedin:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-SoundCloud{font-size:18px;margin-bottom:0;color:#FF7D00}.social-links-list .service-title-SoundCloud:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-YouTube{font-size:18px;margin-bottom:0;color:#FF4040}.social-links-list .service-title-YouTube:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Twitch{font-size:18px;margin-bottom:0;color:#854CD3}.social-links-list .service-title-Twitch:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Quora{font-size:18px;margin-bottom:0;color:#D03157}.social-links-list .service-title-Quora:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-VK{font-size:18px;margin-bottom:0;color:#54789F}.social-links-list .service-title-VK:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-Web{font-size:18px;margin-bottom:0;color:#2CA2EE}.social-links-list .service-title-Web:hover{color:#6495ed!important;width:100%;font-weight:500}.social-links-list .service-title-insta{font-size:18px;margin-bottom:0;color:#ff2f2f}.social-links-list .service-title-insta:hover{color:#6495ed!important;width:100%;font-weight:500}body.iglikes-category section.header-top .mini-menu li.active a,body.iglikes-category section.header-top .mini-menu li:hover a{background-color:#ff003b;color:#fff!important;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body.iglikes-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#ff003b}body.iglikes-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.iglikes-category .owl-nav .owl-prev:before,body.iglikes-category .owl-nav .owl-next:after,body.iglikes-category section.package-content .pk-lists .item .price{background:linear-gradient(90deg,#ff003b 16%,#ff003b 100%)!important}body.iglikes-category section.package-content .pk-lists .item .order_button .btn-color{background:#ff003b;border:1px solid #ff003b!important}body.iglikes-category section.package-content .pk-lists .item .features .text-icon{color:#ff003b}body.igviews-category section.header-top .mini-menu li.active a,body.igviews-category section.header-top .mini-menu li:hover a{background:linear-gradient(90deg,#7b2cbf 16%,#7b2cbf 100%)!important;color:#fff!important}body.igviews-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#7b2cbf}body.igviews-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.igviews-category .owl-nav .owl-prev:before,body.igviews-category .owl-nav .owl-next:after,body.igviews-category section.package-content .pk-lists .item .price{background:#7B2CBF}body.igviews-category section.package-content .pk-lists .item .order_button .btn-color{background:#7B2CBF;border:1px solid #7B2CBF!important}body.igCOMMENTS-category section.header-top .mini-menu li.active a,body.igCOMMENTS-category section.header-top .mini-menu li:hover a{background:linear-gradient(45deg,#1D4E89,#1D4E89);color:#fff!important}body.igCOMMENTS-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#1D4E89}body.igCOMMENTS-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.igCOMMENTS-category .owl-nav .owl-prev:before,body.igCOMMENTS-category .owl-nav .owl-next:after,body.igCOMMENTS-category section.package-content .pk-lists .item .price{background:#1D4E89}body.igCOMMENTS-category section.package-content .pk-lists .item .order_button .btn-color{background:linear-gradient(45deg,#1D4E89,#1D4E89);border:1px solid #1D4E89!important}body.igothers-category section.header-top .mini-menu li.active a,body.igothers-category section.header-top .mini-menu li:hover a{background:linear-gradient(45deg,#E76F51,#E76F51);color:#fff!important}body.igothers-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#E76F51}body.igothers-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.igothers-category .owl-nav .owl-prev:before,body.igothers-category .owl-nav .owl-next:after,body.igothers-category section.package-content .pk-lists .item .price{background:#E76F51}body.igothers-category section.package-content .pk-lists .item .features .text-icon{color:#E76F51}body.igothers-category section.package-content .pk-lists .item .order_button .btn-color{background:#E76F51;border:1px solid #E76F51!important}body.linkedin-category section.header-top .mini-menu li.active a,body.linkedin-category section.header-top .mini-menu li:hover a{background-color:#0077b5;color:#fff!important}body.linkedin-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#0077b5}body.linkedin-category section.package-content .pk-lists .item .card{border:1px solid #0077b53b!important}body.linkedin-category .owl-nav .owl-prev:before,body.linkedin-category .owl-nav .owl-next:after,body.linkedin-category section.package-content .pk-lists .item .price{background:linear-gradient(90deg,#0077b5 16%,#0077b5 100%)!important}body.linkedin-category section.package-content .pk-lists .item .order_button .btn-color{background:#0077b5;border:1px solid #0077b5!important}@media only screen and (max-width:767px){section.package-content .pk-lists .item{padding-top:3px;padding-right:35px;padding-bottom:35px;padding-left:35px}}@media screen and (min-width:1004px) and (max-width:1306px){.header .navbar-brand img{margin-top:-19px;MARGIN-BOTTOM:-4PX}}@media screen and (max-width:768px){.header .navbar-brand img{height:50px;width:auto}}@media only screen and (max-width:767px){.owl-nav .owl-prev:before,.owl-nav .owl-next:after{position:absolute;font-family:"FontAwesome";font-size:30px;background:#32a852;width:35px;text-align:center;height:35px;border-radius:50%;line-height:35px;color:#fff;margin-top:-19px}}@media only screen and (max-width:768px){.select-package{text-align:center;margin-top:-20px;margin-bottom:-38px}}@media (max-width:768px){section.checkout-form{padding:0 0 100px;overflow:hidden;margin-top:-30px}}@media (max-width:768px){.container.cus.mobile{padding-top:0}}a.top-nav-link:hover{color:#fff;text-decoration:none}@media (min-width:769px) and (max-width:993px){.header .navbar-brand img{height:66px;max-width:max-content}}@media (min-width:769px) and (max-width:993px){.container{max-width:720px}}@media screen and (min-width:1004px) and (max-width:1306px){.header .navbar .navbar-nav .nav-link{color:#fff;font-weight:500;padding:15px 19px;cursor:pointer;position:relative;background:#fff0;font-size:17.5px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:23px;padding-top:12px;padding-bottom:12px}}body.postlikes-category section.header-top .mini-menu li.active a,body.postlikes-category section.header-top .mini-menu li:hover a{background-color:#1969ff}body.postlikes-category .header .dropdown-item:hover,body.postlikes-category .dropdown-item:focus,body.postlikes-category .header .navbar .navbar-nav .nav-link:hover,body.postlikes-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postlikes-category .header .navbar .navbar-nav .active>.nav-link,body.postlikes-category section.package-content .pk-header .title strong,body.postlikes-category section.package-content .pk-lists .item .name .number,body.postlikes-category section.package-content .pk-lists .item .features .text-icon,body.postlikes-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#1969ff}body.postlikes-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postlikes-category .owl-nav .owl-prev:before,body.postlikes-category .owl-nav .owl-next:after,body.postlikes-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#1969ff 16%,#1969ff 100%)!important}body.postlikes-category section.package-content .pk-lists .item .order_button .btn-color{background:#1969ff;border:1px solid #1969ff!important}body.postwow-category section.header-top .mini-menu li.active a,body.postwow-category section.header-top .mini-menu li:hover a{background-color:#9f9442}body.postwow-category .header .dropdown-item:hover,body.postwow-category .dropdown-item:focus,body.postwow-category .header .navbar .navbar-nav .nav-link:hover,body.postwow-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postwow-category .header .navbar .navbar-nav .active>.nav-link,body.postwow-category section.package-content .pk-header .title strong,body.postwow-category section.package-content .pk-lists .item .name .number,body.postwow-category section.package-content .pk-lists .item .features .text-icon,body.postwow-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#9f9442}body.postwow-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postwow-category .owl-nav .owl-prev:before,body.postwow-category .owl-nav .owl-next:after,body.postwow-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#9f9442 16%,#9f9442 100%)!important}body.postwow-category section.package-content .pk-lists .item .order_button .btn-color{background:#9f9442;border:1px solid #9f9442!important}body.postlove-category section.header-top .mini-menu li.active a,body.postlove-category section.header-top .mini-menu li:hover a{background-color:#cb1640}body.postlove-category .header .dropdown-item:hover,body.postlove-category .dropdown-item:focus,body.postlove-category .header .navbar .navbar-nav .nav-link:hover,body.postlove-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postlove-category .header .navbar .navbar-nav .active>.nav-link,body.postlove-category section.package-content .pk-header .title strong,body.postlove-category section.package-content .pk-lists .item .name .number,body.postlove-category section.package-content .pk-lists .item .features .text-icon,body.postlove-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#cb1640}body.postlove-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postlove-category .owl-nav .owl-prev:before,body.postlove-category .owl-nav .owl-next:after,body.postlove-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#cb1640 16%,#cb1640 100%)!important}body.postlove-category section.package-content .pk-lists .item .order_button .btn-color{background:#cb1640;border:1px solid #cb1640!important}body.posthaha-category section.header-top .mini-menu li.active a,body.posthaha-category section.header-top .mini-menu li:hover a{background-color:#f1a00b}body.posthaha-category .header .dropdown-item:hover,body.posthaha-category .dropdown-item:focus,body.posthaha-category .header .navbar .navbar-nav .nav-link:hover,body.posthaha-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.posthaha-category .header .navbar .navbar-nav .active>.nav-link,body.posthaha-category section.package-content .pk-header .title strong,body.posthaha-category section.package-content .pk-lists .item .name .number,body.posthaha-category section.package-content .pk-lists .item .features .text-icon,body.posthaha-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#f1a00b}body.posthaha-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.posthaha-category .owl-nav .owl-prev:before,body.posthaha-category .owl-nav .owl-next:after,body.posthaha-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#f1a00b 16%,#f1a00b 100%)!important}body.posthaha-category section.package-content .pk-lists .item .order_button .btn-color{background:#f1a00b;border:1px solid #f1a00b!important}body.postsad-category section.header-top .mini-menu li.active a,body.postsad-category section.header-top .mini-menu li:hover a{background-color:#ff7e00}body.postsad-category .header .dropdown-item:hover,body.postsad-category .dropdown-item:focus,body.postsad-category .header .navbar .navbar-nav .nav-link:hover,body.postsad-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postsad-category .header .navbar .navbar-nav .active>.nav-link,body.postsad-category section.package-content .pk-header .title strong,body.postsad-category section.package-content .pk-lists .item .name .number,body.postsad-category section.package-content .pk-lists .item .features .text-icon,body.postsad-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#ff7e00}body.postsad-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postsad-category .owl-nav .owl-prev:before,body.postsad-category .owl-nav .owl-next:after,body.postsad-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#ff7e00 16%,#ff7e00 100%)!important}body.postsad-category section.package-content .pk-lists .item .order_button .btn-color{background:#ff7e00;border:1px solid #ff7e00!important}body.postangry-category section.header-top .mini-menu li.active a,body.postangry-category section.header-top .mini-menu li:hover a{background-color:#672424}body.postangry-category .header .dropdown-item:hover,body.postangry-category .dropdown-item:focus,body.postangry-category .header .navbar .navbar-nav .nav-link:hover,body.postangry-category .header .dropdown-menu li.dropdown-submenu:hover>a,body.postangry-category .header .navbar .navbar-nav .active>.nav-link,body.postangry-category section.package-content .pk-header .title strong,body.postangry-category section.package-content .pk-lists .item .name .number,body.postangry-category section.package-content .pk-lists .item .features .text-icon,body.postangry-category section.package-content .pk-lists .item .order_button .btn-color:hover{color:#672424}body.postangry-category section.package-content .pk-lists .item .card{border:1px solid #080f613b!important}body.postangry-category .owl-nav .owl-prev:before,body.postangry-category .owl-nav .owl-next:after,body.postangry-category section.package-content .pk-lists .item .price{background-image:linear-gradient(90deg,#672424 16%,#672424 100%)!important}body.postangry-category section.package-content .pk-lists .item .order_button .btn-color{background:#672424;border:1px solid #672424!important}.help-area{padding:32px 20px!important;padding-top:20px!important;background:#f6f9ff!important;border:1px solid #e4ecff!important;border-radius:20px!important;box-shadow:0 10px 30px rgb(41 92 207 / .08)!important;margin:20px 0!important}.help-area .help-header{font-size:1.85rem!important;line-height:1.25!important;color:#125288!important;font-weight:800!important;letter-spacing:.3px!important;margin-bottom:12px!important}.help-area .help-header::after{content:""!important;display:block!important;width:88px!important;height:4px!important;margin-top:10px!important;border-radius:999px!important;background:linear-gradient(90deg,#3a75fa,#295ccf)!important;box-shadow:0 4px 18px rgb(58 117 250 / .25)!important}.help-area p{color:#334155!important;font-size:1.05rem!important;line-height:1.7!important;margin:6px 0 18px!important}.help-area .space-between{display:flex!important;gap:14px!important;flex-wrap:wrap!important;align-items:stretch!important}.help-area .help{display:flex!important;align-items:center!important;gap:12px!important;background:#fff!important;border:1px solid #e9eefc!important;padding:14px 16px!important;border-radius:14px!important;box-shadow:0 6px 14px rgb(0 0 0 / .05)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.help-area .help:hover{transform:translateY(-2px)!important;box-shadow:0 10px 24px rgb(58 117 250 / .18)!important;border-color:#d6e2ff!important}.help-area .help i{width:40px!important;height:40px!important;display:inline-grid!important;place-items:center!important;border-radius:50%!important;background:linear-gradient(135deg,#3a75fa,#295ccf)!important;color:#fff!important;font-size:18px!important;margin-left:0!important}.help-area .help span,.help-area .help a{color:#0f172a!important;font-weight:600!important;text-decoration:none!important;white-space:nowrap!important}.help-area .help a:hover{color:#295ccf!important;text-decoration:underline!important}.help-area img{max-width:100%!important;height:auto!important;border-radius:18px!important;box-shadow:0 16px 40px rgb(41 92 207 / .18)!important}.help-area .col-md-6,.help-area .col-md-5{padding-left:24px!important;padding-right:24px!important}@media (max-width:991.98px){.help-area{padding:22px 16px!important;border-radius:16px!important}.help-area .help-header{text-align:center!important}.help-area .help-header::after{margin-left:auto!important;margin-right:auto!important}.help-area p{text-align:center!important}.help-area .space-between{justify-content:center!important}.help-area .help{width:100%!important;justify-content:flex-start!important}.help-area .col-md-5{margin-top:18px!important}}@media (min-width:1200px){.help-area .help-header{font-size:2rem!important}}:root{--brand:#3a75fa;--brand-dk:#295ccf;--ink:#0f1b3d;--muted:#5b637a;--panel:#f6f8ff;--ring:rgba(58,117,250,.18)}.about-area .intro-img{position:relative!important;isolation:isolate!important}.about-area .intro-img::before{content:""!important;position:absolute!important;inset:-18px!important;background:radial-gradient(60% 60% at 20% 20%,var(--ring),transparent 60%)!important;filter:blur(18px)!important;z-index:-1!important;border-radius:24px!important}.about-area .intro-img .img-fluid.desktopnew{display:block!important;width:100%!important;height:auto!important;object-fit:cover!important;object-position:center!important;box-shadow:0 14px 40px rgb(15 27 61 / .14),0 2px 8px rgb(15 27 61 / .06)!important;transition:transform .35s ease,box-shadow .35s ease!important;filter:saturate(1.05)!important;transform:translateY(-4px)!important}.about-area .intro-img:hover .img-fluid.desktopnew{transform:translateY(-4px)!important;box-shadow:0 22px 60px rgb(15 27 61 / .18),0 4px 12px rgb(15 27 61 / .08)!important}@media (max-width:576px){.about-area .intro-img .img-fluid.desktopnew{border-radius:14px!important}}.about-area .head-title{margin:0 0 12px!important;font-weight:800!important;letter-spacing:.2px!important;line-height:1.15!important;font-size:clamp(28px,3.4vw,40px)!important;color:transparent!important;background:linear-gradient(90deg,var(--brand) 0,var(--brand-dk) 60%,#0b2aa5 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}.about-area .contents p{margin:0!important;color:var(--muted)!important;font-size:clamp(15.5px,1.1vw,17.5px)!important;line-height:1.8!important}.about-area .contents p+p{margin-top:14px!important}.about-area .container{background:linear-gradient(180deg,#fff 0,var(--panel) 100%)!important;border-radius:22px!important;padding:clamp(14px,1.2vw,22px)!important;box-shadow:0 10px 28px rgb(58 117 250 / .07)!important}[aos][data-aos][data-aos][data-aos]{will-change:transform,opacity!important}.about-area .head-title{position:relative!important;margin:0 0 12px!important;padding-bottom:2px!important}.about-area .head-title::after{content:""!important;display:block!important;width:96px!important;height:4px!important;margin-top:10px!important;border-radius:999px!important;background:linear-gradient(90deg,#3a75fa 0,#295ccf 100%)!important;box-shadow:0 4px 18px rgb(58 117 250 / .25)!important;transform:scaleX(0)!important;transform-origin:left!important;transition:transform .45s ease!important}.aos-animate .head-title::after{transform:scaleX(1)!important}@media (min-width:992px){.about-area .head-title::after{width:120px!important;height:5px!important}}.about-area .head-title.center::after{margin-left:auto!important;margin-right:auto!important;transform-origin:center!important}.why-choose-us{padding:64px 0!important;background:linear-gradient(180deg,#f7faff 0,#fff 100%)!important}.why-choose-us .row{row-gap:28px!important}.why-choose-us .section-header{text-align:center!important;margin-bottom:28px!important}.why-choose-us .above-heading{display:inline-block!important;padding:6px 14px!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:999px!important;color:#fff!important;box-shadow:0 8px 24px rgb(58 117 250 / .25)!important;margin-bottom:14px!important}.why-choose-us .h2-heading{font-size:clamp(1.25rem,2.2vw,1.6rem)!important;line-height:1.5!important;color:var(--brand)!important;font-weight:700!important;margin:0 auto 8px!important;max-width:980px!important}.why-choose-us .box{height:100%!important;text-align:center!important;background:#fff!important;border:1px solid #e6edff!important;border-radius:18px!important;padding:26px 18px!important;box-shadow:0 10px 26px rgb(41 92 207 / .10)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;position:relative!important;overflow:hidden!important}.why-choose-us .box::after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:4px!important;background:linear-gradient(90deg,#3a75fa 0,#295ccf 100%)!important;opacity:.0!important;transition:opacity .25s ease!important}.why-choose-us .box:hover{transform:translateY(-6px)!important;box-shadow:0 16px 36px rgb(41 92 207 / .18)!important;border-color:#d7e3ff!important}.why-choose-us .box:hover::after{opacity:1!important}.why-choose-us .box img{width:100px!important;height:100px!important;object-fit:cover!important;border-radius:16px!important;margin:2px auto 14px!important;display:block!important;box-shadow:0 8px 20px rgb(0 0 0 / .08)!important}.why-choose-us .box h3{font-size:1.1rem!important;font-weight:800!important;color:#125288!important;margin:6px 0 8px!important;letter-spacing:.2px!important}.why-choose-us .box p{color:#475569!important;font-size:1rem!important;line-height:1.7!important;margin:0 auto!important;max-width:90%!important}.social-icons{padding:60px 0!important;background:linear-gradient(180deg,#f7faff 0,#fff 100%)!important}.social-icons .section-header{text-align:center!important;margin-bottom:18px!important}.social-icons .h2-heading{margin:0 auto 8px!important;padding:8px 12px!important;font-weight:800!important;font-size:clamp(1.15rem,2.2vw,1.6rem)!important;color:#0f172a!important;letter-spacing:.2px!important;position:relative!important;display:inline-block!important}.social-icons .h2-heading::after{content:""!important;display:block!important;width:72px!important;height:4px!important;margin:10px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,#3a75fa,#295ccf)!important;box-shadow:0 6px 16px rgb(58 117 250 / .35)!important}.social-icons .row{row-gap:22px!important}.support-section-new.icon .feature-box{width:100%!important;background:#fff!important;border:1px solid #e6edff!important;border-radius:16px!important;padding:16px 18px!important;box-shadow:0 10px 24px rgb(41 92 207 / .10)!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease!important;gap:12px!important}@media screen and (min-width:768px){section.services-list .social-item{margin-bottom:30px;transition:all .3s ease}section.services-list .network-card-header{background:white!important;padding:40px 30px!important;border-radius:12px!important;border:2px solid #e5e7eb!important;transition:all .3s ease!important;min-height:220px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;cursor:pointer!important;position:relative!important;overflow:hidden!important}}.support-section-new.icon .feature-box:hover{transform:translateY(-6px)!important;box-shadow:0 16px 36px rgb(41 92 207 / .18)!important;border-color:#d7e3ff!important}.support-section-new.icon .feature-box i{flex:0 0 56px!important;width:56px!important;height:56px!important;border-radius:14px!important;background:#eef3ff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;box-shadow:inset 0 0 0 1px #e2e8ff!important;transition:transform .25s ease,background .25s ease,box-shadow .25s ease!important}.support-section-new.icon .feature-box:hover i{transform:scale(1.06)!important;background:linear-gradient(135deg,#fff,#e8f0ff)!important;box-shadow:inset 0 0 0 1px #cfe0ff,0 8px 18px rgb(58 117 250 / .15)!important}.support-section-new.icon .feature-box h3{margin:0!important;font-size:1.05rem!important;font-weight:800!important;color:#125288!important;letter-spacing:.2px!important}.social-icons .col-lg-6>img.img-fluid{border-radius:22px!important;box-shadow:0 18px 42px rgb(16 42 112 / .18)!important;border:1px solid #e6edff!important}.support-section-new.icon .feature-box:focus,.support-section-new.icon .feature-box:focus-within{outline:2px solid #3a75fa!important;outline-offset:2px!important}@media (max-width:991.98px){.social-icons{padding:44px 0!important}.support-section-new.icon .feature-box{padding:14px 16px!important;border-radius:14px!important}.support-section-new.icon .feature-box i{width:52px!important;height:52px!important;font-size:26px!important}}@media (max-width:575.98px){.social-icons .h2-heading{font-size:1.02rem!important}.support-section-new.icon .feature-box h3{font-size:1rem!important}}.why-choose-us .box:focus-within,.why-choose-us .box:focus{outline:2px solid #3a75fa!important;outline-offset:2px!important}@media (max-width:991.98px){.why-choose-us{padding:48px 0!important}.why-choose-us .box{padding:22px 16px!important}}@media (max-width:575.98px){.why-choose-us .h2-heading{font-size:1.05rem!important;line-height:1.55!important;padding:0 6px!important}.why-choose-us .box p{font-size:.98rem!important}}:root{--fv-brand:#3a75fa;--fv-brand-dark:#295ccf;--fv-ink:#0f172a;--fv-muted:#475569;--fv-border:#e6edff;--fv-soft:#f5f8ff}.faqs{padding:60px 0!important;background:#fff!important}.faqs .section-header{text-align:center!important;margin-bottom:24px!important}.faqs .above-heading{display:inline-block!important;font-weight:800!important;font-size:.9rem!important;letter-spacing:.12em!important;color:var(--fv-brand-dark)!important;text-transform:uppercase!important;background:rgb(58 117 250 / .08)!important;border:1px solid rgb(41 92 207 / .18)!important;padding:6px 12px!important;border-radius:999px!important}.faqs .h2-heading{margin:12px auto 0!important;max-width:920px!important;font-weight:800!important;font-size:clamp(1.1rem,2.2vw,1.6rem)!important;color:var(--fv-ink)!important;line-height:1.35!important;padding:0 10px!important}.faqs .h2-heading::after{content:""!important;display:block!important;width:80px!important;height:4px!important;margin:12px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,var(--fv-brand),var(--fv-brand-dark))!important;box-shadow:0 6px 16px rgb(58 117 250 / .35)!important}.faq-block__card{margin-bottom:14px!important}.faq-block__card .card{border:1px solid var(--fv-border)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 24px rgb(41 92 207 / .10)!important}.faq-block__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:18px 18px!important;cursor:pointer!important;transition:background .25s ease,box-shadow .25s ease,border-color .25s ease!important;position:relative!important;outline:none!important}.faq-block__header::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:4px!important;background:linear-gradient(180deg,var(--fv-brand),var(--fv-brand-dark))!important;opacity:.0!important;transition:opacity .25s ease!important}.faq-block__header-title h4{margin:0!important;font-size:1.02rem!important;font-weight:800!important;color:var(--fv-ink)!important;letter-spacing:.2px!important;display:flex!important;align-items:center!important;gap:10px!important}.faq-block__header-title h4 i{color:var(--fv-brand)!important;font-size:1.05rem!important}.faq-block__header-icon .fa-icon{font-size:1.15rem!important;color:var(--fv-brand-dark)!important;transition:transform .25s ease,color .25s ease!important}.faq-block__header:hover{background:#f8fbff!important}.faq-block__header:hover .fa-icon{color:var(--fv-brand)!important}.faq-block__header:not(.collapsed){background:var(--fv-soft)!important;box-shadow:inset 0 0 0 1px rgb(58 117 250 / .08)!important}.faq-block__header:not(.collapsed)::before{opacity:1!important}.faq-block__header:not(.collapsed) .fa-icon{transform:rotate(180deg)!important;color:var(--fv-brand)!important}.faq-block__header:not(.collapsed) h4{color:#0b3e91!important}.faq-block__body{border-top:1px solid var(--fv-border)!important;background:#fff!important}.faq-block__body-description{padding:16px 18px 20px!important;color:var(--fv-muted)!important;line-height:1.65!important;font-size:.98rem!important}.faq-block__body-description p{margin:0!important}.faq-block__header:focus{box-shadow:inset 0 0 0 2px rgb(58 117 250 / .35)!important;background:#f0f6ff!important}.faq-block__header:focus .fa-icon{color:var(--fv-brand)!important}@media (prefers-reduced-motion:reduce){.faq-block__header,.faq-block__header .fa-icon{transition:none!important}}@media (max-width:991.98px){.faqs{padding:44px 0!important}.faq-block__header{padding:16px!important}.faq-block__body-description{padding:14px 16px 18px!important}}@media (max-width:575.98px){.faq-block__header-title h4{font-size:1rem!important}.faq-block__header-icon .fa-icon{font-size:1.05rem!important}}:root{--rv-brand:#3a75fa;--rv-brand-dark:#295ccf;--rv-ink:#0f172a;--rv-muted:#475569;--rv-card:#fff;--rv-border:#e6edff;--rv-soft:#f6f9ff;--rv-star:#f5b301}.reviews{padding:64px 0!important;background:#fff!important}.reviews>h2{text-align:center!important;font-weight:800!important;color:var(--rv-ink)!important;font-size:clamp(1.25rem,2.2vw,1.75rem)!important;letter-spacing:.2px!important;margin:0 0 8px!important}.reviews>h2::after{content:""!important;display:block!important;width:90px!important;height:4px!important;margin:10px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,var(--rv-brand),var(--rv-brand-dark))!important;box-shadow:0 6px 16px rgb(58 117 250 / .35)!important}.reviews .custom-paragraph{max-width:880px!important;margin:8px auto 28px!important;text-align:center!important;color:var(--rv-muted)!important;line-height:1.65!important;padding:0 12px!important}.reviews-slider .slick-track{display:flex!important}.reviews-slider .slick-slide{height:inherit!important}.reviews-slider .slick-list{margin:0 -14px!important}.reviews-slider .review-item{background:var(--rv-card)!important;border:1px solid var(--rv-border)!important;border-radius:16px!important;box-shadow:0 10px 24px rgb(41 92 207 / .10)!important;padding:22px!important;margin:0 14px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:235px!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important}.reviews-slider .review-item h3{margin:0 0 4px!important;font-weight:800!important;color:var(--rv-ink)!important;font-size:1.05rem!important}.reviews-slider .review-item .text-muted{color:var(--rv-brand-dark)!important;font-weight:600!important;opacity:.9!important;margin-bottom:10px!important}.reviews-slider .review-item .star-icon{margin:0 0 10px!important;line-height:1!important}.reviews-slider .review-item .star-icon i{color:var(--rv-star)!important;margin-right:3px!important;font-size:.95rem!important}.reviews-slider .review-item .review-text{color:var(--rv-muted)!important;line-height:1.65!important;margin:0!important}.reviews-slider .slick-current.slick-active .review-item{transform:translateY(-4px) scale(1.01)!important;box-shadow:0 14px 28px rgb(41 92 207 / .16)!important;border-color:rgb(58 117 250 / .45)!important}.reviews-slider .slick-prev,.reviews-slider .slick-next{position:absolute!important;top:calc(50% - 22px)!important;width:44px!important;height:44px!important;background:#fff!important;border:1px solid var(--rv-border)!important;border-radius:999px!important;box-shadow:0 6px 16px rgb(16 24 40 / .08)!important;z-index:2!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease!important;text-indent:-9999px!important;overflow:hidden!important}.reviews-slider .slick-prev{left:-8px!important}.reviews-slider .slick-next{right:-8px!important}.reviews-slider .slick-prev::before,.reviews-slider .slick-next::before{content:""!important}.reviews-slider .slick-prev::after,.reviews-slider .slick-next::after{font-family:"Font Awesome 6 Free"!important;font-weight:900!important;font-size:16px!important;line-height:44px!important;color:var(--rv-brand)!important;display:block!important;text-indent:0!important;text-align:center!important;width:44px!important;height:44px!important;content:"\f104"!important}.reviews-slider .slick-next::after{content:"\f105"!important}.reviews-slider .slick-prev:hover,.reviews-slider .slick-next:hover{background:var(--rv-brand)!important;border-color:var(--rv-brand)!important;box-shadow:0 10px 22px rgb(58 117 250 / .35)!important}.reviews-slider .slick-prev:hover::after,.reviews-slider .slick-next:hover::after{color:#fff!important}.reviews-slider .slick-arrow.slick-disabled{opacity:.4!important;cursor:not-allowed!important}.reviews-slider .slick-dots{bottom:-36px!important}.reviews-slider .slick-dots li{width:auto!important;margin:0 4px!important}.reviews-slider .slick-dots li button{width:10px!important;height:10px!important;padding:0!important;border-radius:999px!important;background:#dbe4ff!important;border:0!important;text-indent:-9999px!important;overflow:hidden!important}.reviews-slider .slick-dots li.slick-active button{width:26px!important;background:var(--rv-brand)!important}.reviews-slider .slick-arrow:focus{outline:none!important;box-shadow:0 0 0 3px rgb(58 117 250 / .35)!important}.reviews-slider .slick-dots li button:focus{outline:none!important;box-shadow:0 0 0 3px rgb(58 117 250 / .35)!important}@media (max-width:991.98px){.reviews{padding:52px 0 80px!important}.reviews-slider .slick-prev,.reviews-slider .slick-next{top:auto!important;bottom:-52px!important}.reviews-slider .slick-prev{left:calc(50% - 54px)!important}.reviews-slider .slick-next{right:calc(50% - 54px)!important}.reviews-slider .slick-dots{bottom:-52px!important}}@media (max-width:575.98px){.reviews-slider .review-item{padding:18px!important;border-r@media(max-width:768px){.collapse:not(.show){display:none!important}.navbar-collapse{display:block!important}}section.services-list .social-item h4.title{font-weight:600!important;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}adius:14px!important}.reviews>h2{font-size:1.35rem!important}}.toltip .buy-instagram-other-New i.fa-solid{color:#E76F51!important}.fa-solid.fa-user{font-size:50px;margin-left:0!important}:root{--brand:#3a75fa !important;--brand-dk:#295ccf !important;--ink:#0f1b3d !important}h2.mt-5[style*="Roboto"]{font-family:"Roboto",system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;font-weight:500!important;line-height:1.1!important;letter-spacing:.2px!important;text-wrap:balance!important;color:var(--ink)!important;background:linear-gradient(90deg,var(--brand) 0,var(--brand-dk) 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}@supports (-webkit-background-clip:text) or (background-clip:text){h2.mt-5[style*="Roboto"]{background-image:linear-gradient(90deg,var(--brand) 0,var(--brand-dk) 100%)!important-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}}@media (max-width:480px){h2.mt-5[style*="Roboto"]{letter-spacing:.1px!important}}@media(max-width:768px){.collapse:not(.show){display:none!important}.navbar-collapse{display:block!important}}section.services-list .social-item h4.title{font-weight:600!important;font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'}section.services-list .social-item .title,section.services-list .social-item .title.PC{color:#fff!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:18px!important;font-weight:500!important;text-align:center!important;letter-spacing:.01em!important;line-height:1.3!important;transition:all .3s ease!important}section.services-list .social-item .toltip a{display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:12px 16px!important;background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%)!important;border:1.5px solid #e2e8f0!important;border-radius:10px!important;color:#475569!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;text-align:left!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;cursor:pointer!important;position:relative!important;box-shadow:0 1px 2px rgb(0 0 0 / .05)!important}section.services-list .col-lg-12 h2,section.services-list h2,section.services-list h2.mt-5{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:30px!important;font-weight:500!important;color:#1e293b!important;text-align:center!important;padding:0 20px!important;letter-spacing:-0.03em!important;line-height:1.2!important;position:relative!important;display:inline-block!important;width:100%!important}section.services-list .col-lg-12 h2,section.services-list h2.mt-5{background:#295ccf;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.section-subheader-custom{text-align:center;font-size:1.1rem;color:#64748b;max-width:700px;margin:-.5rem auto .5rem!important;line-height:1.6;font-weight:500;font-family:'Roboto',sans-serif}@media (max-width:768px){.section-subheader-custom{font-size:.95rem}}@media (max-width:480px){.section-subheader-custom{font-size:.9rem}}section.services-list .col-lg-12 h2::before{content:''!important;position:absolute!important;top:50%!important;left:0!important;transform:translateY(-50%)!important;width:60px!important;height:3px!important;background:linear-gradient(90deg,transparent 0,#e2e8f0 100%)!important;border-radius:10px!important}.top-header{background:linear-gradient(135deg,#295ccf 0,#1e4ba8 100%)!important;padding:.5rem 0!important;box-shadow:0 2px 8px rgb(41 92 207 / .15)!important}.top-header .contact-wraper{display:flex!important;align-items:center!important}.top-header .contact-link{margin:0!important}.top-header .top-nav-link{color:#fff!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;gap:8px!important}.top-header .top-nav-link:hover{color:#fbbf24!important;transform:translateY(-1px)!important}.top-header .top-nav-link i{font-size:16px!important;color:#fbbf24!important}.top-header .nav-itema .top-nav-link.btn-primary0{background:linear-gradient(135deg,#3a75fa,#295ccf)!important;color:#fff!important;padding:8px 16px!important;border-radius:8px!important;font-weight:600!important;box-shadow:0 2px 8px rgb(58 117 250 / .3)!important}.top-header .nav-itema .top-nav-link.btn-primary0:hover{background:linear-gradient(135deg,#4a86ff,#3a75fa)!important;box-shadow:0 4px 12px rgb(58 117 250 / .4)!important;transform:translateY(-2px)!important}.top-header .cart-count{background:#ef4444!important;color:#fff!important;padding:2px 8px!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}.header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)!important;box-shadow:0 4px 20px rgb(58 117 250 / .2)!important;top:0!important;z-index:1000!important}@media (min-width:768px){.header{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)!important}}.header .navbar-brand img{transition:transform .3s ease!important}.header .navbar-brand:hover img{transform:scale(1.05)!important}.header .navbar .navbar-nav .nav-link{font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;font-size:15px!important;font-weight:600!important;color:rgb(255 255 255 / .9)!important;border-radius:10px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;text-decoration:none!important}.header .navbar .navbar-nav .nav-link:hover{background:rgb(255 255 255 / .15)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgb(0 0 0 / .15)!important}.header .navbar .navbar-nav .active>.nav-link,.header .navbar .navbar-nav .nav-itema.active .nav-link{background:linear-gradient(135deg,rgb(255 255 255 / .25),rgb(255 255 255 / .15))!important;color:#fff!important;font-weight:700!important;box-shadow:0 4px 12px rgb(0 0 0 / .2),inset 0 1px 0 rgb(255 255 255 / .3)!important}.header .navbar .navbar-nav .nav-link:active{background:rgb(41 92 207 / .8)!important;transform:translateY(0) scale(.98)!important}@media screen and (min-width:768px){.header .nav-item.mobile.cart .top-nav-link{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important;padding:10px 16px!important;border-radius:10px!important;font-weight:600!important;box-shadow:0 4px 12px rgb(239 68 68 / .3)!important}}.header .cart-count-m{background:#fff!important;color:#ef4444!important;padding:2px 8px!important;border-radius:12px!important;font-size:13px!important;font-weight:700!important}.header .navbar-toggler{border:2px solid rgb(255 255 255 / .3)!important;background:rgb(255 255 255 / .1)!important;border-radius:8px!important;padding:8px 12px!important}.header .navbar-toggler i{color:#fff!important;font-size:24px!important}.header .navbar-toggler:hover{background:rgb(255 255 255 / .2)!important;border-color:rgb(255 255 255 / .5)!important}section.header-top{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%)!important;padding:12px 30px!important;box-shadow:0 2px 8px rgb(58 117 250 / .2)!important}body.iglikes-category section.header-top .mini-menu li:hover a{background:linear-gradient(135deg,rgb(255 255 255 / .2),rgb(255 255 255 / .15))!important;color:#fff!important;font-family:'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;border-radius:8px!important;transform:translateX(4px)!important}@media (max-width:768px){.header{padding-top:5px!important;padding-bottom:5px!important}.header .navbar .navbar-nav{backgaround:rgb(0 0 0 / .1)!important;border-radius:12px!important;padding:12px!important;margin-top:12px!important}.header .navbar .navbar-nav .nav-link{margin:4px 0!important;padding:12px 16px!important}.header .navbar .navbar-nav .nav-item.mobile-show{border-top:1px solid rgb(255 255 255 / .1)!important;margin-top:8px!important;padding-top:8px!important}.header .navbar .navbar-nav .nav-item.mobile-show:first-of-type{border-top:none!important;margin-top:12px!important}}@media (max-width:767px){.top-header{padding:.4rem 0!important}.top-header .contact-wraper{flex-wrap:wrap!important;gap:8px!important}.top-header .top-nav-link{font-size:13px!important}}.header .navbar .navbar-nav .nav-link,.top-header .top-nav-link{transition:all .3s cubic-bezier(.4,0,.2,1)!important}@media (min-width:768px){.top-nav-link.btn-primary0{background:linear-gradient(135deg,#3a75fa,#295ccf)!important;color:#fff!important;padding:8px 16px!important;border-radius:8px!important;font-weight:600!important;box-shadow:0 2px 8px rgb(58 117 250 / .3)!important}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.nav-item.cart.mobile{margin-left:-70px}.h2-heading.aos-init.above-heading.aos-animate{margin-top:10px;margin-bottom:-500px!important}img{border-radius:1% ! IMPORTANT}.btn i,.dataTables_wrapper .dataTables_paginate .paginate_button i,.dataTables_wrapper .dataTables_paginate .paginate_button.current i{margin-top:1;vertical-align:;font-size:20px}@media (max-width:768px){section.services-list .social-item .instagram-likes img{max-width:10%!important;margin-bottom:0!important}section.services-list .social-item .instagram-likes img,section.services-list .social-item .instagram-followers img,section.services-list .social-item .instagram-views img,section.services-list .social-item .instagram-comments img,section.services-list .social-item .instagram-other img,section.services-list .social-item .facebook-service img,section.services-list .social-item .twitter-services img,section.services-list .social-item .youtube-services img,section.services-list .social-item .tiktok-services img,section.services-list .social-item .threads-services img,section.services-list .social-item .discord-services img,section.services-list .social-item .reddit-services img,section.services-list .social-item .spotify-services img,section.services-list .social-item .telegram-services img,section.services-list .social-item .pinterest-services img,section.services-list .social-item .linkedin-services img,section.services-list .social-item .soundcloud-services img,section.services-list .social-item .youtube-short img,section.services-list .social-item .twitch-services img,section.services-list .social-item .quora-service img,section.services-list .social-item .vk-services img,section.services-list .social-item .free-services img,section.services-list .social-item .web-traffic img{max-width:10%!important;margin-bottom:0!important}}@media only screen and (min-width:768px) and (max-width:768px){section.services-list .social-item .instagram-likes h4.title,section.services-list .social-item .instagram-followers h4.title,section.services-list .social-item .instagram-views h4.title,section.services-list .social-item .instagram-comments h4.title,section.services-list .social-item .instagram-other h4.title,section.services-list .social-item .facebook-service h4.title,section.services-list .social-item .twitter-services h4.title,section.services-list .social-item .youtube-services h4.title,section.services-list .social-item .tiktok-services h4.title,section.services-list .social-item .threads-services h4.title,section.services-list .social-item .discord-services h4.title,section.services-list .social-item .reddit-services h4.title,section.services-list .social-item .spotify-services h4.title,section.services-list .social-item .telegram-services h4.title,section.services-list .social-item .pinterest-services h4.title,section.services-list .social-item .linkedin-services h4.title,section.services-list .social-item .soundcloud-services h4.title,section.services-list .social-item .youtube-short h4.title,section.services-list .social-item .twitch-services h4.title,section.services-list .social-item .quora-service h4.title,section.services-list .social-item .vk-services h4.title,section.services-list .social-item .free-services h4.title,section.services-list .social-item .web-traffic h4.title{color:#fff;font-size:17px;margin-left:180px}.fa-solid.fa-user{margin-left:0!important;font-size:17px!important}.fa-solid.fa-comment{margin-left:0!important}.toltip{min-width:21rem;right:0!important}}<img{border-radius:1% ! IMPORTANT}/style><style>img{visibility:visible}img.site-logo-white,img.site-logo{visibility:visible}@media (min-width:768px){.toltip.instagram.other{min-width:22.5rem;right:40px}}@media (min-width:768px){.toltip.instagram.comments{min-width:21.69rem;right:30px}}@media (min-width:1024px){.toltip{position:relative;background:#fff!important;padding:.6rem;z-index:10;box-shadow:0 0 2rem 10px rgb(0 0 0 / 18%);right:19px;border-radius:5px!important}}.section-header .above-heading{text-transform:uppercase;margin-bottom:1rem;letter-spacing:1px;color:#fff;border-radius:6px;padding:.5rem 1.5rem;background:linear-gradient(45deg,#A7C7E7,#3a7aff,#6577ff,#2793ff);font-weight:400;display:inline-block;font-size:.9rem}@media (min-width:768px){.toltip.insta.follow{min-width:21rem;right:35px}}.section-header .h2-heading{margin-bottom:15px;font-size:2.1rem;line-height:1.5;font-weight:600;background:linear-gradient(45deg,#A7C7E7,#3b5998,#8e44ad,#2c3e50);-webkit-background-clip:text;background-clip:text;color:#fff0}section.about-area .contents .head-title{font-weight:500!important}section.about-area .contents .head-title,section.about-area .contents p{font-family:'roboto'!important}.col-md-6.help-section-new{padding-left:10px!important}.faqs .faq-block__header-title h4{font-size:1.2rem!important}.fas.fa-chevron-circle-down.fa-icon{color:#295ccf}section.services-list .social-item .pinterest-services.wp{background:#25d366;background:linear-gradient(to right,#25d366,#25d366)}section.services-list .social-item .pinterest-services.sn{background:#25d366;background:linear-gradient(to right,#fe0,#fe0)}section.services-list .social-item .buy-button-spotify-services.sn span:before{content:"";width:4px;height:;position:absolute;background:#ff9816;background-image:linear-gradient(180deg,yellow 10%,yellow);left:2px;top:40%;transition:all .19s ease-in-out}a[href*="youtube-country-targrting-services"] i.fa-globe{color:#ff1717!important}a[href*="tiktok-country-targeting-services"] i.fa-globe{color:#000!important}section.services-list .social-item .buy-button-free-services span:before{content:"";width:4px;height:0;position:absolute;background:#3a75fa!important;left:2px;top:40%;transition:all .19s ease-in-out}.modern-footer{background:linear-gradient(135deg,#3a75fa 0,#295ccf 100%);color:#fff;position:relative;overflow:hidden}.modern-footer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgb(255 255 255 / .05) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgb(255 255 255 / .05) 0,transparent 50%);pointer-events:none}.modern-footer::after{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .5),transparent)}.footer-main{padding:80px 0 40px;position:relative;z-index:1}.footer-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-logo{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.footer-logo img{max-height:45px;filter:brightness(1.2) drop-shadow(0 2px 8px rgb(0 0 0 / .2));transition:all .3s ease}.footer-logo img:hover{filter:brightness(1.4) drop-shadow(0 4px 12px rgb(255 255 255 / .3));transform:scale(1.05)}.modern-lang-selector{background:rgb(255 255 255 / .15);border:2px solid rgb(255 255 255 / .3);color:#fff;padding:8px 15px;border-radius:25px;font-size:14px;font-weight:600;outline:none;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px)}.modern-lang-selector:hover{background:rgb(255 255 255 / .25);border-color:rgb(255 255 255 / .5);box-shadow:0 4px 15px rgb(255 255 255 / .2);transform:translateY(-2px)}.modern-lang-selector option{background:#295ccf;color:#fff}.footer-description{color:rgb(255 255 255 / .9);font-size:14px;line-height:1.8;margin-bottom:0;text-shadow:0 1px 2px rgb(0 0 0 / .1)}.footer-contact{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:12px;color:#fff;font-size:14px;transition:all .3s ease;padding:8px 0}.contact-item i{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .2);border-radius:50%;font-size:14px;flex-shrink:0;transition:all .3s ease;backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .3)}.contact-item:hover{transform:translateX(5px)}.contact-item:hover i{transform:rotate(360deg) scale(1.1);background:rgb(255 255 255 / .3);border-color:rgb(255 255 255 / .5);box-shadow:0 5px 15px rgb(255 255 255 / .3)}.footer-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:25px;padding-bottom:15px;position:relative;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgb(0 0 0 / .2)}.footer-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:rgb(255 255 255 / .5);border-radius:2px;box-shadow:0 2px 4px rgb(0 0 0 / .2)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links li a{color:rgb(255 255 255 / .9);text-decoration:none;font-size:14px;display:flex;align-items:center;gap:10px;padding:8px 0;transition:all .3s ease;position:relative}.footer-links li a i{color:rgb(255 255 255 / .6);font-size:12px;transition:all .3s ease}.footer-links li a:hover{color:#fff;padding-left:10px;text-shadow:0 2px 4px rgb(0 0 0 / .2)}.footer-links li a:hover i{transform:translateX(5px);color:#fff}.footer-social{margin-top:30px}.social-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:20px;text-shadow:0 2px 4px rgb(0 0 0 / .2)}@media (max-width:768px){.social-title{text-align:center}}.social-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:220px}.social-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:20px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;text-decoration:none;background:rgb(255 255 255 / .15);color:#fff;backdrop-filter:blur(10px);border:2px solid rgb(255 255 255 / .3)}.social-icon::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgb(255 255 255 / .1),transparent);transform:rotate(45deg);transition:all .5s ease}.social-icon:hover::before{left:100%}.social-icon:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px rgb(0 0 0 / .3);border-color:rgb(255 255 255 / .6);background:rgb(255 255 255 / .25)}.social-icon i{position:relative;z-index:1}.footer-bottom{background:rgb(0 0 0 / .2);padding:25px 0;border-top:1px solid rgb(255 255 255 / .2);position:relative;z-index:1}.copyright{color:rgb(255 255 255 / .9);font-size:14px;text-shadow:0 1px 2px rgb(0 0 0 / .2)}.copyright a{color:#fff;text-decoration:none;transition:all .3s ease;font-weight:600}.copyright a:hover{text-shadow:0 0 10px rgb(255 255 255 / .5)}.footer-badges{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;justify-content:flex-end}.badge-item{display:inline-flex;align-items:center;gap:6px;background:rgb(255 255 255 / .15);border:2px solid rgb(255 255 255 / .3);padding:6px 15px;border-radius:20px;font-size:12px;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px);font-weight:600}.badge-item i{font-size:14px}.badge-item:hover{background:rgb(255 255 255 / .25);border-color:rgb(255 255 255 / .5);transform:translateY(-2px);box-shadow:0 5px 15px rgb(255 255 255 / .2)}@media (max-width:991px){.footer-main{padding:60px 0 30px}.footer-section{margin-bottom:40px}.footer-logo{justify-content:center}.footer-description{text-align:center}.footer-contact{align-items:center}.contact-item{justify-content:center}.footer-title{text-align:center}.footer-title::after{left:50%;transform:translateX(-50%)}.footer-links{align-items:center}.social-links-grid{margin:0 auto}}@media (max-width:767px){.footer-main{padding:50px 0 20px}.footer-bottom{padding:20px 0;text-align:center}.footer-bottom .col-md-6{margin-bottom:15px}.footer-bottom .col-md-6:last-child{margin-bottom:0}.footer-badges{justify-content:center;margin-top:15px}.copyright{margin-bottom:15px!important}.social-links-grid{grid-template-columns:repeat(4,1fr);gap:10px}.social-icon{width:44px;height:44px;font-size:18px}}@media (max-width:480px){.footer-logo{flex-direction:column;gap:15px}.modern-lang-selector{width:100%}.footer-badges{flex-direction:column;align-items:center}.badge-item{width:100%;max-width:200px;justify-content:center}.social-links-grid{grid-template-columns:repeat(3,1fr);max-width:180px}}.footer-links li a:focus,.social-icon:focus{outline:2px solid rgb(255 255 255 / .8);outline-offset:3px}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{.modern-footer{background:#3a75fa!important;color:#fff!important}.social-links-grid,.footer-badges{display:none}}section.services-list .network-card-header:hover{transform:translateY(-4px) !important;border-color:inherit !important}section.services-list .social-item .network-card-header.threads-services{color:#ff0050 !important;border-color:#ffe0ec !important}section.services-list .social-item .network-card-header.threads-services:hover{border-color:#ff0050 !important;box-shadow:0 8px 25px rgb(255 0 80 / .18) !important}section.services-list .social-item .threads-services:hover{box-shadow:0 10px 30px rgb(255 0 80 / .5),0 4px 12px rgb(255 0 80 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.discord-services{color:#5865f2 !important;border-color:#e8eafe !important}section.services-list .social-item .network-card-header.discord-services:hover{border-color:#5865f2 !important;box-shadow:0 8px 25px rgb(88 101 242 / .18) !important}section.services-list .social-item .discord-services:hover{box-shadow:0 10px 30px rgb(88 101 242 / .5),0 4px 12px rgb(88 101 242 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.telegram-services{color:#08c !important;border-color:#d0f0ff !important}section.services-list .social-item .network-card-header.telegram-services:hover{border-color:#08c !important;box-shadow:0 8px 25px rgb(0 136 204 / .18) !important}section.services-list .social-item .telegram-services:hover{box-shadow:0 10px 30px rgb(42 171 238 / .5),0 4px 12px rgb(42 171 238 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.twitch-services{color:#9146ff !important;border-color:#ede9fe !important}section.services-list .social-item .network-card-header.twitch-services:hover{border-color:#9146ff !important;box-shadow:0 8px 25px rgb(145 70 255 / .18) !important}section.services-list .social-item .twitch-services:hover{box-shadow:0 10px 30px rgb(145 70 255 / .5),0 4px 12px rgb(145 70 255 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.seo-services{color:#d97706 !important;border-color:#fef3c7 !important}section.services-list .social-item .network-card-header.seo-services:hover{border-color:#d97706 !important;box-shadow:0 8px 25px rgb(217 119 6 / .18) !important}section.services-list .social-item .seo-services:hover{box-shadow:0 10px 30px rgb(255 252 0 / .5),0 4px 12px rgb(255 200 0 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.social-media-tools{color:#3a75fa !important;border-color:#dbeafe !important}section.services-list .social-item .network-card-header.social-media-tools:hover{border-color:#3a75fa !important;box-shadow:0 8px 25px rgb(58 117 250 / .18) !important}section.services-list .social-item .social-media-tools:hover{box-shadow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.free-services{color:#3a75fa !important;border-color:#dbeafe !important}section.services-list .social-item .network-card-header.free-services:hover{border-color:#3a75fa !important;box-shadow:0 8px 25px rgb(58 117 250 / .18) !important}section.services-list .social-item .free-services:hover{box-shadow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.youtube-short{color:#f00 !important;border-color:#fee2e2 !important}section.services-list .social-item .network-card-header.youtube-short:hover{border-color:#f00 !important;box-shadow:0 8px 25px rgb(255 0 0 / .18) !important}section.services-list .social-item .youtube-short:hover{box-shadow:0 10px 30px rgb(255 0 0 / .5),0 4px 12px rgb(255 0 0 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .instagram-likes:hover{box-shadow:0 10px 30px rgb(255 0 59 / .5),0 4px 12px rgb(255 0 59 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .instagram-followers:hover{box-shadow:0 10px 30px rgb(255 0 177 / .5),0 4px 12px rgb(255 0 177 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .instagram-views:hover{box-shadow:0 10px 30px rgb(121 40 202 / .5),0 4px 12px rgb(121 40 202 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .instagram-comments:hover{box-shadow:0 10px 30px rgb(0 97 255 / .5),0 4px 12px rgb(0 97 255 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .instagram-other:hover{box-shadow:0 10px 30px rgb(255 81 47 / .5),0 4px 12px rgb(255 81 47 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .facebook-service:hover{box-shadow:0 10px 30px rgb(24 119 242 / .5),0 4px 12px rgb(24 119 242 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .twitter-services:hover{box-shadow:0 10px 30px rgb(0 0 0 / .5),0 4px 12px rgb(0 0 0 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .youtube-services:hover{box-shadow:0 10px 30px rgb(255 0 0 / .5),0 4px 12px rgb(255 0 0 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .tiktok-services:hover{box-shadow:0 10px 30px rgb(0 0 0 / .6),0 4px 12px rgb(0 0 0 / .5) !important;filter:brightness(95%) !important}section.services-list .social-item .reddit-services:hover{box-shadow:0 10px 30px rgb(255 69 0 / .5),0 4px 12px rgb(255 69 0 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .spotify-services:hover{box-shadow:0 10px 30px rgb(29 185 84 / .5),0 4px 12px rgb(29 185 84 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .pinterest-services:hover{box-shadow:0 10px 30px rgb(230 0 35 / .5),0 4px 12px rgb(230 0 35 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .linkedin-services:hover{box-shadow:0 10px 30px rgb(10 102 194 / .5),0 4px 12px rgb(10 102 194 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .soundcloud-services:hover{box-shadow:0 10px 30px rgb(255 85 0 / .5),0 4px 12px rgb(255 85 0 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .quora-services:hover{box-shadow:0 10px 30px rgb(185 43 39 / .5),0 4px 12px rgb(185 43 39 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .vk-services:hover{box-shadow:0 10px 30px rgb(0 119 255 / .5),0 4px 12px rgb(0 119 255 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .web-traffic:hover{box-shadow:0 10px 30px rgb(247 151 30 / .5),0 4px 12px rgb(247 151 30 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .other-services:hover{box-shadow:0 10px 30px rgb(58 117 250 / .5),0 4px 12px rgb(58 117 250 / .4) !important;filter:brightness(95%) !important}section.services-list .social-item .network-card-header.instagram-likes:hover{border-color:#f05 !important;box-shadow:0 8px 25px rgb(255 0 85 / .18) !important}section.services-list .social-item .network-card-header.instagram-followers:hover{border-color:#d946ef !important;box-shadow:0 8px 25px rgb(217 70 239 / .18) !important}section.services-list .social-item .network-card-header.instagram-views:hover{border-color:#8b5cf6 !important;box-shadow:0 8px 25px rgb(139 92 246 / .18) !important}section.services-list .social-item .network-card-header.instagram-comments:hover{border-color:#3b82f6 !important;box-shadow:0 8px 25px rgb(59 130 246 / .18) !important}section.services-list .social-item .network-card-header.instagram-other:hover{border-color:#f97316 !important;box-shadow:0 8px 25px rgb(249 115 22 / .18) !important}section.services-list .social-item .network-card-header.facebook-service:hover{border-color:#1877f2 !important;box-shadow:0 8px 25px rgb(24 119 242 / .18) !important}section.services-list .social-item .network-card-header.twitter-services:hover{border-color:#000 !important;box-shadow:0 8px 25px rgb(0 0 0 / .14) !important}section.services-list .social-item .network-card-header.youtube-services:hover{border-color:#f00 !important;box-shadow:0 8px 25px rgb(255 0 0 / .18) !important}section.services-list .social-item .network-card-header.tiktok-services:hover{border-color:#000 !important;box-shadow:0 8px 25px rgb(0 0 0 / .14) !important}section.services-list .social-item .network-card-header.reddit-services:hover{border-color:#ff4500 !important;box-shadow:0 8px 25px rgb(255 69 0 / .18) !important}section.services-list .social-item .network-card-header.spotify-services:hover{border-color:#1db954 !important;box-shadow:0 8px 25px rgb(29 185 84 / .18) !important}section.services-list .social-item .network-card-header.linkedin-services:hover{border-color:#0077b5 !important;box-shadow:0 8px 25px rgb(0 119 181 / .18) !important}section.services-list .social-item .network-card-header.pinterest-services:hover{border-color:#e60023 !important;box-shadow:0 8px 25px rgb(230 0 35 / .18) !important}section.services-list .social-item .network-card-header.soundcloud-services:hover{border-color:#f50 !important;box-shadow:0 8px 25px rgb(255 85 0 / .18) !important}section.services-list .social-item .network-card-header.youtube-short:hover{border-color:#f00 !important;box-shadow:0 8px 25px rgb(255 0 0 / .18) !important}section.services-list .social-item .network-card-header.social-media-tools:hover{border-color:#3a75fa !important;box-shadow:0 8px 25px rgb(58 117 250 / .18) !important}section.services-list .social-item .network-card-header.free-services:hover{border-color:#3a75fa !important;box-shadow:0 8px 25px rgb(58 117 250 / .18) !important}section.services-list .social-item .network-card-header.seo-services:hover{border-color:#d97706 !important;box-shadow:0 8px 25px rgb(217 119 6 / .18) !important}section.services-list .social-item.threads-services .content .btn:hover{border-color:#ff0050 !important;color:#ff0050 !important;background:#fff0f5 !important}section.services-list .social-item.discord-services .content .btn:hover{border-color:#5865f2 !important;color:#5865f2 !important;background:#eef0ff !important}section.services-list .social-item.telegram-services .content .btn:hover{border-color:#08c !important;color:#08c !important;background:#e8f7ff !important}section.services-list .social-item.twitch-services .content .btn:hover{border-color:#9146ff !important;color:#9146ff !important;background:#f5f0ff !important}section.services-list .social-item.youtube-short .content .btn:hover{border-color:#f00 !important;color:#f00 !important;background:#fef2f2 !important}section.services-list .social-item.seo-services .content .btn:hover{border-color:#d97706 !important;color:#d97706 !important;background:#fffbeb !important}section.services-list .social-item.social-media-tools .content .btn:hover{border-color:#3a75fa !important;color:#3a75fa !important;background:#eff6ff !important}section.services-list .social-item.free-services .content .btn:hover{border-color:#3a75fa !important;color:#3a75fa !important;background:#eff6ff !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/"]) .network-card-header{background:linear-gradient(135deg,#667eea 0,#764ba2 100%) !important;border-color:#c4b5fd !important;color:#fff !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/"]) .network-card-header h4.title{color:#fff !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/"]) .network-card-header:hover{border-color:#7c3aed !important;box-shadow:0 8px 25px rgb(118 75 162 / .3) !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/"]) [class*="buy-button-"] span::before{background:linear-gradient(180deg,#667eea 0,#764ba2 100%) !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/"]) .content .btn:hover{border-color:#7c3aed !important;color:#7c3aed !important;background:#faf5ff !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/services?category=1"]) .network-card-header{background:linear-gradient(135deg,#0f766e 0,#14b8a6 100%) !important;border-color:#99f6e4 !important;color:#fff !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/services?category=1"]) .network-card-header h4.title{color:#fff !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/services?category=1"]) .network-card-header:hover{border-color:#14b8a6 !important;box-shadow:0 8px 25px rgb(20 184 166 / .3) !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/services?category=1"]) [class*="buy-button-"] span::before{background:linear-gradient(180deg,#0f766e 0,#14b8a6 100%) !important}section.services-list .social-item:has(a[href="https://marketing.socialfollowers.io/services?category=1"]) .content .btn:hover{border-color:#14b8a6 !important;color:#0f766e !important;background:#f0fdfa !important}section.services-list .social-item:has(a[href*="search=&category=1"]) .network-card-header{background:linear-gradient(135deg,#ea580c 0,#f97316 50%,#fb923c 100%) !important;border-color:#fed7aa !important;color:#fff !important}section.services-list .social-item:has(a[href*="search=&category=1"]) .network-card-header h4.title{color:#fff !important}section.services-list .social-item:has(a[href*="search=&category=1"]) .network-card-header:hover{border-color:#f97316 !important;box-shadow:0 8px 25px rgb(234 88 12 / .3) !important}section.services-list .social-item:has(a[href*="search=&category=1"]) [class*="buy-button-"] span::before{background:linear-gradient(180deg,#ea580c 0,#f97316 100%) !important}section.services-list .social-item:has(a[href*="search=&category=1"]) .content .btn:hover{border-color:#f97316 !important;color:#ea580c !important;background:#fff7ed !important}section.services-list .social-item:has(.kick-services) .network-card-header.kick-services:hover{border-color:#53fc18 !important;box-shadow:0 8px 25px rgba(83,252,24,.18) !important}section.services-list .social-item:has(.kick-services) .network-card-header.kick-services{border-color:transparent !important}section.services-list .social-item:has(.whatsapp-services) .network-card-header.whatsapp-services:hover{border-color:#25d366 !important;box-shadow:0 8px 25px rgba(37,211,102,.18) !important}section.services-list .social-item:has(.whatsapp-services) .network-card-header.whatsapp-services{border-color:transparent !important}section.services-list .social-item:has(.snapchat-services) .network-card-header.snapchat-services:hover{border-color:#fffc00 !important;box-shadow:0 8px 25px rgba(255,252,0,.18) !important}section.services-list .social-item:has(.snapchat-services) .network-card-header.snapchat-services{border-color:transparent !important}
section.services-list .social-item.kick-services .content .btn:hover{border-color:#53fc18 !important;color:#1a7a00 !important;background:#f0fff0 !important}section.services-list .social-item.whatsapp-services .content .btn:hover{border-color:#25d366 !important;color:#128c7e !important;background:#f0fff8 !important}section.services-list .social-item.snapchat-services .content .btn:hover{border-color:#f5c800 !important;color:#a07800 !important;background:#fffde8 !important}section.services-list .social-item.snapchat-services .buy-button-spotify-services.sn span::before{background:#fffc00 !important;background-image:linear-gradient(180deg,#fffc00 10%,#f5c800) !important}section.services-list .social-item.whatsapp-services .buy-button-spotify-services.wp span::before{background:#25d366 !important;background-image:linear-gradient(180deg,#25d366 10%,#128c7e) !important}section.services-list .social-item.kick-services .buy-button-spotify-services.kick span::before{background:#53fc18 !important;background-image:linear-gradient(180deg,#53fc18 10%,#3bc411) !important}section.services-list .social-item:has(.snapchat-services) .network-card-header.pinterest-services{border-color:transparent !important;color:inherit !important}section.services-list .social-item:has(.whatsapp-services) .network-card-header.pinterest-services{border-color:transparent !important;color:inherit !important}section.services-list .social-item:has(.kick-services) .network-card-header.pinterest-services{border-color:transparent !important;color:inherit !important}section.services-list .social-item:has(.kick-services) .network-card-header.kick-services:hover{border-color:#53fc18 !important;box-shadow:0 8px 25px rgba(83,252,24,.18) !important}section.services-list .social-item:has(.whatsapp-services) .network-card-header.whatsapp-services:hover{border-color:#25d366 !important;box-shadow:0 8px 25px rgba(37,211,102,.18) !important}section.services-list .social-item:has(.snapchat-services) .network-card-header.snapchat-services:hover{border-color:#fffc00 !important;box-shadow:0 8px 25px rgba(255,252,0,.18) !important}section.services-list .social-item.kick-services .content .btn:hover{border-color:#53fc18 !important;color:#1a7a00 !important;background:#f0fff0 !important}section.services-list .social-item.whatsapp-services .content .btn:hover{border-color:#25d366 !important;color:#128c7e !important;background:#f0fff8 !important}section.services-list .social-item.snapchat-services .content .btn:hover{border-color:#f5c800 !important;color:#a07800 !important;background:#fffde8 !important}