/*
   Theme Name: Cloutify Ai
   Theme URI: http://childtheme-generator.com/
   Description: Cloutify Ai is a child theme of Hello Elementor, created by ChildTheme-Generator.com
   Author: Cloutify
   Author URI: http://childtheme-generator.com/
   Template: hello-elementor
   Version: 1.0.0
   Text Domain: cloutify-ai
   */

.before-after-filter ul{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 68%;
  margin: 0 auto;
}
.before-after-filter ul li {
  list-style: none;
  margin: 0 10px 15px 0;
}
.before-after-filter ul li a {
    color: #4B5563;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    transition: 0.3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 15px;
    height: 47px;
    background: #FFFFFF;
    border: 0.5px solid #E3E3E3;
    box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
    border-radius: 9999px;
    font-weight: 500;
}
.before-after-filter ul li a:hover, .before-after-filter ul li a.active {
  background: #fe2858;
  color: #fff;
}
.before-after-stats-toggle {
  display: block;
  margin: 40px auto;
  background: #F3F4F6;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: max-content;
  padding: 12px 5px;
}
.before-after-stats-toggle a {
  color: #111827;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border-radius: 9px;
  padding: 12px;
}
.before-after-stats-toggle a.active-toggle {
  background-color: #07142C;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  color: #fff;
}
.user-stats-block{
  width:600px;
  height:440px;
  background-image: url(assets/src/img/mob-cover-final.jpg);
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.user-stast-white-box {
    width: 55%;
    margin: 0 auto;
    padding: 85px 0 0;
}
.stats-show-block{
    display:none;
}
.before-stats {
    display: none;
}
.img-stats-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
    flex-flow: column;
    gap: 10px;
}
.user-stast-white-box .username-dropdown {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    width: 100%;
}

.user-stast-white-box .username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
    width: 50px;
}

.user-stast-white-box .arrow {
    margin: -10px 0 0;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
}

.user-stat-username {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.img-stats-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 8px 0 10px;
}
.stat-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex-shrink: 0;
    /* background: linear-gradient(45deg, #00c6ff, #00f7a1); */
    position: relative;
    border: 1px solid lightgray;
}
.stat-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.add-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00d4ff;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    line-height: normal;
    height: 30px;
    width: 30px;
}
.add-icon span {
    position: relative;
    top: -2px;
}
.stat-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    gap: 20px;
    max-width: 310px;
}
.user-stast-white-box.after-stats .stat-data {
  background: linear-gradient(to right, #fff8a6, #a6ff9c);
}
.stat-data-inner {
    font-size: 16.17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.case-stat-data-relative{
    position: relative;
}
.stat-data-inner span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.user-stats-block h4 {
    text-align: left;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #000;
}
.user-stats-block p {
    color: #444444;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.ig-img {
    margin: 0 -20px;
}
.follow-msg-block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    gap: 10px;
}
.follow-btn {
    background: #f1f1f1;
    color: gray;
    border-radius: 10px;
    width: 100%;
    max-width: 120px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 17px;
}
.message-btn {
  background: #f1f1f1;
  color: #000;
  border-radius: 10px;
  width: 100%;
  max-width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.down-arrow-btn {
    border: 0;
    border-radius: 10px;
    height: 45px;
    width: 100%;
    max-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.before-after-user-data-main {
    margin: 0 0;
    overflow: hidden;
}
/* .cameo-videos-swiper-container {
    overflow: hidden;
} */
.cameo-videos-main .swiper-inner-slide {
    padding: 0;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0.702922px rgba(17, 24, 39, 0.1), 0px 17.573px 35.1461px -8.43506px rgba(0, 0, 0, 0.25);
    border-radius: 14.0584px;
}
.reviews-cameo-vidoes .swiper-button-next, .reviews-cameo-vidoes .swiper-button-prev {
    display: none !important;
}
.cameo-white-box {
    border-radius: 20px;
    padding: 10px;
    background: #fff;
}
.cameo-videos-swiper-container {
    padding: 50px 40px 60px;
    overflow: hidden;
}
.cameo-videos-swiper-container .swiper-wrapper {
    justify-content: center;
}
.cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
    transform: rotate(5deg);
}

.cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
    transform: rotate(-2deg);
    margin-left: -50px;
}

.cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
    margin-left: -40px;
}

.cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
    transform: rotate(5deg);
}
.home .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
    transform: rotate(0);
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
    transform: rotate(0);
    margin-left: 0px;
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.home .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
    margin-left:0px;
}

.home .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
    transform: rotate(0);
}
.video-and-play-icon {
    position: relative;
    height: 430px;
    overflow: hidden;
}
.cameo-videos-main .swiper-inner-slide video {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-and-play-icon .cameo-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.cameo-videos-data {
    padding: 20px 10px;
	position:relative;
	z-index:1;
}
.new-cameo-user-follow {
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    background: rgba(33, 38, 48, 1);
    margin: 0 auto 20px;
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    justify-content: center;
    height: 44px;
    font-weight: 700;
    border-radius: 40px;
    max-width: 215px;
}

.new-cameo-user-follow:before {
    width: 90%;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background: rgba(57, 234, 214, 1);
    height: 40px;
    z-index: -1;
    border-radius: 40px;
}

.new-cameo-user-follow:after {
    width: 90%;
    position: absolute;
    bottom: -5px;
    right: 0;
    content: "";
    background: rgba(254, 40, 88, 1);
    height: 40px;
    z-index: -1;
    border-radius: 40px;
}

.new-cameo-user-follow strong {
    margin-right: 4px;
}

.cameo-videos-main .new-cameo-user-detail-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cameo-videos-main .new-cameo-user-profile {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.new-cameo-user-profile-info {
    margin-left: 0;
    line-height: 1.3;
    text-align: center;
}
.cameo-videos-main .new-cameo-user-profile-info span {
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #2E3942;
    font-family: 'Roboto', sans-serif;
}
.cameo-videos-main .new-cameo-user-profile-info p {
    margin: 0;
    color: #2E3942;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}
.cameo-videos-main .video-and-play-icon .cameo-play-button svg {
    transform: rotate(-5deg);
}
.cameo-videos-main .new-cameo-user-profile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cameo-play-button.d-none {
    display: none !important;
}
.cameo-play-button.d-block {
    display: block !important;
}
.swiper-inner-slide.active-video {
    position: relative;
    z-index: 1;
    transform: rotate(0) !important;
}
.home .swiper-button-prev:after,
.home .swiper-button-next:after,
.page-id-38256 .swiper-button-prev:after,
.page-id-38256 .swiper-button-next:after {
    content: "\f30a";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #fff;
}

.home .swiper-button-prev,
.home .swiper-button-next,
.page-id-38256 .swiper-button-prev,
.page-id-38256 .swiper-button-next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 17.7211px 26.5816px;
    gap: 11.08px;
    width: 79.17px;
    height: 30px;
    background: #FE2858;
    box-shadow: 0px 1.39061px 2.78122px rgba(8, 8, 8, 0.2),
                0px 5.56245px 5.56245px rgba(8, 8, 8, 0.08),
                inset 0px 1.39061px 1.39061px rgba(255, 255, 255, 0.2),
                inset 0px 8.34367px 16.6873px rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    opacity: 1;
    z-index: 999;
    position: static;
}
.home .swiper-button-next::after,
.page-id-38256 .swiper-button-next::after {
    content: "\f30b";
}
.home .cameo-videos-swiper-container,
.page-id-38256 .cameo-videos-swiper-container {
    padding: 10px 0px 30px;
    max-width: 95%;
    margin: 0 auto;
}
.home .cameo-videos-swiper-container .swiper-wrapper,
.page-id-38256 .cameo-videos-swiper-container .swiper-wrapper {
    justify-content: flex-start;
}
.home .cameo-videos-swiper-container .cameo-white-box,
.page-id-38256 .cameo-videos-swiper-container .cameo-white-box {
    padding: 15px;
    background: #fff;
    box-shadow: inset 0px 0px 0px 0.833944px rgba(17, 24, 39, 0.1);
    border-radius: 20.0146px;
}
.home .cameo-videos-swiper-container .swiper-slide .swiper-inner-slide,
.page-id-38256 .cameo-videos-swiper-container .swiper-slide .swiper-inner-slide {
    transform: rotate(0);
    margin-left: 0px;
    background: rgb(0 0 0 / 4%);
    box-shadow: inset 0px 0px 0px 0.833944px rgba(17, 24, 39, 0.1);
    border-radius: 20.0146px;
    padding: 15px;
    height: 100%;
}
.home .main-home-cameo-container ,
.page-id-38256 .main-home-cameo-container {
    padding-bottom: 100px;
}

.home .swiper-slider-buttons .swiper-slider-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 20px;
    width: 100%;
    bottom: -145px;
    left: 0;
    right: 0;
}
.cameo-videos-swiper-container .swiper-backface-hidden .swiper-slide {
    transform: none;
}

/* ====25 june====== */
.img-withTag .elementor-image-box-wrapper {
    position: relative;
}
.img-withTag .elementor-image-box-wrapper .elementor-image-box-title {
    display: inline-block;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 9.3px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
    padding: 7px 12px;
    position: absolute;
    top: 10px;
    min-width: max-content;
    background-color: #ffffff;
    left: 98%;
}
.img-withTag .elementor-image-box-wrapper .elementor-image-box-title img {
    max-width: 24px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.img-withTag2 .elementor-image-box-wrapper .elementor-image-box-title {
    left: auto;
    right: 98%;
}
.img-withTag4 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    bottom: 10px;
    left: auto;
    right: 98%;
}
.img-withTag5 .elementor-image-box-wrapper .elementor-image-box-title {
    top: 98%;
    left: 70%;
}
.img-withTag3 .elementor-image-box-wrapper .elementor-image-box-title{
	top: 98%;
    left: 70%;
}
.title-inCircle {
    margin: 0 auto;
    width: 540px;
    height: 540px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.126) 0%, rgba(254, 255, 146, 0.0966) 39.6%, rgba(180, 255, 108, 0.42) 100%);
    border-radius: 50%;
	padding:100px;
}
.title-inCircle .elementor-widget-container {
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(254, 255, 146, 0.23) 39.6%, #B4FF6C 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-stast-white-box.after-stats .stat-data {
    background: linear-gradient(to right, #fff8a6, #a6ff9c);
}

.influencer-quote figure.elementor-image-box-img {
    float: left;
}

body .influencer-quote .elementor-image-box-content {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.cl-card-details-form-row .cl-card-details-form-field#card-number-element iframe input.elements-input {
    width: 100% !important;
}

span.payment-offer-text span.currency_symbol {
    margin: 0;
    float: left;
}

span.payment-offer-text span.monthly_saving {
    margin-left: 0;
}

.happy-clients .elementor-widget.elementor-widget-text-editor .elementor-widget-container>p {
    min-height: 120px;
    clear: both;
    float: left;
}

.e-con-boxed.e-con .elementor-swiper-button {
    padding: 5px 20px 5px 20px;
}

.listing-pricing-sec span.elementor-icon-list-text img {
    position: relative;
    top: 7px;
    left: 10px;
}
/* 30 OCT */
.swiper-slider-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 20px;
    width: 100%;
    bottom: -145px;
    left: 0;
    right: 0;
}

html[lang="es"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 60px !important;
}

html[lang="fr"] body .top-banner-heading h1.elementor-heading-title br,
html[lang="zh"] body .top-banner-heading h1.elementor-heading-title br,
html[lang="de"] body .top-banner-heading h1.elementor-heading-title br {
    display: none;
}

html[lang="fr"] body .top-banner-heading h1.elementor-heading-title{
    font-size: 74px !important;
}

html[lang="zh"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 83px !important;
}


html[lang="fr"] body .client-results-text.elementor-widget .elementor-widget-container p {
    font-size: 22px !important;
    padding: 0 30px !important;
}



















/* Responsive css starts here */
@media only screen and (max-width: 1190px) {
  .cameo-videos-swiper-container .swiper-slide:nth-child(3) .swiper-inner-slide,
  .cameo-videos-swiper-container .swiper-slide:nth-child(5) .swiper-inner-slide {
      margin-left: 0;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(1n + 2) .swiper-inner-slide {
      transform: none;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(2n + 2) .swiper-inner-slide {
      transform: none;
      margin-left: 0;
  }
  .cameo-videos-swiper-container .swiper-slide:nth-child(1) .swiper-inner-slide {
      transform: none;
  }
  .cameo-videos-swiper-container .swiper-wrapper {
      justify-content: flex-start;
  }
}

@media only screen and (min-width:1025px){
.h-login, .h-signup {
    display: none !important;
	}
}

.h-signup a {
    background: #FE2858;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
}
@media only screen and (max-width:1024px){
	.main-menu ul.elementor-nav-menu{
		padding-top:20px;
		padding-bottom:20px;
	}
	.main-menu ul.elementor-nav-menu li {
    text-align: center;
}
}

@media (max-width:991px){
.logo-sec {
    width: auto;
    float: none;
    display: table;
    margin: 20px auto 0;
}

}

@media (max-width:950px){
	
    .button-user-data a.elementor-button {
        padding: 15px 10px !important;
        font-size: 14px !important;
    }

.button-user-data .elementor-widget-text-editor .elementor-widget-container {
    padding: 0 3px !important;
    font-size:12px;
}

.elementor-element.sec-user-cust-trained {
    margin-top: -6px;
}
	
	
}

@media (max-width:850px){
.elementor-element.button-user-data {
    display: block;
}

.elementor-element.button-user-data>.elementor-element {
    display: block;
    width: 100%;
    float: left;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner {
    display: block;
    width: 100%;
    float: left;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner .elementor-element.sec-user-cust-trained {
    padding: 0;
    margin-top: 10px;
}


}


@media only screen and (max-width: 767px) {
  .home .swiper-slider-buttons {
      bottom: -125px;
  }

html body .try-addon-sec .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
    border: 0 !important;
    margin-top: 50px !important;
}

.cl-payment.cl-signup {
    margin-top: 0;
}

.cl-payment .cl-signup-form-row {
    margin-bottom: 20px;
}

.cl-payment button.cl-payment-email-submit {
    border: 0;
    margin-bottom: 0;
}

.getstarted-package-list {
    margin-bottom: 15px;
}

     .regAlert .elementor-alert-danger {
        left: 0;
    }

body.page-template-page-registration main.site-main.user-registration {
    padding: 0;
}

.post-purchase-wrapper {
    height: auto;
    overflow: auto;
    padding: 20px 10px;
}
.title-inCircle{
		width:320px;
		height:320px;
		padding:50px;
	}
	.img-withTag .elementor-image-box-wrapper .elementor-image-box-title img{
		max-width:16px;
	}
	.img-withTag2 .elementor-image-box-wrapper .elementor-image-box-title {
    left: 15px;
    right: auto;
    top: -40px;
}
	.img-withTag3 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    left: 0;
    bottom: -30px;
}
	.img-withTag4 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    bottom: -32px;
    left: 40px;
    right: auto;
}
	.img-withTag5 .elementor-image-box-wrapper .elementor-image-box-title {
    top: auto;
    left: -28px;
    bottom: -32px;
}

.elementor-element.button-user-data {
    display: flex;
}

.elementor-element.button-user-data>.elementor-element {
    display: flex;
    width: auto;
    float: none;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner {
    display: flex;
    width: auto;
    float: none;
}

.elementor-element.button-user-data>.elementor-element .e-con-inner .elementor-element.sec-user-cust-trained {
        padding: 1px 0 0 0;
        margin-top: 0;
    }
	
.reviews-cameo-vidoes.e-flex {
    padding-bottom: 0;
}

.reviews.type-reviews figure.elementor-image-box-img {
    margin-top: 10px !important;
}

.payment-billed-type span.payment-billed-type-value {
    font-size: 12px;
}

    .payment-plan-toggle-sec-inn .payment-plan-left-sec h3.payment-plan-name {
        font-size: 14px;
        margin-top: 3px;
    }

.current-pricing span.payment-plan-type {
    font-size: 14px;
    margin-left: 2px;
}

    .payment-plan-toggle-sec-inn .payment-plan-left-sec {
        padding: 55px 15px 7px;
    }
	
.current-pricing span.payment-currency-symbol, .current-pricing span.payment-pricing-amount {
    font-size: 18px;
    line-height: 18px;
}

.payment-slashed-pricing {
    margin-top: -4px;
}

label.toggle-switch {
    left: 10px;
}

span.payment-offer-text, span.switcher-offer-text {
    margin-left: 79px;
}

.cameo-videos-data {
    padding: 20px 10px 0px;
}
.before-after-filter ul{
    width: 100%;
}

body .top-banner-heading h1.elementor-heading-title br{
	display:none !important;
}

    html[lang="es"] body .top-banner-heading h1.elementor-heading-title, html[lang="fr"] body .top-banner-heading h1.elementor-heading-title, html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title, html[lang="ko"] body .top-banner-heading h1.elementor-heading-title, html[lang="zh"] body .top-banner-heading h1.elementor-heading-title, html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 49px !important;
        padding: 0 25px;
    }
	
html[lang="ko"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}

html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}

html[lang="de"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
    padding: 0 25px !important;
}

html[lang="it"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 44px !important;
    padding: 0 25px !important;
}

html[lang="ro"] body .section_heading h2.elementor-heading-title br {
    display: none !important;
}

html[lang="ro"] body .section_heading h2.elementor-heading-title span+br+img.emoji {
    display: inline-block !important;
}

html[lang="ro"] body .section_heading h2.elementor-heading-title span+span {
    clear: none !important;
    display: inline-block !important;
    margin: 0 10px !important;
}

html[lang="it"] body .section_heading h2.elementor-heading-title span+br+img {
    position: relative;
    top: -39px;
    right: -120px !important;
}


}

@media (max-width:650px){
	
html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 40px !important;
}

html[lang="ko"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 35px !important;
    padding: 0 30px;
}
	
	
}

@media (max-width:600px){

  .user-stats-block {
      width: 340px;
      height: 325px;
  }
  .follow-btn, .message-btn, .down-arrow-btn {
      font-size: 9px;
      height: 30px;
      border-radius: 5px;
  }
  .follow-msg-block {
      gap: 5px;
  }

    .user-stat-username {
        font-size: 11px;
    }

    .stat-data-inner span {
        font-size: 11px;
        line-height: normal;
    }

    .stat-data-inner {
        font-size: 10px;
    }

    .stat-img {
        width: 50px;
        height: 50px;
    }

    .add-icon {
        font-size: 12px;
        width: 20px;
        height: 20px;
    }

    .user-stast-white-box .username-dropdown {
        font-size: 12px;
    }

    .user-stast-white-box .arrow {
        font-size: 16px;
        margin: -5px 0 0;
    }

    .user-stast-white-box .username {
        width: 40px;
    }

    .user-stast-white-box {
        padding: 120px 0 5px;
        margin-top: -90px;
    }

    .stat-data {
        padding: 10px;
        gap: 10px;
    }

    .img-stats-block {
          gap: 5px;
          margin: 5px 0 5px;
      }

html[lang="zh"] body .top-banner-heading h1.elementor-heading-title,
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title	{
        padding: 0 35px;
        font-size: 37px !important;
    }
	
html[lang="pt-br"] body .top-banner-text-para .elementor-widget-container p,
html[lang="fr"] body .top-banner-text-para .elementor-widget-container p,
html[lang="ko"] body .top-banner-text-para .elementor-widget-container p,
html[lang="nl"] body .top-banner-text-para .elementor-widget-container p {
        font-size: 16px;
        padding: 0 25px;
    }
	
html[lang="ko"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 42px !important;
}

html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 35px !important;
}

html[lang="de"] body .top-banner-text-para .elementor-widget-container p {
    font-size: 14px !important;
	padding:0 25px !important;
}

}


@media (max-width:550px){
	
    html[lang="it"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 33px !important;
        padding: 0 25px !important;
    }
	
    html[lang="ro"] body .top-banner-text-para .elementor-widget-container p {
        font-size: 18px !important;
        padding: 0 35px !important;
    }
	
	
}


@media (max-width:520px){
	
html[lang="ko"] body .top-banner-text-para .elementor-widget-container p {
    font-size: 14px !important;
}

    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 32px !important;
    }
	
}


@media (max-width:510px){
	
html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 30px !important;
    }
	
    html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 32px !important;
        padding: 0 !important;
    }
	
	
	
}



@media (max-width:480px){

.before-after-filter ul li {
    margin: 0 2px 5px;
    width: auto;
    float: left;
}
.before-after-filter ul li a {
    font-size: 11px;
    padding: 0 5px;
    gap: 4px;
    height: 33px;
}

    html[lang="es"] body .top-banner-heading h1.elementor-heading-title, html[lang="fr"] body .top-banner-heading h1.elementor-heading-title, html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title, html[lang="ko"] body .top-banner-heading h1.elementor-heading-title, html[lang="zh"] body .top-banner-heading h1.elementor-heading-title, html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 30px !important;
        padding: 0 25px;
    }
	
    html[lang="de"] body .top-banner-heading h1.elementor-heading-title,
html[lang="ro"] body .top-banner-heading h1.elementor-heading-title	{
        font-size: 30px !important;
        padding: 0 25px !important;
    }
	
html[lang="zh"] body .top-banner-text-para .elementor-widget-container p, 
html[lang="it"] body .top-banner-text-para .elementor-widget-container p {
    font-size: 14px !important;
	padding:0 25px !important;
}

html[lang="it"] body .top-banner-text-para .elementor-widget-container p{
	font-size:16px !important;
}

    html[lang="ro"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 28px !important;
        padding: 0 25px !important;
    }
	



}


@media (max-width:420px){
	
    html[lang="ro"] body .top-banner-heading h1.elementor-heading-title {
        padding: 0 35px !important;
    }
	
	
}


@media (max-width:400px){

.toggle-switch {
    float: right;
}

html[lang="en-US"] body .top-banner-heading h1.elementor-heading-title {
    font-size: 35px !important;
}

    html[lang="es"] body .top-banner-heading h1.elementor-heading-title, html[lang="fr"] body .top-banner-heading h1.elementor-heading-title, html[lang="pt-br"] body .top-banner-heading h1.elementor-heading-title, html[lang="ko"] body .top-banner-heading h1.elementor-heading-title, html[lang="zh"] body .top-banner-heading h1.elementor-heading-title, html[lang="nl"] body .top-banner-heading h1.elementor-heading-title
 {
        padding: 0 15px;
    }
	
html[lang="nl"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 26px !important;
        padding: 0 25px;
    }
	
    html[lang="it"] body .top-banner-heading h1.elementor-heading-title {
        font-size: 28px !important;
        padding: 0 20px !important;
    }

}



@media (max-width:375px){

.payment-billed-type span.payment-billed-type-value {
    font-size: 12px;
}

.pp-tiktok-form-row label {
    font-size: 14px;
}

}

@media (max-width:350px) {
  .stat-data {
    padding: 7px;
  }
  .user-stast-white-box {
      margin-top: -110px;
  }
  .user-stats-block {
      width: 300px;
      height: 320px;
  }
  .stat-img {
      width: 40px;
      height: 40px;
  }
 
  .add-icon {
      font-size: 12px;
      width: 15px;
      height: 15px;
      border: 2px solid white;
  }
  .add-icon span {
      font-size: 10px;
      top: -1px;
  }
  .user-stat-username {
      line-height: normal;
  }
  .user-stast-white-box {
      padding: 140px 0 5px;
  }
  .before-after-filter ul li a {
      font-size: 11px;
      padding: 0 15px;
      gap: 4px;
      height: 28px;
  }

     .cl-button-info span.cl-money-back {
        font-size: 11px;
        padding-left: 9px;
    }
}

@media (max-width:320px) {
  .user-stats-block {
      width: 265px;
      height: 300px;
  }
  .stat-data-inner span {
      font-size: 9px;
  }
  .stat-data-inner {
      font-size: 9px;
      line-height: normal;
  }
  .stat-data {
      padding: 5px;
  }
  .follow-btn, .message-btn, .down-arrow-btn {
      font-size: 7px;
      height: 20px;
      border-radius: 5px;
  }
  .follow-msg-block {
      gap: 2px;
  }
  .user-stast-white-box .username-dropdown {
      font-size: 9px;
  }
  .user-stast-white-box .username {
      width: 27px;
  }
  .user-stast-white-box .arrow {
      font-size: 12px;
      margin: -3px 0 0;
  }
  .user-stat-username {
      font-size: 9px;
  }
}
