/*
   Theme Name: Crowd Ignite
   Theme URI: http://childtheme-generator.com/
   Description: Path Social is a child theme of Hello Elementor, created by ChildTheme-Generator.com
   Author: Pivot CMO
   Author URI: http://childtheme-generator.com/
   Template: hello-elementor
   Version: 1.0.0
   Text Domain: crowdignite
   */

   @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Kalam:wght@300;400;700&amp;display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&amp;display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;display=swap');

img{
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
*, :after, :before{
    box-sizing: border-box;
}
a{
    color: #ef4923;
}
body {
   overflow-x: hidden;
   font-family: 'Roboto', sans-serif;
}
.flash-sale-banner-main {
     background-image: url(assets/src/img/aniversary-banner.png);
    color: #fff;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    transition: .7s ease-in-out;
    z-index: 999;
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.valentine-sale-banner::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 100%;
    height: 65px;
    background-image: url(assets/src/img/valentine-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    display: block;
}
.valentine-sale-banner::after {
    content: "";
    position: absolute;
    right: 70px;
    top: 0;
    width: 100%;
    height: 65px;
    background-image: url(assets/src/img/valentine-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: block;
}
.Aniversary-sale-banner span.off-block {
    background: #000;
    color: #fff;
    border-radius: 50px;
}
.Aniversary-sale-black-colour {
    color: #000;
}
.Aniversary-sale-banner span.flash-close-btn {
    background: #FFBA92;
}
/* .flash-sale-banner-main::before{
    content: "";
    background: url(./assets/src/img/crowd-cm-left-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background-position: top left;
}
.flash-sale-banner-main::after{
    content: "";
    background: url(./assets/src/img/crowd-cm-right-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 200px;
    background-position: top right;
} */
.flash-banner-inner > img {
    max-width: 30px;
    margin-top: 5px;
}
.flash-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.off-block {
    background: #fff;
    border-radius: 2px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 6px 15px;
    margin-right: 10px;
    color: #000;
}
.flash-banner-inner div {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 700;
}
.flash-sale-block {
    background: #FE4949;
    font-size: 18px;
    font-family: 'Kalam', sans-serif;
    font-weight: 400;
    border-radius: 100px;
    padding: 2px 12px;
    margin-left: 5px;
}
.flash-sale-timer-block {
    width: 45px;
    margin: 0 3px;
    background: #FFFFFF;
    border-radius: 9px;
    line-height: 1;
    display: inline-block;
    padding: 6px;
    border: 2.37975px solid #000000;
}
.flash-sale-timer-block span {
    background: linear-gradient(97.81deg, #EF4923 0.05%, #F1A128 198.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 9px;
    display: block;
}
.flash-sale-banner-timer {
    margin: 0 10px;
}
.flash-banner-inner div {
    display: flex;
    align-items: center;
}
body.flash-sale-banner-open {
    transition: margin 250ms ease .1s;
    margin-top: 55px;
}
.flash-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
    transition: .2s ease-in-out;
    opacity: 1;
    z-index: 99;
    background: #2D2D31;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-sale-banner-main .flash-clickable-link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0s ease-in-out;
    z-index: 9;
}
.cameo-videos-main .swiper-inner-slide {
    background: rgba(88, 80, 236, 0.05);
    box-shadow: inset 0px 0px 0px 1px rgba(17, 24, 39, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(17, 24, 39, 0.1);
    border-radius: 24px;
    padding: 15px;
}
.cameo-videos-main .swiper-inner-slide video {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cameo-videos-main .new-cameo-user-detail-area {
    display: flex;
    align-items: center;
}
.cameo-videos-main .new-cameo-user-profile {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.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;
}
.new-cameo-user-profile-info {
    margin-left: 20px;
    line-height: 1.3;
}
.cameo-white-box {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}
.cameo-videos-data {
    padding: 20px 10px;
}
.new-cameo-user-follow {
    text-align: center;
    background: url(assets/src/img/cameo-purple-ribbon.png) no-repeat;
    background-size: 200px;
    background-position: center;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px;
    padding: 6px 0;
}
.video-and-play-icon {
    position: relative;
    height: 430px;
    overflow: hidden;
}
.video-and-play-icon .cameo-play-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}
.crowd-ignite-box {
    font-size: 13px;
    background: #000;
    border-radius: 8px;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: max-content;
    border: 1px solid #F7791E;
    top: 17px;
    font-weight: 700;
}
.swiper-pagination.white-pagination {
    position: relative;
    transform: none;
    margin: 30px 0 0;
}
.swiper-pagination.white-pagination  .swiper-pagination-bullet {
    width: 30px;
    border-radius: 60px;
    cursor: pointer;
    height: 7px;
    margin: 0 1px;
    background: #fff;
    opacity: 0.7;
}
.swiper-pagination.white-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.before-after-filter ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.before-after-filter ul li {
    list-style: none;
    margin: 0 10px 15px 0;
}
.before-after-filter ul li a {
    background: #F6F6F6;
    border-radius: 12px;
    color: #4B5563;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    transition: 0.3s all;
    display: block;
}
.before-after-filter ul li a:hover,
.before-after-filter ul li a.active{
    background: #5850EC;
    color: #fff;
}
.before-after-stats-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.before-after-stats-toggle {
    display: block;
    margin: 30px auto;
    background: #F3F4F6;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    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:first-child.active-toggle {
    background: #464646;
}
.before-after-stats-toggle a.active-toggle {
    background: linear-gradient(90deg, #13AD45 0%, #6ECB3E 100%);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    color: #fff;
}
.user-stats-block {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background: rgba(88, 80, 236, 0.05);
    box-shadow: inset 0px 0px 0px 1.32218px rgba(17, 24, 39, 0.1);
    border-radius: 31.7324px 31.7324px 0px 0px;
    padding: 20px 20px 0;
}
.user-stast-white-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1.32218px rgba(17, 24, 39, 0.1), 0px 33.0546px 66.1091px -15.8662px rgba(0, 0, 0, 0.25);
    border-radius: 26px 26px 10px 10px;
    padding: 20px 20px 0;
}
.user-stat-username {
    font-size: 20px;
    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: 20px 0;
}
.stat-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    flex-shrink: 0;
}
.stat-data {
    display: flex;
    justify-content: center;
    width:100%;
}
.stat-data-inner {
    font-size: 16.17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    width: 33%;
}
.stat-data-inner span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
span.bg-block {
    background: linear-gradient(97.63deg, #2C71EB -19.44%, #4D00FF 120.53%);
    border-radius: 10.5775px;
    color: #fff;
    padding: 4px 3px;
}
.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: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    margin: 35px 0 15px;
}
.follow-btn {
    background: #0099FD;
    color: #fff;
    border-radius: 10px;
    padding: 8px 15px;
    width: 42%;
}
.message-btn {
    background: #fff;
    color: #000;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 8px 15px;
    width: 42%;
    margin: 0 2%;
}
.down-arrow-btn {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 8px 15px;
}
.before-after-user-data-main {
    margin: 0 0 -11px;
    overflow: hidden;
}
.client-review-inner-slide {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 6px -1px rgba(17, 24, 39, 0.05), 0px 2px 4px -2px rgba(17, 24, 39, 0.05);
    border-radius: 24px;
    padding: 20px;
    min-height: 480px;
    height: 100%;
}
.client-top-sec {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    font-family: 'Inter', sans-serif;
    display: flex;
    gap: 10px;
    align-items: center;
}
.client-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.client-img img{
    border-radius: 50%;
}
.client-heading {
    font-size: 18px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 15px 0;
}
.client-review-inner-slide p {
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    line-height: 1.9;
}
.yellow-start-img {
    width: 45%;
    margin: 20px 0 0;
}
.client-review-slider .swiper-pagination {
    position: relative;
    transform: none;
    margin: 30px 0 0;
}
.client-review-slider .swiper-pagination-bullet {
    width: 30px;
    border-radius: 60px;
    cursor: pointer;
    height: 7px;
    margin: 0 1px;
}
.client-review-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F06B26;
}
.client-review-swiper-container.swiper-container {
    overflow: hidden;
}
.client-review-swiper-container.swiper-container::before {
    content: "";
    position: absolute;
    left: 0;
    width: 176px;
    top: 0;
    bottom: 0;
    z-index: 11;
    height: 90%;
    background: #FFFFFF;
    border-radius: 0px 24px 24px 0;
    background: linear-gradient(195deg, #FFFFFF 0%, rgba(249, 250, 251, 0.6) 100%);
}
.client-review-swiper-container.swiper-container::after {
    content: "";
    position: absolute;
    right: 0;
    width: 176px;
    top: 0;
    bottom: 0;
    z-index: 11;
    height: 90%;
    background: #FFFFFF;
    border-radius: 0px 24px 24px 0;
    background: linear-gradient(195deg, #FFFFFF 0%, rgba(249, 250, 251, 0.6) 100%);
}
.drive-brands-main {
    margin: 0 auto;
}
.drive-result-inner-slide {
    background: #1F262A;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.2);
}
.dr-top-sec {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.dr-top-right {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.dr-top-left {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
.dr-top-left span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
}
.dr-top-left label {
    opacity: 0.6;
    font-size: 12px;
}
.dr-follower-list ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.dr-follower-list ul li {
    list-style: none;
    font-size: 13px;
    color: #b8b6b6;
    font-family: 'Inter', sans-serif;
}
.dr-follower-list ul li span {
    display: block;
    font-size: 23px;
    color: #fff;
}
.drive-result-brands-swiper-container.swiper-container {
    overflow: hidden;
}
.dr-follower-list ul li:last-child span {
    color: #0FC46D;
}
.dr-black-box {
    border-radius: 9px;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1F262A;
    text-align: center;
}
.dr-black-box p {
    font-size: 16px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    margin: 20px 0;
}
.dr-black-box .yellow-start-img {
    margin: 0 auto;
}
.dr-green-btn {
    background: rgba(15, 196, 109, 0.2);
    border-radius: 42px;
    font-size: 14px;
    color: #0FC46D;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.h-login, .h-signup{
    padding: 5px 20px!important;
    text-align: center;
}
.h-login a{
    background-color: rgba(10, 11, 30, 0.15);
    display: inline-block;
    padding: 5px 20px;
    color: #0A0B1E;
    border-radius: 6px;
}
.h-signup a{
    background-image: linear-gradient(90deg, #EF4923 33%, #F1A128 100%);
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 6px;
}
.btn-with-arrow i, .btn-with-arrow .e-font-icon-svg{
    vertical-align: middle;
}
.before-stats{
    display: none;
}
.stats-show-block {
    display: none;
}
.cameo-videos-swiper-container{
    overflow: hidden;
}
.client-lover-inner-slide p + div img{
    border-radius: 50%;
}
.valentine-sale-banner{
    background-color: #F41870;
}
.valentine-sale-banner {
    justify-content: space-between;
}
.valentine-sale-banner  .flash-banner-inner {
    margin: 0 auto;
    justify-content: space-between;
    gap: 30px;
}
.valentine-sale-banner .flash-close-btn {
    background: #FFD3E5;
}
.valentine-sale-banner .flash-close-btn svg rect{
    fill: #F41870;
}
.valentine-sale-banner .off-block {
    background: #F41870;
    border: 2.37975px solid #FFFFFF;
    border-radius: 3px;
    color: #fff;
}
/* html:not([lang="en-US"]) .hide-on-lang{
    display: none;
} */
html:not([lang="en-US"]) body .hide-on-lang h2 {
    font-size: 48px !important;
}
.banner-stats-block-bg{
    border-radius: 14px 14px;
}
.user-stats-block {
    background-image: linear-gradient(90deg, #4B25EA 0%, #BD18E6, #FB590E 100%);
}
.motivation_list {
    padding: 0;
    display: flex;
    align-items: center;
    list-style: disc;
    gap:5px;
    font-weight: 700;
    font-size:17px
}
.motivation_list li{
    list-style: disc;
    list-style-position: inside;
}
.motivation_list li::marker {
    content: "• ";
    margin-right: 10px;
}
.motivation_list li:nth-child(1){
    list-style: none;
}
.motivation_list li:nth-child(1)::marker{
    display: none;
    content: none !important;
    list-style: none;
}
.banner-stats-block-bg .ig-img {
    margin-top: 40px;
    padding: 0 20px;
}
.banner-ig-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D8D8D8;
    padding: 20px 20px 30px !important;
}
.banner-stats-block-bg p {
    margin-bottom: 5px;
    line-height: 25.81px;
    color:#444444;
    font-size: 17px;
    line-height: normal;
}
.banner-stats-block-bg h4 {
    margin-bottom: 10px;
}
.caseStudies-user-stats-block{
    background: unset;
    box-shadow: none;
    border-radius: 10px;
    padding: 0;
}
.caseStudies-user-stats-block .user-stast-white-box{
    position:relative;
}
.caseStudies-user-stats-block .user-stast-white-box .caseDot-img {
    width: 40px;
    text-align: left;
    position: absolute;
    left: 14px;
    top: 10px;
}
.caseStudies-statsBTn {
    width: 100%;
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    padding: 10px 0;
    border-radius: 6px;
}
.after-stats-button .caseStudies-statsBTn{
    background-color: #4CC041;
}
.before-stats-button .caseStudies-statsBTn{
    background-color: #D23535;
}
.caseStudies-user-stats-block .motivation_list {
    font-size: 11.35px;
}
.caseStudies-user-stats-block  p {
    font-size: 11.35px;
}
.caseStudies-user-stats-block h4 {
    font-size: 12.09px;
    margin-bottom: 5px;;
}
.caseStudies-user-stats-block .motivation_list {
    font-size: 11.35px;
}
.caseStudies-user-stats-block  p {
    font-size: 11.35px;
}
.caseStudies-user-stats-block h4 {
    font-size: 12.09px;
}
.caseStudies-user-stats-block .stat-data-inner {
    font-size: 10.5px;
}
.caseStudies-user-stats-block .stat-data-inner span {
    font-size:10px;
}
.caseStudies-user-stats-block .motivation_list {
    font-size: 11.35px;
}
.caseStudies-user-stats-block  p {
    font-size: 11.35px;
}
.caseStudies-user-stats-block h4 {
    font-size: 12.09px;
}
.caseStudies-user-stats-block .stat-data-inner {
    font-size: 10.5px;
}
.caseStudies-user-stats-block .stat-data-inner span {
    font-size: 11.9px;
}
.before-user-stats-block .bg-block {
    background: #D23535;
}
.after-user-stats-block .bg-block {
    background: #4CC041;
}
.caseStudies-user-stats-block .stat-img{
    width: 68px;
    height: 69px;;
}
.caseStudies-user-stats-block .user-stast-white-box{
    border-radius: 10px 10px;
}
.caseStudies-banner {
    position: relative;
}
/* .caseStudies-banner:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image:  url(./assets/src/img/shadow-combine.png);
} */
.caseStudies-user-stats-block .img-stats-block{
    margin: 20px 0 10px;
}
.caseStudies-banner .after-user-stats-block {
    position: relative;
    top: -197px;
    right: -125px;
}
html[lang="ar"] .motivation_list{
    justify-content: end;
}
@media screen and (min-width: 1280px){
    html:not([lang="en-US"]) .other-lang-annual {
        font-size: 45px !important;
        position: relative;
        top: 14px;
    }
    html:not([lang="en-US"]) .other-lang-flash {
        width: 450px;
        letter-spacing: 10px !important;
    }
    html[lang="ar"] .other-lang-flash {
        width: 300px;
    }
    html:not([lang="en-US"]) .banner-img.bg-color-img {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width:1025px){
    .h-login, .h-signup{
        display:none!important;
    }
    
    
}
@media screen and (max-width: 1024px){

    .caseStudies-user-stats-block .user-stast-white-box {
        right: 0 !important;
    }
    
    .caseStudy-position-relative {
        right: -30px !important;
    }
    
    .left-caseStudy-position-relative {
        right: 30px!important;
    }
    
    .caseStudies-user-stats-block .user-stast-white-box {
        padding: 10px 10px !important;
    }
}
@media screen and (max-width: 1023px){
    .flash-banner-inner div {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: left;
        font-size: 12px;
    }
    .flash-banner-inner > img{
        display: none;
    }
    .off-block{
        font-size: 11px;
        padding: 3px 8px;
    }
    .flash-sale-block,
    .flash-sale-timer-block span{
        font-size: 12px;
    }
    .flash-banner-inner div + div.flash-sale-banner-timer {
        flex-direction: row;
    }
    .flash-sale-banner-main::after{
        display: none;
    }
    .flash-sale-timer-block{
        width: 35px;
    }
    .flash-sale-banner-main::before{
        background-position: bottom left;
        z-index: -1;
        background-size: 83px;
    }
    .client-review-swiper-container.swiper-container::before,
    .client-review-swiper-container.swiper-container::after{
        display: none;
    }
}
@media screen and (max-width: 991px){
    .caseStudies-user-stats-block h4 {
        font-size: 7.61px;
    }
    .caseStudies-user-stats-block .motivation_list {
        font-size: 7.14px;
    }
    .caseStudies-user-stats-block p {
        font-size: 7.14px;
    }
    .caseStudies-statsBTn {
        font-size: 8.58px !important;
    }
    .caseStudies-user-stats-block .stat-data-inner span {
        font-size: 7.37px;
    }
    .caseStudies-user-stats-block .stat-data-inner {
        font-size: 6.6px;
    }
    .caseStudies-user-stats-block .stat-img {
        width: 42px;
        height: 42px;
    }
    .three-line-img {
        left: 35px !important;
    }
    .curve-dawn-arrow {right: 60px;}
    .curve-dawn-arrow {
        right: 109px !important;
        top: 48px !important;
    }
    .curve-dawn-arrow img {
        height: 130px !important;
    }
    .caseStudies-img-wrapper .reverse-m-img {
        top: 269px !important;
    }
}
@media screen and (max-width:  768px){
    .three-line-img {
        top: 3px !important;
        left: 21px !important;
    }
    .curve-dawn-arrow {
            right: 74px !important;
            top: 58px !important;
        }
    .curve-dawn-arrow img {
            height: 100px !important;
        }
    
    .left-caseStudy-position-relative .elementor-widget-container {
        padding-top: 100px !important;
    }
}
@media screen and (max-width:  767px){
    .user-stats-block,
    .user-stast-white-box{
        padding: 15px 15px 0;
    }
    .stat-img{
        width: 60px;
        height: 60px;
    }
    .stat-data-inner span,
    .user-stats-block p{
        font-size: 12px;
    }
    .stat-data-inner{
        font-size: 11px;
    }
    span.bg-block{
        padding: 2px 4px;
    }
    .user-stats-block h4{
        font-size: 13px;
        margin: 0 0 4px;
    }
    .follow-msg-block{
        margin: 20px 0 15px;
    }
    .ig-img {
        margin: 0 -10px;
    }
    .user-stat-username{
        font-size: 15px;
    }
    .before-after-filter ul li {
        list-style: none;
        margin: 0 5px 10px 0;
    }
    .before-after-filter ul li a{
        font-size: 12px;
        padding: 5px 10px;
    }
    .dr-follower-list ul li span{
        font-size: 14px;
    }
    .dr-follower-list ul li{
        font-size: 11px;
    }
    .swiper-pagination.white-pagination .swiper-pagination-bullet{
        width: 17px;
        height: 5px;
    }
    .swiper-pagination.white-pagination{
        margin: 0;
    }
    .drive-result-brands {
        margin-right: 0;
    }
    .flash-close-btn {
        width: auto;
        height: auto;
        background: transparent;
        top: 12px;
        right: 5px;
    }
    .flash-close-btn svg {
        width: 20px;
    }
    .flash-sale-banner-main {
        background-size: cover;
        /* background-image: none; */
        /* height: 55px; */
    }
    span.off-block {
        margin-bottom: 0px;
    }
    span.flash-sale-block {
        margin-top: 7px;
    }
    body .country-selector.weglot-default{
            right: 0 !important;
    }   
    .valentine-sale-banner .flash-close-btn{
            background: transparent;
    }
    .valentine-sale-banner .flash-close-btn svg rect{
        fill: #fff;
    }
    .valentine-sale-banner .flash-sale-banner-main {
        background: none;
        background-color: #F41870;
    }   
    .valentine-sale-banner .off-block{
        margin: 0;
    }
    .valentine-sale-banner .flash-banner-inner {
        gap: 10px;
    }
    html:not([lang="en-US"]) .other-lang-annual {
        font-size: 25px !important;
    }
    html:not([lang="en-US"]) .other-lang-flash {
        width: 260px;
        letter-spacing: 0px !important;
        font-size: 20px !important;
    }
    html:not([lang="en-US"])  .valentine-sale-banner .flash-banner-inner div:first-child {
        width: 100px;
        line-height: 1;
    }
    .valentine-sale-banner::before, .valentine-sale-banner::after{
        background-image: none;
    }
    li.h-signup a.elementor-item.elementor-item-active {
        color: #fff !important;
    }
    html[lang="de"] .hide-on-lang .elementor-heading-title {
        font-size: 30px !important;
    }
    .before-user-stats-block , .after-user-stats-block {
        padding: 0;
    }
    .caseStudies-user-stats-block h4 {
        font-size: 7.61px;
    }
    .caseStudies-user-stats-block .motivation_list {
        font-size: 7.14px;
    }
    .caseStudies-user-stats-block p {
        font-size: 7.14px;
    }
    .caseStudies-statsBTn {
        font-size: 8.58px !important;
    }
    .caseStudies-user-stats-block .stat-data-inner span {
        font-size: 7.37px;
    }
    .caseStudies-user-stats-block .stat-data-inner {
        font-size: 6.6px;
    }
    .caseStudies-user-stats-block .stat-img {
        width: 42px;
        height: 42px;
    }
    .caseStudies-img-wrapper {
        width: 57%;
        margin: 30px auto 0;
    }
    .three-line-img {
      left: 10px !important;
    }
    .curve-dawn-arrow {
        right: 55px !important;
        top: 58px !important;
    }
    .motivation_list{
        font-size: 15px;
    }
}
@media screen and (max-width: 600px)
{
    .caseStudies-img-wrapper {
        width: 70%;
    }
    .user-stats-block,
    .user-stast-white-box{
        padding: 15px 10px 0;
    }
    .stat-img{
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 500px)
{
    .caseStudies-img-wrapper {
        width: 95%;
    }
}
@media screen and (max-width:450px){
    .curve-dawn-arrow {
        right: 50px !important;
    }
}