body
{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.heading {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6
{
 font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
   color: #2d3132;
}

p, ul,ol,li
{
	 font-family: "Montserrat", sans-serif;
	font-weight: 400;
	  color: #818384;
}
.sectionpadding .row
{
	margin: 0;
	padding: 0;
}
.sectionpadding  [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.sectionpadding
{
	padding: 80px 0px;
}
.hero-section {
  padding: 35px 0px;
  background: #fff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}



.content h1 {
 
  font-size:45px;
  line-height: 1.18;
   font-family: "Playfair Display", serif;
  margin-bottom: 25px;
}

.para_sub_wrap {
  position: relative;
  display: block;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.para_sub_wrap p, .arrow-shape
{
	display: inline-block;
	vertical-align: middle;
}
.para_sub_wrap p {
 
  font-size: 18px;
  line-height: 1.45;
 font-weight: 300 !important;
  margin: 0;
  text-align: center;
}

.arrow-shape{
    position: relative;
}

.arrow-shape img{
    max-width: 90px;
    display: block;
}



.arrow-shape svg,.arrow-shape-one svg,.arrow-shape-home svg{
    width:90px;
    height:auto;
}


.arrow-path{
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
}
.arrow-path-home{
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
}

.arrow-shape.aos-animate .arrow-path {
    animation: redrawArrow 4s ease forwards;
}
.para_sub_wrap:hover .arrow-path, .arrow-shape:hover,.para_sub_wrap:hover .arrow-path-home{
    animation: redrawArrow 2s ease forwards;
}

@keyframes redrawArrow{

    0%{
        stroke-dashoffset:180;
    }

    100%{
        stroke-dashoffset:0;
    }
  }





.hero-btn {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #2d3132;
  text-decoration: none;
  padding: 8px 20px;
  border: 2px dashed #555;
  background: transparent;
 margin: 0px auto 35px auto;
 width: fit-content;
 transition: all .5s ease-in-out;
}

.hero-btn:hover {
  color: #000;
  background: #febd1c;
  border:2px solid #febd1c;
  border-radius: 10px;
}

.stats-row {
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.stat-box {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
  cursor: pointer;
  position: relative;
}
.stat-box::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #f5b51b;
    transition: 0.3s ease;
}

.stat-box:hover::before{
    animation: rotateBorder 8s linear infinite;
}

@keyframes rotateBorder{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.stat-box h2 {
 
  font-size: 35px;
  line-height: 1;
  margin: 0 0 6px;
}

.stat-box p {
  font-size: 16px;
  margin: 0;
  font-weight: 300 !important;
}
.home_video_section
{
	cursor: pointer;
}
.home_video_section img
{
	width: 100%;
}

.video-box
{
	width: 96%;
	margin: 20px auto 0px auto;
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
		transition: all .5s ease-in-out;
}
.video-box:hover .video-content
{
	
}
.video_box_image
{
	position: relative;
	transition: all .5s ease-in-out;
}
.video-box:hover .video_box_image img
{
transform: scale(1);
}
.video_box_image img
{
width: 100%;
	transform: scale(1.05);
	transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.video_box_image:after
{
	content: '';
	position: absolute;
	background: url('../images/2026/home/playbtn.png')no-repeat;
	width: 50px;
	height: 50px;
	background-size: contain;
	left: 50%;
	top:40%;
}
.video-content
{
	background: #febd1c;
	width: 100%;
	padding: 15px;
	color: #000;
	position: absolute;
	bottom: 0;
	transform: translateY(0);
	transition: all .5s cubic-bezier(.22,.61,.36,1);
	

}
.video-box:hover .video-content{
	transform: translateY(-6px);
	width: 96%;
	margin: auto;
	left: 0;right: 0;
}
.video-content h3
{
	font-size: 20px;
	font-weight: 700 !important;
	margin: 0px 0px 10px 0px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
.video-content p
{
	font-size: 12px;
	font-weight: 400 !important;
	color: #000;
	margin: 0px 0px 4px 0px;
}
.video-row
{
	width: 88%;
	margin: auto !important;

}
.video_play
{
	display: none;
	 position: relative;

}
.video_play video
{
	width: 100%;
	height: 570px;
}
.video_top_section {
    width: 100%;
}
.video_top_section video
{
    width: 100%;
    height: 100%;
}

.brands_logo_box {
    width: 200px;
    margin: 20px 0px 0px 0px;
/*    border: 1px solid #ccc;*/
    padding: 10px 20px;
/*    box-shadow: 1px 1px 10px #ccc;*/
    cursor: pointer;
  transition: .3s ease;
}
.brands_logo_box img
{
	transition: .3s ease;
}
.brands_logo_box:hover img
{
	transform: scale(1.01);
}
.blackbg
{
	background: #000;
	color: #fff;
}
.blackbg .content h1, .blackbg .content p,.blackbg p, .blackbg h2
{
	color: #fff;
}
.inner_content h3
{
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0px 0px 10px 0px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
.inner_content p
{
        font-size: 14px;
    font-weight: 400 !important;
    margin: 0px 0px 0px 0px;
}
.ideas_box
{
	text-align: center;
	color: #fff;
	width: 100%;
	margin: auto;
}
.ideas_box .idea_logo
{
	width: 80px;
	margin: 0px auto 15px auto ;
	height: 80px;
}
.idea_logo img
{
	width: 70px;
	object-fit: contain;
}

.ideas_slider_section
{
	padding: 20px 0px 20px 0px;
}
.control-grid {
    width: 100%;
    margin: 50px auto 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.control-card {
    background: #fff;
    border: 1px solid #ccc;
    padding: 25px;
    min-height: 310px;
    box-shadow: 1px 1px 10px #ccc;
    display: flex;
    align-items: center;
}



.control-card img {
    width: 100%;
    display: block;
}

.metric-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #111;
    margin: 0;
}

.metric-table th,
.metric-table td {

    border: 1px solid #333;
    padding: 15px;
    background: #fff;
    color: #000;
    text-align:left;
    font-size: 14px;
    font-weight: 400 !important;
     font-family: "Montserrat", sans-serif;
}

.metric-table th {
    font-weight: 700 !important; 
}

.insight-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.insight-icon {
    width: 64px;
    height: 64px;
    background: #f5b400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.insight-icon img {
    width: 30px;
}

.insight-card h3 {

    font-size: 25px;
    font-weight: 700 !important;
    color: #000;
    margin-bottom: 15px;
     font-family: "Montserrat", sans-serif;
}

.insight-card p {
 
    font-size: 20px;
        color: #111;
    margin-bottom: 15px;
    font-weight: 400 !important;
    line-height: 30px;

}

.insight-card p span {
    color: #f5b400;
    font-weight: 700;
    font-size: 25px;

}

.insight-card small {

    font-size: 14px;
    font-weight: 400 !important;
    color: #111;
     font-family: "Montserrat", sans-serif;
}
.platform-row {
    width: 100%;
    margin: 50px auto 0 !important;
    
}
.platform-row .col-md-6
{
	padding: 15px;
}
.platform-card {
    background: #fff;
    border: 1px solid #ccc;
    min-height: 180px;
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 20px;
    width: 100%;
     box-shadow:0 4px 12px rgba(0,0,0,0.08);

    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        box-shadow .45s cubic-bezier(.22,.61,.36,1);
}
.platform-card:hover
{
transform: translateY(-10px);
box-shadow:
        0 18px 40px rgba(0,0,0,0.14),
        0 8px 18px rgba(0,0,0,0.08);
}
.platform-icon {
    flex: 0 0 60px;
}

.platform-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.video-row
{
	width: 85%;
	margin: auto !important;
}

.creator-row{
    width:100%;
    margin:50px auto 0 !important;
    row-gap:30px;
}

.creator-card{
    position:relative;
    overflow:hidden;
    background:#fff;
    cursor: pointer;
     transition:all .5s cubic-bezier(.22,.61,.36,1);
}

.creator-video-wrap{
    position:relative;
    overflow:hidden;
}
.creator-card-img
{
	position: relative;
}
.creator-card-img img
{
	width:100%;
    display:block;
overflow: hidden;
    transform:scale(1.06);
    transition:transform .8s cubic-bezier(.22,.61,.36,1);

}

.creator-video-wrap{
    display:none;
}

.creator-video{
    width:100%;
    display:block;
}

.creator-card{
    cursor:pointer;
    position:relative;
}

.creator-content
{
	position: absolute;
	bottom: 10px;
	background: #fff;
	padding: 10px;
	width: 96%;
	display: block;
	color: #000;
	margin: auto;
	left:0;
	right: 0;
	z-index: 10;
	z-index:10;

    transform:translateY(0);
    transition:
        transform .45s cubic-bezier(.22,.61,.36,1),
        box-shadow .45s ease,
        background .45s ease;
}

.creator-card:hover .creator-card-img img{
    transform:scale(1);
}

.creator-card:hover .creator-content{
    transform:translateY(-8px);
    background: #febd1c;

    box-shadow:
        0 14px 30px rgba(0,0,0,0.12),
        0 6px 12px rgba(0,0,0,0.08);
}

.creator-card:hover{
    transform:translateY(-10px);
}
.creator-card:hover .creator-content h3,
.creator-card:hover .creator-content p{
    transform:translateY(-2px);
}
.creator-content h3,.creator-content p
{
	 transition:all .4s ease;
}

a.hover
{
	color: inherit !important;
}
a.creator-content h3
{
	    font-size: 18px;
    font-weight: 700 !important;
    margin: 0px 0px 10px 0px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
a.creator-content p {
    font-size: 14px;
    font-weight: 600 !important;
    color: #febd1c;
    margin: 0px 0px 0px 0px;
}
.creator-card:hover .creator-content h3 span,.creator-card:hover .creator-content p
{
    color: #000;
}
a.creator-content h3 span
{
	text-align: right;
	color: #febd1c;
	font-size: 12px;
    float: right;
    padding-top: 4px;
}
.creator-card-img:after
{
	content: '';
	position: absolute;
	background: url('../images/2026/home/playbtn.png')no-repeat;
	width: 50px;
	height: 50px;
	background-size: contain;
	left: 50%;
	top:40%;
}
.brands-head span
{
	font-size: 20px;
    line-height: 1.45;
    font-weight: 300 !important;
    margin: 0;
text-align: left;
}
.brand-card {
    min-height: 140px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px #ccc;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.brand-icon {
    flex: 0 0 55px;
}

.brand-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.sectionpadding .slick-slide
{
	margin: 0px 10px;
}
.blueprint-wrap {
    width: 100%;
    margin:50px auto 0;
    position: relative;
}

.blueprint-line {
    position: absolute;
    left: 30px;
    top: 22px;
    bottom: 115px;
    width: 1px;
    background: #1d1d1d;
}

.blueprint-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 20px;
}

.blueprint-icon {
    width: 54px;
    height: 54px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-left: 3px;
}


.blueprint-card {
    flex: 1;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px #ccc;
    padding: 15px;
    min-height: 130px;
}

.blueprint-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.blueprint-top span {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #777;
}

.blueprint-top strong {
    margin-left: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #f5b400;
    font-weight: 700 !important;
}

.tag {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 18px;
    border: 1px dashed;
    background: #fff;
}

.tag.red {
    color: #ff3b30;
    border-color: #ff3b30;
}

.tag.yellow {
    color: #f5b400;
    border-color: #f5b400;
}

.tag.green {
    color: #2dbf64;
    border-color: #2dbf64;
}

.blueprint-card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    color: #111;
    margin-bottom: 12px;
}

.blueprint-card p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #818384;
    margin: 0;
    font-weight: 400 !important;
}

.trajectory-box {
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

.trajectory-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.trajectory-head h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    color: #777;
    margin: 0;
}

.trajectory-head span {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #f5b400;
    font-weight: 700 !important;
}

.progress-track {
    width: 100%;
    height: 13px;
    background: #d9d9d9;
    border-radius: 20px;
    overflow: hidden;
}

.progress-fill {
    width: 49%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, #ff2b1f 0%, #f5b400 45%, #1d8b27 100%);
}

.month-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.month-labels span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #777;
}
.testimonial-row {
   margin: 20px auto !important;
}

.testimonial-card {
    min-height: 150px;
    border: 1px solid #f5b400;
    padding: 50px 30px;
    position: relative;

}

.quote-icon {
      position: absolute;
    top: 0px;
    right: auto;
    left: 0px;
    width: 40px;
   
}

.testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #dcdcdc;
    margin: 0px 0px 25px 0px;
        text-align: center;
}

.testimonial-card h4 {
    font-size: 16px;
    font-weight: 700 !important;
    color: #fff;
    margin: 0 0 6px;
}

.testimonial-card span {
    font-size: 14px;
    color: #cfcfcf;
}



.case-card {
    display: block;
    min-height: 140px;
    border: 1px solid #f5b400;
    padding: 15px;
    text-decoration: none;
    background: transparent;
}

.case-card span {
    display: block;
    font-size: 13px;
    font-weight: 700 !important;
    color: #f5b400;
    margin-bottom: 24px;
}

.case-card h3 {
    font-size: 18px;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 8px;
}

.case-card p {
    font-size: 14px;
    color: #dcdcdc;
    margin: 0;
}

.case-card:hover {
    background: #f5b400;
}

.case-card:hover span,
.case-card:hover h3,
.case-card:hover p {
    color: #000;
}

.creator-tabs {
    gap: 28px;
    margin-bottom: 65px;
}

.creator-tabs .nav-link {
    border: 0;
    background: transparent;
    padding: 0 0 10px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid transparent;
    font-weight: 700;
}

.creator-tabs .nav-link.active {
    color: #fff;
    border-bottom-color: #fff;
}

.creator-tab-content {
    width: 100%;
    margin: 40px auto 20px auto;
}

.creator-box {
    position: relative;
    height: 330px;
    overflow: hidden;
    background: #222;
}

.creator-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.creator-hover {
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.creator-box:hover .creator-hover {
    opacity: 1;
    visibility: visible;
}

.share-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    background: #f5b400;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.share-btn i {
    font-size: 22px;
    transform: rotate(0deg);
}

.creator-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.creator-info p {
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
}

.insta-link {
    display: block;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700 !important;
    color: #111;
    text-decoration: none;
    margin-bottom: 30px;
}

.insta-link img {
    width: 22px;
    height: 22px;
}

.view-btn {
    display: inline-block;
    background: #f5b400;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    text-decoration: none;
}

.view-btn:hover {
    background: #111;
    color: #fff;
}
.creator-tabs
{
	margin: 30px auto;
}
.testimonial-row,.case-row,.contact_form_section
{
	width: 85%;
	margin: auto !important;
}
.testimonial-row .col-sm-6,.case-row .col-sm-4
{
	padding: 15px !important;
}
.contact_form_section .col-md-6,.contact_form_section .col-md-12
{
	padding: 15px !important;
}
.contact_form_section input[type="text"],.contact_form_section select {
    background: #fff;
    color: #5b5b5b;
    padding: 15px;
}
.btn-submit-home
{
cursor: pointer;
    color: #000;
    font-weight: 700 !important;
    background: #febd1c;
    padding: 10px 40px !important;
    border: 0;
    transition: 0.2s all;
}
.btn-submit-home:hover
{
	background: #000;
	color: #fff;

}
.home_video_section
{
	position: relative;
	width: 100%;
}
.video_top
{
	position: absolute;
	top:-1px;
	width: 100%;
	overflow: hidden;
	z-index: 10;
	
}
.blackbg h3,.blackbg h4, .blackbg h5,.blackbg h6
{
color: #fff;
}
.blackbg .slick-dots li button:before
{
	color: #fff;
}
.creator-info h3
{
	color: #000;
	font-weight: 700 !important;
	font-size: 18px;
}
.case-row {
    margin-top: 30px !important;
}
.arrow-shape-two svg{
    width:90px;
    height:auto;
    overflow:visible;
}

.arrow-path-two{
    fill:none;
    stroke:#fff;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;

    stroke-dasharray:180;
    stroke-dashoffset:180;
}

.arrow-shape-two.aos-animate .arrow-path-two{
    animation:drawArrowTwo 3s ease forwards;
}
.arrow-shape-two:hover .arrow-path-two{
    animation:none;
    stroke-dashoffset:180;

    animation:drawArrowTwo 1.2s ease forwards;
}

@keyframes drawArrowTwo{

    0%{
        stroke-dashoffset:180;
    }

    100%{
        stroke-dashoffset:0;
    }
}

section.brands_section.sectionpadding,section.creator-platform-section.sectionpadding,
section.creator-ecosystem-section.sectionpadding,section.brand-blueprint-section.sectionpadding
 {
    padding-top: 30px;
}


@media (min-width: 1200px) and (max-width: 1430px)
{


}

@media (min-width: 993px) and (max-width: 1199px)
{


}

@media (min-width: 768px) and (max-width: 992px)
{


}
@media screen and (max-width: 768px) {

.content h1
{
	font-size: 25px;
	margin-bottom: 15px;
}
.para_sub_wrap p
{
	font-size: 14px;
}
.hero-btn
{
	font-size: 18px;
	padding: 8px;
}
.stats-row
{
	gap: 10px;
}
.stat-box
{
	width: 100px;
	height: 100px;
}
.stat-box h2
{
	font-size: 20px;
}
.stat-box p
{
	font-size: 12px;
}
.video_play video
{
	width: 100%;
	height: 100%;
}
.video-row
{
	width: 100%;
}
.video-box
{
	margin: 5px auto;
}
.control-grid
{
	margin: 20px auto 0px auto;
	width: 100%;
	display: block;
}
.control-card
{
	padding: 10px;
	height: auto;
	margin: 20px auto;
	min-height: 180px;
}
.platform-card
{
	padding: 10px;
	gap: 15px;
	height: auto;
	min-height: auto;
	transition: all .5s ease-in-out;
}



.video-content
{
	position: relative;
}
.video-box
{
	width: 100%;
}
.insight-card p
{
	font-size: 16px;
	line-height: initial;
}
.insight-card p span
{
	font-size: 20px;
}
.platform-row
{
	margin: 20px auto 0px auto !!important;
}
.platform-row .col-md-6
{
	padding: 10px;
}
.platform-icon img
{
	width: 50px;
	height: 50px;
}
.creator-row {
    width: 100%;
    margin: 20px auto 0px auto !important;
    row-gap: 0;
}
.row.creator-row .col-sm-4
{
	padding: 10px;
}
.creator-tabs{
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
    padding-bottom: 10px;
    gap: 0;

}

 .creator-tabs .nav-link {
        white-space: nowrap;
        padding: 0px 15px !important;
        margin: 0px !important;
        text-align: center;

 }
.creator-tabs .nav-link
{
	font-size: 16px;
}
.creator-tabs {
    margin: 30px auto 0px auto;
}
.creator-tab-content {
    width: 100%;
    margin: 20px auto 20px auto;
}
.creator-box
{
	height: 230px;
}
.view-btn
{
	width: 98%;
	margin: auto;
	display: block;
	padding: 8px 5px;
}
.blueprint-item
{
	gap: 10px;
}
.testimonial-row, .case-row, .contact_form_section
{
	width: 90%;
}
.testimonial-row
{
	margin: 20px auto 50px auto !important;
}
.tag
{
	font-size: 11px;
}
.blueprint-icon
{
	width: 50px;
	height: 50px;
}
.blueprint-card
{
	padding: 10px;
}
.contact_form_section .col-md-6, .contact_form_section .col-md-12 {
    padding: 0px !important;
}
.btn-submit-home
{
	margin: 20px auto;
	display: block !important;
}
.quote-icon
{
	top:0;
}
.testimonial-card
{
	padding: 30px 20px;
}
.slick-dots {
    margin: 10px 0px 0px 0px !important;
}
.brand-card
{
	min-height: 160px;
}
section.brands_section.sectionpadding,section.creator-platform-section.sectionpadding,
section.creator-ecosystem-section.sectionpadding,section.brand-blueprint-section.sectionpadding
 {
    padding-top: 0px;
}
.metric-table th, .metric-table td
{
	padding: 5px;
}
.insight-icon
{
	width: 50px;
	height: 50px;
		margin-bottom: 10px;
}
.insight-card h3
{
	font-size: 18px;
	margin-bottom: 10px;
}
.brands_logo_box
{
	margin: 10px auto 0px auto;
    width: 150px;
}
.ideas_box
{
	padding-bottom: 15px;
}
.sectionpadding {
    padding: 50px 0px;
}
.ideas_box .idea_logo
{
	width: 60px;
	height: 60px;
}
.ideas_box .idea_logo img
{
	width: 50px;height: auto;object-fit: contain;display: block;
	margin: auto;
}
.platform-row {
    width: 100%;
    margin: 30px auto 0 !important;
}
a.creator-content h3 span
{
    font-size: 10px;
}
a.creator-content h3
{
    font-size: 16px;
}
}