.hero-widget {
position: relative;
display: flex;
flex-direction: column;
gap: 72px;
}
.hero-widget p,
.hero-widget h1,
.hero-widget h2,
.hero-widget h3,
.hero-widget h4,
.hero-widget h5,
.hero-widget h6 {
margin: 0;
}
.hero-widget .hero-gradient {
position: absolute;
top: 0;
right: 0;
height: auto;
z-index: -1;
}
.hero-widget .hero-principal {
display: flex;
flex-direction: column;
gap: 40px;
}
.hero-widget.type-gradient .headings{
display: flex;
flex-direction: column;
gap: 16px;
}
.hero-widget.type-gradient .subheading {
color: var(--Gray-Gray-600, #999);
font-size: 16px;
font-weight: 700;
}
.hero-widget.type-gradient .subheading a {
font-family: "Hanken Grotesk", sans-serif;
color: var(--Default-White, #FFF);
font-weight: 700;
} .hero-widget.type-seo-title .headings {
display: flex;
flex-direction: column;
gap: 0;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-title {
color: white;
font-family: Urbanist, sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.hero-widget .hero-subtitle {
color: #DDD;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.hero-widget .hero-buttons {
display: flex;
gap: 24px;
}
.hero-widget .hero-buttons a {
padding: 12px 32px;
border-radius: 27px;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
.hero-widget .primary-button {
color: black;
background: #FFC432;
transition: 0.5s;
}
.hero-widget .primary-button:hover {
color: black;
background: #25B1E1;
}
.hero-widget .secondary-button {
color: #FFC432;
border: 1px solid #FFC432;
transition: 0.5s;
}
.hero-widget .secondary-button:hover {
color: #25B1E1;
border: 1px solid #25B1E1;
} .hero-widget.type-homepage .hero-title {
width: 849px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 558px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: -120px;
width: 550px;
z-index: -1;
} .hero-widget.type-blog .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-blog .hero-principal .breadcrumbs {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-blog .hero-principal .breadcrumbs a {
color: white;
font-weight: 700;
}
.hero-widget.type-blog .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-blog .date {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px 12px 12px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-blog .date a {
color: white;
text-decoration: underline;
text-decoration-color: grey;
text-underline-offset: 10px;
transition: 0.3s;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .date .logo{
width: 40px;
height: 40px;
padding: 7px;
background-color: black;
border-radius: 50%;
}
.hero-widget.type-blog .date .logo img {
height: -webkit-fill-available;
width: -webkit-fill-available;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.hero-widget.type-blog .comments-quntity {
display: flex;
flex-direction: row;
gap: 12px;
align-self: center;
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.hero-widget.type-blog img.blog-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-blog .description{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-blog .description h2{
color: var(--Gray-Gray-700, #DDD);
text-align: center;
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-download .hero-principal{
display: flex;
flex-direction: column;
gap: 24px;
text-align: center;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download {
display: flex;
flex-direction: row;
gap: 8px;
align-self: center;
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 150%; 
}
.hero-widget.type-download .hero-principal .breadcrumbs-download a {
color: white;
font-weight: 700;
}
.hero-widget.type-download .hero-principal h1 {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.hero-widget.type-download .date-download {
background: var(--Gray-Gray-100, #161616);
padding: 12px 24px;
border-radius: 32px;
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
justify-content: center;
width: fit-content;
align-self: center;
font-weight: 400;
font-size: 16px;
color: var(--Gray-Gray-500, #606060);
}
.hero-widget.type-download img.download-featured-img {
border-radius: 12px;
background: linear-gradient(0deg, #000 0%, #000 100%), url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/hero/<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: overlay, normal;
aspect-ratio: 16 / 9;
object-fit: cover;
width: 100%;
height: auto;
}
.hero-widget.type-download .description-download{
margin-top: 24px;
width: 946px;
align-self: center;
}
.hero-widget.type-download .description-download h2{
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
} .hero-widget.type-image {
display: flex;
flex-direction: row;
gap: 24px;
}
.hero-widget.type-image .hero-subtitle {
width: 558px;
}
.hero-widget.type-image .image-contenetor{
line-height: 0;
}
.hero-widget.type-image.right .hero-principal{
width: calc(100% - 461px);
}
.hero-widget.type-image.right .image-contenetor {
position: relative;
width: 461px;
height: 461px;
line-height: 0;
}
.hero-widget.type-image.right .image-contenetor .hero-image {
width: 100%;
height: auto;
aspect-ratio: 1;
border-radius: 27px;
object-fit: cover;
object-position: center;
}
.hero-widget.type-image.right .image-contenetor .miscelany {
position: absolute;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
width: 75px;
top: 0;
left: -45px;
z-index: -1;
filter: blur(8px);
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 100px;
bottom: 0;
right: -45px;
z-index: 1;
filter: blur(4px);
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
} .hero-widget.type-image.background .image-contenetor .miscelany {
display: none;
}
.hero-widget.type-image.background .hero-principal{
width: 100%;
}
.hero-widget.type-image.background .image-contenetor {
position: absolute;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-homepage .desktop-image{
display:block;
} .hero-widget.type-capability {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 560px;
gap: 36px;
padding-top: 24px;
}
.hero-widget.type-capability .image-wrapper {
position: absolute;
top: 24px;
right: 0;
bottom: 0;
left: 0;
border-radius: 300px 27px 27px 300px;
z-index: 1;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper::before {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
mix-blend-mode: luminosity;
opacity: 0.55;
border-radius: inherit;
z-index: 2;
pointer-events: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
position: absolute;
top: 0;
right: 0;
width: 75.087%;
height: 100%;
object-fit: cover;
object-position: right center;
border-radius: inherit;
}
.hero-widget.type-capability .hero-principal {
position: relative;
z-index: 3;
width: 900px;
max-width: 100%;
gap: 36px;
}
.hero-widget.type-capability .hero-subtitle {
max-width: 530px;
}
.hero-widget.type-capability .headings {
display: flex;
flex-direction: column;
gap: 12px;
}
.hero-widget.type-capability .subheading {
color: #909090;
font-family: "Hanken Grotesk", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
@keyframes miscelanyTopMove {
from { transform: translateY(0); }
to   { transform: translateY(30px); }
}
@keyframes miscelanyBottomMove {
from { transform: translateY(0); }
to   { transform: translateY(-30px); }
}
@media (max-width: 1200px) and (min-width: 768px) {
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-homepage {
margin-bottom: 60px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
right: 0;
top: 70px;
width: 100%;
z-index: -1;
}
.hero-widget.type-homepage .hero-tablet-image{
display:block;
}
.hero-widget.type-homepage .hero-mobile-image{
display:none;
}
.hero-widget.type-image.right .hero-principal {
width: 50%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
word-break: break-all;
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 50%;
height: fit-content;
aspect-ratio: 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 86px;
bottom: -90px;
right: 0px;
}
.hero-widget.type-download .description-download {
width: 100%;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding-top: 0;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 1140 / 560;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
}
@media (max-width: 768px) {
.hero-widget {
gap: 50px;
}
.hero-widget .hero-principal {
gap: 32px;
}
.hero-widget.type-homepage {
margin-bottom: 300px;
}
.hero-widget.type-homepage .hero-principal {
width: auto;
}
.hero-widget .hero-button {
padding: 8px 20px !important;
font-size: 16px !important;
}
.hero-widget .hero-buttons a {
padding: 8px 20px;
font-size: 16px;
}
.hero-widget.type-homepage .hero-subtitle {
width: 100%;
}
.hero-widget .hero-title{
word-break: normal;
overflow-wrap: anywhere;
}
.hero-widget.type-homepage .hero-title {
width: 100%;
}
.hero-widget.type-seo-title .headings h1,
.hero-widget.type-seo-title .headings h2 {
font-size: 40px;
}
.hero-widget.type-homepage .image-wrapper {
position: absolute;
width: 100%;
top: 151px;
}
.hero-widget.type-homepage .hero-tablet-image{
display:none;
}
.hero-widget.type-homepage .hero-mobile-image{
display:block;
}
.hero-widget.type-homepage .desktop-image{
display:none;
}
.hero-widget.type-blog .hero-principal .breadcrumbs{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-blog .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-blog .date{
padding: 8px 12px 8px 8px;
font-size: 14px;
}
.hero-widget.type-blog .date .logo {
width: 24px;
height: 24px;
padding: 4px;
}
.hero-widget.type-blog .date a {
text-decoration-color: white;
text-underline-offset: 6px;
}
.hero-widget.type-blog .date a:hover {
text-decoration-color: white;
transition: 0.3s;
}
.hero-widget.type-blog .comments-quntity{
font-size: 14px;
}
.hero-widget.type-blog .description{
width: 100%;
}
.hero-widget.type-blog .description h2{
font-size: 18px;
}
.hero-widget.type-download .hero-principal .breadcrumbs-download{
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hero-widget.type-download .hero-principal h1{
font-size: 30px;
}
.hero-widget.type-download .date-download{
padding: 8px 16px;
font-size: 14px;
}
.hero-widget.type-download .description-download{
width: 100%;
}
.hero-widget.type-download .description-download h2{
font-size: 18px;
}
.hero-widget.type-image{
flex-direction: column;
gap: 48px;
}
.hero-widget.type-image.right .hero-principal {
width: 100%;
}
.hero-widget.type-image .hero-subtitle {
width: 100%;
}
.hero-widget.type-image.right .image-contenetor {
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
}
.hero-widget.type-image.right .image-contenetor .miscelany.top {
top: -48px;
left: 24px;
width: 48px;
animation: miscelanyTopMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-image.right .image-contenetor .miscelany.bottom {
width: 60px;
bottom: -48px;
right: 16px;
animation: miscelanyBottomMove 2s infinite alternate ease-in-out;
}
.hero-widget.type-capability {
min-height: 0;
gap: 32px;
padding: 0 16px;
}
.hero-widget.type-capability .image-wrapper {
position: relative;
inset: auto;
width: 100%;
aspect-ratio: 421 / 275;
}
.hero-widget.type-capability .image-wrapper::before {
display: none;
}
.hero-widget.type-capability .image-wrapper .capability-hero-image {
width: 100%;
}
.hero-widget.type-capability .hero-principal {
width: 100%;
}
.hero-widget.type-capability .subheading {
font-size: 16px;
}
.hero-widget.type-capability .hero-title {
font-size: 32px;
line-height: 115%;
}
.hero-widget.type-capability .hero-subtitle {
font-size: 16px;
max-width: 100%;
}
}.cards-blocks-wrapper {
gap: 96px;
display: flex;
flex-direction: column;
}
.cards-blocks-main-title {
display: flex;
gap: 10px;
}
.cards-blocks-main-title .cards-blocks-main-title-text {
all: unset;
font-family: "Urbanist", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 80px;
line-height: 115%;
letter-spacing: 0px;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
display: block;
}
.cards-blocks-carousel {
position: relative;
overflow: hidden;
}
.cards-blocks-carousel .swiper {
overflow: visible;
padding-bottom: 40px;
}
.cards-blocks-carousel .swiper-slide {
width: 364px !important; flex-shrink: 0;
}
.cards-blocks-container {
display: flex;
flex-direction: column;
gap: 20px;
}
.cards-blocks-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
overflow-x: hidden;
align-items: stretch;
}
.cards-blocks-item {
flex: 0 0 auto;
box-sizing: border-box;
}
.cards-blocks-item {
flex: 0 0 auto;
}
.cards-blocks-content {
margin-bottom: 24px;
text-align: center;
font-size: 18px;
}
.cards-blocks-item-inner {
width: 100%;
height: 100%;
padding: 48px 48px 40px 48px;
border-radius: 24px;
background-color: #161616;
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 10px;
text-align: start;
box-sizing: border-box;
}
.cards-blocks-row.cards-cols-1 .cards-blocks-item {
width: 100%;
}
.cards-blocks-row.cards-cols-2 .cards-blocks-item {
width: calc(50% - 10px);
}
.cards-blocks-row.cards-cols-3 .cards-blocks-item {
width: calc(33.333% - 13.33px);
}
.cards-blocks-icon .card-icon {
width: 40.88px;
height: 52.23px;
}
.cards-blocks-row.no-wrap-row {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
gap: 20px;
}
.cards-blocks-icon {
display: flex;
align-items: start;
flex-shrink: 0;
}
.cards-blocks-title-wrapper,
.cards-blocks-content-wrapper {
display: flex;
align-items: start;
flex-direction: column;
justify-content: flex-start;
}
.cards-blocks-title-wrapper {
margin-bottom: 1rem;
}
.cards-blocks-title-wrapper .cards-blocks-title {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 700;
font-size: 36px;
line-height: 120%;
letter-spacing: 0;
color: #ffffff;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
margin: 0;
}
.cards-blocks-title-wrapper .cards-blocks-subtitle {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-size: 36px;
line-height: 120%;
letter-spacing: 0;
min-height: 43px;
margin: 0;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
color: #999999;
}
.cards-blocks-content-wrapper .cards-blocks-content {
font-family: "Hanken Grotesk", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 150%;
letter-spacing: 0;
color: #6b6b6b;
margin-bottom: 16px;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
}
.cards-blocks-item {
flex: 1 1 0;
display: flex;
}
.cards-blocks-header {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 36px;
}
.cards-blocks-read-more-wrapper {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}
.cards-blocks-item-inner:hover .cards-blocks-read-more-wrapper {
opacity: 1;
visibility: visible;
}
.cards-blocks-read-more-wrapper .cards-blocks-read-more {
display: inline-block;
font-weight: 700;
color: #ffc100;
text-decoration: underline;
text-underline-offset: 10px;
font-size: 20px;
transition: all 0.3s ease;
}
.cards-blocks-read-more-wrapper .cards-blocks-read-more:hover {
color: var(--Color-Palette-Yellow-Yellow-500, #00cfff);
}
@media (max-width: 1200px) and (min-width: 756px) {
.cards-blocks-title-wrapper {
margin-bottom: 0;
min-height: 0;
align-self: center;
width: 100%;
}
.cards-blocks-content-wrapper {
min-height: 25px;
}
.cards-blocks-header .card-icon {
flex-shrink: 0;
width: 30.66px;
height: 39.17px;
display: block;
}
.cards-blocks-header {
flex-direction: row;
align-items: start;
display: flex;
justify-content: flex-start;
width: 100%;
gap: 16px;
}
.cards-blocks-title-wrapper .cards-blocks-title,
.cards-blocks-title-wrapper .cards-blocks-subtitle,
.cards-blocks-content-wrapper .cards-blocks-content {
max-width: 100%;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.cards-blocks-title-wrapper .cards-blocks-title {
font-size: 22px;
}
.cards-blocks-content-wrapper .cards-blocks-content {
font-size: 16px;
}
.cards-blocks-title-wrapper .cards-blocks-subtitle {
font-size: 24px;
}
.cards-blocks-row {
flex-direction: column;
flex-wrap: nowrap;
}
.cards-blocks-row.cards-cols-2 .cards-blocks-item,
.cards-blocks-row.cards-cols-3 .cards-blocks-item,
.cards-blocks-row.cards-cols-1 .cards-blocks-item {
width: 100%;
}
.cards-blocks-wrapper {
gap: 48px;
padding: 0 5px 0 5px;
}
.cards-blocks-main-title {
display: flex;
gap: 10px;
}
.cards-blocks-read-more-wrapper {
opacity: 1;
visibility: visible;
}
.cards-blocks-read-more {
opacity: 1;
text-decoration: underline;
text-underline-offset: 10px;
}
}
@media (max-width: 768px) {
.cards-blocks-title-wrapper {
margin-bottom: 0;
min-height: 0;
width: 100%;
gap: 16px;
}
.cards-blocks-content-wrapper {
min-height: 25px;
}
.cards-blocks-header .card-icon {
flex-shrink: 0;
width: 30.66px;
height: 39.17px;
display: block;
}
.cards-blocks-header {
flex-direction: column;
width: 100%;
gap: 20px;
}
.cards-blocks-title-wrapper .cards-blocks-title,
.cards-blocks-title-wrapper .cards-blocks-subtitle,
.cards-blocks-content-wrapper .cards-blocks-content {
max-width: 100%;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.cards-blocks-title-wrapper .cards-blocks-title {
font-size: 20px;
}
.cards-blocks-content-wrapper .cards-blocks-content {
font-size: 16px;
}
.cards-blocks-title-wrapper .cards-blocks-subtitle {
font-size: 16px;
}
.cards-blocks-row {
flex-direction: column;
flex-wrap: nowrap;
}
.cards-blocks-row.cards-cols-2 .cards-blocks-item,
.cards-blocks-row.cards-cols-3 .cards-blocks-item,
.cards-blocks-row.cards-cols-1 .cards-blocks-item {
width: 100%;
}
.cards-blocks-wrapper {
gap: 48px;
padding: 0 5px 0 5px;
}
.cards-blocks-main-title {
display: flex;
gap: 10px;
}
.cards-blocks-main-title .cards-blocks-main-title-text {
font-family: "Urbanist", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 32px;
line-height: 115%;
letter-spacing: 0px;
color: #dddddd;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
text-align: start;
}
.cards-blocks-read-more-wrapper {
opacity: 1;
visibility: visible;
}
.cards-blocks-read-more-wrapper .cards-blocks-read-more {
opacity: 1;
font-size: 16px;
}
}.features-widget {
display: flex;
}
.container-gap-full {
gap: 96px;
}
.container-gap-half {
gap: 24px;
}
.features-widget-row {
flex-direction: row;
}
.backgrounded-color {
display: flex;
gap: 96px;
padding: 84px 97px 96px 97px;
border-radius: 24px;
}
.features-widget .full-width {
width: 100%;
}
.features-widget .half-width {
width: 50%;
}
.features-widget .dark {
color: #161616;
}
.features-widget .light {
color: #ffffff;
}
.features-block-widget.dark {
background-color: #161616;
}
.features-block-widget.light {
background-color: #ffffff;
}
.features-widget.direction-row {
display: flex;
flex-direction: row;
}
.features-widget.direction-column {
display: flex;
flex-direction: column;
}
.features-widget .features-table {
display: flex;
flex-wrap: wrap;
}
.features-widget .features-table-gap-column {
justify-content: space-between;
gap: 64px 0px;
}
.features-widget .features-table-gap-row {
justify-content: start;
gap: 24px 0px;
} .features-widget .features-table.columns-1 .feature-block {
flex: 0 0 100%;
} .features-widget .features-table.columns-2 .feature-block {
flex: 0 0 calc(50% - 48px);
} .features-widget .features-table.columns-3 .feature-block {
flex: 0 0 calc(33% - 48px);
}
.features-widget .feature-block {
position: relative;
padding: 0 0 0 97px;
}
.features-widget .feature-block.hidden-block {
opacity: 0;
pointer-events: none;
}
.features-widget .conteiner-heading-half-padding {
padding: 0 0 0 97px;
}
.features-widget .conteiner-heading-full-padding {
padding: 0 97px 0 97px;
gap: 28px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
}
.features-widget .features-heading {
font-family: Urbanist;
font-style: normal;
font-weight: 900;
line-height: 115%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
}
.features-widget .heading-size-half {
font-size: 64px;
margin: 0;
}
.features-widget .heading-size-full {
font-size: 80px;
}
.features-description {
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
overflow: hidden;
color: #999999;
margin: 0;
}
.features-widget .features-heading.black {
color: #000;
}
.features-widget .feature-block img {
position: absolute;
transition: 0.3s;
}
.features-widget .misc-half-width {
width: 20px;
height: 26px;
left: 55px;
top: -1px;
}
.features-widget .misc-full-width {
width: 35px;
height: 44px;
left: 35px;
top: -4px;
}
.features-widget .feature-block:hover img {
transform: rotate(12deg);
transition: 0.3s;
}
.features-widget .feature-title {
color: var(--Gray-Gray-800, #eee);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0 0 8px 0;
}
.features-widget .features-title-size-row {
font-size: 20px;
}
.features-widget .features-title-size-column {
font-size: 24px;
}
.features-widget .feature-title.black {
color: #000;
}
.features-widget .feature-content {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0 0 16px 0;
}
.features-widget .features-content-size-row {
font-size: 20px;
}
.features-widget .features-content-size-column {
font-size: 16px;
}
.features-widget .feature-button {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
padding: 8px 0;
border-bottom: 1px solid var(--Color-Palette-Yellow-Yellow-500, #ffc432);
transition: 0.5s;
opacity: 0;
pointer-events: none;
}
.features-widget.light .feature-button {
color: var(--Color-Palette-Blue-Blue-500, #dc3374);
border-bottom: 1px solid;
}
.features-widget .feature-button:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid;
}
.features-widget .feature-block:hover .feature-button {
transition: 0.5s;
opacity: 1;
pointer-events: all;
} .features-widget .feature-link {
color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-decoration: none;
border-bottom: 1px solid var(--Color-Palette-Yellow-Yellow-500, #ffc432);
transition: 0.3s;
display: inline-block;
padding: 4px 0;
}
.features-widget .feature-link:hover {
color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
border-bottom: 1px solid var(--Color-Palette-Blue-Blue-500, #25b1e1);
transition: 0.3s;
} .features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(1);
transition: 0.3s;
}
.features-widget .features-table.dynamic-color .feature-block:hover img {
filter: grayscale(0);
transition: 0.3s;
} .features-widget .features-block-button-wrapper {
padding: 0 97px 96px 97px;
}
.features-widget .features-block-button {
font-family: "Hanken Grotesk";
background-color: var(--Color-Palette-Yellow-Yellow-500, #ffc432);
color: #000;
padding: 12px 32px 12px 32px;
text-decoration: none;
font-weight: 700;
border-radius: 27px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 20px;
height: 54px;
text-align: center;
}
.features-widget .features-block-button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #25b1e1);
}
.features-block-image {
position: absolute;
z-index: 0;
max-width: 50%;
max-height: 100%;
bottom: 0;
right: 0;
border-bottom-right-radius: 24px !important;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 97px;
}
@media (max-width: 1200px) and (min-width: 768px) {
.features-widget {
gap: 48px;
}
.container-gap-half {
gap: 24px;
}
.backgrounded-color {
display: flex;
flex-direction: column;
gap: 48px;
padding: 48px 24px 48px 24px;
border-radius: 16px;
}
.features-widget .features-table.columns-3 .feature-block {
flex: 0 0 calc(50% - 48px);
}
.features-widget .conteiner-heading-half-padding {
padding: 0 0 0 62px;
}
.features-widget .conteiner-heading-full-padding {
padding: 0 62px 0 62px;
gap: 16px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: start;
}
.features-widget .feature-block {
padding: 0 0 0 62px;
}
.features-widget .feature-block img {
left: 12px;
}
.features-block-image {
max-width: 100%;
object-fit: contain;
border-bottom-right-radius: 16px !important;
}
.features-widget .features-block-button-wrapper {
padding: 0 24px 48px 40px;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 40px;
}
.features-widget .features-block-button {
padding: 8px 20px 8px 20px;
font-weight: 700;
border-radius: 999px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 16px;
height: 40px;
position: relative;
z-index: 1;
}
.features-widget .feature-button {
opacity: 1;
}
.features-widget .features-table {
display: flex;
flex-wrap: wrap;
}
.features-widget .features-table-gap-column {
justify-content: space-between;
gap: 64px 0px;
}
.features-widget .features-table-gap-row {
justify-content: start;
gap: 24px 0px;
}
.features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(0);
}
}
@media (max-width: 768px) {
.backgrounded-color {
gap: 36px;
padding: 0px 0px 62px 0px;
border-radius: 16px;
}
.features-widget .half-width,
.features-widget .full-width {
width: 100%;
}
.container-gap-full {
gap: 36px;
}
.container-gap-half {
gap: 24px;
}
.features-widget .conteiner-heading-half-padding,
.features-widget .conteiner-heading-full-padding {
padding: 0;
width: 100%;
gap: 16px;
}
.features-widget.direction-row {
display: flex;
flex-direction: column;
}
.features-widget .features-table.columns-2 .feature-block {
flex: 0 0 100%;
height: auto;
}
.features-widget .features-table.columns-3 .feature-block {
flex: 0 0 100%;
height: auto;
}
.features-widget .heading-size-half {
font-size: 30px;
margin: 0;
}
.features-widget .heading-size-full {
font-size: 32px;
}
.features-widget .feature-block {
padding: 0 0 0 42px;
}
.features-widget .misc-half-width,
.features-widget .misc-full-width {
left: 0;
top: 0;
width: 24px;
height: 32px;
}
.features-widget .features-title-size-row {
font-size: 20px;
}
.features-widget .features-title-size-column {
margin-bottom: 8px;
font-size: 18px;
}
.features-widget .feature-content {
margin-bottom: 8px;
font-size: 14px;
}
.features-description {
font-size: 16px;
}
.features-widget .feature-link {
font-size: 16px;
}
.features-widget .features-table.dynamic-color .feature-block img {
filter: grayscale(0);
}
.features-widget .features-block-button-wrapper {
padding: 0 0 0 42px;
}
.features-block-button-wrapper.padding-background {
padding: 0 0 0 42px;
}
.features-widget .features-block-button {
padding: 8px 20px 8px 20px;
font-weight: 700;
border-radius: 999px;
width: fit-content;
transition: all 0.3s ease;
display: inline-block;
white-space: nowrap;
font-size: 16px;
height: 40px;
position: relative;
z-index: 3;
}
}.works-widget.works-widget-type-contained {
position: relative;
background: var(--Gray-Gray-100, #161616);
padding: 60px 97px 72px 97px;
border-radius: 24px;
overflow: hidden;
z-index: 0;
}
.works-widget.works-widget-type-contained::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 700px;
height: 700px;
background: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/background.svg) no-repeat center / contain;
transform: scaleX(-1);
pointer-events: none;
z-index: -1;
} .works-widget.works-widget-type-contained .heading {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 64px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0 0 12px 0;
}
.works-widget.works-widget-type-contained .subtitle {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0 0 48px 0;
} .works-widget.works-widget-type-contained .case-studies-contenetor {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
.works-widget.works-widget-type-contained .case-study-block {
display: flex;
align-items: center;
gap: 36px;
} .works-widget.works-widget-type-contained .case-study-block .img-wrapper {
width: 170px;
height: 128px;
overflow: hidden;
border-radius: 8px;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block:hover .img-wrapper {
border-radius: 12px;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block img {
aspect-ratio: 85 / 64;
-webkit-filter: grayscale(100%);
transform-origin: center;
object-fit: cover;
object-position: center;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block:hover img {
-webkit-filter: grayscale(0%);
transform: scale(1.15);
transition: 0.4s;
} .works-widget.works-widget-type-contained .case-study-content {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
max-width: calc(946px - 36px - 35px - 170px - 36px * 2);
}
.works-widget.works-widget-type-contained .case-study-title {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
}
.works-widget.works-widget-type-contained .case-study-excerpt {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
} .works-widget.works-widget-type-contained .case-study-block .case-study-button {
background-color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
background-image: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/left-arrow.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 45%;
color: black;
padding: 18px;
border-radius: 50%;
margin-left: 0;
opacity: 0;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-block:hover .case-study-button {
opacity: 1;
margin-left: 35px;
transition: 0.4s;
}
.works-widget.works-widget-type-contained .case-study-button:hover {
background-color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.4s;
} .works-widget.works-widget-type-contained .case-study-link--disabled {
cursor: default;
} .works-widget.type-grid {
display: flex;
flex-direction: column;
gap: 96px;
}
.works-widget.type-grid .head {
display: flex;
flex-direction: row;
gap: 24px;
}
.works-widget.type-grid .head .heading {
width: calc(100% - 364px - 24px);
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.works-widget.type-grid .head .head-right {
position: relative;
width: 364px;
}
.works-widget.type-grid .head .head-right .subtitle {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.works-widget.type-grid .head .head-right a {
position: absolute;
bottom: 0;
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
padding-bottom: 8px;
border-bottom: 1px solid;
transition: 0.3s;
}
.works-widget.type-grid .head .head-right a:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}
.works-widget.type-grid .head .head-right a:after {
content: "";
width: 40px;
height: 40px;
border: 1px solid;
border-radius: 50%;
position: absolute;
right: calc(-40px - 24px);
top: -5px;
-webkit-mask: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/arrow.svg) no-repeat center / contain;
mask: url(//crombie.dev/wp-content/crombie-plugin/includes/widgets/works/assets/arrow.svg) no-repeat center / contain;
background-color: currentColor;
}
.works-widget.type-grid .case-studies-contenetor {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 32px 24px;
}
.works-widget.type-grid .case-studies-contenetor .card {
display: flex;
flex-direction: column;
gap: 24px;
width: calc((100% - 24px * 2) / 3);
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper {
position: relative;
aspect-ratio: 182 / 137;
border-radius: 12px;
overflow: hidden;
transition: 0.3s ease;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper {
border-radius: 48px;
transition: 0.3s ease;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.70) 100%);
opacity: 0;
transition: 0.3s;
pointer-events: none;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper::after {
opacity: 1;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper .img-overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
opacity: 0;
transition: 0.3s;
pointer-events: none;
z-index: 1;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper .img-overlay {
opacity: 1;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper .client-logo {
max-width: 80%;
max-height: 120px;
width: auto;
height: auto;
object-fit: contain;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper .industry-badge {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%;
}
.works-widget.type-grid .case-studies-contenetor .card .img-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper img {
scale: 1.15;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content {
display: flex;
flex-direction: column;
gap: 12px;
}
.works-widget.type-grid .case-studies-contenetor .card .content .title {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 120%;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .content .title {
color: var(--Default-White, #FFF);
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content .excerpt {
color: var(--Gray-Gray-600, #999);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .content .excerpt {
color: var(--Gray-Gray-700, #DDD);
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: "Hanken Grotesk";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-bottom: 0.1px solid;
padding: 12px 0;
opacity: 0;
width: fit-content;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .content .button {
opacity: 1;
transition: 0.3s;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
} .works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content {
gap: 0;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .excerpt {
margin: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s ease,
color 0.3s ease;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card:hover .content .excerpt {
max-height: 240px;
margin-top: 12px;
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .button {
margin: 0;
padding: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
margin-top 0.5s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s ease,
color 0.3s ease;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card:hover .content .button {
max-height: 80px;
margin-top: 12px;
padding: 12px 0;
opacity: 1;
}
@media (max-width: 1200px) {
.works-widget.works-widget-type-contained {
padding: 32px 64px 64px;
}
.works-widget.works-widget-type-contained::after {
transform: scaleX(-1);
rotate: 270deg;
top: 0;
width: 350px;
height: 350px;
}
.works-widget.works-widget-type-contained .case-studies-contenetor{
flex-direction: row;
gap: 32px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 0 24px;
scroll-padding-left: 24px;
margin: 0 -24px;
}
.works-widget.works-widget-type-contained .case-studies-contenetor::-webkit-scrollbar{
display: none;
}
.works-widget.works-widget-type-contained .case-study-block{
flex: 0 0 auto;
scroll-snap-align: start;
position: relative;
flex-direction: column;
height: auto;
width: 258px;
gap: 20px;
}
.works-widget.works-widget-type-contained .case-study-block .img-wrapper {
width: 100%;
height: auto;
aspect-ratio: 13 / 9;
border-radius: 8px;
}
.works-widget.works-widget-type-contained .case-study-block img {
-webkit-filter: grayscale(0%);
}
.works-widget.works-widget-type-contained .case-study-block:hover img {
transform: scale(1);
}
.works-widget.works-widget-type-contained .case-study-content {
gap: 4px;
}
.works-widget.works-widget-type-contained .case-study-block .case-study-button {
opacity: 1;
}
.works-widget.works-widget-type-contained .case-study-block:hover .case-study-button {
margin-left: 0;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button {
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .excerpt {
max-height: none;
margin-top: 12px;
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .content .button {
max-height: none;
margin-top: 12px;
padding: 12px 0;
opacity: 1;
}
.works-widget.type-grid.hover-reveal .case-studies-contenetor .card .img-wrapper .img-overlay {
display: none;
}
}
@media (max-width: 1200px) and (min-width: 769px) {
.works-widget.works-widget-type-contained .case-study-block .img-wrapper {
width: 100%;
height: auto;
aspect-ratio: 13 / 9;
}
.works-widget.works-widget-type-contained .case-study-block img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
.works-widget.works-widget-type-contained .case-study-block .case-study-button {
align-self: start;
}
.works-widget.type-grid .head .heading {
width: calc(100% - 250px - 24px);
}
.works-widget.type-grid .head .head-right {
width: 250px;
}
.works-widget.type-grid .case-studies-contenetor .card {
width: calc((100% - 24px) / 2);
}
}
@media (max-width: 768px) {
.works-widget.works-widget-type-contained {
padding: 32px 24px;
}
.works-widget.works-widget-type-contained .heading {
font-size: 30px;
}
.works-widget.works-widget-type-contained .subtitle {
font-size: 18px;
}
.works-widget.works-widget-type-contained .case-study-block{
width: 170px;
}
.works-widget.works-widget-type-contained .case-study-title {
font-size: 18px;
}
.works-widget.works-widget-type-contained .case-study-excerpt {
font-size: 16px;
}
.works-widget.type-grid .case-studies-contenetor {
flex-direction: column;
gap: 48px;
}
.works-widget.type-grid {
gap: 48px;
}
.works-widget.type-grid .head {
flex-direction: column;
gap: 16px;
}
.works-widget.type-grid .head .heading {
width: 100%;
font-size: 32px;
}
.works-widget.type-grid .head .head-right {
width: 100%;
}
.works-widget.type-grid .head .head-right .subtitle {
font-size: 16px;
}
.works-widget.type-grid .head .head-right {
width: 100%;
display: flex;
flex-direction: column;
gap: 16px;
}
.works-widget.type-grid .head .head-right a {
position: relative;
width: fit-content;
font-size: 16px;
padding-bottom: 8px;
}
.works-widget.type-grid .head .head-right a:after {
right: calc(-40px - 12px);
}
.works-widget.type-grid .case-studies-contenetor .card {
width: 100%;
}
.works-widget.type-grid .case-studies-contenetor .card:hover .img-wrapper {
border-radius: 12px;
}
.works-widget.type-grid .case-studies-contenetor .card .content .button {
display: none;
}
.works-widget.works-widget-type-contained .case-study-block .case-study-button {
align-self: flex-start;
}
}.badges-widget{
display: flex;
flex-direction: column;
gap: 48px;
}
.badges-widget.badges-type-table .badges-contenetor {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 24px;
} .badges-widget.badges-type-slider .badges-carousel {
overflow: hidden;
width: 100%;
}
.badges-widget.badges-type-slider .badges-contenetor {
display: flex;
width: fit-content;
flex-wrap: nowrap;
transition: transform 0.3s ease-out;
}
:where(.badges-widget.badges-type-slider .badges-contenetor) {
gap: 24px;
}
.badges-widget.badges-type-slider .badge {
flex-shrink: 0;
} .badges-widget.badges-type-slider .card-badge {
display: flex;
flex-direction: column;
width: fit-content;
flex-shrink: 0;
gap: 24px;
}
.badges-widget .titles {
display: flex;
flex-direction: column;
gap: 24px;
}
.badges-widget .heading{
color: var(--Gray-Gray-700, #DDD);
font-family: 'Urbanist', sans-serif;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.badges-widget .subtitle {
color: var(--Gray-Gray-600, #999);
font-family: 'Urbanist', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin: 0;
}
.badges-widget .badge {
position: relative;
display: flex;
background: var(--Gray-Gray-100, #161616);
border-radius: 12px;
align-items: center;
justify-content: center;
transition: 0.3s;
overflow: hidden;
} .badges-widget .badge.margins {
padding: 32px;
}
.badges-widget .badge,
.badges-widget.badges-type-table .badges-contenetor a{
width: calc((100% - calc(5 * 24px)) / 6);
height: auto;
aspect-ratio: 1 / 1;
}
.badges-widget.badges-type-table .badges-contenetor a .badge{
width: 100%;
height: 100%;
overflow: hidden;
} :where(.badges-widget.badges-type-slider .badge) {
width: 152px;
height: 152px;
overflow: hidden;
}
.badges-widget .badge:hover {
background: #242424;
transition: 0.3s;
}
.badges-widget .badge img {
max-height: -webkit-fill-available;
max-width: -webkit-fill-available;
}
.badges-widget .title-content-wrapper {
display: flex;
flex-direction: column;
gap: 8px;
}
.badges-widget .badge-title {
color: var(--Gray-Gray-700, #DDD);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
margin: 0;
}
.badges-widget .badge-content {
color: var(--Gray-Gray-500, #606060);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.badges-widget .badge-content p {
margin: 0;
}
.badges-widget .badge.soon img {
filter: grayscale(100%);
}
.badges-widget span.soon {
position: absolute;
right: 12px;
top: 12px;
background-color: var(--Default-Black, #000);
color: var(--Gray-Gray-700, #DDD);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
border-radius: 30px;
padding: 2px 8px;
}
@media (max-width: 1200px) {
.badges-widget.badges-type-table .badges-contenetor {
gap: 16px;
}
.badges-widget.badges-type-table .badge,
.badges-widget.badges-type-table .badges-contenetor a{
width: calc((100% - calc(3 * 24px)) / 4);
}
.badges-widget.badges-type-table .badges-contenetor a .badge{
width: 100%;
height: 100%;
} :where(.badges-widget.badges-type-slider .badge) {
width: 152px;
height: 152px;
}
}
@media (max-width: 768px) {
.badges-widget{
gap: 32px;
}
.badges-widget .titles {
gap: 16px;
}
.badges-widget .heading{
font-size: 32px;
font-family: 'Urbanist', sans-serif;
font-style: normal;
font-weight: 900;
line-height: 115%;
}
.badges-widget .subtitle {
font-size: 24px;
font-weight: 400;
line-height: 130%;
}
.badges-widget.badges-type-table .badge,
.badges-widget.badges-type-table .badges-contenetor a{
width: calc(50% - 8px);
} :where(.badges-widget.badges-type-slider .badge) {
width: 152px;
height: 152px;
}
:where(.badges-widget.badges-type-slider .badges-contenetor) {
gap: 16px;
}
} .badges-widget.badges-type-slider .view-more-link {
text-decoration: none;
width: fit-content;
}
.badges-widget.badges-type-slider p.view-more {
color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
font-family: 'Hanken Grotesk', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0;
width: fit-content;
text-decoration: underline;
text-underline-offset: 10px;
transition: 0.3s;
cursor: pointer;
}
.badges-widget.badges-type-slider p.view-more:hover {
color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
transition: 0.3s;
}.social-proof-widget {
position: relative;
width: 100%;
}
.social-proof-widget .social-proof-review-svg {
position: absolute;
top: 0;
left: 0;
width: 134px;
height: 134px;
z-index: 1;
}
.social-proof-widget .social-proof-widget-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 72px 200px;
gap: 70px 0px;
}
.social-proof-widget-container.pill {
background-color: #161616;
border-radius: 1140px;
}
.social-proof-widget .social-proof-review .social-proof-review-text {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 0px;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .social-proof-reviewer {
display: flex;
flex-direction: column;
justify-content: center;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .social-proof-reviewer .social-proof-reviewer-name {
font-family: "Hanken Grotesk";
font-weight: 700;
color: #DDDDDD;
font-size: 20px;
line-height: 150%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .social-proof-reviewer .social-proof-reviewer-role {
font-family: "Hanken Grotesk";
font-weight: 400;
color: #999999;
font-size: 16px;
line-height: 150%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .clutch-widget {
width: 185px;
border: none;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info .gartner-image {
width: 185px;
height: auto;
display: block;
}
@media (max-width: 1200px) {
.social-proof-widget .social-proof-review-svg {
width: 90px;
height: 90px;
}
.social-proof-widget .social-proof-widget-container {
flex-direction: column;
justify-content: center;
align-items: center;
padding: 62px 126px;
gap: 20px 0px;
}
.social-proof-widget-container.pill {
border-radius: 160px;
}
.social-proof-widget .social-proof-review .social-proof-review-text {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 120%;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info {
flex-direction: column;
align-items: start;
gap: 32px 0px;
width: 100%;
}
.social-proof-widget .social-proof-reviewer-info .social-proof-reviewer-name {
font-size: 16px;
}
.social-proof-widget .social-proof-reviewer-info .social-proof-reviewer-role {
font-size: 14px;
}
.social-proof-widget .social-proof-reviewer-info .clutch-widget {
width: 150px;
}
}
@media (max-width: 768px) {
.social-proof-widget .social-proof-widget-container {
padding: 48px 32px 32px 32px;
gap: 20px 0px;
}
.social-proof-widget .social-proof-review-svg {
width: 48px;
height: 48px;
top: -24px;
left: 20px;
}
.social-proof-widget .social-proof-widget-container .social-proof-reviewer-info {
gap: 32px 0px;
}
.social-proof-widget-container.pill {
border-radius: 16px;
}
}.banner-widget {
text-align: center;
padding: 100px;
border-radius: 24px;
transition: all 0.5s ease-in-out;
display: flex;
flex-direction: column;
gap: 48px;
align-items: center;
position: relative;
overflow: hidden;
}
.banner-widget::before,
.banner-widget::after {
content: "";
position: absolute;
inset: 0;
z-index: 0;
transition: opacity 0.6s ease-in-out;
}
.banner-widget::before {
background: linear-gradient(90deg, var(--gradient-start), var(--gradient-end)) !important;
opacity: 1;
}
.banner-widget::after {
background: linear-gradient(270deg, var(--gradient-start), var(--gradient-end)) !important;
opacity: 0;
}
.banner-widget:hover::before {
opacity: 0;
}
.banner-widget:hover::after {
opacity: 1;
}
.banner-widget > * {
position: relative;
z-index: 1;
}
.banner-widget:hover {
border-radius: 270px;
}
.banner-widget .banner-content {
display: flex;
flex-direction: column;
gap: 20px;
align-items: center;
}
.banner-widget .banner-heading {
margin: 0px;
font-size: 44px;
}
.banner-subtitle {
font-weight: 400 !important;
margin-bottom: 0px;
}
.banner-widget a.banner-button {
margin: 0px;
padding: 12px 24px;
border-radius: 27px;
font-weight: 700 !important;
background-color: #FFC432;
font-family: "Hanken Grotesk";
font-size: 20px;
color: black;
transition: 0.5s;
width: fit-content;
}
.banner-widget a.banner-button:hover {
background-color: #25B1E1;
}
@media (max-width: 1200px) {
.banner-widget {
padding: 62px;
}
.banner-widget:hover {
border-radius: 24px;
}
.banner-widget a.banner-button {
padding: 8px 20px;
font-size: 16px;
}
}
@media (max-width: 768px) {
.banner-widget {
padding: 120px 25px;
}
}.faqs-widget{
display:flex;
flex-direction: column;
gap: 20px;  
font-family: "Hanken Grotesk";
font-style: normal;
line-height: 120%;
}
.faqs-widget.type-framed{
width: 752px;
}
.faqs-widget p,
.faqs-widget h2,
.faqs-widget h3,
.faqs-widget h4,
.faqs-widget h5,
.faqs-widget h6 {
margin: 0;
}
.faqs-widget .heading {
font-size: 40px;
font-weight: 700;
color: var(--Gray-Gray-700, #DDD);
}
.faqs-widget .faqs-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.faqs-widget .faq {
display: flex;
flex-direction: column;
border-radius: 12px;
padding: 16px 24px;
cursor: pointer;
}
.faqs-widget.type-normal .faq.active {
background: var(--Gray-Gray-100, #161616);
}
.faqs-widget.type-framed .faq {
background: var(--Gray-Gray-100, #161616);
}
.faqs-widget .faq .question{
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
font-size: 24px;
font-weight: 700;
line-height: 150%;
color: var(--Gray-Gray-600, #999);
transition: 0.3s;
}
.faqs-widget .faq.active .question{
color: white;
transition: 0.3s;
}
.faqs-widget .faq .question img {
width: 28px;
height: 28px;
filter: grayscale(1);
transform: rotate(45deg);
transition: 0.3s;
}
.faqs-widget .faq.active .question img {
filter: grayscale(0);
transform: rotate(0deg);
}
.faqs-widget .faq .answer {
color: var(--Gray-Gray-600, #999);
font-size: 20px;
font-weight: 400;
line-height: 150%;
pointer-events: none;
max-height: 0px;
padding: 0 48px;
opacity: 0;
transition:
opacity 0.15s,
max-height 0.3s,
padding 0.3s;
}
.faqs-widget .faq.active .answer {
max-height: none;
padding: 24px 48px;
opacity: 1;
transition:
opacity 0.3s,
max-height 0.3s,
padding 0.3s;
}
@media (max-width: 600px) {
.faqs-widget.type-framed{
width: 100%;
}
.faqs-widget .heading {
font-size: 28px;
line-height: 110%;
}
.faqs-widget .faq{
padding: 12px;
}
.faqs-widget .faq .question{
font-size: 18px;
line-height: 120%;
align-items: flex-start;
word-break: break-word;
overflow-wrap: break-word;
white-space: normal;
}
.faqs-widget .faq .question img {
width: 19px;
height: 19px;
}
.faqs-widget .faq .answer {
font-size: 16px;
line-height: 130%;
padding: 0 36px;
}
.faqs-widget .faq.active .answer {
padding: 12px 36px;
}
}.related-posts-widget {
display: flex;
flex-direction: column;
gap: 48px;
}
.related-posts-widget .related-posts-heading {
color: var(--Gray-Gray-700, #DDD);
font-family: Urbanist;
font-size: 80px;
font-style: normal;
font-weight: 900;
line-height: 115%;
margin: 0;
}
.related-posts-widget .posts-contenetor {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.related-posts-widget .post-card {
display: flex;
flex-direction: column;
width: 30%;
}
.related-posts-widget .post-card .img-wrapper {
position: relative;
border-radius: 8px;
overflow: hidden;
aspect-ratio: 182 / 137;
}
.related-posts-widget .post-card .img-wrapper img {
height: 100%;
width: 100%;
object-fit: cover;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .img-wrapper img {
transform: scale(1.15);
transition: 0.3s;
}
.related-posts-widget .post-card .img-wrapper .post-category {
position: absolute;
color: var(--Default-White, #FFF);
background-color: black;
padding: 4px 12px;
left: 10px;
top: 12px;
border-radius: 24px;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
z-index: 1;
margin: 0;
opacity: 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .img-wrapper .post-category {
opacity: 1;
transition: 0.3s;
}
.related-posts-widget .title-card {
color: var(--Gray-Gray-700, #DDD);
font-family: "Hanken Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 120%;
margin: 24px 0 16px 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .title-card {
color: white;
transition: 0.3s;
}
.related-posts-widget .post-card .post-info {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
opacity: 0;
transition: 0.3s;
}
.related-posts-widget .post-card:hover .post-info {
opacity: 1;
transition: 0.3s;
}
.related-posts-widget .post-info .profile-img-link {
width: 24px;
height: 24px;
border-radius: 50%;
}
.related-posts-widget .post-info img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
.related-posts-widget .post-info p {
color: var(--Gray-Gray-500, #606060);
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin: 0;
}
.related-posts-widget .post-info .author-name {
color: var(--Default-White, #FFF);
font-weight: 700;
font-family: "Hanken Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding-bottom: 3px;
border-bottom: 1px solid #606060;
transition: 0.3s;
margin-bottom: -4px;
}
.related-posts-widget .post-info .author-name:hover {
border-bottom-color: white;
transition: 0.3s;
}
@media (max-width: 1200px) and (min-width: 769px) {
.related-posts-widget .post-card .img-wrapper .post-category {
opacity: 1;
}
.related-posts-widget .post-card .post-info {
opacity: 1;
}
.related-posts-widget .post-info img {
width: 24px;
height: auto;
}
}
@media (max-width: 768px) {
.related-posts-widget .related-posts-heading {
font-size: 32px;
}
.related-posts-widget .posts-contenetor {
flex-direction: column;
gap: 48px;
}
.related-posts-widget .post-card {
width: 100%;
}
.related-posts-widget .post-card .img-wrapper {
aspect-ratio: 182 / 127;
}
.related-posts-widget .post-card .img-wrapper .post-category {
opacity: 1;
}
.related-posts-widget .post-card:hover .img-wrapper img {
transform: scale(1);
}
.related-posts-widget .title-card {
font-size: 18px;
margin: 20px 0 12px 0;
}
.related-posts-widget .post-card .post-info {
opacity: 1;
}
.related-posts-widget .post-card-hidden{
display: none;
}
}