:root {
--primary-color: #6A2135;
--text-color: #051634;
--bg-color: #fff;
--white: #FFFFFF;
--container-width: 1640px;
--hero-bg: #faf5f1;
--pricing-bg: #F9F5F5;
--footer-bg: #051634;
--sub-color: #96A0CE;
--gold-color: #F5ECE0;
--bg-grey-color: #EAECF5;
--border-color: #C2C8D2;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
color: var(--text-color);
line-height: 1.5;
background: var(--bg-color);
font-display: swap;
font-synthesis: none;
} h1,
h2,
h3,
h4,
h5,
h6,
.logo,
.section-title {
font-family: 'Reaktif', 'Montserrat', system-ui, sans-serif;
font-weight: 700;
}
.btn,
.nav__list a,
.footer__nav-column h3 {
font-family: 'Reaktif', 'Montserrat', system-ui, sans-serif;
}
@font-face {
font-family: 'Montserrat';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Regular.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Medium.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Montserrat Italic';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Italic.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Italic.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Italic.ttf) format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Montserrat';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Bold.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Montserrat/Montserrat-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Reaktif';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Regular.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Regular.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Reaktif';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Medium.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Medium.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Reaktif';
src: url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Bold.woff2) format('woff2'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Bold.woff) format('woff'),
url(//skrooge.ai/wp-content/themes/skrooge/fonts/Reaktif/Reaktif-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-150 {
margin-bottom: 150px;
}
.mb-200 {
margin-bottom: 200px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-150 {
padding-bottom: 150px;
}
.container {
max-width: var(--container-width);
margin: 0 auto;
padding: 0 20px;
} .mm-panels {
background: #fff;
border: 1px solid hsba(231, 40%, 41%, 1);
}
.mm-navbar {
display: none;
}
.menu-footer {
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.mm-panel:after {
display: none;
}
.header-menu-mob {
background: #fff;
list-style-type: none;
padding: 16px;
border-radius: 16px 0px 0px 16px;
}
.header-menu-mob .header-menu-item {
padding: 10px 12px;
transition: all .5s;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 8px;
color: var(--text-color);
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
color: var(--text-color);
justify-content: center;
}
.header-menu-mob:nth-child(2) {
margin-top: 55px;
}
.header-menu-mob .header-menu-item:nth-child(2) {
margin-top: 54px;
}
.header-menu-mob .header-menu-item .header-menu-item-link {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
color: var(--text)
}
.header-burger {
color: var(--text-color);
}
.header-menu-mob .header-menu-item .header-menu-item-link svg {
display: block;
width: 20px;
height: 20px;
margin-right: 16px;
}
.header-menu-mob .header-menu-item .header-menu-item-link {
display: flex;
align-items: center;
justify-content: flex-start;
}
.header-menu-mob .header-menu-item.active svg path {
fill: var(--accent);
}
.header-menu-mob .header-menu-item:hover svg path {
fill: var(--accent);
}
.header-menu-mob .header-menu-item:not(:last-child) {
margin-bottom: 16px;
}
.header-menu-mob .btn {
width: 100%;
margin-bottom: 32px;
}
.mm-panel {
background-color: #fff;
}
.close-menu {
display: block;
position: absolute;
width: 24px;
height: 24px;
right: 15px;
top: 24px;
color: #222222;
}
.header-burger {
display: none;
}  .header {
padding: 22px 0;
position: fixed;
width: 100%;
z-index: 100;
background: transparent;
}
.header-burger {
display: none;
}
.header-menu-mob {
display: none;
}
.header.sticky {
background: var(--white);
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
padding: 15px 0;
}
.header__wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
text-decoration: none;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav__list {
display: flex;
list-style: none;
gap: 40px;
}
.nav__list a {
text-decoration: none;
font-weight: 500;
font-size: 20px;
line-height: 160%;
color: var(--text-color);
}
.header__buttons {
display: flex;
gap: 30px;
align-items: center;
justify-content: flex-end;
}
.btn {
padding: 20px 20px;
border-radius: 18px;
text-decoration: none;
transition: all 0.3s ease;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
display: flex;
align-items: center;
justify-content: center;
color: var(--gold-color);
}
.cta-block__content .btn {
padding: 20px 64px;
color: var(--gold-color);
}
.btn--primary {
background: var(--primary-color);
color: var(--white);
}
.login-link {
font-weight: 500;
font-size: 18px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
text-decoration: none;
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-color);
}
.login-link::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background: var(--text-color);
transition: width 0.3s ease;
}
.login-link:hover::after {
width: 100%;
}
.btn--get-started {
background: var(--primary-color);
color: var(--gold-color);
border-radius: 12px;
padding: 10px 27px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: Montserrat;
font-weight: 700;
font-size: 16px;
line-height: 100%;
text-align: center;
height: 40px;
text-transform: capitalize;
}
.btn--get-started:hover {
background: #9C3B56;
color: var(--gold-color);
} .hero {
background: var(--hero-bg);
padding: 100px 0 70px;
border-radius: 0 0 50px 50px;
margin-bottom: 40px;
position: relative;
overflow: hidden;
}
.hero .container {
position: relative;
}
.hero__title {
font-family: 'Reaktif', 'Montserrat', sans-serif;
font-weight: 700;
font-size: 80px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
max-width: 1345px;
margin-left: auto;
margin-right: auto;
margin-bottom: 14px;
color: var(--primary-color); }
.hero__title-mobile {
display: none;
}
.hero-images-wrap svg path { }
.hero__subtitle {
font-weight: 600;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 15px;
max-width: 780px;
margin-left: auto;
margin-right: auto; }
.hero__button-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.hero .btn--primary {
font-size: 16px;
padding: 16px 32px;
border-radius: 8px;
background: var(--primary-color);
color: var(--white);
display: inline-block;
font-weight: 500; }
.hero .btn--primary:hover {
background: #9C3B56;
}
.hero-images-wrap {
position: relative;
width: 100%;
height: 510px;
}
.hero-tooltip-wrap {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
width: 100%;
height: 100%;
max-width: 1200px;
margin: 0 auto;
z-index: 2;
}
.hero-tooltip {
background: var(--white);
border: 1px solid #051634;
border-radius: 22px;
width: 300px;
position: absolute; }
.hero-tooltip-1 {
right: 0;
top: -10px;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 16px 30px 0px 30px;
flex-wrap: wrap;
}
.hero-tooltip-2 {
top: 200px;
right: 60px;
padding: 5px 30px 20px 20px;
}
.hero-tooltip-2::before {
content: '';
display: block;
background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/message.svg);
width: 20px;
background-repeat: no-repeat;
height: 20px;
bottom: -9px;
left: -6px;
position: absolute;
z-index: 2;
}
.hero-tooltip-2-logo {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 6px;
margin-bottom: 8px;
}
.hero-tooltip-2-logo img {
width: 30px;
height: 30px;
}
.hero-tooltip-2-logo__text {
font-family: Reaktif;
font-weight: 400;
font-size: 16px;
line-height: 115%;
letter-spacing: 0%;
color: var(--primary-color);
}
.hero-tooltip-2-content {}
.hero-tooltip-2-content p {
font-family: 'Montserrat Italic', 'Montserrat', sans-serif;
font-weight: 500;
font-style: italic;
font-size: 18px;
line-height: 130%;
letter-spacing: 0%;
}
.hero-tooltip-2-content img {
position: absolute;
bottom: 17px;
right: 20px;
}
.hero-tooltip-3 {
bottom: 76px;
left: 250px;
width: 330px;
padding: 24px 20px 16px 20px;
}
.profit-percent-wrap {
width: 64px;
height: 64px;
background: #43974A;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.profit-percent-wrap__percent {
font-weight: 700;
font-size: 18px;
line-height: 115%;
letter-spacing: 0%;
text-align: center;
color: var(--white);
}
.hero-tooltip-1__content {
display: flex;
align-items: center;
gap: 21px;
width: 100%;
}
.profit-percent {}
.profit-percent__title {
font-weight: 500;
font-size: 16px;
line-height: 115%;
letter-spacing: 0%;
margin-bottom: 2px;
display: block;
width: 100%;
text-transform: uppercase;
}
.profit-percent__value {
font-weight: 600;
font-size: 36px;
line-height: 115%;
letter-spacing: 0%;
margin-bottom: 2px;
}
.hero-chart {
width: 100%;
}
.hero-chart img {
width: 100%;
}
.hero-chart-mobile {
display: none;
} .stats {
background: var(--bg-color);
}
.stats__grid {
display: flex;
gap: 100px;
text-align: center;
width: 100%;
align-items: initial;
justify-content: center;
padding-left: 100px;
padding-right: 100px;
}
.stat-item {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
text-align: center;
flex-direction: column;
}
.stat-item h2 {
font-family: Reaktif;
font-weight: 700;
font-size: 125px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
width: 100%;
color: var(--primary-color);
margin-bottom: 10px;
-webkit-text-stroke: 1px var(--sub-color);
-webkit-text-fill-color: white;
letter-spacing: -1px;
}
.stat-item:nth-child(1) h2 {
min-width: 227px;
}
.stat-item:nth-child(2) h2 {
min-width: 492px;
}
.stat-item p {
font-weight: 600;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
text-align: center;
width: 100%;
}
.uae-map {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
}
.uae-map img {
width: 235px;
height: 185px;
object-fit: contain;
}
.hero-tooltip-3-content-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 13px;
}
.hero-tooltip-3-content-item:not(:last-child) {
margin-bottom: 10px;
}
.hero-tooltip-3-content-item__icon {
width: 22px;
height: 23px;
}
.hero-tooltip-3-content-item__text {
font-weight: 500;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
} .build-for {
padding: 80px 0;
}
.section-title {
font-size: 62px;
line-height: 115%;
text-align: center;
margin-bottom: 4px;
}
.section-subtitle {
font-weight: 500;
font-size: 20px;
line-height: 160%;
text-align: center;
}
.cards-grid {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
gap: 30px;
}
.card {
flex: 0 0 calc(50% - 15px);
height: 600px;
background: var(--white);
border-radius: 30px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-10px);
}
.card:nth-child(2) {
margin-top: 100px;
}
.card:nth-child(3),
.card:nth-child(5) {
margin-top: -100px;
}
.card__image {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.card__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.card__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px 30px 20px 60px;
background: linear-gradient(to top, rgba(5, 22, 52, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
color: white;
}
.card h3 {
font-family: Reaktif;
font-weight: 700;
font-size: 32px;
line-height: 120%;
letter-spacing: 0%;
margin-bottom: 3px;
color: var(--gold-color);
}
.card__quote {
font-style: italic;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 10px;
font-size: 18px;
line-height: 1.5;
}
.card__feature {
font-family: Montserrat;
font-weight: 400;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
color: var(--gold-color);
} .marquee-container {
width: 100vw;
margin: 40px 0;
overflow: hidden;
position: relative;
}
.marquee {
width: fit-content;
display: flex;
position: relative;
user-select: none;
gap: 80px;
}
.marquee-content {
flex-shrink: 0;
display: flex;
justify-content: space-around;
gap: 80px;
animation: scroll 30s linear infinite;
}
@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
.marquee-content span {
font-family: Reaktif;
font-weight: 700;
font-size: 28px;
line-height: 120%;
letter-spacing: 0%;
color: var(--sub-color);
opacity: 0.7;
transition: opacity 0.3s ease;
white-space: nowrap;
position: relative;
}
.marquee-content span::before {
content: '';
position: absolute;
display: block;
top: 50%;
right: -40px;
transform: translateY(-50%);
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--sub-color);
z-index: 1;
}
.marquee-content span:hover {
opacity: 1;
color: var(--primary-color);
} .card--cta {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background: var(--white);
color: var(--text-color);
}
.card--cta:hover {
transform: none;
background: none;
}
.card--cta::after {
display: none;
}
.card--cta .card__content {
position: static;
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
width: 100%;
height: 500px;
object-fit: contain;
background: none;
padding: 0;
}
.card--cta img {
width: 100%;
height: auto;
margin-bottom: 8px;
}
.card--cta h3 {
color: var(--text-color);
font-size: 24px;
font-weight: 600;
margin: 0;
padding: 0;
}
.card--cta p {
margin: 0;
font-size: 16px;
line-height: 1.5;
color: #666;
}
.card--cta .btn--primary {
background: var(--primary-color);
color: var(--white);
padding: 16px 32px;
border-radius: 8px;
font-weight: 500;
width: 100%;
}
.cta-block {
margin-top: -30px;
position: relative;
z-index: 2;
}
.cta-block__content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.cta-block__content h3 {
font-family: Reaktif;
font-weight: 700;
font-size: 52px;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
color: var(--text-color);
margin-bottom: 4px;
}
.cta-block__content p {
font-weight: 600;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 24px;
}
.cta__image img {
height: 100%;
width: auto;
display: block;
} .needs-covered {
padding: 80px 0;
background: var(--hero-bg);
}
.services-grid {
display: flex;
flex-wrap: wrap;
align-items: initial;
justify-content: center;
gap: 20px;
margin-top: 102px;
}
.services-grid .service-card {
overflow: visible;
}
.service-card {
background: var(--white);
padding: 30px 25px 33px 25px;
border-radius: 30px;
text-align: left;
position: relative;
transition: transform 0.3s ease;
width: calc(33.33% - 15px);
}
.service-card__top-gradient {
position: absolute;
top: -40px;
left: 100px;
}
.service-card__top-gradient:before {
content: '';
position: absolute;
top: 0px;
left: -100px;
width: 100px;
height: 100px;
background: var(--white);
border-radius: 30px 0px;
z-index: -1;
}
.service-card:hover {
transform: translateY(-5px);
}
.service-card__icon {
width: 60px;
height: 60px;
margin-bottom: 68px;
margin-top: -40px;
background: var(--bg-grey-color);
border-radius: 12px;
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.service-card__icon img {
width: 100%;
height: 100%;
}
.service-card h3 {
font-family: Reaktif;
font-weight: 700;
font-size: 32px;
line-height: 120%;
letter-spacing: 0%;
margin-bottom: 5px;
}
.service-card p {
font-family: Montserrat;
font-weight: 400;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
margin-bottom: 80px;
max-width: 450px;
}
.service-card:last-child p {
margin-bottom: 0;
}
.btn--secondary {
color: var(--primary-color);
border: 1px solid var(--primary-color);
background: transparent;
}
.service-card--coming-soon {
opacity: 0.8;
}
.coming-soon-badge {
display: flex;
align-items: center;
justify-content: center;
position: relative;
bottom: -20px;
} .meet-skrooge {
padding: 80px 0 0 0;
}
.quote {
text-align: center;
max-width: 700px;
margin: 60px auto;
position: relative;
}
.quote__marks {
font-size: 120px;
color: var(--primary-color);
opacity: 0.1;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
}
.quote blockquote {
font-size: 32px;
line-height: 1.4;
margin-bottom: 20px;
}
.quote cite {
color: #666;
font-style: normal;
}
.team-grid {
display: flex;
align-items: initial;
justify-content: space-between;
gap: 2px;
margin-top: 60px;
position: relative;
} .slick-next {
right: 5px;
width: 30px;
height: 30px;
top: 50%;
z-index: 2;
transform: translateY(-100px);
}
.slick-prev {
left: 5px;
width: 30px;
height: 30px;
top: 50%;
z-index: 2;
transform: translateY(-100px);
}
.slick-prev:before,
.slick-next:before {
font-size: 30px;
}
.old-team-member {
transition: transform 0.3s ease;
width: calc(20% - 10px);
display: none;
}
.team-member-image {
background: var(--bg-grey-color);
height: 400px;
}
.old-team-member:hover {
transform: translateY(-5px);
}
.team-member img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: bottom;
}
.slick-slide {
margin-left: 2px;
margin-right: 2px;
}
.slick-slider {
transition: opacity 0.5s;
opacity: 0 !important;
}
.slick-slider.slick-initialized {
opacity: 1 !important;
} .team-member--ai img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: bottom;
}
.team-member-content {
padding: 16px 18px;
background: var(--white);
}
.team-member-content h4 {
font-weight: 500;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
margin-bottom: 3px;
}
.team-member-content p {
font-weight: 300;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
}
.meet-skrooge__content {
display: flex;
align-items: initial;
justify-content: space-between;
margin-top: 45px;
}
.meet-skrooge__left {
width: calc(50% - 51px);
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.divider {
width: 1px;
height: initial;
background: var(--border-color);
margin-left: 50px;
margin-right: 50px;
display: block;
}
.meet-skrooge__left-content {
max-width: 520px;
position: relative;
text-align: right;
}
.meet-skrooge__left p {
text-align: left;
font-family: Reaktif;
font-weight: 400;
font-size: 30px;
line-height: 130%;
}
.meet-skrooge__left span {
font-size: 22px;
line-height: 160%;
letter-spacing: 0%;
text-align: right;
display: inline-block;
margin-top: 17px;
margin-left: auto;
}
.meet-skrooge__left img {
position: absolute;
top: 0px;
z-index: -1;
left: -160px;
}
.meet-skrooge__link img {
margin-left: 10px;
}
.meet-skrooge__right {
width: calc(50% - 50px);
}
.meet-skrooge__right h4 {
font-weight: 500;
font-size: 20px;
line-height: 160%;
margin-bottom: 6px;
}
.meet-skrooge__right-content p {
font-family: Montserrat;
font-weight: 400;
font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
margin-bottom: 30px;
}
.meet-skrooge__right-content p:last-child {
margin-bottom: 0px;
}
.meet-skrooge__right-content {
margin-bottom: 17px;
}
.meet-skrooge__right a {
font-weight: 500;
font-size: 20px;
line-height: 160%;
color: var(--primary-color);
text-decoration: none;
position: relative;
}
.link {
position: relative;
}
.link::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background: var(--primary-color);
transition: width 0.3s ease;
}
.link:hover::after {
width: 100%;
} .skrooge-advantage {
padding: 100px 0px;
background: var(--white);
position: relative;
}
.tabs {
margin-top: 32px;
}
.tabs__nav {
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 65px;
}
.tab-btn {
padding: 17px 22px;
border-radius: 12px;
background: #F3F4F6;
border: none;
color: #949BA8;
cursor: pointer;
font-weight: 500;
font-size: 14px;
line-height: 160%;
text-align: center;
transition: all 0.3s ease;
}
.tab-btn:hover {
background: rgba(5, 22, 52, 0.05);
}
.tab-btn.active {
background: var(--primary-color);
color: var(--gold-color);
}
.tab-content {
display: none;
animation: fadeIn 0.5s ease;
}
.tab-content.active {
display: block;
}
.tab-grid {
display: flex;
align-items: center;
justify-content: space-between;
gap: 120px;
align-items: center;
}
.tab-illustration {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
max-height: 512px;
width: calc(50% - 60px);
}
.tab-text {
width: calc(50% - 60px);
max-width: 736px;
}
.tab-illustration .svg-illustration {
width: 100%;
max-width: 600px;
height: auto;
transition: all 0.5s ease;
}
.tab-illustration svg path {
opacity: 0;
}
.tab-content:not(.active) .tab-illustration .svg-illustration {
opacity: 0;
transform: translateY(20px);
}
.tab-content.active .tab-illustration .svg-illustration {
opacity: 1;
transform: translateY(0);
}
.tab-text h3 {
font-size: 32px;
font-weight: 600;
line-height: 160%;
margin-bottom: 30px;
opacity: 0;
}
.tab-text p {
font-size: 20px;
line-height: 160%;
margin-bottom: 24px;
opacity: 0;
}
.tab-text p:last-child {
margin-bottom: 0;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .pricing {
padding: 80px 0;
position: relative;
background: var(--pricing-bg);
}
.pricing::before {
content: '';
position: absolute;
top: 0px;
left: 0; background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/pat_top.svg);
background-repeat: repeat-x;
width: 100%;
height: 15px;
z-index: 2;
}
.pricing__title-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.pricing__title {
text-align: center;
font-family: Reaktif;
font-weight: 700;
font-size: 62px;
line-height: 115%;
display: inline-block;
position: relative;
margin-bottom: 16px;
}
.pricing__title::before {
content: '###';
position: absolute;
top: 16px;
left: -120px;
color: #D3C3C3;
font-family: Reaktif;
font-weight: 500;
font-size: 32px;
line-height: 115%;
width: 90px;
}
.pricing__title::after {
content: '###';
position: absolute;
top: 16px;
right: -120px;
color: #D3C3C3;
font-family: Reaktif;
font-weight: 500;
font-size: 32px;
line-height: 115%;
width: 90px;
}
.highlight {
color: var(--primary-color);
opacity: 0.5;
}
.pricing__subtitle {
font-weight: 500;
font-size: 20px;
line-height: 160%;
text-align: center;
margin-bottom: 35px;
display: block;
}
.pricing__calculator {
max-width: 762px;
margin: 0 auto;
}
.calculator__input {
margin-bottom: 40px;
padding-top: 35px;
padding-bottom: 35px;
position: relative;
}
.calculator__input::before {
content: '';
position: absolute;
top: 0;
background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/dash.svg);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}
.calculator__input::after {
content: '';
position: absolute;
bottom: 0;
background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/dash.svg);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}
.calculator__input-label {
display: flex;
align-items: center;
justify-content: center;
gap: 22px;
}
.calculator__input label {
font-size: 20px;
line-height: 160%;
}
.calculator__input #transactions {
padding: 12px 15px;
text-align: left;
font-weight: 700;
font-size: 22px;
line-height: 115%;
border-radius: 12px;
border: 1px solid #EADADA;
background: transparent;
width: 125px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;
margin: 0; }
input[type=number] {
-moz-appearance: textfield; }
.price-btn {
width: 100%;
display: block;
border-radius: 18px;
font-weight: 500;
font-size: 20px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
color: #F5ECE0;
padding: 20px;
}
.calculator__slider {
margin-top: 20px;
}
.custom-slider-container {
position: relative;
width: 100%;
height: 20px;
padding: 10px 0;
cursor: pointer;
touch-action: none;
margin: 20px 0;
display: flex;
align-items: center;
}
.custom-slider-track {
position: relative;
width: 100%;
height: 7px;
background-color: #DED8D8;
border-radius: 9px;
}
.custom-slider-fill {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: var(--text-color);
border-radius: 4px;
pointer-events: none;
width: 0%;
}
.custom-slider-thumb {
position: absolute;
top: 50%;
left: 0%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background-color: var(--text-color);
border-radius: 12px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
cursor: grab;
transition: box-shadow 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.custom-slider-thumb::before {
content: '';
display: block;
width: 6px;
height: 11px;
background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/arrow-left.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.custom-slider-thumb::after {
content: '';
display: block;
width: 6px;
height: 11px;
background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/arrow-right.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.custom-slider-thumb:hover,
.custom-slider-thumb.active {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.custom-slider-marker {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 3px;
height: 10px;
background-color: #ccc;
border-radius: 1px;
display: none;
}
.slider {
width: 100%;
height: 4px;
background: #E5E5E5;
border-radius: 2px;
outline: none;
-webkit-appearance: none;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: var(--primary-color);
border-radius: 50%;
cursor: pointer;
}
.pricing__result {
text-align: center;
margin-bottom: 40px;
}
.custom-checkbox {
position: absolute;
z-index: -1;
opacity: 0;
}
.custom-checkbox+label {
cursor: pointer;
display: inline-flex;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.custom-checkbox+label::after {
content: '';
display: inline-block;
width: 26px;
height: 26px;
flex-shrink: 0;
flex-grow: 0;
margin-left: 0.5em;
border-radius: 6px;
border: 1px solid #D3C3C3;
background: #FFF;
background-repeat: no-repeat;
background-position: center center;
background-size: 50% 50%;
}
.custom-checkbox:checked+label::after {
border-color: #6A2135;
background-color: #6A2135;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox-wrap {
display: flex;
align-items: center;
justify-content: space-between;
} .price__label {
font-weight: 600;
font-size: 20px;
line-height: 160%;
}
.price__subtitle {
font-size: 20px;
line-height: 160%;
display: block;
margin-bottom: 21px;
}
.price__amount {
font-family: Reaktif;
display: block;
font-weight: 700;
font-size: 62px;
line-height: 62px;
color: var(--primary-color);
margin-bottom: 23px;
}
.price__period {
font-size: 37px;
font-weight: 700;
vertical-align: super;
position: relative;
}
.price__note {
display: block;
margin-top: 8px;
font-size: 14px;
color: #666;
}
.pricing__features {
position: relative;
padding-top: 40px;
}
.pricing__features::before {
content: "";
position: absolute;
top: 0px;
background-image: url(//skrooge.ai/wp-content/themes/skrooge/src/img/dash.svg);
background-repeat: repeat-x;
width: 100%;
height: 1px;
}
.pricing__features h3,
.pricing__addons h3 {
font-weight: 500;
font-size: 22px;
line-height: 160%;
}
.pricing__features h3 {
margin-bottom: 8px;
}
.feature-group {
margin-bottom: 35px;
}
.feature-group:last-child {
margin-bottom: 0;
}
.feature-title {
font-weight: 500;
font-size: 20px;
line-height: 160%;
color: #96A0CE;
margin-bottom: 2px;
}
.addons-title-wrap {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.addons-title-wrap__button {
width: 40px;
height: 40px;
border: 1px solid var(--primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(180deg);
cursor: pointer;
transition: transform 0.3s ease;
}
.addons-title-wrap__button.active {
transform: rotate(0deg);
}
.features-list {}
.feature-item {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
}
.feature-name {
font-size: 20px;
line-height: 200%;
position: relative;
background-color: #F9F5F5;
padding-right: 10px;
z-index: 1;
}
.feature-text span {
display: none;
}
.feature-name img {
display: none;
}
.feature-value {
font-size: 20px;
line-height: 200%;
position: relative;
background-color: #F9F5F5;
padding-left: 10px;
z-index: 1;
}
.feature-item::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0.6em;
height: 2px;
background-image: radial-gradient(circle, var(--text-color) 2px, transparent 2px);
background-size: 10px 1px;
background-position: bottom;
background-repeat: repeat-x;
z-index: 0;
}
.feature-value img {
width: 15px;
height: 11px;
object-fit: contain;
}
.feature-separator {
font-family: Reaktif;
font-weight: 400;
font-size: 32px;
line-height: 100%;
color: #D3C3C3;
height: 15px;
}
.pricing__addons {
margin-top: 40px;
}
.addons-list {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
margin-top: 0;
}
.pricing__addons_second {
margin-bottom: 60px;
}
.pricing__addons_second .addons-list {
overflow: visible;
opacity: 1;
}
.addons-list.active {
max-height: 500px;
opacity: 1;
margin-top: 10px;
}
.addons-list li {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
}
.addon-name {
font-size: 20px;
line-height: 200%;
position: relative;
background-color: #F9F5F5;
padding-right: 10px;
z-index: 1;
}
.addon-price {
font-size: 20px;
line-height: 200%;
position: relative;
background-color: #F9F5F5;
padding-left: 10px;
z-index: 1;
}
.addons-list li::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0.6em;
height: 2px;
background-image: radial-gradient(circle, var(--text-color) 2px, transparent 2px);
background-size: 15px 1px;
background-position: bottom;
background-repeat: repeat-x;
z-index: 0;
} .testimonials {
padding: 100px 0;
background: var(--white);
}
.testimonials__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 35px;
margin-top: 40px;
}
.testimonials__grid-mobile {
display: none;
}
.testimonial-card {
background: var(--bg-color);
}
.testimonial__author {
display: flex;
align-items: flex-start;
gap: 17px;
margin-bottom: 16px;
}
.author__image {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
}
.author__info-testimonial {
margin-top: 17px;
}
.author__info {
margin-top: 23px;
display: flex;
align-items: center;
gap: 10px;
justify-content: flex-start;
}
.author__info h4 {
font-weight: 500;
font-size: 20px;
line-height: 160%;
}
.author__info p {
font-size: 20px;
line-height: 160%;
}
.testimonial__text {
font-size: 20px;
line-height: 160%;
}
.testimonial__rating {
color: var(--text-color);
margin-bottom: 12px;
} .cta {
background: var(--primary-color);
color: var(--white);
}
.cta__content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 95px;
align-items: center;
padding-top: 28px;
}
.cta__text {
max-width: 600px;
width: 100%;
margin-left: auto;
}
.cta__text h2 {
font-family: Reaktif;
font-weight: 600;
font-size: 52px;
line-height: 115%;
color: var(--gold-color);
margin-bottom: 15px;
}
.cta__text p {
font-weight: 500;
font-size: 20px;
line-height: 160%;
color: var(--gold-color);
margin-bottom: 40px;
}
.cta .btn--primary {
background: var(--gold-color);
color: var(--primary-color);
border-radius: 18px;
padding: 20px 57px;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
display: block;
max-width: 300px;
transition: all 0.3s ease;
}
.cta .btn--primary:hover {
background: var(--white);
color: var(--primary-color);
} .faq {
padding: 120px 0;
background: var(--white);
border-radius: 0 0 50px 50px;
position: relative;
z-index: 2;
}
.faq__container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.faq-content {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
}
.faq__title-wrap {
max-width: 485px;
width: 100%;
margin-right: auto;
}
.faq h2 {
font-family: Reaktif;
font-weight: 700;
font-size: 62px;
line-height: 115%;
margin-bottom: 15px;
}
.faq__contact {
font-weight: 500;
font-size: 20px;
line-height: 160%;
}
.faq__contact a {
color: var(--primary-color);
text-decoration: none;
}
.faq__contact a img {
width: 11px;
height: 11px;
object-fit: contain;
margin-left: 5px;
}
.faq__list {
width: calc(100% - 600px);
}
.faq-item {
border-bottom: 1px solid rgba(5, 22, 52, 0.1);
}
.faq-item__trigger {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background: none;
border: none;
text-align: left;
cursor: pointer;
font-weight: 500;
font-size: 20px;
line-height: 160%;
color: var(--text-color) !important;
padding-top: 18px;
padding-bottom: 18px;
}
.faq-item__icon {
width: 40px;
height: 40px;
border: 1px solid var(--primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(180deg);
cursor: pointer;
transition: transform 0.3s ease;
}
.faq-item.active .faq-item__icon {
transform: rotate(0deg);
}
.faq-item__content {
display: none;
font-size: 20px;
line-height: 160%;
padding-bottom: 7px;
max-width: 760px;
}
.faq-item.active .faq-item__content {
display: block;
} .footer {
background: var(--footer-bg);
color: var(--white);
padding: 200px 0 40px;
margin-top: -120px;
}
.footer__content {
display: grid;
grid-template-columns: 320px 1fr;
gap: 120px;
margin-bottom: 56px;
}
.footer__brand .logo {
margin-bottom: 11px;
display: inline-block;
}
.footer__tagline {
font-family: Reaktif;
font-weight: 400;
font-size: 20px;
line-height: 140%;
margin-bottom: 22px;
}
.footer__social {
display: flex;
gap: 16px;
}
.social-link {
width: 36px;
height: 36px;
border-radius: 10px;
background: transparent;
border: 1px solid #FFFAF4;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.social-link:hover {
background: #37445A;
border: 1px solid #37445A;
}
.footer__nav {
display: flex;
align-items: flex-start;
justify-content: flex-end;
gap: 90px;
margin-left: auto;
}
.footer__nav-column h3 {
font-weight: 500;
font-size: 20px;
line-height: 160%;
margin-bottom: 10px;
color: #FFFAF4;
}
.footer__nav-column ul {
list-style: none;
}
.footer__nav-column a {
font-size: 16px;
line-height: 200%;
text-decoration: none;
color: #FFFAF4;
position: relative;
}
.footer__nav-column a::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background: #FFFAF4;
transition: width 0.3s ease;
}
.footer__nav-column a:hover::after {
width: 100%;
}
.footer__nav-column a:hover {
opacity: 1;
}
.footer__bottom {
padding-top: 35px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
display: flex;
justify-content: space-between;
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
}
.footer__bottom p:nth-child(2) {
display: none;
} .go-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
background: var(--primary-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
text-decoration: none;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all 0.3s ease;
z-index: 99;
cursor: pointer;
border: none;
}
.go-to-top.visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.go-to-top:hover {
background: #7A2A3E;
transform: translateY(-3px);
}
.go-to-top svg {
width: 20px;
height: 20px;
fill: currentColor;
}  .business-cards-grid {
display: flex;
flex-wrap: wrap;
gap: 24px;
margin-top: 40px;
}
.business-card {
width: calc(50% - 12px);
margin-bottom: 24px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
}
.business-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.business-card__image {
width: 100%;
height: 280px;
overflow: hidden;
}
.business-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.business-card__content {
padding: 24px;
background-color: var(--white);
}
.business-card h3 {
font-size: 24px;
font-weight: 600;
color: var(--text-color);
margin-bottom: 12px;
}
.business-card__description {
font-size: 16px;
line-height: 1.5;
color: #666;
}
.not-sure-wrapper {
display: flex;
justify-content: center;
margin-top: 48px;
margin-bottom: 24px;
}
.not-sure-block {
text-align: center;
max-width: 400px;
padding: 40px;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
background-color: var(--white);
}
.not-sure-block h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 16px;
}
.not-sure-block p {
margin-bottom: 24px;
color: #666;
}
.not-sure-block .btn--primary {
display: inline-block;
background: var(--primary-color);
color: var(--white);
padding: 16px 32px;
border-radius: 8px;
font-weight: 500;
} .stats-outline-alt {
color: white;
text-shadow:
-1px -1px 0 var(--primary-color),
1px -1px 0 var(--primary-color),
-1px 1px 0 var(--primary-color),
1px 1px 0 var(--primary-color);
}
.white-popup {
position: relative;
background: #FFF;
padding: 24px;
width: auto;
max-width: 800px;
margin: 20px auto;
border-radius: 8px;
}
.mobile-hero-btn {
display: none;
} .default-page {
padding-top: 100px;
padding-bottom: 100px;
}
.entry-header {
width: 100%;
}
.entry-header h1 {
font-family: Reaktif;
font-weight: 600;
font-size: 62px;
line-height: 114.99999999999999%;
letter-spacing: 0%;
margin-bottom: 40px;
}
.default-page-wrapper {
display: flex;
align-items: initial;
justify-content: space-between;
flex-wrap: wrap;
color: #051634;
}
.default-page-wrapper article {
width: calc(100% - 570px);
}
.default-page-wrapper article a {
font-family: Montserrat;
font-weight: 500;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
text-decoration: underline;
color: #051634;
}
.default-page-sidebar {
width: 385px;
background: #fff;
position: sticky;
top: 100px;
bottom: 30px;
height: 100vh;
overflow-y: auto;
flex-shrink: 0;
}
.default-page-sidebar h2 {
font-size: 1.1rem;
margin-bottom: 1.5rem;
color: #111827;
font-weight: 700;
}
.default-page-sidebar ul {
list-style: none;
padding: 0;
margin: 0;
max-height: 85vh;
overflow-y: auto;
}
.default-page-sidebar li {
margin-bottom: 25px;
}
.default-page-sidebar a {
display: block;
font-weight: 500;
font-size: 16px;
line-height: 160%;
letter-spacing: 0%;
text-decoration: none;
padding: 0 !important;
color: #949BA8;
transition: color 0.2s, color 0.2s;
}
.default-page-sidebar a.active {
color: #051634;
}
.default-page-sidebar a:hover {
color: #051634;
}
.default-page-sidebar ul {
background: #F9F5F5;
padding: 30px;
border-radius: 20px;
}
.widget-area {
display: none;
}
.default-page-wrapper article h2 {
font-weight: 600;
font-size: 32px;
line-height: 160%;
letter-spacing: 0%;
margin-top: 50px;
margin-bottom: 10px;
}
.default-page-wrapper article p {
font-weight: 400;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
margin-bottom: 20px;
}
.default-page-wrapper article ol,
.default-page-wrapper article ul {
list-style: initial;
padding-left: 20px;
margin-bottom: 20px;
font-weight: 400;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
}
.mm-page {
border-radius: 0px 0px 100px 100px;
}
.breadcrumb {
margin-bottom: 74px;
}
.breadcrumbs__link {
font-weight: 600;
font-size: 14px;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;
text-decoration: none;
color: #949BA8;
}
.breadcrumbs__link:hover {
text-decoration: underline;
}
.breadcrumbs__current {
font-weight: 600;
font-size: 14px;
line-height: 160%;
letter-spacing: 0%;
text-transform: capitalize;
color: #051634;
}
.breadcrumbs__separator {
margin-left: 10px;
margin-right: 10px;
}
.talk-to-team {
color: var(--primary-color);
background-color: transparent;
cursor: pointer;
}  .not-found {
padding-top: 30px;
padding-bottom: 100px;
}
.error404 .mm-page {
min-height: initial;
}
.not-found-page-wrap {
display: flex;
align-items: center;
justify-content: flex-end;
padding-top: 100px;
}
.not-found .page-title {
font-family: Reaktif;
font-weight: 700;
font-size: 90px;
line-height: 114.99999999999999%;
letter-spacing: 0%;
color: #051634
}
.not-found-page-wrap-image {
position: relative;
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.not-found-page-main-image {
max-width: 440px;
display: block;
}
.not-found-page-bg-image {
position: absolute;
top: 0px;
z-index: -1;
right: 0;
width: 700px;
}
.not-found-page-wrap-content p {
font-weight: 500;
font-size: 20px;
line-height: 180%;
letter-spacing: 0%;
color: #051634;
max-width: 570px;
}
.not-found-page-wrap-content p a {
font-weight: 500;
font-size: 20px;
line-height: 180%;
letter-spacing: 0%;
color: var(--primary-color);
}
.not-found-page-wrap-content p span {
font-weight: 700;
font-size: 20px;
line-height: 180%;
letter-spacing: 0%;
color: #051634;
}@media only screen and (max-width : 1700px) {
.container {
max-width: 1340px;
}
} @media only screen and (max-width : 1600px) {
.container {
max-width: 1140px;
}
.service-card {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.service-card h3 {
font-size: 28px;
}
.service-card p {
font-size: 18px;
margin-bottom: 60px;
}
.service-card__icon {
margin-bottom: 30px;
}
.service-card__top-gradient {
position: absolute;
top: -30px;
left: 100px;
}
.service-card__top-gradient img {
width: 240px;
}
.coming-soon-badge {
width: 100%;
}
.hero-images-wrap {
height: 450px;
}
.hero__title {
font-size: 60px;
}
.hero-tooltip {
width: 250px;
}
.hero-tooltip-1 {
padding: 16px 20px 0px 20px;
right: 100px;
top: 0px;
}
.profit-percent__value {
font-size: 32px;
}
.hero-tooltip-2 {
top: 170px;
right: 140px;
padding: 5px 20px 20px 20px;
}
.hero-tooltip-2-content p,
.hero-tooltip-3-content-item__text {
font-size: 16px;
}
.hero-tooltip-3 {
padding: 24px 16px 16px 16px;
}
.hero-tooltip-3 {
width: 330px;
}
.hero-chart img {
width: 100%;
height: 60px;
}
.hero-chart {
width: 100%;
height: 70px;
object-fit: contain;
display: block;
}
.stat-item h2 {
font-size: 100px;
}
.section-title {
font-size: 52px;
}
.section-subtitle {
font-size: 18px;
}
.card h3 {
font-size: 28px;
}
.card__feature {
font-size: 16px;
}
.meet-skrooge__right-content p {
font-size: 18px;
}
.meet-skrooge__left p {
font-size: 28px;
}
.team-member-content h4,
.team-member-content p {
font-size: 18px;
}
.tab-text h3 {
font-size: 28px;
}
.tab-text p {
font-size: 18px;
}
.skrooge-advantage {
padding: 80px 0;
}
.pricing__title {
font-size: 52px;
}
.price__amount {
font-size: 62px;
}
.testimonials {
padding: 80px 0;
}
.testimonials__grid {
gap: 15px;
}
.testimonial__text {
font-size: 18px;
}
.author__image {
width: 60px;
height: 60px;
}
.author__info {
flex-wrap: wrap;
}
.author__info h4,
.author__info p {
width: 100%;
font-size: 18px;
}
.cta__text h2 {
font-size: 42px;
}
.cta__text p {
font-size: 18px;
}
.cta__image {
width: 50%;
height: 100%;
margin-bottom: -40px;
}
.cta__content {
display: flex;
align-items: flex-end;
gap: 35px;
padding: 40px 0;
justify-content: space-between;
padding-left: 40px;
}
.cta__text {
width: 50%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.cta__image img {
width: 100%;
}
.faq h2 {
font-size: 52px;
}
.faq__contact {
font-size: 18px;
}
.faq__list {
width: calc(100% - 540px);
}
.faq-item__trigger {
font-size: 18px;
}
.faq-item__content {
font-size: 18px;
}
.faq-item__icon {
width: 30px;
height: 30px;
}
.feature-name,
.feature-value,
.feature-title {
font-size: 18px;
}
.card {
height: 500px;
}
.marquee-content span {
font-size: 24px;
}
.nav__list a {
font-size: 18px;
}
.footer__tagline {
font-size: 18px;
}
.footer__brand img {
max-width: 300px;
}
.stat-item p,
.pricing__subtitle,
.price__label,
.price__subtitle {
font-size: 18px;
}
.not-found .page-title {
font-size: 70px;
line-height: 105%;
}
} @media only screen and (max-width : 1200px) {
.container {
max-width: 960px;
}
.stats__grid {
gap: 20px;
padding-left: 0;
padding-right: 0;
}
.stat-item:nth-child(2) h2 {
min-width: 390px;
}
.card {
height: 400px;
}
.service-card__top-gradient img {
width: 180px;
}
.service-card {
padding: 20px;
}
.service-card h3 {
font-size: 22px;
}
.service-card p {
font-size: 16px;
}
.service-card__top-gradient img {
width: 180px;
position: relative;
top: 10px;
}
.service-card__top-gradient:before {
top: 10px;
}
.service-card__icon {
margin-bottom: 30px;
margin-top: -20px;
}
.section-title {
font-size: 32px;
}
.section-subtitle {
font-size: 16px;
}
.service-card__icon {
width: 37px;
height: 37px;
padding: 8px;
}
.service-card p {
margin-bottom: 75px;
}
.hero {
padding-bottom: 50px;
}
.nav__list a {
font-size: 16px;
}
.hero-tooltip-3 {
width: 280px;
padding: 10px;
left: 130px;
}
.content-item__text {
font-size: 14px;
}
.hero-tooltip-2 {
top: 190px;
right: 60px;
padding: 10px;
width: 220px;
}
.hero-tooltip-1 {
padding: 10px;
right: 100px;
top: 20px;
width: 200px;
}
.hero-chart {
height: 50px;
}
.hero-chart img {
width: 100%;
height: 100%;
}
.profit-percent-wrap {
width: 44px;
height: 44px;
padding: 3px;
}
.profit-percent-wrap__percent {
font-size: 16px;
line-height: 100%;
}
.profit-percent__value {
font-size: 28px;
}
.hero__title {
font-size: 40px;
max-width: 80%;
margin-top: 20px;
}
.hero__subtitle {
font-size: 16px;
}
.cta-block__content h3 {
font-size: 34px;
}
.cta-block__content p,
.btn--get-started,
.btn {
font-size: 16px;
}
.build-for {
padding: 50px 0;
}
.card h3 {
font-size: 24px;
}
.card__content {
padding: 20px;
}
.needs-covered {
padding: 50px 0;
}
.services-grid {
margin-top: 52px;
}
.meet-skrooge {
padding: 50px 0 0 0;
}
.meet-skrooge__left p {
font-size: 22px;
}
.meet-skrooge__left span {
font-size: 16px;
}
.meet-skrooge__left img {
position: absolute;
top: 0px;
z-index: -1;
left: -40px;
width: 100px;
}
.meet-skrooge__right h4 {
font-size: 18px;
}
.meet-skrooge__right-content p {
font-size: 16px;
margin-bottom: 15px;
}
.meet-skrooge__right a {
font-size: 16px;
}
.divider {
margin-left: 25px;
margin-right: 25px;
}
.meet-skrooge__right {
width: calc(50% - 25px);
}
.meet-skrooge__left {
width: calc(50% - 26px);
}
.meet-skrooge {
padding: 50px 0 0 0;
overflow-x: auto;
} .team-member-content h4,
.team-member-content p {
font-size: 16px;
}
.tab-grid {
gap: 50px;
}
.tab-text h3 {
font-size: 24px;
}
.tab-text p {
font-size: 16px;
}
.tabs__nav {
margin-bottom: 20px;
}
.skrooge-advantage {
padding: 50px 0;
}
.pricing__title {
font-size: 34px;
}
.stat-item p,
.pricing__subtitle,
.price__label,
.price__subtitle {
font-size: 16px;
}
.calculator__input label {
font-size: 16px;
line-height: 160%;
}
.price__amount {
font-size: 44px;
}
.feature-name,
.feature-value,
.feature-title,
.addon-name,
.addon-price {
font-size: 16px;
}
.addons-title-wrap__button {
width: 30px;
height: 30px;
}
.pricing__features h3,
.pricing__addons h3 {
font-size: 18px;
}
.testimonials__grid {
gap: 15px;
width: 1400px;
}
.testimonials__wrap {
overflow-x: auto;
}
.testimonials {
padding: 50px 0;
}
.cta__text h2 {
font-size: 34px;
}
.cta__text p {
font-size: 16px;
}
.cta .btn--primary {
font-size: 16px;
}
.faq h2 {
font-size: 34px;
}
.faq__contact {
font-size: 16px;
}
.faq__title-wrap {
max-width: 365px;
}
.faq__list {
width: calc(100% - 400px);
}
.faq-item__trigger {
font-size: 16px;
}
.faq-item__content {
font-size: 16px;
}
.footer__tagline {
font-size: 16px;
}
.footer__nav-column h3 {
font-size: 18px;
}
.footer__brand img {
max-width: 250px;
}
.login-link {
font-size: 16px;
}
.logo {
max-width: 120px;
}
.logo img {
width: 100%;
}
.entry-header h1 {
font-size: 42px;
line-height: 75%;
}
.breadcrumb {
margin-bottom: 44px;
}
.default-page-wrapper article {
width: calc(100% - 350px);
}
.default-page-sidebar {
width: 275px;
}
.default-page-wrapper article h2 {
font-weight: 600;
font-size: 22px;
line-height: 130%;
letter-spacing: 0%;
margin-top: 30px;
margin-bottom: 10px;
}
.default-page-wrapper article p {
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 0%;
margin-bottom: 14px;
}
.default-page-wrapper article ol,
.default-page-wrapper article ul {
list-style: initial;
padding-left: 20px;
margin-bottom: 10px;
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 0%;
}
.default-page-wrapper article a {
font-size: 14px;
line-height: 130%;
}
.default-page-sidebar a {
font-size: 14px;
line-height: 130%;
}
.default-page-sidebar li {
margin-bottom: 10px;
}
.not-found-page-main-image {
max-width: 280px;
display: block;
}
.not-found .page-title {
font-size: 50px;
line-height: 105%;
}
.not-found-page-wrap-content p {
font-weight: 500;
font-size: 16px;
line-height: 180%;
letter-spacing: 0%;
color: #051634;
max-width: 440px;
}
.not-found-page-bg-image {
position: absolute;
top: -40px;
z-index: -1;
right: 0;
width: 440px;
}
.not-found-page-wrap-content p a {
font-size: 16px;
}
} @media only screen and (max-width : 992px) {
.container {
max-width: 720px;
padding-left: 0;
padding-right: 0;
}
.footer__content {
display: flex;
flex-wrap: wrap;
gap: 50px;
}
.footer__nav {
width: 100%;
justify-content: center;
}
.footer__brand {
margin: 0 auto;
text-align: center;
}
.footer__social {
display: flex;
gap: 16px;
justify-content: center;
}
.footer__nav-column {
text-align: center;
}
.stat-item h2 {
font-size: 60px;
}
.stat-item:nth-child(2) h2 {
min-width: 230px;
}
.feature-separator {
overflow: hidden;
}
.marquee-content {
animation-duration: 70s;
}
.service-card__top-gradient:before {
top: 20px;
}
.service-card__top-gradient img {
width: 80px;
top: 20px;
}
.faq-item__trigger {
line-height: 210%;
}
.faq {
padding: 50px 0;
}
.faq-item__icon {
width: 30px;
height: 30px;
min-width: 30px;
}
.hero-tooltip-2::before {
display: none;
}
.hero-tooltip-1 {
padding: 10px;
right: 20px;
top: 40px;
width: 200px;
}
.hero-tooltip-2 {
right: 20px;
}
.profit-percent-wrap__percent {
font-size: 14px;
}
.team-grid.old-team-grid {
width: 100%;
flex-wrap: wrap; } .skrooge-advantage {
padding-top: 0;
}
.meet-skrooge {
overflow: visible;
}
.team-member {
width: calc(50% - 1px);
}
.tabs__nav_wrap {
overflow-x: auto;
}
.tabs__nav {
width: 760px;
}
.team-member-image {
height: 300px;
}
.slick-arrow {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.slick-next {
right: 5px;
width: 30px;
height: 30px;
top: 30%;
z-index: 2;
transform: none;
}
.slick-prev {
left: 5px;
width: 30px;
height: 30px;
top: 30%;
z-index: 2;
transform: none;
}
.slick-prev:before,
.slick-next:before {
font-size: 30px;
}
} @media only screen and (max-width : 768px) {
.container {
width: auto;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.header__wrapper .nav {
display: none;
}
.header-burger {
display: block;
}
.header .btn {
display: none;
}
.header-menu-mob {  }
.header-menu-mob.mm-menu--opened {
display: flex;
padding-top: 120px;
}
.hero-tooltip-3 {
display: none;
}
.hero__subtitle {
display: none;
}
.stats__grid {
flex-wrap: wrap;
gap: 10px;
}
.stat-item {
width: 100%;
}
.uae-map img {
margin-bottom: 12px;
}
.stat-item h2 {
font-size: 60px;
line-height: 160%;
}
.hero {
padding-bottom: 50px;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
}
.hero__button-wrap {
width: 100%;
}
.card {
height: 320px;
width: 100%;
flex: auto;
}
.card:nth-child(2) {
margin-top: 0px;
}
.card:nth-child(3),
.card:nth-child(5) {
margin-top: 0px;
}
.cta-block {
margin-top: 30px;
}
.card--cta {
overflow: visible;
height: auto;
}
.card--cta .card__content {
height: auto;
}
.service-card {
padding: 14px;
width: 250px;
}
.services-grid-wrap {
overflow: hidden;
overflow-x: auto;
}
.services-grid {
margin-top: 35px;
width: 790px;
}
.service-card__top-gradient:before {
top: 13px;
}
.service-card__top-gradient img {
width: 130px;
top: 13px;
}
.service-card__top-gradient {
position: absolute;
top: -30px;
left: 100px;
}
.divider {
display: none;
}
.meet-skrooge__content {
flex-wrap: wrap;
margin-top: 5px;
}
.meet-skrooge__left {
order: 2;
width: 100%;
margin-top: 47px;
}
.meet-skrooge__right {
order: 1;
width: 100%;
}
.meet-skrooge__right-content {
margin-bottom: 11px;
}
.meet-skrooge__left img {
position: absolute;
top: auto;
bottom: 30px;
z-index: -1;
left: 50%;
width: 210px;
transform: translateX(-50%);
}
.team-member-content h4 {
font-size: 16px;
}
.team-member-content p {
font-size: 14px;
}
.team-grid {
margin-top: 25px;
}
.team-member {
margin-bottom: 20px;
}
.tab-grid {
flex-wrap: wrap;
gap: 0px;
}
.tab-illustration {
width: 100%;
}
.tab-text {
width: 100%;
}
.tab-text h3 {
font-size: 22px;
margin-bottom: 10px;
line-height: 130%;
}
.tab-text {
line-height: 130%;
margin-top: 15px;
}
.pricing {
padding: 50px 0;
}
.pricing__title::before {
content: '###';
position: static;
top: 16px;
left: 0;
right: 0;
width: 100%;
color: #D3C3C3;
font-family: Reaktif;
font-weight: 500;
font-size: 16px;
line-height: 115%;
display: block;
}
.pricing__title::after {
display: none;
}
.pricing__subtitle {
position: relative;
margin-bottom: 5px;
}
.pricing__subtitle::after {
content: '###';
position: absolute;
top: 16px;
right: 0px;
left: 0px;
color: #D3C3C3;
font-family: Reaktif;
font-weight: 500;
font-size: 16px;
line-height: 115%;
width: 100%;
display: block;
margin-top: 12px;
}
.pricing__addons_second .addons-list {
max-height: initial !important;
}
.pricing__addons_second {
margin-bottom: 0 !important;
}
.pricing {
padding-bottom: 0 !important;
}
.calculator__input::before {
display: none;
}
.calculator__input-label {
flex-wrap: wrap;
justify-content: center;
gap: 11px;
}
.calculator__input label {
width: 100%;
text-align: center;
}
.custom-slider-container {
margin-top: 40px;
}
.price__subtitle {
margin-bottom: 0;
}
.price__amount {
line-height: 115%;
}
.feature-item::after {
display: none;
}
.feature-value {
display: none;
}
.addons-list li {
flex-wrap: wrap;
padding-bottom: 20px;
}
.addon-name,
.addon-price {
width: 100%;
}
.addon-price {
padding-left: 0;
}
.addons-list li::after {
z-index: 1;
}
.addons-list li:last-child::after {
display: none;
}
.feature-name {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin-top: 10px;
}
.feature-name img {
display: block;
margin-right: 10px;
margin-top: 10px;
}
.testimonials__wrap {
overflow-x: visible;
}
.testimonials__grid-mobile {
display: flex;
width: 100%;
flex-wrap: wrap;
gap: 50px;
}
.testimonials__grid-desktop {
display: none;
}
.testimonial__author {
flex-wrap: wrap;
margin-bottom: 0;
}
.author__info-testimonial {
margin-top: 0px;
width: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 15px;
}
.author__image {
width: 80px;
height: 80px;
}
.author__info {
flex-wrap: wrap;
margin-top: 0px;
gap: 0px;
}
.testimonial__rating {
margin-bottom: 0;
}
.author__info h4,
.author__info p {
width: 100%;
font-size: 16px;
}
.testimonial__text {
font-size: 16px;
line-height: 130%;
}
.cta__content {
display: flex;
align-items: flex-end;
gap: 0px;
padding: 40px 0;
justify-content: space-between;
padding-left: 0px;
flex-wrap: wrap;
width: 100%;
}
.cta__text {
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.cta__image {
width: 100%;
}
.cta .btn--primary {
margin-left: auto;
margin-right: auto;
}
.faq-content {
flex-wrap: wrap;
}
.faq__title-wrap {
max-width: initial;
width: 100%;
}
.faq h2 {
margin-bottom: 5px;
}
.faq__contact {
margin-bottom: 23px;
}
.faq__list {
width: 100%;
}
.faq-item__trigger {
line-height: 150%;
padding-top: 10px;
padding-bottom: 10px;
}
.faq-item__content {
font-size: 14px;
max-width: 90%;
}
.faq-item__trigger {
font-size: 14px;
}
.footer__nav {
flex-wrap: wrap;
gap: 30px;
}
.footer__nav-column {
width: 100%;
}
.footer__content {
gap: 30px;
margin-bottom: 20px;
}
.footer__bottom {
padding-top: 20px;
flex-wrap: wrap;
}
.footer__bottom p:nth-child(1) {
order: 2;
width: 100%;
text-align: center;
}
.footer__bottom p:nth-child(2) {
order: 1;
width: 100%;
text-align: center;
}
.footer .logo {
max-width: 250px;
}
.hero__title-desktop {
display: block;
font-size: 28px;
line-height: 100%;
margin-top: 0px;
margin-bottom: 20px;
}
.hero-images-wrap {
order: 2;
}
.hero-content-container {
order: 1;
}
.mobile-hero-btn {
order: 3;
}
.hero-content-container .hero__button-wrap {
display: none;
}
.hero .btn--primary {
width: 100%;
padding: 20px 32px;
}
.hero-images-wrap {
height: auto;
width: 100%;
padding-bottom: 133px;
min-height: 360px;
}
.hero-tooltip-2 {
top: auto;
bottom: 20px;
left: 20px;
right: 20px;
padding: 10px;
width: calc(100% - 40px);
}
.profit-percent-wrap {
display: none;
}
.hero-chart img {
display: none;
}
.hero-chart img.hero-chart-mobile {
display: block;
}
.hero-tooltip-1__content {
flex-wrap: wrap;
}
.hero-tooltip-1 {
width: 105px;
}
.profit-percent__value {
font-size: 22px;
}
.profit-percent__title {
font-size: 14px;
}
.hero-tooltip-1 {
width: 105px;
right: auto;
left: 20px;
height: 142px;
top: auto;
bottom: 150px;
}
.hero__title {
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.team-member-image {
height: auto;
padding-top: 20px;
display: flex;
}
.login-link {
display: none;
}
.mm-menu .login-link {
display: inline-block;
margin-bottom: 20px;
}
.mm-menu .btn--get-started {
color: var(--gold-color) !important;
}
.tab-illustration svg {
height: auto;
margin-top: 20px;
}
.feature-text span {
display: inline-block;
}
.mobile-hero-btn {
display: block;
width: 100%;
}
.not-found-page-wrap {
flex-wrap: wrap;
}
.not-found-page-wrap-content {
width: 100%;
}
.not-found-page-wrap-image {
width: 100%;
margin-top: 60px;
}
.not-found-page-bg-image {
position: absolute;
top: -20px;
z-index: -1;
right: auto;
left: auto;
width: 390px;
}
.not-found-page-wrap-content p {
max-width: 100%;
}
.not-found .page-title {
font-size: 40px;
line-height: 105%;
margin-bottom: 10px;
}
.not-found-page-wrap-content p {
font-size: 14px;
}
.not-found-page-wrap-content p a {
font-size: 14px;
}
.not-found-page-wrap-content p span {
font-size: 14px;
}
.not-found-page-wrap {
padding-top: 60px;
}
.mm-page {
border-radius: 0px 0px 40px 40px;
}
.not-found {
padding-top: 30px;
padding-bottom: 50px;
}
.definitions-list {
font-size: 14px;
}
.definitions-list dt {
margin-bottom: 2px;
}
.definitions-list dd {
margin-bottom: 10px;
}
address {
font-size: 14px;
}
} @media only screen and (max-width : 767px) {
.default-page-sidebar {
display: none;
}
.default-page-wrapper article {
width: 100%;
}
}
@media only screen and (max-width : 650px) {} @media only screen and (max-width : 480px) {
.team-member-content p {
font-size: 12px;
}
.team-member-content {
padding: 10px 10px;
}
.team-member-content h4 {
font-size: 14px;
}
} @media only screen and (max-width : 320px) {}  @media only screen and (min-width : 320px) {} @media only screen and (min-width : 480px) {} @media only screen and (min-width : 768px) {} @media only screen and (min-width : 992px) {} @media only screen and (min-width : 1200px) {} @media only screen and (min-width : 1701px) {}