/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body  h1,html body h3, html body h4{
	font-family:font1 !important;
}
html body h2, html body h5, html body h6, html body a, html body p,html body .excerpt{
	font-family:font2 !important;
}

div#header-secondary-outer .nectar-center-text {
    font-family: 'font2' !important;
    text-transform: uppercase;
}
#s1 .t1 h2 {
    font-family: 'font3' !important;
    text-transform: none;
    font-size: 45px;
    line-height: 55px;
}
/* Typography */
#s1 .owl-stage {
    padding: 0;
}

a#logo {
    scale: 1.45;
    transform-origin: bottom left;
    background: white;
    border-radius: 500px;
    padding: 3px 4px;
}
a#logo {
    filter: drop-shadow(0px 0px 5px #ba72e0)drop-shadow(0px 0px 15px #ba72e0);
}
a#logo:hover {
    filter: drop-shadow(0px 0px 5px black)drop-shadow(0px 0px 15px black);
    transition: 0.9s;
}

div#header-secondary-outer {z-index: -1;}


div#header-secondary-outer {
    transition: 0.5s;
}

div#header-secondary-outer:hover {
    background: var(--c) !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item a {
    font-weight: 700;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows  a {
    text-shadow: 0 0 black;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-right: 30px;
}

#s1 .t1 h2 {
    margin-bottom: -7px;
    color: var(--c2);
    animation: floatY 5s infinite ease-in-out;
}

#s1 .t1 h1 {
    font-size: 55px;
    line-height: 65px;
}

#s1 .t1 p {
    width: 65%;
    margin: auto;
}

a#b1 {font-family: 'font1' !important;font-size: 16px;letter-spacing: 1px;padding: 14px 35px;opacity: 1;transition: 0.5s;--bc: var(--c1);}

#s1 .nectar-next-section-wrap path {
    display: none !important;
}


#s1 a.nectar-next-section.skip-hash {
    background: var(--c1);
--s: 50px;
    width: var(--s);
    height: var(--s);
    border-radius: var(--s);
    outline: 3px solid white;
    transition: 0.5s;
}

#s1 svg.next-arrow {
    left: 5px;
    bottom: 13px;
}

#s1 .nectar-next-section-wrap {
    bottom: -8px;
}

#s2 .c3 .img-with-aniamtion-wrap {
    border: 1px solid lightgray;
    display: table;
    margin: auto;
    border-radius: 0px 0px 500px 500px;
    overflow: hidden;
    padding: 60px 20px 40px 20px;
}

#s2 .t2 .wpb_wrapper {display: flex;}

#s2 .t2 h1 {
    font-size: 90px;
    transition: 0.5s;
}

#s2 .t2 h2 {
    margin-left: 15px;
    color: var(--c2);
    transition: 0.52s;
}

#s2 .t2 {
    position: absolute;
    top: 40px;
    z-index: 11;
    left: -21px;
}
div#s2 {
    padding-top: 40px !important;
    padding-bottom: 90px !important;
}
.t1 h1 {
    text-shadow: 0 0 black;
}

#s3 .nectar-scrolling-text h1 {
    text-transform: uppercase;
}

#s3 .img-with-aniamtion-wrap:has(.i2) {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
}

#s3 .c2 .vc_column-inner {
    background: var(--c2);
    border-radius: 0px 100px 0px 100px;
    padding: 50px 0;
    transition: 0.5s;
}

#s1 .i1 {
    animation: floatY 4s infinite ease-in-out;
}
@keyframes floatY{
    0%,100%{
        transform:translateY(-15px);
    }
    50%{
        transform:translateY(15px);
    }
}

a#b1:hover {
    background: var(--bc) !important;
}

a#b1:active {
  transform: scale(0.96);
}

a#b1:before,
a#b1:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

a#b1:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--bc) 20%, transparent 30%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--bc) 15%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

a#b1:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--bc) 15%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

#s1 a.nectar-next-section.skip-hash:hover {
    background: var(--c);
}

#s2 .i1 {animation: grow 4s infinite linear;transform-origin: bottom;}
@keyframes grow{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(0.9);
    }
}

#s2 .i2 {
    animation: grow 4s infinite linear;
    transform-origin: top;
}

#s1 a#b1 {
    padding: 14px 50px;
}

#s2 .i1:hover {filter: drop-shadow(10px 10px 0px var(--c2));}

#s2 img {
    transition: 0.5s;
}

#s2 .t1 h2 {
    color: var(--c);
}

#s2 .t1 h1 {
    font-style: italic;
}

#s3 .i2 {
    animation: rotate 3s infinite linear alternate;
    transition: 0.5s;
}
@keyframes rotate{
    0%{
        transform:rotate(5deg);
    }
    100%{
        transform:rotate(-5deg);
    }
}

#s3 .c2:hover .i2 {
    filter: drop-shadow(20px 20px 0px white);
}

#s3 .t1 p {
    width: 90%;
}

#s3 div#in1 {
    margin-top: 60px;
}

div#s3 {
    padding-bottom: 90px !important;
}

#s3 .i1 {
    transition: 1s;
}

#s3 .c2:hover .i1 {
    rotate: 5deg;
    scale: 1.05;
}

#s3 .c2:hover .vc_column-inner {
    border-radius: 100px 0px 100px 0px;
}

#s4 .t1 p {
    width: 50%;
    margin: auto;
}

div#s4 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

#s4 .row-bg.viewport-desktop.using-bg-color {
    height: 70%;
}

#s4 a.play_button_mouse_follow.large.nectar_video_lightbox.visible path {
    fill: black !important;
}

#s4 a.play_button_mouse_follow.large.nectar_video_lightbox.visible::before {background: white  !important;z-index: -1;}


#s4 a.play_button_mouse_follow.large.nectar_video_lightbox.visible::after {
    content: '';
    border: 2px solid white;
--s: 110px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    border-radius: 500px;
    border-left-color: transparent;
    animation: spin 5s infinite  linear;
}

#s5 .carousel-item {
    text-align: left;
    margin: 0 15px;
}

#s5 .article-content-wrap {
    padding: 30px 20px;
    background: #f7f7f7;
}

#s5 .carousel-item .inner-wrap {box-shadow: unset;border-radius: 0;}

#s5 .excerpt {
    text-shadow: 0 0 black;
}

#s5 .excerpt::after {
    content: 'Learn More';
    display: block;
    font-family: 'font1';
    font-size: 18px;
    text-transform: uppercase;
    color: var(--c);
    margin-top: 20px;
    text-shadow: unset;
    transition: 0.5s;
    border-left: 0px solid transparent;
}

#s5 .carousel-item:hover .excerpt::after {border-width: 26px;padding-left: 10px;border-color: var(--c);}

#s5 span.meta-category {
    display: none;
}

#s5 .owl-nav {
    display: block;
}

#s5 .owl-nav button {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    border-radius: 50px !important;
    background: transparent;
    border: 1px solid var(--c);
    color: var(--c);
    font-size: 25px;
    padding: 5px 15px;
--p: -70px;
    opacity: 0.5;
}

#s5 .owl-nav button span {
    position: relative;
    bottom: 3px;
}

#s5 .owl-nav button.owl-prev {
    left: var(--p);
}

#s5 .owl-nav button.owl-next {
    right: var(--p);
}
.owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
.owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}

#s5 .owl-nav button:hover {
    opacity: 1;
    background: var(--c);
    color: white;
}

div#f1 {
    padding: 60px 0px !important;
}

#f1 .tnp.tnp-subscription {
}

#f1 div#newsletterwidget-4 input {background: white;border-radius: 50px;padding: 20px 20px;margin-bottom: 20px;transition: 0.5s;}

body[data-button-style=rounded] .container-wrap #f1 button[type=submit], body[data-button-style=rounded] .container-wrap #f1 input[type=submit] {
    background: var(--c) !important;
    width: 100%;
    font-family: 'font1';
    font-size: 19px;
    letter-spacing: 1px;
    padding: 20px 20px !important;
    outline: 2px solid transparent;
}

#f1 div#newsletterwidget-4 .tnp-field {
    position: relative;
}

#f1 div#newsletterwidget-4 .tnp-field label {
    position: absolute;
    top: 19px;
    left: 16px;
    font-style: italic;
    opacity: 0.5;
    font-weight: 400;
    font-family: 'font2';
    text-shadow: 0 0 black;
    padding: 3px 10px;
    transition: 0.5s;
}

#f1 div#newsletterwidget-4 .tnp-field:has(input:focus) label, #f1 div#newsletterwidget-4 .tnp-field:has(input:valid) label, #f1 div#newsletterwidget-4 .tnp-field:has(.input:not(:placeholder-shown)) label {
    top: -8px;
    left: 40px;
    background: white !important;
    border-radius: 50px;
    padding: 3px 10px;
    opacity: 1;
}

#f1 .t1 p {
    width: 88%;
    text-shadow: 0 0 BLACK;
}
div#nav_menu-7 {
    margin-left: 40px;
}

ul#menu-cont i {
    color: white;
    width: 20px;
    margin-right: 10px;
    transition: 0.5s;
}

ul#menu-cont span {}

ul#menu-cont  i.fa.fa-mobile {
    font-size: 25px;
}

ul#menu-cont span {
    display: block;
    margin-left: 34px;
}

#footer-outer #footer-widgets .widget h4::after {
    content: '';
    width: 35px;
    border-bottom: 3px solid white;
    display: block;
    margin-top: 13px;
/*     animation: grow1 3s infinite linear; */
    transform-origin: left;
    transition: 0.5s;
}
@keyframes grow1{
    0%,100%{
        transform:scalex(1);
    }
    50%{
        transform:scalex(0.3);
    }
}
div#copyright {
    padding: 20px 0px !important;
}
#footer-widgets .row {
    border-bottom: 1px solid #ffffff29;
    padding-bottom: 50px !important;
    padding-top: 60px !important;
}

div#media_image-4 img {
    width: 210px;
}

#footer-outer #copyright p {
    letter-spacing: 1px;
    opacity: 0.8;
}
body[data-button-style=rounded] .container-wrap button[type=submit], body[data-button-style=rounded] .container-wrap #f1 input[type=submit]:hover {
    outline-color: var(--c);
    outline-offset: 5px;
    opacity: 1;
}

#s3 .nectar-scrolling-text-inner__text-chunk h1 {transition: 0.5s;}

#s3 .nectar-scrolling-text-inner__text-chunk:hover h1 {
    text-shadow: 0 0 white;
    color: white;
}
ul#menu-cont a:hover i {
    rotate: -20deg;
    color: var(--c1);
}

div#footer-outer a {
    opacity: 1 !important;
}
/* #footer-widgets .col.span_3:nth-child(2) ul li a::before,
#footer-widgets .col.span_3:nth-child(3) ul li a::before{
    content: '';
--size: 0px;
    width: var(--size);
    height: var(--size);
    background: var(--c1);
    display: inline-block;
    border-radius: 50px;
    margin-right: 0px;
    transition:0.2s;
} */
#footer-widgets .col.span_3:nth-child(2) ul li:hover a::before,
#footer-widgets .col.span_3:nth-child(3) ul li:hover a::before{
    --size: 8px;
    margin-right: 10px;
}
#footer-outer a{
  opacity:1 !important;
}
#footer-outer #footer-widgets .widget:hover h4::after {border-color: var(--c2);}
#s2 .t2::before {
    content: '';
    width: 112%;
    height: 137%;
    position: absolute;
    bottom: -8px;
    left: -7px;
    background: var(--c);
    z-index: -1;
    transition: 0.52s;
    width: 0;
}

#s2 .c3:hover .t2::before {
    width: 112%;
}

#s2 .c3:hover .t2 h2, #s2 .c3:hover .t2 h1 {
    color: white;
}
#s3 .nectar-scrolling-text-inner__text-chunk {
    transition: 0.5s;
    padding: 0 20px;
}
#s3 .nectar-scrolling-text-inner__text-chunk::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: var(--c2);
    border-radius: 15px;
    z-index: -1;
    transition: 0.5s;
    transform: translateX(-50%);
}

#s3 .nectar-scrolling-text-inner__text-chunk:hover::before {
    width: 100%;
}
#s4 .nectar-video-box:hover a.play_button_mouse_follow.large.nectar_video_lightbox.visible {filter: invert(1);}

#s4 .nectar-video-box a.play_button_mouse_follow.large.nectar_video_lightbox.visible {
    transition: 0.2s;
}

#s5 span.post-featured-img {
    position: relative;
}
#s5 span.post-featured-img::after{
      content: '';
     background: var(--c1);
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 9;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    transition: 0.9s;
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    pointer-events: none;
}
#s5 span.post-featured-img::before {
     content: '';
    background: var(--c);
    position: absolute;
    width: 0%;
    height: 0%;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: 0.9s;
    clip-path: polygon(100% 0, 0 0, 0 100%);
	pointer-events: none;
}
#s5 .owl-stage:hover .carousel-item:not(:hover) span.post-featured-img::after,#s5 .owl-stage:hover .carousel-item:not(:hover) span.post-featured-img::before{
        width: 100%;
    height: 100%;
}


.t1:not(#s1 .t1) h2{
  background-image: linear-gradient(to right, #fff, #fff 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.t1:not(#s1 .t1) h2:before {
  content: "";
  background: var(--c);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index:-11;
  transform: translateX(-50%);
}

.wpb_row:hover .t1:not(#s1 .t1) h2 {
  background-position: 0px;
}

.wpb_row:hover .t1:not(#s1 .t1) h2::before {
  width: 120%;
}

#s2 .t1 h2 {
    background-image: linear-gradient(to right, #fff, #fff 50%, var(--c) 50%) !important;
}
#s1 .img-with-aniamtion-wrap:has(.i1) {
    scale: 1.15;
    transform-origin: top left;
}
#s1 .img-with-aniamtion-wrap:has(.i2) {
    margin-left: -50px;
}
#s1 .cc {
    position: relative;
}

#s1 .cc::before {
    content: '';
    background: url(https://customedev.testdevlink.net/Cm_Media/wp-content/uploads/2023/11/FF-copy.png) no-repeat center center;
    background-size: contain;
    --s: 500px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    z-index: -1;
}

#s1 .c1::before {
    left: 0;
    top: 0;
}

#s1 .c3::before {
    right: 110px;
    top: 0px;
}

div#footer-widgets .icn ul li {
    display: inline-block;
}
div#footer-widgets .icn ul li a i {
    border: #7b1eaa solid 2px;
    border-radius: 24px;
    padding: 11px 14px;
}
div#footer-widgets .icn ul li a i:hover {
    transform: rotateX(360deg);
    color: black;
    transition: 0.8s;
    background-color: white;
    border-color: white;
}
/*Personal Growth page*/

div#Ready div#in2 .c1 .text1 p {
    width: 60%;
}

div#Ready h1 {
    font-family: f5 !important;
    font-weight: 400 !important;
    font-size: 42px;
    line-height: 52px;
}

div#Ready h1 strong {
    font-family: f6;
    font-weight: 800 !important;
}



div#Ready div#in2 .c1 h3 {
    font-family: 'f5' !important;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
}



div#Ready div#in2 .c2 h4 {
    font-family: 'f5' !important;
}



div#Ready div#in2 .c2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-family: 'font2';
    font-size: 16px;
    line-height: 26px;
    color: #3b3b3b;
    background-color: white;
    border-radius: 30px;
    padding: 6px 20px;
    margin-bottom: 20px;
}

div#Ready div#in2 .c2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #3b3b3b;
}

div#Ready div#in2 .c2 textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'font2';
    font-size: 16px;
    line-height: 26px;
    color: #3b3b3b;
    background-color: white;
    border-radius: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 140px;
    resize: unset;
}

div#Ready div#in2 .c2 textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #3b3b3b;
    padding-left: 0px;
}

div#Ready div#in2 .c2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0 auto;
    display: table;
    width: auto;
    padding: 16px 40px !important;
}

div#Ready div#in2 .c2 {
    background-color: #8f879da6;
    padding: 40px 30px  10px 30px;
    border-radius: 20px;
    transform: translate(0px, 8%);
}

div#Ready div#in2 .c2 h4 {
    font-size: 30px;
    line-height: 40px;
}

div#Ready {
    padding: 10px 0px 160px 0px !important;
}



div#Ready .inner-wrap.row-bg-layer.using-image:before {content: '';position: absolute;background-image: url(https://customedev.testdevlink.net/Cm_Media/wp-content/uploads/2024/03/img1.png);width: 100%;height: 100%;background-repeat: no-repeat;background-position: 44% 370%;z-index: 99;scale: 0.9;transform-origin: bottom;animation: move 4s infinite ease-in-out;pointer-events: none !important;}

@keyframes move{
    0%,100%{
        transform:translateY(15px);
    }
    50%{
        transform:translateY(5px);
    }
}


div#Ready .c3 .img1 {
    width: 11%;
}



div#Ready div#in2 {
    margin-top: -30px;
}

div#testimonials1 {
    padding: 60px 0px !important;
}
div#testimonials1 .c1 {
    padding-right: 50px;
}


div#testimonials1 .c2 .text1 h6,div#testimonials1 .c2 .text1 h5 {position: relative;}

div#testimonials1 .c2 .text1 h6:before {
    content: '';
    position: absolute;
    background-image: url(https://customedev.testdevlink.net/Cm_Media/wp-content/uploads/2024/03/1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 40% 37%;
}



div#testimonials1 .c2 .text2 h6 {
    position: relative;
}



div#testimonials1 .c2 .text2 h6:before {
    content: '';
    position: absolute;
    background-image: url(https://customedev.testdevlink.net/Cm_Media/wp-content/uploads/2024/03/1.png);
    width: 100%;
    height: 100%;
}



div#testimonials1 .c2 div#in2 h3 {
    font-family: f6 !important;
    font-size: 25px;
    line-height: 35px;
}

div#testimonials1 .c2 div#in2 h4 {
    font-family: f5 !important;
    font-size: 20px  !important;
    line-height: 30px !important;
}

div#testimonials1 .c2 div#in2 #b1 {float: right;text-transform: math-auto !important;}



.page-id-119 a#b1 {
    font-family: f5 !important;
    font-weight: 400;
}

div#Discount h1 {
    font-family: f6 !important;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

div#Discount {
    padding: 20px 0px !important;
}

.page-id-119 h1 {
    font-family: f5 !important;
    font-weight: 400;
}

.page-id-119 h1 strong {
    font-family: f6;
    font-weight: 700 1im;
}



div#Products {
    padding: 60px 0px  !important;
}



div#Products .carousel-item h2.woocommerce-loop-product__title {
    font-family: f6 !important;
    font-weight: 700 !important;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    padding-bottom: 0;
}

div#Products .carousel-item 
 span.price {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
}



div#Products .carousel-item 
 del {
    font-size: 20px;
    line-height: 30px;
    color: #a1a1a1 !important;
    font-family: f6 !important;
}

div#Products .carousel-item bdi {font-size: 23px;line-height: 33px;font-family: f6 !important;position: relative;}




div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    content: 'Discount';
    right: 34%;
    position: absolute;
    bottom: -37px;
    color: #8940dd;
    font-family: f6 !important;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

div#Products .owl-stage {
    padding: 10px 0px;
}

div#Products .carousel-item ul li {margin-bottom: 0;}

div#Products .carousel-item {
    margin: 0px 11px;
}



html body ul.products.columns-1 li a.button {
    font-family: f5 !important;
    font-weight: 400 !important;
}

div#testimonials1 .c2 .text1 h5:before {
    content: '';
    position: absolute;
    background-image: url(https://customedev.testdevlink.net/Cm_Media/wp-content/uploads/2024/03/1.png);
    width: 910%;
    height: 1px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 120%;
    top: 44%;
}


div#testimonials1 .c2 .text1 h5 {
    float: right;
}

div#testimonials1 .c2 .text1 {
    POSITION: RELATIVE;
}






div#testimonials1 .c2 div#in2 {
    padding-top: 50px;
}

div#testimonials1 .c2 .text1 h6 {
    padding-bottom: 5px;
}
div#testimonials1 .c2 .text1 p {
    width: 89%;
}
div#Copyright {
    padding: 10px 0px !important;
}
div#Ready .row-bg.viewport-desktop.using-image {
    background-size: cover !important;
    background-position: 100% 100% !important;
  
}


div#Ready div#in2 .c2  span.wpcf7-not-valid-tip {top: unset;right: 0;border-radius: 40px !important;padding: 0px 20px !important;background: #8940dd;color: white;position: absolute;bottom: 0;}

div#Ready div#in2 .c2  .wpcf7-response-output {
    background-color: transparent;
    border: unset;
    color: white !important;
}



div#testimonials1 .c1 .hover-wrap-inner:before {
    content: '';
    position: absolute;
    background-color: #8940dd66;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 18px;
    transition: 1.2s;
    scale: 0;
    left: 0;
    top: 0;
}

div#testimonials1 .c1:hover .hover-wrap-inner:before {
    scale: 1;
}

div#testimonials1 .c2 .text1 h6 img,div#testimonials1 .c2 .text1 h5 img {
    animation: 2s move1 linear alternate infinite;
}

@keyframes move1{
    0%{
        transform:translateX(15px)
                
    }
}



/*Personal Growth page*/
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
  #s1 .t1 p {
    width: 75%;
}
	#s1 .c3::before {
    right: 30px;
    top: 0px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
  html body h1 {
    font-size: 40px;
    line-height: 50px;
}

html body p, #footer-outer p, #footer-outer a, html body .excerpt {
    font-size: 15px;
    line-height: 25px;
}
	/*Personal Growth page*/

div#Ready .inner-wrap.row-bg-layer.using-image:before {
    scale: 0.8;
    background-size: contain;
    height: 950px;
    background-position: 100% 100%;
    left: 0;
    right: 90px;
    margin: 0 auto;
    width: 710px;
    bottom: -80px;
}

div#Ready div#in2 .c2 {
    padding: 33px 20px 7px 20px;
    transform: translate(0px, 11%);
}

div#Ready div#in2 {
    margin-top: -68px;
}



div#Ready div#in2 .text1 {
    transform: translate(0px, 40px);
}



	/*Personal Growth page*/
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
  div#nav_menu-5 {
    margin-left: -10px;
}
		/*Personal Growth page*/
div#Ready h1 {
    font-size: 37px;
    line-height: 47px;
}

div#Ready div#in2 .c1 .text1 p {
    font-size: 14px;
    line-height: 24px;
}

div#Ready div#in2 .c1 h3 {
    font-size: 15px;
    line-height: 25px;
}

div#Ready div#in2 .text1 {
    transform: translate(0px, 50px);
}

div#Ready div#in2 .c2 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 110px;
}

div#Ready div#in2 .c2 {
    transform: translate(0px, 19%);
}

div#Products .carousel-item h2.woocommerce-loop-product__title {
    font-size: 17px;
    line-height: 27px;
}

div#Products .carousel-item bdi {
    font-size: 20px;
    line-height: 30px;
}

div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    font-size: 20px;
    line-height: 22px;
    right: 36%;
    bottom: -35px;
}

div#testimonials1 .c2 .text1 h5:before {
    width: 800%;
}
div#Ready .inner-wrap.row-bg-layer.using-image:before {
    bottom: -110px;
}
		/*Personal Growth page*/
  #s1 .cc::before {--s: 420px;}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
  #s2 .t2::before {
    height: 143%;
}
  html body p, #footer-outer p, #footer-outer a, html body .excerpt {
    font-size: 14px;
    line-height: 24px;
}

#s1 .t1 h1 {
    font-size: 45px;
    line-height: 55px;
}

#s1 .t1 h2 {
    font-size: 40px;
    line-height: 40px;
}

html body h1 {
    font-size: 35px;
    line-height: 45px;
}

#s3 .img-with-aniamtion-wrap:has(.i2) {
    width: 64%;
}

#s3 .c2 .vc_column-inner {
    padding: 30px 0;
}

#s3 .i1 {
    width: 78%;
}

#s3 .t1 p {
    width: 100%;
}

#s5 .owl-stage {
    padding-top: 0;
}

div#nav_menu-5 {
    margin-left: -20px;
}
			/*Personal Growth page*/
div#Ready div#in2 .c2 h4 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 0px;
}

div#Ready div#in2 .c1 h3 {font-size: 13px;line-height: 23px;}

div#Ready div#in2 .c2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,div#Ready div#in2 .c2 textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
}

div#testimonials1 .c2 .text1 h6:before {
    div#testimonials1 .c2 .text1 h6: before;
    width: 80%;
    background-size: 100% 100%;
    height: 1px;
    left: 70px;
    top: 38%;
}

div#testimonials1 .c2 .text1 h5:before {
    width: 710%;
    top: 44%;
}



div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    right: 32%;
    bottom: -37px;
}
			/*Personal Growth page*/
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  #s1 .cc::before {--s: 320px;}
  #s2 .t2::before {
    height: 150%;
}
  html body p, #footer-outer p, #footer-outer a, html body .excerpt {
    font-size: 12px;
    line-height: 22px;
}

#f1 .t1 p {
    width: 100%;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}

div#nav_menu-5 {
    margin-left: -40px;
}

html body h1 {
    font-size: 27px;
    line-height: 37px;
}

#s2 .t2 h1 {
    font-size: 76px;
}

#s4 .t1 p {
    width: 70%;
}

#s5 .article-content-wrap {
    padding: 20px 15px;
}

#s1 .t1 p {
    width: 100%;
}

#s1 a#b1 {
    margin-top: -30px;
}

#s1 .t1 h1 {
    font-size: 40px;
    line-height: 50px;
}

#s1 .t1 h2 {
    font-size: 35px;
    line-height: 35px;
}
@keyframes floatY{
    0%,100%{
        transform:translateY(-10px);
    }
    50%{
        transform:translateY(10px);
    }
}

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
	/*Personal Growth page*/
div#Ready div#in2 .c2 h4 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: -9px;
}

div#Ready div#in2 .c2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, div#Ready div#in2 .c2 textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 10px;
}

div#Ready div#in2 .c2 {
    padding: 23px 20px 0px 20px;
    transform: translate(0px, 29%);
}

div#Ready .inner-wrap.row-bg-layer.using-image:before {
    scale: 0.6;
    right: 0;
}

div#testimonials1 .c1 {
    padding-right: 25px;
}

div#testimonials1 .c2 div#in2 h3 {
    font-size: 22px;
    line-height: 32px;
}

a#b1 {
    font-size: 14px;
    padding: 14px 28px;
}

div#Products {
    padding: 40px 0px !important;
}

div#Products .carousel-item bdi {
    font-size: 16px;
    line-height: 26px;
}

div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    right: 26%;
    bottom: -40px;
    font-size: 16px;
    line-height: 26px;
}
div#testimonials1 .c2 .text1 h5:before {
    width: 510%;
}
div#Ready div#in2 .c1 .text1 p {
    font-size: 13px;
    line-height: 23px;
}
	div#testimonials1 .c1 .hover-wrap-inner:before {
    border-radius: 10px;
}

div#Discount h1 {
    font-size: 25px;
    line-height: 35px;
}
	div#Products .carousel-item h2.woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 23px;
}
	/*Personal Growth page*/
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
  #s1 .cc::before {
  display:none;  
  }
	#s1 .img-with-aniamtion-wrap:has(.i2) {
    margin-left: 0px;
}
	#s1 .img-with-aniamtion-wrap:has(.i1) {
    scale: unset;
}
  div#header-secondary-outer {
    z-index: 11111;
}

div#header-secondary-outer .nectar-center-text {
    font-size: 14px;
}

a#logo {transform-origin: center left;}

#s1 .i1 {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 30px;
}

#s1 .t1 p {
    width: 60%;
}


#s1 .c1 {
    order: 1;
}

#s1 .c2 {
    order: 3;
}

#s1 .c3 {
    order: 2;
}

#s1 .cc {
    width: 50%;
}

#s1 .i2 {
    width: 73%;
}

#s1 div#in1>.col {
    align-items: start;
}

#s1 #in1 {
    padding-bottom: 60px;
}

#s2 .c3 {
    width: 44%;
    margin: auto;
}

div#s2 {
    padding-bottom: 40px !important;
}

#s3 div#in1 {
    margin-top: 10px;
}

#s3 .c2 .vc_column-inner {
    margin: 0 110px;
}

#s3 .img-with-aniamtion-wrap:has(.i2) {
    width: 60%;
}
  div#s3 {
    padding-bottom: 60px !important;
}

div#s4 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#s5 .article-content-wrap {
    text-align: left;
}

#s5 .owl-nav,#s5 .owl-dots {
    display: none;
}

#f1 .t1 p {
    width: 80%;
    margin: auto;
}

div#f1 {
    padding: 40px 0px !important;
}

div#nav_menu-7 {
    margin: unset;
}

div#nav_menu-5 {
    margin: unset;
}

div#media_image-4 img {
    width: 200px;
}
	/*Personal Growth page*/

div#Ready div#in2 .text1 {
    transform: unset;
}

div#Ready div#in2 .c2 {
    transform: unset;
    padding: 50px 20px 10px 20px !important;
    margin-top: 20px !important;
    margin-bottom: 49% !important;
    width: 90%;
    margin: 0 auto;
}

div#Ready .inner-wrap.row-bg-layer.using-image:before {
    bottom: -60px;
    transform: translate(0px, 100px);
    width: 55%;
    scale: 1;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
}

div#Ready {
    text-align: center;
}

div#Ready div#in2 {
    margin-top: 0;
}

div#Ready div#in2 .c1 .text1 p {
    width: 100%;
}

div#Ready div#in2 .c2 .col.span_12,div#Ready div#in2 .c2 .col.span_6 {
    margin-bottom: 0;
}




div#testimonials1 {
    text-align: center;
}

div#testimonials1 .c2 div#in2 #b1 {
    float: unset;
}

div#testimonials1 .c1 {
    padding-right: 5px !important;
}

div#testimonials1 .c1 .img1 {
    width: 100%;
    margin: 0 auto;
}



div#Products .carousel-item ul.products.columns-1 li {
    width: 100%;
    margin-right: 0;
}

div#Products .carousel-item ul.products.columns-1 li img {
    height: 470px !important;
    object-fit: cover;
    border-radius: 10px;
}

div#Products .carousel-item bdi {
    font-size: 20px;
    line-height: 30px;
}

div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    right: 23%;
    bottom: -41px;
    font-size: 20px;
    line-height: 30px;
    display: none;
}
	div#testimonials1 .c2 .text1 p {
    width: 100%;
}
	div#testimonials1 .c2 .text1 h5:before {
    width: 840%;
}
	div#Ready div#in2 .c1 h3 {
    font-size: 15px;
    line-height: 25px;
}
	div#Ready div#in2 .c2 h4 {
    font-size: 30px;
    line-height: 40px;
}

div#Ready div#in2 .c2 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}
	div#Discount h1 {
    font-size: 18px;
    line-height: 28px;
}
	div#Products .carousel-item h2.woocommerce-loop-product__title {
    text-align: center;
}

div#Products .carousel-item span.price {
    text-align: center;
}
	/*Personal Growth page*/
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
  #s1 .i1 {
    width: 100%;
}

#s1 .i2 {
    width: 100%;
}

#s1 .t1 p {
    width: 90%;
}

#s2 .c3 {
    width: 51%;
}

#s3 .c2 .vc_column-inner {
    margin: 0;
}

#s4 .t1 p {
    width: 100%;
}

#s4 a.play_button_mouse_follow.large.nectar_video_lightbox.visible::after {--s: 70px;}

#f1 .t1 p {
    width: 100%;
}
	/*Personal Growth page*/
div#Ready .c3 .img1 {
    width: 21%;
}

div#Ready div#in2 .c2 {
    margin-bottom: 29% !important;
    width: 100%;
}



div#testimonials1 .c2 .text1 h5:before {
    width: 410%;
}

div#Products .carousel-item ul.products.columns-1 li img {
    height: 610px !important;
}

div#Products .carousel-item h2.woocommerce-loop-product__title {
    font-size: 21px;
    line-height: 31px;
}

div#Products .carousel-item bdi {
    font-size: 23px;
    line-height: 33px;
}

div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    bottom: -41px;
    font-size: 22px;
    line-height: 32px;
    right: 39%;
}

	/*Personal Growth page*/
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
  #s2 .c3 {
    width: 72%;
}

html body h1 {
    font-size: 26px;
    line-height: 36px;
}

div#s2 {
    padding-top: 10px !important;
}

#s1 .t1 h1 {
    font-size: 34px;
    line-height: 45px;
}
	/*Personal Growth page*/

div#Ready h1 {
    font-size: 26px;
    line-height: 36px;
}

div#Ready .inner-wrap.row-bg-layer.using-image:before {
    width: 72%;
}

div#testimonials1 {
    padding: 40px 0px !important;
}

div#testimonials1 .c2 .text1 h6:before {
    display: none;
}

div#testimonials1 .c2 .text1 h5:before {
    DISPLAY: NONE;
}

div#testimonials1 .c2 .text1 h6 img {
    margin: 0 auto;
}

div#testimonials1 .c2 .text1 h5 {
    float: unset;
    margin: 0 auto;
    display: table;
}

div#testimonials1 .c2 div#in2 {
    padding-top: 0;
}

div#testimonials1 .c1 .img1 {
    WIDTH: 100%;
}

div#Products .carousel-item h2.woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 24px;
}

div#Products .carousel-item bdi {
    font-size: 20px;
    line-height: 30px;
}

div#Products .carousel-item h2.woocommerce-loop-product__title:before {
    bottom: -41px;
    font-size: 22px;
    line-height: 32px;
    right: 21%;
}
	



div#Ready div#in2 .c2 h4 {
    font-size: 20px;
    line-height: 30px;
}

div#Ready div#in2 .c2 {
    padding: 40px 20px 10px 20px !important;
}
	div#Products .carousel-item ul.products.columns-1 li img {
    height: 412px !important;
}

	/*Personal Growth page*/
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}