/*
Theme Name: Social Shifter
Description: A custom WordPress theme.
Author: Deft Digital
Text Domain: social-shifter
Version: 1.0
*/

/* Add your CSS styles below */

body {
    margin: 0px;
	overflow-x: hidden;
}
img {
    max-width: 100%;
}
p {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 800;
}

p, span, a, strong {
    letter-spacing: .5px;
    line-height: 1.2;
}
.site-content a {
    color: #000000;
}
li.first-cta {
    filter: drop-shadow(4px 5px 0px rgba(0, 0, 0, 1));
}

li.first-cta a {
    font-family: "Lato";
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 25px 15px 25px;
    background: #FF698F;
    text-decoration: none;
    clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
}
.header-section {
    background: transparent;
    position: relative;
    z-index: 999;
    padding: 15px 0px;
}
.container {
    max-width: 1200px;
    margin: auto;
	padding: 0px 10px 10px 10px;
}
.menu a {
    font-size: 16px;
    font-family: 'Lato';
    text-transform: uppercase;
    margin: 0px 15px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}

#primary-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

nav#site-navigation {
    width: 100%;
}

.header-col {
    display: grid;
    grid-template-columns: 15% 85%;
    justify-items: right;
    align-items: center;
}
.slideout-menu .child-menu li a
{
	font-size:16px !important;
}
a[data-trigger="simple-slideout"]:not(.simple-slideout-menu-close ) .dashicons:before
{
font-size:45px !important;
}
.first-cta a {
    color: #000000;
    margin: 0px;
}
.cta-btn a {
  /*  color: #fff;*/
}

#primary-menu li {
    display: flex;
    align-items: center;
}
#primary-menu li:last-child {
    position: relative;
    bottom: 10px;
}
.btn {
    font-family: "Lato";
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    background: #67EBCD;
    text-decoration: none;
    /*clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);*/
    padding: 15px 40px 12px 40px;
    width: max-content;
    margin: auto;
    height: 20px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
}
/*Contact form input box styles*/

.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-email {
    height: 42px; 
    /*padding: 10px; */
    /*background: #1C1C1C; */
    color: #ffffff;
    border: 1.5px solid #1C1C1C; 
    /*border-radius: 5px; */
    font-size: 16px; 
    outline: none;
    transition: all 0.3s ease; 
}
.wpcf7-response-output {
    font-family: 'Lato';
}
.wpcf7-form-control.wpcf7-submit.has-spinner, .sixth-section .contact_us_form button[type="submit"] {
    width: 245px; /* Button width */
    height: 64px; /* Button height */
    background: #6236FF; /* Purple background */
    border-radius: 8px; /* Rounded corners */
    border: none; /* Remove border */
    font-family: 'Lato' !important; /* Font family */
    font-style: normal; /* Normal font style */
    font-weight: 800; /* Bold text */
    font-size: 16px; /* Font size */
    line-height: 24px; /* Line height */
    text-align: center; /* Center text */
    color: #FFFFFF; /* White text color */
    cursor: pointer; /* Pointer cursor */
    transition: all 0.3s ease; 
}

/* Hover Effect for Submit Button */
.wpcf7-form-control.wpcf7-submit.has-spinner:hover, .sixth-section .contact_us_form button[type="submit"]:hover {
    background: #FFFFFF; /* Change background to white on hover */
    color: #6236FF; /* Change text color to purple on hover */
    border: 1px solid #6236FF; /* Add a purple border */
    transition: all 0.3s ease;
}


/*Contact form input box styles ends*/


.cta-btn {
    /*filter: drop-shadow(4px 5px 0px rgba(0, 0, 0, 1));*/
}
.first-cta a {
    color: #000000;
    margin: 0px;
}
.second-cta  {
    background: #6136FF;
	color:#ffffff !important;
	padding: 15px 40px 15px 40px;
}
.header-col {
    display: grid;
    grid-template-columns: 15% 85%;
    justify-items: right;
    align-items: center;
}
.image {
    text-align: center;
}
.page-template-home .eighth-section h2:after {
    content: url(/wp-content/themes/social-shifter/assets/Blink-black.png);
    position: absolute;
    margin-top: -105px;
    margin-left: 215px;
}
span.black-bg {
    padding: 10px 15px 5px 15px;
    background-color: #000000;
    color: #ffffff;
    display: inherit;
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 94%);
    position: relative;
    bottom: 10px;
	line-height: .9;
}

/* Be Part section */

.page-template-home .first-section {
    background: url(/wp-content/themes/social-shifter/assets/violet-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 180px;
    position: relative;
    margin-top: -145px;
}
.page-template-home .first-section img {
position: absolute; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%; 
  max-height: 80%; 
  object-fit: contain;
  z-index: 1; 
  }
.page-template-home .first-section .banner-col {
    display: grid;
    grid-template-columns: 30% 40% 30%;
}

.page-template-home .first-section .btn, .page-template-white-page .first-section .btn,.page-template-white-page2 .first-section .btn,.page-template-white-page3 .first-section .btn,.page-template-white-page4 .first-section .btn,.page-template-white-page5 .first-section .btn {
    padding: 15px 40px;
    cursor:pointer;
    position:relative;
    z-index:9999;
    height:auto !important;
}
.page-template-white-page .ninth-section td.heading, .page-template-white-page2 .ninth-section td.heading, .page-template-white-page3 .ninth-section td.heading, .page-template-white-page4 .ninth-section td.heading, .page-template-white-page5 .ninth-section td.heading
{
width:100%;	
}

.center-content {
    text-align: center;
    padding-bottom: 130px;
}
.page-template-home .first-section span.black-bg {
    position: relative;
    bottom: 12px;
}
.page-template-thank-you .first-section h2
{
font-size: 65px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: .5px;
    line-height: .9;
    color:#ffffff;
    font-family: 'EB Garamond', serif;
}
span.pink-bg {
    padding: 20px 15px 5px 15px;
    display: inherit;
    width: fit-content;
    margin: auto;
	line-height: .9;
}

p.subtitle {
    font-size: 18px;
    font-family: 'Lato';
    font-weight: 700;
    color: #ffffff;
    width: 500px;
    margin: auto;
    margin-bottom: 50px;
}
.page-template-home .first-section .right-image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.page-template-home .first-section .left-image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.page-template-home .first-section .description {
    max-width: 750px;
    margin: 0 auto;
    }
.subheading {
    color: #ffffff;
    margin-bottom: 50px;
}
/*Home page second section */
.page-template-home .second-section {
   background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
    text-align: center;
    /* margin-top: -150px; */
    color: #ffffff;
}

.page-template-home .second-section .two-col {
    display: grid;
    grid-template-columns: 49% 49%;
    text-align: left;
    column-gap: 15px;
    align-items:center;
}


/* Tools for change section */
.page-template-home .third-section {
    background-image: url(/wp-content/themes/social-shifter/assets/Bg-3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 20px;
	padding-top:0px;
    position: relative;
    margin-top: 0px;
}

.page-template-home .third-section .three-col {
    display: flex;
    column-gap: 20px;
}

.page-template-home .third-section .box {
    background: #6136FF;
    padding: 45px 30px;
    text-align: center;
	border-radius: 16px;
}

.page-template-home .third-section .three-col {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-top: 50px;
    justify-content: space-between;
}
.page-template-home .third-section .box h3 {
    text-transform: capitalize;
    color: #ffffff;
    font-family: 'EB Garamond';
    font-size: 40px;
    font-weight: 800;
}
.page-template-home .third-section .box h3 .highlight {
color:#67EBCD;
}
.page-template-home .third-section .box .title {
    margin: 20px 0px 40px 0px;
}
.page-template-home .third-section .box .description p {
    font-family: 'Lato';
	font-weight:400;
    font-size: 22px;
    color: #ffffff;
}

.third-cta.btn {
    background: #ffffff;
    padding: 15px 40px 15px 40px;
}

.page-template-home .third-section .box .cta-btn {
    margin-bottom: 20px;
}
.page-template-home .fourth-section {
    padding: 95px 0px;
    position: relative;
}

.page-template-home .fifth-section {
    background: #67EBCD;
    padding: 15px 0px;
    }
    
    .page-template-home .fifth-section .slider {
   margin-top: 50px;
    }
    .depicter 
    {
    max-width:100%!important;
    }
   .page-template-home .sixth-section {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0px;
    position: relative;
    text-align: center;
    /* margin-top: -150px; */
    color: #000000;
}

.page-template-home .sixth-section .two-col {
    display: grid;
    grid-template-columns: 49% 49%;
    text-align: left;
    column-gap: 15px;
}
.page-template-home .sixth-section .image{
    width:150px;
    text-align:left;
    padding-top:10px;
}
 .sixth-section .contact_us_form{  
    display: flex;
    text-align:center;
    justify-content: center;   /* Centers content horizontally */
    align-items: center;  
    }
 .sixth-section .contact_us_form ._button-wrapper._full_width
 {
 text-align:center;
 }
.sixth-section .contact_us_form input[type="text"],.sixth-section .contact_us_form input[type="email"], .sixth-section .contact_us_form textarea
 {
    color:#1C1C1C;
    border: none;
    width:100%;
    border-bottom: 1.5px solid #1C1C1C;
    padding-bottom: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
 }
 #_form_678104CA317B4_ ._submit
 padding:0px !important;
 }
 .sixth-section .contact_us_form input[type="submit"],.sixth-section .contact_us_form button[type="submit"]{
    height: 50px;
    padding:0px!important;
    border-radius: 8px;
    background: #6236ff;
    color: #fff;
    border: 1px solid #6236ff;
    font-weight: 500;
    }
 .sixth-section span.highlight {
    color: #6236ff;
    }

/* Your Inbox Section */
.page-template-home .eighth-section {
    background-image: url(/wp-content/themes/social-shifter/assets/Bg-3.png);
    background-position: top center;
    background-size: cover;
    position: relative;
}
.page-template-home .eighth-section .who-are-col {
    display: grid;
    grid-template-columns: 40% 60%;
    z-index: 3;
    position: relative;
    align-items: baseline;
}
.page-template-home .eighth-section .social-icons img {
    width:290px;
}
    .page-template-home .eighth-section .social-icons.desktop
    {
    margin-top:-35px;
    }
.page-template-home .eighth-section .cta-btn {
    margin-top: 50px;
}
.page-template-home .eighth-section .cta-btn a {
    margin-left: 0;
}
.page-template-home .eighth-section .bottom-img {
    width:100%;
    display:block;
}
/* Partner Section */
.page-template-home .seventh-section {
    background-image: url(/wp-content/uploads/2024/12/Rectangle-3.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    position: relative;
    text-align: center;
}
.page-template-home .seventh-section .two-col {
    display: grid;
    grid-template-columns: 60% 40%;
    text-align: left;
    align-items:center;
}
    .page-template-home .seventh-section .two-col .heading h2 {
    font-size:80px;
    }

.partner-logo {
    margin-top: 50px;
}


/* Footer */
.site-footer {
    background-image: url(/wp-content/themes/social-shifter/assets/violet-background.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 10px 0px;
    position: relative;
    text-align: center;
    margin-top: -50px;
}
.site-footer .first-cta {
    display: none !important;
}

.site-footer #primary-menu {
    display: flex;
    justify-content: center;
    margin: 30px 0px 50px 0px;
}

.site-footer .logo {
    margin-bottom: 30px;
}
.site-footer #primary-menu li:last-child {
    position: inherit;
}
.footer-logo img {
    width: 100%;
}

.social-links img {
    margin: 0px 10px;
}

/* Hamburger menu */
/*.menu-toggle {
    display: none;
}*/
.simple-slideout-menu-panel a {
    font-family: 'Lato';
    padding: 0px !important;
    background: transparent !important;
}

.page-template-home .fourth-section .cta-btn {
    margin-top: 50px;
}


.preview {
    box-shadow: -3px 3px 0px 0px #000000 !important;
}

svg.depicter-arrow-icon {
    fill: #ffffff !important;
}
.next{
	box-shadow: 3px 3px 0px 0px #000000 !important;
}

.depicter-bullet-item.depicter-bullet-active {
    box-shadow: 3px 3px 0px 0px #ffffff !important;
    position: relative;
    bottom: 3px;
}
.depicter {
    margin: auto;
}

.title img {
    width: 120px;
}

._form_27 input::placeholder,._form_29 input::placeholder  {
    font-family: 'Lato';
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffffab !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
}
._form_27 input, ._form_29 input {
    background: transparent;
    border: none !important;
    border-bottom: 2px solid #ffffff !important;
    border-radius: 0px !important;
    padding: 15px !important;
    max-width: 500px;
    margin: auto;
    font-family: 'Lato' !important;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 800;
}
._form_37
{
width:100%;
}
._form_37 input, ._form_37 textarea {
    background: transparent;
    border: none !important;
    border-bottom: 2px solid #000000 !important;
    border-radius: 0px !important;
    padding: 15px !important;
    max-width: 500px;
    width:100%
    margin: auto;
	font-family: 'Lato' !important;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 800;
}

._form_37 input::placeholder, ._form_37 textarea::placeholder {
    font-family: 'Lato';
    text-align: center;
    color: #000000;
    letter-spacing: 2px;
}

._form_37 textarea {
    height: 200px !important;
}

.page-template-home .third-section .heading h2, .page-template-home .fifth-section .heading h2
{
 font-family: EB Garamond;
}
.site-footer .footer-column a
{
text-decoration:none;
}
.mobile {
    display: none;
     }
     
     /* White paper Second Section Styling */
.page-template-white-page .second-section,.page-template-white-page2 .second-section,.page-template-white-page3 .second-section,.page-template-white-page4 .second-section,.page-template-white-page5 .second-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Section Description Styling */
.page-template-white-page .section-description,.page-template-white-page2 .section-description,.page-template-white-page3 .section-description,.page-template-white-page4 .section-description,.page-template-white-page5 .section-description {
    font-size: 42px;
    color: #1C1C1C;
    margin-bottom: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 56px;
    font-family: 'EB Garamond';
    letter-spacing: -1px;
}

/* Full Image Container */
.page-template-white-page .image-container,.page-template-white-page2 .image-container,.page-template-white-page3 .image-container,.page-template-white-page4 .image-container,.page-template-white-page5 .image-container {
    position: relative;
    width: 100%;
}

.page-template-white-page .section-image,.page-template-white-page2 .section-image,.page-template-white-page3 .section-image,.page-template-white-page4 .section-image,.page-template-white-page5 .section-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
    border-radius: 10px;
}
.page-template-white-page1 .second-section .image-overlay-full,.page-template-white-page2 .second-section .image-overlay-full,.page-template-white-page3 .second-section .image-overlay-full,.page-template-white-page4 .second-section .image-overlay-full,.page-template-white-page5 .second-section .image-overlay-full
{
border-radius:10px;
}
.page-template-white-page .title_with_sub,.page-template-white-page2 .title_with_sub,.page-template-white-page3 .title_with_sub,.page-template-white-page4 .title_with_sub,.page-template-white-page5 .title_with_sub {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.page-template-white-page .sub_title_content,.page-template-white-page2 .sub_title_content,.page-template-white-page3 .sub_title_content,.page-template-white-page4 .sub_title_content,.page-template-white-page5 .sub_title_content {
    width: 30%;
    padding: 0;
}
/* Overlay Text Styling */
.page-template-white-page .image-overlay,.page-template-white-page2 .image-overlay,.page-template-white-page3 .image-overlay,.page-template-white-page4 .image-overlay,.page-template-white-page5 .image-overlay {
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 690px;
    text-align: left;
}
.page-template-white-page .sub_title,.page-template-white-page2 .sub_title,.page-template-white-page3 .sub_title,.page-template-white-page4 .sub_title,.page-template-white-page5 .sub_title {
    font-size: 100px;
    font-weight: 800;
    font-family: EB Garamond;
    line-height: 146.16px;
    color: #67EBCD;
    margin: 0 auto;
}

.page-template-white-page .image-title,.page-template-white-page2 .image-title,.page-template-white-page3 .image-title,.page-template-white-page4 .image-title,.page-template-white-page5 .image-title {
    font-size: 80px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 84px;
    letter-spacing: -1px;
    font-family: EB Garamond;
}
.page-template-white-page .sub_desc,.page-template-white-page2 .sub_desc,.page-template-white-page3 .sub_desc,.page-template-white-page4 .sub_desc,.page-template-white-page5 .sub_desc {
    width: 70%;
}
.page-template-white-page .overlay-description,.page-template-white-page2 .overlay-description,.page-template-white-page3 .overlay-description,.page-template-white-page4 .overlay-description,.page-template-white-page5 .overlay-description {
    font-size: 19px;
    margin-bottom: 15px;
    font-family: Lato;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.page-template-white-page .overlay-description,.page-template-white-page2 .overlay-description,.page-template-white-page3 .overlay-description,.page-template-white-page4 .overlay-description,.page-template-white-page5 .overlay-description {
    margin-bottom: 15px;
}
/* Responsiveness */
.page-template-white-page .third-section .grid-col,.page-template-white-page2 .third-section .grid-col,.page-template-white-page3 .third-section .grid-col,.page-template-white-page4 .third-section .grid-col,.page-template-white-page5 .third-section .grid-col
{
display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

@media screen and (min-width:1700px){
    .subheading p {
        font-size: 26px;
    }
    h3 {
        font-size: 32px;
    } 
	h4 {
        font-size:26px;
    }
    .container {
        max-width: 1400px;
    }
	.page-template-home .third-section h2:after {
		margin-top: -130px;
		margin-left: 240px;
	}
	p {
    	font-size: 24px;

	}
	.btn {
    	height: 35px !important;
	}

	.page-template-home .third-section .testimonial {
		grid-template-columns: 30% 40% 30%;
	}
	.page-template-home .second-section .bottom-img {
    	margin-top: -70px;
	}
	.page-template-home .fifth-section .content {
    	font-size: 64px;
	}
	.page-template-home .sixth-section .box:first-child:after {
		margin-top: 40px;
		margin-left: -255px;
	}
	.page-template-home .eighth-section h2:after {
		margin-top: -120px;
		margin-left: 260px;
	}
}
@media screen and (max-width:1325px){
	.page-template-home .third-section h2:after {
		margin-top: -100px;
		margin-left: 200px;
	}
	.page-template-home .eighth-section h2:after {
		margin-top: -105px;
		margin-left: 215px;
	}
}

@media screen and (max-width:1200px){
    h2{
    font-size:40px !important;
    line-height:44px !important;
    letter-spacing:0px !important;
    }
	.menu {
		display: none;
	}
	.site-footer .menu {
		display: block;
	}
	.header-col {
		grid-template-columns: 80% 20%;
	}
	.logo {
		text-align: left;
		width: 100%;
	}
	.menu-toggle {
		font-size: 24px;
		padding: 20px;
		display: block;
		margin-left: auto;
	}
	.site-footer .logo {
		text-align: center;
	}	
	.page-template-home .eighth-section h2:after {
		margin-top: -75px;
		margin-left: 185px;
	}
    .page-template-home h1{
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: -2px !important;
    }
    .description p
    {
    margin-top: 0px !important;
    font-size:16px !important;
    text-align:center!important;
    }
    .btn
    {
    font-size:18px !important;
    }
    .page-template-home .second-section h2{
    line-height: 44px !important;
    text-align:center !important;
    letter-spacing: -1px !important;
    }
    .page-template-home .second-section .content {
    margin-bottom: 20px;
    }
    .page-template-home .second-section .text_link p a
    {
    font-size: 24px !important;
    text-align:center !important;
    line-height: 28.8px !important;
    } 
    .page-template-home .second-section .text_link p
    {
    text-align:center !important;
    }
    .page-template-home .third-section
    {
    text-align:center !important;
    }
    .page-template-home .third-section
    {
    padding-top: 40px !important;
    }
    .page-template-home .third-section .box .title
    {
    margin: 0px 0px -15px 0px !important;
    margin-bottom: 10px;
    line-height: 30px;
    }
    .page-template-home .third-section .box
    {
     padding: 20px 30px !important;
    }
    .page-template-white-page .section-description,.page-template-white-page2 .section-description,.page-template-white-page3 .section-description,.page-template-white-page4 .section-description,.page-template-white-page5 .section-description {
        font-size: 25px;
        line-height: 22px;
        text-align: center;
    }
    .page-template-white-page .second-section h2,.page-template-white-page2 .second-section h2,.page-template-white-page3 .second-section h2,.page-template-white-page4 .second-section h2,.page-template-white-page5 .second-section h2 {
        line-height: 62px !important;
        text-align: left;
        letter-spacing: -1px !important;
        font-size: 80px !important;
    }
    .page-template-white-page .image-overlay,.page-template-white-page2 .image-overlay,.page-template-white-page3 .image-overlay,.page-template-white-page4 .image-overlay,.page-template-white-page5 .image-overlay {
        bottom: 10px;
        left: 0px;
        max-width: 100%;
    }
    .page-template-white-page .sub_title_content,.page-template-white-page2 .sub_title_content,.page-template-white-page3 .sub_title_content,.page-template-white-page4 .sub_title_content,.page-template-white-page5 .sub_title_content {
    width: 25%;
    padding: 0;
}
.page-template-white-page .sub_title,.page-template-white-page2 .sub_title,.page-template-white-page3 .sub_title,.page-template-white-page4 .sub_title,.page-template-white-page5 .sub_title {
    font-size: 90px;
    font-weight: 800;
    font-family: EB Garamond;
    line-height: 111.64px;
    color: #67EBCD;
    margin: 0 auto;
}
.page-template-white-page .sub_desc,.page-template-white-page2 .sub_desc,.page-template-white-page3 .sub_desc,.page-template-white-page4 .sub_desc,.page-template-white-page5 .sub_desc {
    width: 75%;
    padding-left: 0px;
}
    .page-template-white-page .overlay-description,.page-template-white-page2 .overlay-description,.page-template-white-page3 .overlay-description,.page-template-white-page4 .overlay-description,.page-template-white-page5 .overlay-description {
        font-size: 20px;
        line-height: 22px;
    }
    
}

@media screen and (max-width:1024px){
.page-template-home .first-section .description {
    max-width: 750px;
    margin: 0 auto;
    }
    .page-template-home .first-section {
    background: url(/wp-content/uploads/2024/12/Bg-1-155x300.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 180px;
    position: relative;
    margin-top: -145px;
    }
	.page-template-home .first-section .banner-col {
    	grid-template-columns: 100%;
	}
	.page-template-home .first-section .left-image {
		order: 3;
		width: 50%;
	}
	.page-template-home .first-section .right-image {
		order: 2;
		width: 50%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.page-template-home .first-section .center-content {
	   padding: 45px 0px 45px 0px;
	}
    .page-template-home .first-section .btn
    {
       padding: 15px 20px 12px 20px;
    }
	.page-template-home .second-section .social-icons.mobile {
    	display: none;
	}
	.page-template-home .third-section p {
		font-size: 20px;
	}
	.page-template-home .third-section h2:after {
		margin-top: -100px;
		margin-left: 200px;
	}
	.page-template-home .second-section .two-col {
		grid-template-columns: 100%;
	}
	.mobile {
		display: block;
		margin: auto;
		width: 50%;
		margin-top: 50px;
	}
    .desktop
    {
    display:none;
    }
	.partner-logo.mobile {
    	display: block;
	}
    .page-template-home .seventh-section .two-col
    {
    text-align:center;
    }
    .page-template-home .seventh-section
    {
    padding-top:45px;
    padding-bottom:65px;
    }
	.page-template-home .third-section .testimonial {
    	grid-template-columns: 40% 55%;
	}	
	.page-template-home .fifth-section .two-col {
		grid-template-columns: 100%;
		text-align: center;
	}
	.page-template-home .fifth-section .number {
		color: #ffffff;
	}

	.page-template-home .fifth-section .content {
		color: #ffffff;
		margin-bottom: 20px;
	}
	.page-template-home .eighth-section h2:after {
		margin-top: -105px;
		margin-left: 215px;
	}
	.page-template-home .eighth-section .who-are-col
    {
    text-align:center;
    }
    .page-template-home .eighth-section .who-are-col .heading p
    {
    font-size: 40px !important;
    margin-bottom:10px;
    }
    .page-template-home .eighth-section .social-icons img {
    width: 104px;
    height: 63px;
    }
    .page-template-home .eighth-section .desc p
    {
    font-size:14px !important;
    }
    .page-template-home .eighth-section .bottom-img .mobile
    {
    margin-top:0;
    }
    .page-template-home .eighth-section .desc p.bold_text
    {
    font-size:20px !important;
    font-weight:900 !important;
    }
    .page-template-home .eighth-section .bottom-img
    {
    margin-bottom: 50px;
    margin-top: -150px;
    }
    .page-template-home .eighth-section .bottom-img .mobile
    {
    width:100% !important;
    }
    .page-template-home .sixth-section .contact_us_form input[type="submit"],.page-template-home .sixth-section .contact_us_form button[type="submit"], .page-template-home .sixth-section h2
    {
    text-align:center;
    }
    .page-template-home .sixth-section .two-col, .page-template-home .seventh-section .two-col, .page-template-home .eighth-section .who-are-col
    {
    grid-template-columns: 100%;
    }
    .page-template-home .sixth-section .contact_us_form input[type="text"], .page-template-home .sixth-section .contact_us_form input[type="email"], .page-template-home .sixth-section .contact_us_form textarea
    {
    font-family:"Lato" !important;
    text-align:center !important;
    width:100%;
    }
    .page-template-home .sixth-section form p
    {
    width:100%;
    text-align:center;
    }
    .page-template-home .sixth-section .contact_us_form input[type="submit"], .page-template-home .sixth-section .contact_us_form button[type="submit"]
    {
    margin: 0px auto;
    }
	
}

@media screen and (max-width:820px){
	.page-template-home .third-section .bubble h3 {
		color: #000000;
		font-size: 20px;
	}
    .page-template-home .third-section .box {
        max-width: 500px;
        margin: auto;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:599px){
.page-template-white-page .section-description,.page-template-white-page2 .section-description,.page-template-white-page3 .section-description,.page-template-white-page4 .section-description,.page-template-white-page5 .section-description {
        font-size: 20px;
        line-height: 22px;
        }
        .page-template-white-page .second-section h2,.page-template-white-page2 .second-section h2,.page-template-white-page3 .second-section h2,.page-template-white-page4 .second-section h2,.page-template-white-page5 .second-section h2 {
        line-height: 32px !important;
        text-align: left;
        letter-spacing: -1px !important;
        font-size: 32px !important;
    }
    .page-template-white-page .sub_title,.page-template-white-page2 .sub_title,.page-template-white-page3 .sub_title,.page-template-white-page4 .sub_title,.page-template-white-page5 .sub_title {
    font-size: 35px;
    font-weight: 800;
    font-family: EB Garamond;
    line-height: 62.64px;
    color: #67EBCD;
    margin: 0 auto;
    }
     .page-template-white-page .overlay-description,.page-template-white-page2 .overlay-description,.page-template-white-page3 .overlay-description,.page-template-white-page4 .overlay-description,.page-template-white-page5 .overlay-description {
        font-size: 14px;
        line-height: 15px;
    }
        }

@media screen and (max-width:768px){
	
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.page-template-home .second-section .who-are-col {
		grid-template-columns: 100%;
		text-align: center;
	}
    .page-template-thank-you .first-section h1
    {
    font-size: 40px;
        text-align: center;
        font-weight: 800;
        margin-bottom: 20px;
        letter-spacing: .5px;
        line-height: .9;
        font-family: Lato;
    }
	.page-template-home .second-section {
		padding-top: 20px;
	}
    .page-template-home .third-section {
        padding: 80px 0px 15px 0px;
    }
    .page-template-home .third-section .heading h2{
    text-align:center !important;
    }
    .page-template-home .third-section .three-col {
        display:block;
    }
	.page-template-home .fourth-section {
		padding: 0px 0px;
	}

	.page-template-home .fifth-section .our-impact-col {
		grid-template-columns: 100%;
		text-align: center;
	}

	.page-template-home .fifth-section {
		padding-top: 30px;
	}

	.page-template-home .fifth-section .our-impact-col h2 {
		display: flex;
		column-gap: 15px;
		justify-content: center;
		align-items: center;
	}

	.page-template-home .fifth-section span.black-bg {
		position: relative;
		top: 5px;
	}

	.page-template-home .sixth-section .box:first-child:after {
	display:none;
	}

	.page-template-home .sixth-section {
		padding: 0px 0px 50px 0px;
	}
	
	.page-template-home .eighth-section {
		 padding:0px;
	}

	.page-template-home .ninth-section .two-col {
		grid-template-columns: 100%;
		text-align: center;
	}

	.page-template-home .ninth-section {
		padding: 80px 0px;
	}

	.page-template-home .second-section .social-icons.mobile {
		width: 100%;
		text-align: center;
		display: block;
		margin-bottom: 60px;
	}
	.page-template-home .second-section .bottom-img {
    	margin-top: -20px;
	}
	.site-footer #primary-menu {
		display: block;
		padding: 0px;
	}
	.site-footer li {
		justify-content: center;
		margin-bottom: 15px;
	}
	.video iframe {
		height: 335px;
	}
	.accordion-title {
		font-size: 16px;
	}
	.page-template-home .second-section .cta-btn a {
		margin: auto;
	}

	.site-footer {
    	padding-top: 60px;
        padding-left:15px;
        padding-right:15px;
	}
    .site-footer p {
    font-size:16px !important;
    }
    .site-footer .footer-column p {
    font-size:12px !important;
    }
	.partner-logo.mobile {
		display: block;
		width: fit-content;
	}
	iframe {
		height: 400px;
	}
    .btn
    {
    font-size:15px !important;
    }
	.page-template-white-page .ninth-section td.heading, .page-template-white-page2 .ninth-section td.heading, .page-template-white-page3 .ninth-section td.heading, .page-template-white-page4 .ninth-section td.heading, .page-template-white-page5 .ninth-section td.heading
{
width:auto !important;	
}
.page-template-white-page .ninth-section .heading.mobile h2, .page-template-white-page2 .ninth-section .heading.mobile h2, .page-template-white-page3 .ninth-section .heading.mobile h2, .page-template-white-page4 .ninth-section .heading.mobile h2, .page-template-white-page5 .ninth-section .heading.mobile h2
{
margin:0;
}
	
}


@media screen and (max-width:525px){
.page-template-home .first-section img {
position: absolute; 
  top: 52%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; 
  height: 100%; 
  object-fit: contain;
  z-index: 1; 
  }
	.page-template-home .second-section .social-icons img {
    	width: 70px;
	}
	.page-template-home .third-section .bubble h3 {
    	font-size: 16px;
	}	
	.page-template-home .third-section .testimonial {
    	grid-template-columns: 35% 60%;
	}

	.page-template-home .third-section .content {
		position: relative;
		bottom: 53px;
	}

	.page-template-home .fifth-section .number {
		font-size: 65px;
	}

	.page-template-home .fifth-section .content {
		font-size: 25px;
		margin-top: -15px;
	}
	.page-template-home .third-section h2:after {
		margin-left: 130px;
		margin-top: -90px;
		scale: .7;
	}
	.page-template-home .third-section h2 {
        font-size: 32px !important;
    }
	.page-template-home .third-section .testimonial {
		grid-template-columns: 40% 50%;
	}
    .page-template-home .third-section .three-col {
    margin-top: 30px !important;
    }
	.page-template-home .third-section .testimonial .cta-btn {
		position: relative;
		bottom: 10px;
		left: 13px;
	}
	.page-template-home .seventh-section .partner-logo.mobile {
		width: 100%;
	}
	.page-template-home .eighth-section h2:after {
		margin-top: -97px;
		margin-left: 145px;
		scale: .7;
	}

	.page-template-home .first-section span.black-bg {
		margin-bottom: 0px;
	}
	.page-template-home .first-section {
		background-position: right;
	}
	.header-col {
		grid-template-columns: 100%;
	}

	.logo {
		text-align: center;
	}

	.page-template-home .first-section {
	margin-top: -245px;
	}
	.menu-toggle {
		position: relative;
		bottom: 72px;
	}

	.logo img {
		width: 100px;
	}

	.menu-toggle img {
		width: 35px;

	}
	.video iframe {
		height: 220px;
	}
	.page-template-home .seventh-section .social-links img {
		width: 65px;
		margin-bottom: 20px;
	}
	.page-template-home .third-section .testimonial img {
		width: 200px;
		float: left;
	}	
	p {
		font-size: 16px;
	}
	li {
		font-size: 14px;
	}
	
	.page-template-home .first-section .left-image, .page-template-home .first-section .right-image {
		width: 60%;
		margin-top: 50px;
	}
	.partner-logo.mobile {
		width: 100%;
	}
	iframe {
		height: 275px;
	}
	.heateor_sss_sharing_ul {
		display: flex;
		justify-content: center;
	}
    h2 {
        font-size: 34px !important;
        }
       
}

@media screen and (max-width:425px){
	h1 {
		font-size: 65px;
	}
    .site-footer .footer-column p
    {
    margin-top: 0px !important;
    }
	.page-template-home .third-section {
		padding-top: 120px;
		margin-top: -70px;
	}
	.page-template-home .third-section span.black-bg {
		margin-bottom: 0px;
	}
	.play img {
		width: 90px;
	}
	.site-footer .social-links img {
		width: 20px;
	}
	.video iframe {
		height: 180px;
	}
	
	.page-template-home .third-section h2:after {
		margin-left: 130px;
		margin-top: -45px;
	}
	.page-template-home .third-section .testimonial {
		grid-template-columns: 100%;
	}
	.page-template-home .third-section .content {
		padding: 0px 20px;
		bottom: 35px;
	}
	.page-template-home .third-section .image {
		order: 3;
	}	
	.page-template-home .fourth-section {
		padding-bottom: 0px;
		margin-top: -15px;
	}
    .page-template-home .fourth-section{
    padding-top:80px;
    }
	
	iframe {
		height: 220px;
	}
    .page-template-home .sixth-section h2
    {
    font-size:32px !important;
    }
	
}


@media screen and (max-width:375px){
	h2 {
		font-size: 45px;
	}	
	h1 {
		font-size: 50px;
	}
	h2 .white-bg, h2 .black-bg, h2 .pink-bg   {
		position: relative;
		top: 1px;
	}
	.page-template-home .third-section h2:after {
		margin-left: 95px;
		margin-top: -35px;
	}
    .page-template-home .third-section .title h3
    {
    font-size:32px !important;
    }
	.site-footer .social-links img {
		width: 20px;
		margin: 0px 5px;
	}
	.video iframe {
		height: 180px;
	}
	.depicter-arrow-layer .depicter-layer {
		margin-top: 25px;
	}
	.page-template-home .eighth-section h2:after {
		margin-left: 105px;
		margin-top: -85px;
	}
	.page-template-home .first-section span.black-bg {
		bottom: 5px;
	}
	iframe {
		height: 190px;
	}
	
}

@media screen and (max-width:320px){
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 40px;
	}
	span.pink-bg {
		padding: 10px 15px;
	}

	.page-template-home .first-section {
		padding-bottom: 60px;
	}
	.page-template-home .first-section .left-image {     
		position: relative;
		top: 45px;
	}
	.page-template-home .second-section .social-icons img {
		width: 50px;
	}
	.page-template-home .second-section .bottom-img {
		margin-top: 50px;
	} 
	.page-template-home .sixth-section .box {
        padding: 30px 20px;
    }
	.page-template-home .third-section h2:after {
		margin-left: 85px;
		margin-top: -35px;
	}
	.page-template-home .eighth-section h2:after {
		margin-left: 95px;
	}
	.page-template-home .first-section .left-image {
		position: relative;
		top: 50px;
	}
	.depicter-arrow-layer .depicter-layer {
		margin-top: 60px;
	}
	a.second-cta.btn {
		width: 100%;
		padding: 15px 0px;
	}
	.page-template-home .first-section .right-image, .page-template-home .first-section .left-image {
		margin-top: 0px;
	}
}

/* Animation */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in-animation {
  opacity: 1;
}

.page-template-home .sixth-section .contact_us_form button[type="submit"]:hover, .wpcf7-form-control:hover, .cta-btn a:hover, li.first-cta a:hover, button:not(.tns-controls>button):hover {
    /*background: linear-gradient(90deg, #ff81a1, #6136ff) !important;*/
    background: #ffffff !important;
    color: #67ebcd !important;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

li.first-cta a:hover,.third-cta.btn:hover, a.first-cta.btn:hover {
    color: #ffffff;
}
._error._below {
    position: inherit !important;
    max-width: 500px;
    margin: auto;
}
/* FOOTER COOKIE POLICY */
#cookiePopup {
  position: sticky;
  bottom: 0;
  justify-content: space-around;
  background: #44C4A3;
  z-index: 99999;
  align-items: center;
}
.cookie-cta {
  background: #6136FF;
  color: #ffffff !important;
  padding: 10px 10px 10px 10px;
}

.jkl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width:748px){
	.jkl {
		display: flex;
		flex-direction: column;
		padding: 15px;
        text-align: center;
	}
	.hkkjg {
		width: 100% !important;
	}
}
/* footer */
.entry-header {
	margin-top: -165px;
  margin-bottom: 50px;
  background: url(/wp-content/themes/social-shifter/assets/violet-background.png);
  padding: 153px 0 50px 0;
  color: white;
}

.footer-data h2 {
	margin-top: 60px !important;
	font-size: 35px !important;
	margin-bottom: 10px !important;
}


.footer-data p {
	color: #575858;
}

.footer-data li {
	font-family: 'Lato';
	font-size: 18px;
    font-weight: 600;
	color: #575858;
}

.footer-data  th, td {
      border: 1px solid black;
      padding: 8px;
      text-align: left;
    }

.footer-data span {
	font-family: 'Lato';
}

.footer-data td {
	font-family: 'Lato';
}

.hkkjg {
	font-size: 19px !important;
	width: 80%;
	color: white;
}

p.hkkjg>a{
	color: black;
}

/* 404 page */
.post-404 .entry-content {
    padding: 50px 20px;
    text-align: center;
    margin-bottom: 100px;
}

/* Error Message on checkbox */
._error-inner._no_arrow._below {
    position: inherit !important;
    max-width: 500px;
    margin: auto;
}
._row._checkbox-radio {
    max-width: 500px;
    margin: auto;
}

._form_element._x95458504._full_width ._error-inner._no_arrow:before {
    content: 'To subscribe, you must agree to the Terms & Conditions and Privacy Policy. Please check the box to proceed.';
    font-size: 14px;
}
._form_element._x95458504._full_width ._error-inner._no_arrow {
    font-size: 0px !important;
}

._form_element._x64357733._full_width ._error-inner._no_arrow._below:before {
    content: 'To become a partner, you must agree to the Terms & Conditions and Privacy Policy. Please check the box to proceed.';
    font-size: 14px;
}
._form_element._x64357733._full_width ._error-inner._no_arrow._below {
    font-size: 0px !important;
}

._form_element._x08588825._full_width ._error-inner._no_arrow._below:before {
    content: 'To become a partner, you must agree to the Terms & Conditions and Privacy Policy. Please check the box to proceed.';
    font-size: 14px;
}

._form_element._x08588825._full_width ._error-inner._no_arrow._below {
    font-size: 0px !important;
}

#charMessage, #charCount {
    font-family: 'Lato';
    font-weight: 700;
}

#charMessage{
    color: #ff0000;
}

#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px #000000;
}
button#back-to-top-btn img {
    transform: rotate(180deg);
}

@media (min-width: 860px){
	.display-smsall-ft-p{
		display: none;
	}
	.display-large-ft-p{
		color: #ffffffc9;
    font-weight: 300;
    margin-top: 25px;
		font-size: 16px;
	}
}
@media (max-width: 859px){
	
	.display-smsall-ft-p{
		color: #ffffffc9;
        font-weight: 300;
        margin-top: 25px;
		font-size: 16px;
	}
}

@media (max-width: 680px){
   .klsdhslj>img {
     width: 93px !important;
    }	
}

.podcast .page-template-home .seventh-section{
    background-image: url(https://dev.socialshifters.co/wp-content/uploads/2024/03/Bg-podcast.png) !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 20px 130px 20px;
    position: relative;
    margin-top: 0px;
}

.podcast .page-template-home .seventh-section .podcast-url {
    margin-top: -40px;
}

.podcast .page-template-home .seventh-section .container .play {
   margin-right: -20px;
}

.podcast .page-template-home .seventh-section .social-links {
    align-items: center;
}
.podcast .page-template-home .seventh-section .social-links img {
    width: 140px;
}


.podcast .page-template-home .seventh-section span.black-bg {
    clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 95%);
    bottom: 0px !important;
    top: 0px;
    padding: 0 0 0 11px !important;
    line-height: normal;
}
.podcast {
    margin-bottom: -45px;
}

.sponsor .page-template-home .sponsor-logo {
    background-image: url(https://dev.socialshifters.co/wp-content/uploads/2024/04/Frame-39632.svg);
     background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 20px 130px 20px;
    position: relative;
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.sponsor-description {
    margin-bottom: 80px;
}
.sponsor-description p {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin: 80px 0;
    }
    .sponsor .cta-btn{
        text-align: center;
        margin-bottom: 80px;
    }
    .sponsor .cta-btn .cta-btn-spns.btn{
        background: #6136FF;
    color: #ffffff !important;
    padding: 15px 40px 15px 40px;
    }
.sponsor .image-with-sponsor {
    display: flex;
    justify-content: center;
}

.quote h1 {
    padding: 10px 15px 5px 15px;
    background-color: #000000;
    color: #ffffff;
    display: inherit;
    width: fit-content;
    /* margin: auto; */
    /* margin-bottom: 50px; */
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 94%);
    position: relative;
    bottom: 10px;
    line-height: .9;
}

.quote .quote-para p{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.quote .quote-para p span{
    font-size: 32px;
}

.dhfg a{
    text-decoration: none;
}
.dhfg {
    display: flex;
    gap: 20px
}

.dhfg a img{
    width: 40px;
}
.participant-social {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.participant-social p{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.sponsor .page-template-home .sponsor-logo img{
    width: 330px;
}
.dkfla {
    display: flex;
    flex: none !important;
    gap: 10px;
    align-items: center;
    /*margin-bottom: 10px;*/
    }
    .reset {
    width: 100px;
    background: #e5243b;
    padding: 5px;
    font-family: 'Lato';
    font-weight: 600;
    color: white;
    cursor: pointer;
    }
    
 
@media (min-width: 768px){
    .slkala .participant-image{
        display: none;
    }
}
@media (max-width: 767px){
.dhfg {
    display: flex;
    gap: 20px
}

.dhfg a img{
    width: 40px;
}
.participant-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.participant-social p{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
    .quote h1 {
        margin: auto;
        margin-top: 60px;
        font-size: 40px;
    }
    .quote .quote-para p{
    font-size: 20px;
    text-align: center;
}
.quote .quote-para p span{
    font-size: 20px;
    text-align: center;
}
   .podcast {
     margin-bottom: -20px;
   }
 .sponsor .page-template-home .sponsor-logo {
    /*background-image: url(https://dev.socialshifters.co/wp-content/uploads/2024/03/image-2-2.png);*/
    background-size: cover;
    padding: 40px 20px;
}
.sponsor .page-template-home .sponsor-logo img{
    width: 160px;
}
    .podcast .page-template-home .seventh-section {
        padding: 80px 0px !important;
    }
    .podcast .page-template-home .seventh-section .social-links img {
        width: 68px !important;
    }
    .podcast .page-template-home .seventh-section h2 {
        font-size: 54px !important;
    }
    .podcast .page-template-home .seventh-section span.black-bg {
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 94%) !important;
    }
    .sponsor-description p {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 20px 0;
    }
    .sponsor .cta-btn{
        margin: 40px 0;
    }
    
    .dak {
        font-size: 20px !important;
    }
    .participant-details .dak:nth-child(2),
    .participant-details .dak:nth-child(4) {
        display: none !important;
    }
    
    
    .djkf {
        font-weight: normal !important;
    }
    .participant-details{
        display: flex !Important;
        gap: 10px!important;
        justify-content: normal !Important;
        flex-direction: column;
    }
    .participante .fname{
        justify-content: center;
        font-size: 50px;
        text-align: center;
    }
    .participant-intro-image{
        padding: 25px !Important;
    }
    .participant-intro{
        width: 100% !important;
        font-size: 16px !important;
        margin-bottom: 40px !important;
    }
    .hdjs>.participant-image{
        display: none;
    }
    .ptp-info{
        margin: 30px 0 !important;
    }
    .slkala {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .participant-goals{
        position: inherit !important;
        flex-direction: column;
        width: 40%;
        gap: 10px !important;
    }
    .participant-goals>.goal img{
        width: 55px !important;
    }
    .participant-goals>.goal{
        width: 100%;
    }
    .participant-goals .goal:nth-child(even){
        text-align: right !important;
    }
    .slkala .participant-image .lkjhg{
        width: 78px;
            right: -21px;
    top: -45px;
    }page-template-home
     .slkala .participant-image .jhdj{
        width: 194px;
    }
    .participant-goals .goal:nth-child(even){
        text-align: right;
    }
    
	
	
}


@media (min-width:767px){
.participant-image img:not(.lkjhg){
    transform: rotate(-2deg);
    min-width: 330px;
}
}
.participant-image .lkjhg{
    width: 175px;
    position: absolute;
    right: -85px;
    top: -115px;
    z-index: 2;
    transform: rotate(0deg) !important;
}

.participant-goals {
        position: absolute;
    bottom: -70px;
}
.goal {
    filter: drop-shadow(4px 5px 0px rgba(0, 0, 0, 1));
}
.participant-goals {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
}
.participante {
    /*background: url(https://dev.socialshifters.co/wp-content/uploads/2024/03/hsdfjd.png);*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin-top: -25px;
    justify-content: center;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
}

.participante .fname {
    text-align: left;
    display: flex;
    gap: 5px;
}


.lname {
    margin: 0 !important;
    padding: 10px 15px 0px 15px !important;
}
.example1 {
    background: #6136FF;
    color: white;
    font-size: 32px !important;
    padding: 10px;
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 94%);
    letter-spacing: normal !important;
    display: inline-block;
    text-transform: uppercase;
}

@media (min-width: 1700px){
.hjgjhg{
max-width: 1400px;
    margin: auto;
    margin-top: -25px;
}}

.hjgjhg{
    margin-top: -25px;
}

.back-btn{
 background: #44C4A3;
}
@media (min-width:220px){
    .load-more{
        max-width:220px;
        max-height:48.5px;
    }
}
@media (min-width:350px){
    .load-more{
        max-width:350px;
        max-height:52.5px;
    }
}

@media (min-width:700px){
    .load-more{
        max-width:700px;
        max-height:60.5px;
    }
}

@media (min-width:1290px){
    .load-more{
        max-width:1290px;
        max-height:84px;
    }
}

@media (min-width:1650px){
    .load-more{
        max-width:1650px;
        max-height:94px;
        padding: 45px 40px 42px 40px;
    }
}
.cky-notice-btn-wrapper button.cky-btn.cky-btn-reject {
    display: none;
}