Login
Dashboard
Saved Stitches
Stitch Catalog
Demo
All
E-Commerce
All
(4)
Collections
(3)
Featured Products
(0)
Hero
(0)
Pop Up Modals
(0)
Promotional CTA
(1)
Store Products
(0)
Buttons
All
(1)
Non Standard
(0)
Squared
(1)
Navigation
All
(2)
+ Dropdown
(1)
+ Top Bar
(0)
Double Dropdown
(0)
Standard
(1)
Top Bar + Dropdown
(0)
Hero Section
All
(7)
Centered
(2)
Grid
(0)
Landing + Services
(3)
Left Aligned
(1)
Right Aligned
(1)
Services
All
(16)
3 Card
(4)
4 Card
(4)
5 Card
(1)
6 Card
(2)
8 Card
(1)
Combo
(2)
Side By Side
(2)
Content Flair
All
(3)
Button Boxes
(1)
Content Groups
(1)
Lists
(1)
Quotes
(0)
Stats
(0)
Toppers
(0)
Side By Side
All
(34)
Combo
(0)
Non Standard
(1)
Reverse
(11)
Reverse Pair
(5)
Reverse Triplet
(3)
Standard
(14)
Gallery
All
(7)
4 Images
(1)
5 Images
(1)
6 Images
(1)
8 Images
(2)
Full Width
(0)
Mosaic
(0)
Multi Gallery
(1)
Simple
(1)
Meet Our Team
All
(5)
2 Card
(0)
3 Card
(1)
4 Card
(2)
5 Card
(1)
6 Card
(0)
7 Card
(0)
8 Card
(1)
Combo
(0)
Steps
All
(4)
3 Steps
(2)
4 Steps
(2)
5 Steps
(0)
Stats
All
(5)
2 Stats
(0)
3 Stats
(0)
4 Stats
(3)
Combos
(1)
Timeline
(1)
Pricing
All
(7)
2 Card
(0)
3 Card
(3)
Menu's
(2)
Price List
(0)
w/ Toggles
(2)
FAQ
All
(4)
Multi FAQ's
(0)
Side By Side
(2)
Standard
(2)
Why Choose Us
All
(11)
3 Card
(1)
4 Card
(1)
6 Card
(0)
Side By Side
(9)
Quotes
All
(0)
Single Quotes
(0)
MISC
All
(5)
Careers
(0)
Content
(0)
Locations
(1)
Logos
(1)
Maps
(0)
Popups
(0)
Tables
(1)
Video
(2)
Reviews
All
(14)
2 Card
(4)
3 Card
(3)
4 Card
(0)
8 Card
(0)
Full Width
(0)
Single Review
(7)
Slideshow
(0)
Forms & Contact
All
(8)
Contact Forms
(8)
Contact Info
(0)
Subscribe
(0)
Events
All
(3)
3 Card
(1)
4 Card
(0)
Side By Side
(2)
Blog
All
(3)
Recent Posts
(3)
Call To Action
All
(4)
Combos
(1)
Contained
(0)
Full Width
(2)
Subscribe Forms
(1)
Footer
All
(6)
2 Column
(0)
3 Column
(1)
4 Column
(2)
5 Column
(1)
Combo
(0)
Simple
(2)
Dark Mode
All
(1)
Standard
(1)
Interior Pages
All
(3)
About Page
(0)
Contact Page
(0)
Content Page
(1)
FAQ Page
(1)
Menus
(0)
Page Banners
(1)
Service Page
(0)
Left Aligned
CSS
HTML
Core Styles
Choose your preferred CSS
CSS
LESS
SCSS
CSS Dark
LESS Dark
SCSS Dark
Choose your preferred Core Styles CSS
CSS
LESS
SCSS
-
Dark Mode
+
Dark Mode
Copy
to Clipboard
/*-- -------------------------- --> <--- Hero --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #hero-2274 { /* 150px - 350px Top */ padding: clamp(9rem, 30.95vw, 21.875rem) 1rem 0; overflow: hidden; position: relative; z-index: 10; } #hero-2274 .cs-container { width: 100%; max-width: 80rem; margin: auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5.5rem; } #hero-2274 .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; max-width: 39.375rem; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; position: relative; z-index: 10; } #hero-2274 .cs-title { /* 39px - 61px */ font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); font-weight: 900; text-transform: uppercase; line-height: 1.2em; width: 100%; max-width: 17ch; margin: 0 0 1rem; color: var(--bodyTextColorWhite); position: relative; } #hero-2274 .cs-text { /* 16px - 20px */ font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.5em; width: 100%; max-width: 43.75rem; /* 28px - 40px */ margin: 0 0 clamp(1.75rem, 4vw, 2.5rem); color: var(--bodyTextColorWhite); opacity: 0.8; } #hero-2274 .cs-button-solid { font-size: 1rem; text-align: center; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-decoration: none; font-weight: 700; /* clips corners of the before element */ overflow: hidden; margin: 0; color: #fff; padding: 0 1.75rem; background-color: var(--primary); display: inline-flex; align-items: center; justify-content: space-between; gap: 0.75rem; position: relative; z-index: 1; transition: color 0.3s; } #hero-2274 .cs-button-solid:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #000; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } #hero-2274 .cs-button-solid:hover { color: #fff; } #hero-2274 .cs-button-solid:hover:before { width: 100%; } #hero-2274 .cs-picture { width: 100%; /* 427px - 581px */ max-width: clamp(26.6875rem, 50vw, 36.3125rem); height: auto; display: flex; align-items: flex-end; position: relative; z-index: 7; } #hero-2274 .cs-picture img { width: 100%; height: auto; } #hero-2274 .cs-image-group { width: 100%; height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; left: 0; overflow: hidden; } #hero-2274 .cs-background { width: 100%; height: 100%; position: relative; z-index: 1; } #hero-2274 .cs-background img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } #hero-2274 .cs-background1:before { content: ''; width: 100%; height: 100%; background: #000; opacity: 0.72; display: block; position: absolute; top: 0; left: 0; } #hero-2274 .cs-background2 { height: 100vw; max-height: 30rem; flex: none; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #hero-2274 { padding-bottom: 9.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5.625rem; } #hero-2274 .cs-container { justify-content: flex-start; flex-direction: row; } #hero-2274 .cs-content { text-align: left; width: 53%; align-items: flex-start; } #hero-2274 .cs-picture { width: 56%; position: absolute; bottom: -4.0625rem; right: -1.875rem; } #hero-2274 .cs-image-group { flex-direction: row; } #hero-2274 .cs-background2 { width: 25vw; height: 100%; max-height: 100%; border-left: 2px solid #FFC219; } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #hero-2274 { /* 100px - 172px */ padding-bottom: clamp(6.25rem, 12vw, 10.9375rem); } #hero-2274 .cs-picture { width: 45%; /* same value as the padding, but opposite */ bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1); /* 32px - 80px */ right: clamp(2rem, 5vw, 5rem); } #hero-2274 .cs-background2 { width: 32.8125vw; } } /*-- -------------------------- --> <--- Services --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #Hservices-2274 { width: 100%; padding: var(--sectionPadding); position: relative; z-index: 20; } #Hservices-2274 .cs-container { max-width: 80rem; margin: auto; position: relative; z-index: 1; } #Hservices-2274 .cs-card-group { width: 100%; max-width: 80rem; margin: 0; padding: 0; background-color: #fff; display: grid; grid-template-columns: repeat(12, 1fr); row-gap: 2rem; } #Hservices-2274 .cs-item { text-align: left; list-style: none; width: 100%; box-sizing: border-box; grid-column: span 12; position: relative; z-index: 1; transition: background-color 0.3s, border-color 0.3s; } #Hservices-2274 .cs-item:last-of-type .cs-link { /* 32px - 80px top & bottom */ /* 16px - 80px left & right */ padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem); box-sizing: border-box; } #Hservices-2274 .cs-item:last-of-type .cs-icon { width: 4rem; margin-bottom: 1.5rem; } #Hservices-2274 .cs-item:last-of-type .cs-h3 { font-size: 1.5625rem; } #Hservices-2274 .cs-item:last-of-type .cs-item-text { margin-bottom: 2rem; } #Hservices-2274 .cs-number { font-size: 4.5rem; line-height: 1.2em; font-weight: 700; margin: 0; color: var(--headerColor); } #Hservices-2274 .cs-fake-link { font-size: 1rem; line-height: 1.2em; text-transform: uppercase; font-weight: 700; margin: 0; padding: 0 0 0.25rem 0; border-bottom: 1px solid var(--primary); color: var(--primary); display: inline-flex; justify-content: center; align-items: center; gap: 0.75rem; } #Hservices-2274 .cs-background { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1; } #Hservices-2274 .cs-background:before { content: ''; width: 100%; height: 100%; background: #fff; opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } #Hservices-2274 .cs-background img { width: 100%; height: 100%; opacity: 0.08; object-fit: cover; position: absolute; top: 0; left: 0; } #Hservices-2274 .cs-link { text-decoration: none; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; } #Hservices-2274 .cs-icon { width: 2.5rem; height: auto; margin: 0 0 1.25rem 0; } #Hservices-2274 .cs-h3 { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; text-align: inherit; line-height: 1.2em; margin: 0 0 0.5rem 0; color: var(--headerColor); transition: color 0.3s; } #Hservices-2274 .cs-item-text { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); text-align: inherit; line-height: 1.5em; margin: 0; color: var(--bodyTextColor); transition: color 0.3s, opacity 0.3s; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #Hservices-2274 .cs-card-group { width: 44%; } #Hservices-2274 .cs-item:last-of-type { width: 49%; position: absolute; right: 0; top: calc(clamp(10rem, 20vw, 12.5rem)*-1); } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #Hservices-2274 .cs-item:last-of-type { width: 37vw; max-width: 25rem; } } /* Large Desktop - 1300px */ @media only screen and (min-width: 81.25rem) { #Hservices-2274 { padding: 0; } #Hservices-2274 .cs-card-group { width: 53.75rem; padding: 3.75rem 0; column-gap: 1.25rem; } #Hservices-2274 .cs-item { grid-column: span 4; } #Hservices-2274 .cs-item:last-of-type { top: auto; bottom: 0; } }
/*-- -------------------------- --> <--- Hero --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #hero-2274 { /* 150px - 350px Top */ padding: clamp(9rem, 30.95vw, 21.875rem) 1rem 0; overflow: hidden; position: relative; z-index: 10; } #hero-2274 .cs-container { width: 100%; max-width: 80rem; margin: auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5.5rem; } #hero-2274 .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; max-width: 39.375rem; display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; position: relative; z-index: 10; } #hero-2274 .cs-title { /* 39px - 61px */ font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); font-weight: 900; text-transform: uppercase; line-height: 1.2em; width: 100%; max-width: 17ch; margin: 0 0 1rem; color: var(--bodyTextColorWhite); position: relative; } #hero-2274 .cs-text { /* 16px - 20px */ font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.5em; width: 100%; max-width: 43.75rem; /* 28px - 40px */ margin: 0 0 clamp(1.75rem, 4vw, 2.5rem); color: var(--bodyTextColorWhite); opacity: 0.8; } #hero-2274 .cs-button-solid { font-size: 1rem; text-align: center; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-decoration: none; font-weight: 700; /* clips corners of the before element */ overflow: hidden; margin: 0; color: #fff; padding: 0 1.75rem; background-color: var(--primary); display: inline-flex; align-items: center; justify-content: space-between; gap: 0.75rem; position: relative; z-index: 1; transition: color 0.3s; } #hero-2274 .cs-button-solid:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #000; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } #hero-2274 .cs-button-solid:hover { color: #fff; } #hero-2274 .cs-button-solid:hover:before { width: 100%; } #hero-2274 .cs-picture { width: 100%; /* 427px - 581px */ max-width: clamp(26.6875rem, 50vw, 36.3125rem); height: auto; display: flex; align-items: flex-end; position: relative; z-index: 7; } #hero-2274 .cs-picture img { width: 100%; height: auto; } #hero-2274 .cs-image-group { width: 100%; height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; left: 0; overflow: hidden; } #hero-2274 .cs-background { width: 100%; height: 100%; position: relative; z-index: 1; } #hero-2274 .cs-background img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } #hero-2274 .cs-background1:before { content: ''; width: 100%; height: 100%; background: #000; opacity: 0.72; display: block; position: absolute; top: 0; left: 0; } #hero-2274 .cs-background2 { height: 100vw; max-height: 30rem; flex: none; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #hero-2274 { padding-bottom: 9.375rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5.625rem; } #hero-2274 .cs-container { justify-content: flex-start; flex-direction: row; } #hero-2274 .cs-content { text-align: left; width: 53%; align-items: flex-start; } #hero-2274 .cs-picture { width: 56%; position: absolute; bottom: -4.0625rem; right: -1.875rem; } #hero-2274 .cs-image-group { flex-direction: row; } #hero-2274 .cs-background2 { width: 25vw; height: 100%; max-height: 100%; border-left: 2px solid #FFC219; } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #hero-2274 { /* 100px - 172px */ padding-bottom: clamp(6.25rem, 12vw, 10.9375rem); } #hero-2274 .cs-picture { width: 45%; /* same value as the padding, but opposite */ bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1); /* 32px - 80px */ right: clamp(2rem, 5vw, 5rem); } #hero-2274 .cs-background2 { width: 32.8125vw; } } /*-- -------------------------- --> <--- Services --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #Hservices-2274 { width: 100%; padding: var(--sectionPadding); position: relative; z-index: 20; } #Hservices-2274 .cs-container { max-width: 80rem; margin: auto; position: relative; z-index: 1; } #Hservices-2274 .cs-card-group { width: 100%; max-width: 80rem; margin: 0; padding: 0; background-color: #fff; display: grid; grid-template-columns: repeat(12, 1fr); row-gap: 2rem; } #Hservices-2274 .cs-item { text-align: left; list-style: none; width: 100%; box-sizing: border-box; grid-column: span 12; position: relative; z-index: 1; transition: background-color 0.3s, border-color 0.3s; } #Hservices-2274 .cs-item:last-of-type .cs-link { /* 32px - 80px top & bottom */ /* 16px - 80px left & right */ padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem); box-sizing: border-box; } #Hservices-2274 .cs-item:last-of-type .cs-icon { width: 4rem; margin-bottom: 1.5rem; } #Hservices-2274 .cs-item:last-of-type .cs-h3 { font-size: 1.5625rem; } #Hservices-2274 .cs-item:last-of-type .cs-item-text { margin-bottom: 2rem; } #Hservices-2274 .cs-number { font-size: 4.5rem; line-height: 1.2em; font-weight: 700; margin: 0; color: var(--headerColor); } #Hservices-2274 .cs-fake-link { font-size: 1rem; line-height: 1.2em; text-transform: uppercase; font-weight: 700; margin: 0; padding: 0 0 0.25rem 0; border-bottom: 1px solid var(--primary); color: var(--primary); display: inline-flex; justify-content: center; align-items: center; gap: 0.75rem; } #Hservices-2274 .cs-background { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1; } #Hservices-2274 .cs-background:before { content: ''; width: 100%; height: 100%; background: #fff; opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } #Hservices-2274 .cs-background img { width: 100%; height: 100%; opacity: 0.08; object-fit: cover; position: absolute; top: 0; left: 0; } #Hservices-2274 .cs-link { text-decoration: none; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; } #Hservices-2274 .cs-icon { width: 2.5rem; height: auto; margin: 0 0 1.25rem 0; } #Hservices-2274 .cs-h3 { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; text-align: inherit; line-height: 1.2em; margin: 0 0 0.5rem 0; color: var(--headerColor); transition: color 0.3s; } #Hservices-2274 .cs-item-text { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); text-align: inherit; line-height: 1.5em; margin: 0; color: var(--bodyTextColor); transition: color 0.3s, opacity 0.3s; } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #Hservices-2274 .cs-card-group { width: 44%; } #Hservices-2274 .cs-item:last-of-type { width: 49%; position: absolute; right: 0; top: calc(clamp(10rem, 20vw, 12.5rem)*-1); } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #Hservices-2274 .cs-item:last-of-type { width: 37vw; max-width: 25rem; } } /* Large Desktop - 1300px */ @media only screen and (min-width: 81.25rem) { #Hservices-2274 { padding: 0; } #Hservices-2274 .cs-card-group { width: 53.75rem; padding: 3.75rem 0; column-gap: 1.25rem; } #Hservices-2274 .cs-item { grid-column: span 4; } #Hservices-2274 .cs-item:last-of-type { top: auto; bottom: 0; } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode #Hservices-2274 .cs-card-group { background-color: var(--dark); } body.dark-mode #Hservices-2274 .cs-background { background-color: var(--dark); } body.dark-mode #Hservices-2274 .cs-background:before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } body.dark-mode #Hservices-2274 .cs-h3, body.dark-mode #Hservices-2274 .cs-item-text, body.dark-mode #Hservices-2274 .cs-number { color: var(--bodyTextColorWhite); } body.dark-mode #Hservices-2274 .cs-text { opacity: 0.8; } }
/*-- -------------------------- --> <--- Hero --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #hero-2274 { /* 150px - 350px Top */ padding: clamp(9rem, 30.95vw, 21.875rem) (16/16rem) 0; overflow: hidden; position: relative; z-index: 10; .cs-container { width: 100%; max-width: (1280/16rem); margin: auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: (88/16rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; max-width: (630/16rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; position: relative; z-index: 10; } .cs-title { /* 39px - 61px */ font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); font-weight: 900; text-transform: uppercase; line-height: 1.2em; width: 100%; max-width: 17ch; margin: 0 0 (16/16rem); color: var(--bodyTextColorWhite); position: relative; } .cs-text { /* 16px - 20px */ font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.5em; width: 100%; max-width: (700/16rem); /* 28px - 40px */ margin: 0 0 clamp(1.75rem, 4vw, 2.5rem); color: var(--bodyTextColorWhite); opacity: .8; } .cs-button-solid { font-size: (16/16rem); text-align: center; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-decoration: none; font-weight: 700; /* clips corners of the before element */ overflow: hidden; margin: 0; color: #fff; padding: 0 (28/16rem); background-color: var(--primary); display: inline-flex; align-items: center; justify-content: space-between; gap: (12/16rem); position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #000; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: #fff; &:before { width: 100%; } } } .cs-picture { width: 100%; /* 427px - 581px */ max-width: clamp(26.6875rem, 50vw, 36.3125rem); height: auto; display: flex; align-items: flex-end; position: relative; z-index: 7; img { width: 100%; height: auto; } } .cs-image-group { width: 100%; height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; left: 0; overflow: hidden; } .cs-background { width: 100%; height: 100%; position: relative; z-index: 1; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } } .cs-background1 { &:before { content: ''; width: 100%; height: 100%; background: #000; opacity: .72; display: block; position: absolute; top: 0; left: 0; } } .cs-background2 { height: 100vw; max-height: (480/16rem); flex: none; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #hero-2274 { padding-bottom: (150/16rem); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: (90/16rem); .cs-container { justify-content: flex-start; flex-direction: row; } .cs-content { text-align: left; width: 53%; align-items: flex-start; } .cs-picture { width: 56%; position: absolute; bottom: (-65/16rem); right: (-30/16rem); } .cs-image-group { flex-direction: row; } .cs-background2 { width: 25vw; height: 100%; max-height: 100%; border-left: 2px solid #FFC219; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #hero-2274 { /* 100px - 172px */ padding-bottom: clamp(6.25rem, 12vw, 10.9375rem); .cs-picture { width: 45%; /* same value as the padding, but opposite */ bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1); /* 32px - 80px */ right: clamp(2rem, 5vw, 5rem); } .cs-background2 { width: 32.8125vw; } } } /*-- -------------------------- --> <--- Services --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #Hservices-2274 { width: 100%; padding: var(--sectionPadding); position: relative; z-index: 20; .cs-container { max-width: (1280/16rem); margin: auto; position: relative; z-index: 1; } .cs-card-group { width: 100%; max-width: (1280/16rem); margin: 0; padding: 0; background-color: #fff; display: grid; grid-template-columns: repeat(12, 1fr); row-gap: (32/16rem); } .cs-item { text-align: left; list-style: none; width: 100%; box-sizing: border-box; grid-column: span 12; position: relative; z-index: 1; transition: background-color 0.3s, border-color 0.3s; &:last-of-type { .cs-link { /* 32px - 80px top & bottom */ /* 16px - 80px left & right */ padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem); box-sizing: border-box; } .cs-icon { width: (64/16rem); margin-bottom: (24/16rem); } .cs-h3 { font-size: (25/16rem); } .cs-item-text { margin-bottom: (32/16rem); } } } .cs-number { font-size: (72/16rem); line-height: 1.2em; font-weight: 700; margin: 0; color: var(--headerColor); } .cs-fake-link { font-size: (16/16rem); line-height: 1.2em; text-transform: uppercase; font-weight: 700; margin: 0; padding: 0 0 (4/16rem) 0; border-bottom: 1px solid var(--primary); color: var(--primary); display: inline-flex; justify-content: center; align-items: center; gap: (12/16rem); } .cs-background { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1; &:before { content: ''; width: 100%; height: 100%; background: #fff; opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } img { width: 100%; height: 100%; opacity: .08; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-link { text-decoration: none; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; } .cs-icon { width: (40/16rem); height: auto; margin: 0 0 (20/16rem) 0; } .cs-h3 { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; text-align: inherit; line-height: 1.2em; margin: 0 0 (8/16rem) 0; color: var(--headerColor); transition: color 0.3s; } .cs-item-text { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); text-align: inherit; line-height: 1.5em; margin: 0; color: var(--bodyTextColor); transition: color 0.3s, opacity 0.3s; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #Hservices-2274 { .cs-card-group { width: 44%; } .cs-item { &:last-of-type { width: 49%; position: absolute; right: 0; top: calc(clamp(10rem, 20vw, 12.5rem)*-1); } } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #Hservices-2274 { .cs-item { &:last-of-type { width: 37vw; max-width: (400/16rem); } } } } /* Large Desktop - 1300px */ @media only screen and (min-width: 81.25rem) { #Hservices-2274 { padding: 0; .cs-card-group { width: (860/16rem); padding: (60/16rem) 0; column-gap: (20/16rem); } .cs-item { grid-column: span 4; &:last-of-type { top: auto; bottom: 0; } } } }
/*-- -------------------------- --> <--- Hero --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #hero-2274 { /* 150px - 350px Top */ padding: clamp(9rem, 30.95vw, 21.875rem) (16/16rem) 0; overflow: hidden; position: relative; z-index: 10; .cs-container { width: 100%; max-width: (1280/16rem); margin: auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: (88/16rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; max-width: (630/16rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; position: relative; z-index: 10; } .cs-title { /* 39px - 61px */ font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); font-weight: 900; text-transform: uppercase; line-height: 1.2em; width: 100%; max-width: 17ch; margin: 0 0 (16/16rem); color: var(--bodyTextColorWhite); position: relative; } .cs-text { /* 16px - 20px */ font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.5em; width: 100%; max-width: (700/16rem); /* 28px - 40px */ margin: 0 0 clamp(1.75rem, 4vw, 2.5rem); color: var(--bodyTextColorWhite); opacity: .8; } .cs-button-solid { font-size: (16/16rem); text-align: center; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-decoration: none; font-weight: 700; /* clips corners of the before element */ overflow: hidden; margin: 0; color: #fff; padding: 0 (28/16rem); background-color: var(--primary); display: inline-flex; align-items: center; justify-content: space-between; gap: (12/16rem); position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #000; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: #fff; &:before { width: 100%; } } } .cs-picture { width: 100%; /* 427px - 581px */ max-width: clamp(26.6875rem, 50vw, 36.3125rem); height: auto; display: flex; align-items: flex-end; position: relative; z-index: 7; img { width: 100%; height: auto; } } .cs-image-group { width: 100%; height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; left: 0; overflow: hidden; } .cs-background { width: 100%; height: 100%; position: relative; z-index: 1; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } } .cs-background1 { &:before { content: ''; width: 100%; height: 100%; background: #000; opacity: .72; display: block; position: absolute; top: 0; left: 0; } } .cs-background2 { height: 100vw; max-height: (480/16rem); flex: none; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #hero-2274 { padding-bottom: (150/16rem); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: (90/16rem); .cs-container { justify-content: flex-start; flex-direction: row; } .cs-content { text-align: left; width: 53%; align-items: flex-start; } .cs-picture { width: 56%; position: absolute; bottom: (-65/16rem); right: (-30/16rem); } .cs-image-group { flex-direction: row; } .cs-background2 { width: 25vw; height: 100%; max-height: 100%; border-left: 2px solid #FFC219; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #hero-2274 { /* 100px - 172px */ padding-bottom: clamp(6.25rem, 12vw, 10.9375rem); .cs-picture { width: 45%; /* same value as the padding, but opposite */ bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1); /* 32px - 80px */ right: clamp(2rem, 5vw, 5rem); } .cs-background2 { width: 32.8125vw; } } } /*-- -------------------------- --> <--- Services --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #Hservices-2274 { width: 100%; padding: var(--sectionPadding); position: relative; z-index: 20; .cs-container { max-width: (1280/16rem); margin: auto; position: relative; z-index: 1; } .cs-card-group { width: 100%; max-width: (1280/16rem); margin: 0; padding: 0; background-color: #fff; display: grid; grid-template-columns: repeat(12, 1fr); row-gap: (32/16rem); } .cs-item { text-align: left; list-style: none; width: 100%; box-sizing: border-box; grid-column: span 12; position: relative; z-index: 1; transition: background-color 0.3s, border-color 0.3s; &:last-of-type { .cs-link { /* 32px - 80px top & bottom */ /* 16px - 80px left & right */ padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem); box-sizing: border-box; } .cs-icon { width: (64/16rem); margin-bottom: (24/16rem); } .cs-h3 { font-size: (25/16rem); } .cs-item-text { margin-bottom: (32/16rem); } } } .cs-number { font-size: (72/16rem); line-height: 1.2em; font-weight: 700; margin: 0; color: var(--headerColor); } .cs-fake-link { font-size: (16/16rem); line-height: 1.2em; text-transform: uppercase; font-weight: 700; margin: 0; padding: 0 0 (4/16rem) 0; border-bottom: 1px solid var(--primary); color: var(--primary); display: inline-flex; justify-content: center; align-items: center; gap: (12/16rem); } .cs-background { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1; &:before { content: ''; width: 100%; height: 100%; background: #fff; opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } img { width: 100%; height: 100%; opacity: .08; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-link { text-decoration: none; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; } .cs-icon { width: (40/16rem); height: auto; margin: 0 0 (20/16rem) 0; } .cs-h3 { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; text-align: inherit; line-height: 1.2em; margin: 0 0 (8/16rem) 0; color: var(--headerColor); transition: color 0.3s; } .cs-item-text { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); text-align: inherit; line-height: 1.5em; margin: 0; color: var(--bodyTextColor); transition: color 0.3s, opacity 0.3s; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #Hservices-2274 { .cs-card-group { width: 44%; } .cs-item { &:last-of-type { width: 49%; position: absolute; right: 0; top: calc(clamp(10rem, 20vw, 12.5rem)*-1); } } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #Hservices-2274 { .cs-item { &:last-of-type { width: 37vw; max-width: (400/16rem); } } } } /* Large Desktop - 1300px */ @media only screen and (min-width: 81.25rem) { #Hservices-2274 { padding: 0; .cs-card-group { width: (860/16rem); padding: (60/16rem) 0; column-gap: (20/16rem); } .cs-item { grid-column: span 4; &:last-of-type { top: auto; bottom: 0; } } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #Hservices-2274 { .cs-card-group { background-color: var(--dark); } .cs-background { background-color: var(--dark); &:before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } } .cs-h3, .cs-item-text, .cs-number { color: var(--bodyTextColorWhite); } .cs-text { opacity: .8; } } } }
/*-- -------------------------- --> <--- Hero --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #hero-2274 { /* 150px - 350px Top */ padding: clamp(9rem, 30.95vw, 21.875rem) calc(16/16 * 1rem) 0; overflow: hidden; position: relative; z-index: 10; .cs-container { width: 100%; max-width: calc(1280/16 * 1rem); margin: auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: calc(88/16 * 1rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; max-width: calc(630/16 * 1rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; position: relative; z-index: 10; } .cs-title { /* 39px - 61px */ font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); font-weight: 900; text-transform: uppercase; line-height: 1.2em; width: 100%; max-width: 17ch; margin: 0 0 calc(16/16 * 1rem); color: var(--bodyTextColorWhite); position: relative; } .cs-text { /* 16px - 20px */ font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.5em; width: 100%; max-width: calc(700/16 * 1rem); /* 28px - 40px */ margin: 0 0 clamp(1.75rem, 4vw, 2.5rem); color: var(--bodyTextColorWhite); opacity: .8; } .cs-button-solid { font-size: calc(16/16 * 1rem); text-align: center; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-decoration: none; font-weight: 700; /* clips corners of the before element */ overflow: hidden; margin: 0; color: #fff; padding: 0 calc(28/16 * 1rem); background-color: var(--primary); display: inline-flex; align-items: center; justify-content: space-between; gap: calc(12/16 * 1rem); position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #000; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: #fff; &:before { width: 100%; } } } .cs-picture { width: 100%; /* 427px - 581px */ max-width: clamp(26.6875rem, 50vw, 36.3125rem); height: auto; display: flex; align-items: flex-end; position: relative; z-index: 7; img { width: 100%; height: auto; } } .cs-image-group { width: 100%; height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; left: 0; overflow: hidden; } .cs-background { width: 100%; height: 100%; position: relative; z-index: 1; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } } .cs-background1 { &:before { content: ''; width: 100%; height: 100%; background: #000; opacity: .72; display: block; position: absolute; top: 0; left: 0; } } .cs-background2 { height: 100vw; max-height: calc(480/16 * 1rem); flex: none; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #hero-2274 { padding-bottom: calc(150/16 * 1rem); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: calc(90/16 * 1rem); .cs-container { justify-content: flex-start; flex-direction: row; } .cs-content { text-align: left; width: 53%; align-items: flex-start; } .cs-picture { width: 56%; position: absolute; bottom: calc(-65/16 * 1rem); right: calc(-30/16 * 1rem); } .cs-image-group { flex-direction: row; } .cs-background2 { width: 25vw; height: 100%; max-height: 100%; border-left: 2px solid #FFC219; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #hero-2274 { /* 100px - 172px */ padding-bottom: clamp(6.25rem, 12vw, 10.9375rem); .cs-picture { width: 45%; /* same value as the padding, but opposite */ bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1); /* 32px - 80px */ right: clamp(2rem, 5vw, 5rem); } .cs-background2 { width: 32.8125vw; } } } /*-- -------------------------- --> <--- Services --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #Hservices-2274 { width: 100%; padding: var(--sectionPadding); position: relative; z-index: 20; .cs-container { max-width: calc(1280/16 * 1rem); margin: auto; position: relative; z-index: 1; } .cs-card-group { width: 100%; max-width: calc(1280/16 * 1rem); margin: 0; padding: 0; background-color: #fff; display: grid; grid-template-columns: repeat(12, 1fr); row-gap: calc(32/16 * 1rem); } .cs-item { text-align: left; list-style: none; width: 100%; box-sizing: border-box; grid-column: span 12; position: relative; z-index: 1; transition: background-color 0.3s, border-color 0.3s; &:last-of-type { .cs-link { /* 32px - 80px top & bottom */ /* 16px - 80px left & right */ padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem); box-sizing: border-box; } .cs-icon { width: calc(64/16 * 1rem); margin-bottom: calc(24/16 * 1rem); } .cs-h3 { font-size: calc(25/16 * 1rem); } .cs-item-text { margin-bottom: calc(32/16 * 1rem); } } } .cs-number { font-size: calc(72/16 * 1rem); line-height: 1.2em; font-weight: 700; margin: 0; color: var(--headerColor); } .cs-fake-link { font-size: calc(16/16 * 1rem); line-height: 1.2em; text-transform: uppercase; font-weight: 700; margin: 0; padding: 0 0 calc(4/16 * 1rem) 0; border-bottom: 1px solid var(--primary); color: var(--primary); display: inline-flex; justify-content: center; align-items: center; gap: calc(12/16 * 1rem); } .cs-background { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1; &:before { content: ''; width: 100%; height: 100%; background: #fff; opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } img { width: 100%; height: 100%; opacity: .08; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-link { text-decoration: none; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; } .cs-icon { width: calc(40/16 * 1rem); height: auto; margin: 0 0 calc(20/16 * 1rem) 0; } .cs-h3 { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; text-align: inherit; line-height: 1.2em; margin: 0 0 calc(8/16 * 1rem) 0; color: var(--headerColor); transition: color 0.3s; } .cs-item-text { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); text-align: inherit; line-height: 1.5em; margin: 0; color: var(--bodyTextColor); transition: color 0.3s, opacity 0.3s; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #Hservices-2274 { .cs-card-group { width: 44%; } .cs-item { &:last-of-type { width: 49%; position: absolute; right: 0; top: calc(clamp(10rem, 20vw, 12.5rem)*-1); } } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #Hservices-2274 { .cs-item { &:last-of-type { width: 37vw; max-width: calc(400/16 * 1rem); } } } } /* Large Desktop - 1300px */ @media only screen and (min-width: 81.25rem) { #Hservices-2274 { padding: 0; .cs-card-group { width: calc(860/16 * 1rem); padding: calc(60/16 * 1rem) 0; column-gap: calc(20/16 * 1rem); } .cs-item { grid-column: span 4; &:last-of-type { top: auto; bottom: 0; } } } }
/*-- -------------------------- --> <--- Hero --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #hero-2274 { /* 150px - 350px Top */ padding: clamp(9rem, 30.95vw, 21.875rem) calc(16/16 * 1rem) 0; overflow: hidden; position: relative; z-index: 10; .cs-container { width: 100%; max-width: calc(1280/16 * 1rem); margin: auto; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: calc(88/16 * 1rem); } .cs-content { /* set text align to left if content needs to be left aligned */ text-align: left; width: 100%; max-width: calc(630/16 * 1rem); display: flex; flex-direction: column; /* centers content horizontally, set to flex-start to left align */ align-items: flex-start; position: relative; z-index: 10; } .cs-title { /* 39px - 61px */ font-size: clamp(2.4375rem, 6.4vw, 3.8125rem); font-weight: 900; text-transform: uppercase; line-height: 1.2em; width: 100%; max-width: 17ch; margin: 0 0 calc(16/16 * 1rem); color: var(--bodyTextColorWhite); position: relative; } .cs-text { /* 16px - 20px */ font-size: clamp(1rem, 2.5vw, 1.25rem); line-height: 1.5em; width: 100%; max-width: calc(700/16 * 1rem); /* 28px - 40px */ margin: 0 0 clamp(1.75rem, 4vw, 2.5rem); color: var(--bodyTextColorWhite); opacity: .8; } .cs-button-solid { font-size: calc(16/16 * 1rem); text-align: center; /* 46px - 56px */ line-height: clamp(2.875rem, 5.5vw, 3.5rem); text-decoration: none; font-weight: 700; /* clips corners of the before element */ overflow: hidden; margin: 0; color: #fff; padding: 0 calc(28/16 * 1rem); background-color: var(--primary); display: inline-flex; align-items: center; justify-content: space-between; gap: calc(12/16 * 1rem); position: relative; z-index: 1; transition: color 0.3s; &:before { content: ""; position: absolute; display: block; height: 100%; width: 0%; background: #000; opacity: 1; top: 0; left: 0; z-index: -1; transition: width 0.3s; } &:hover { color: #fff; &:before { width: 100%; } } } .cs-picture { width: 100%; /* 427px - 581px */ max-width: clamp(26.6875rem, 50vw, 36.3125rem); height: auto; display: flex; align-items: flex-end; position: relative; z-index: 7; img { width: 100%; height: auto; } } .cs-image-group { width: 100%; height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; left: 0; overflow: hidden; } .cs-background { width: 100%; height: 100%; position: relative; z-index: 1; img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; } } .cs-background1 { &:before { content: ''; width: 100%; height: 100%; background: #000; opacity: .72; display: block; position: absolute; top: 0; left: 0; } } .cs-background2 { height: 100vw; max-height: calc(480/16 * 1rem); flex: none; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #hero-2274 { padding-bottom: calc(150/16 * 1rem); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: calc(90/16 * 1rem); .cs-container { justify-content: flex-start; flex-direction: row; } .cs-content { text-align: left; width: 53%; align-items: flex-start; } .cs-picture { width: 56%; position: absolute; bottom: calc(-65/16 * 1rem); right: calc(-30/16 * 1rem); } .cs-image-group { flex-direction: row; } .cs-background2 { width: 25vw; height: 100%; max-height: 100%; border-left: 2px solid #FFC219; } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #hero-2274 { /* 100px - 172px */ padding-bottom: clamp(6.25rem, 12vw, 10.9375rem); .cs-picture { width: 45%; /* same value as the padding, but opposite */ bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1); /* 32px - 80px */ right: clamp(2rem, 5vw, 5rem); } .cs-background2 { width: 32.8125vw; } } } /*-- -------------------------- --> <--- Services --> <--- -------------------------- -*/ /* Mobile - 360px */ @media only screen and (min-width: 0rem) { #Hservices-2274 { width: 100%; padding: var(--sectionPadding); position: relative; z-index: 20; .cs-container { max-width: calc(1280/16 * 1rem); margin: auto; position: relative; z-index: 1; } .cs-card-group { width: 100%; max-width: calc(1280/16 * 1rem); margin: 0; padding: 0; background-color: #fff; display: grid; grid-template-columns: repeat(12, 1fr); row-gap: calc(32/16 * 1rem); } .cs-item { text-align: left; list-style: none; width: 100%; box-sizing: border-box; grid-column: span 12; position: relative; z-index: 1; transition: background-color 0.3s, border-color 0.3s; &:last-of-type { .cs-link { /* 32px - 80px top & bottom */ /* 16px - 80px left & right */ padding: clamp(2rem, 7vw, 5rem) clamp(1rem, 4vw, 5rem); box-sizing: border-box; } .cs-icon { width: calc(64/16 * 1rem); margin-bottom: calc(24/16 * 1rem); } .cs-h3 { font-size: calc(25/16 * 1rem); } .cs-item-text { margin-bottom: calc(32/16 * 1rem); } } } .cs-number { font-size: calc(72/16 * 1rem); line-height: 1.2em; font-weight: 700; margin: 0; color: var(--headerColor); } .cs-fake-link { font-size: calc(16/16 * 1rem); line-height: 1.2em; text-transform: uppercase; font-weight: 700; margin: 0; padding: 0 0 calc(4/16 * 1rem) 0; border-bottom: 1px solid var(--primary); color: var(--primary); display: inline-flex; justify-content: center; align-items: center; gap: calc(12/16 * 1rem); } .cs-background { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: -1; &:before { content: ''; width: 100%; height: 100%; background: #fff; opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } img { width: 100%; height: 100%; opacity: .08; object-fit: cover; position: absolute; top: 0; left: 0; } } .cs-link { text-decoration: none; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; } .cs-icon { width: calc(40/16 * 1rem); height: auto; margin: 0 0 calc(20/16 * 1rem) 0; } .cs-h3 { /* 20px - 25px */ font-size: clamp(1.25rem, 2vw, 1.5625rem); font-weight: 700; text-align: inherit; line-height: 1.2em; margin: 0 0 calc(8/16 * 1rem) 0; color: var(--headerColor); transition: color 0.3s; } .cs-item-text { /* 14px - 16px */ font-size: clamp(0.875rem, 1.5vw, 1rem); text-align: inherit; line-height: 1.5em; margin: 0; color: var(--bodyTextColor); transition: color 0.3s, opacity 0.3s; } } } /* Tablet - 768px */ @media only screen and (min-width: 48rem) { #Hservices-2274 { .cs-card-group { width: 44%; } .cs-item { &:last-of-type { width: 49%; position: absolute; right: 0; top: calc(clamp(10rem, 20vw, 12.5rem)*-1); } } } } /* Desktop - 1024px */ @media only screen and (min-width: 64rem) { #Hservices-2274 { .cs-item { &:last-of-type { width: 37vw; max-width: calc(400/16 * 1rem); } } } } /* Large Desktop - 1300px */ @media only screen and (min-width: 81.25rem) { #Hservices-2274 { padding: 0; .cs-card-group { width: calc(860/16 * 1rem); padding: calc(60/16 * 1rem) 0; column-gap: calc(20/16 * 1rem); } .cs-item { grid-column: span 4; &:last-of-type { top: auto; bottom: 0; } } } } /* Dark Mode */ @media only screen and (min-width: 0rem) { body.dark-mode { #Hservices-2274 { .cs-card-group { background-color: var(--dark); } .cs-background { background-color: var(--dark); &:before { content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); opacity: 1; display: block; position: absolute; top: 0; left: 0; z-index: -1; } } .cs-h3, .cs-item-text, .cs-number { color: var(--bodyTextColorWhite); } .cs-text { opacity: .8; } } } }
<!-- ============================================ --> <!-- Hero --> <!-- ============================================ --> <section id="hero-2274"> <div class="cs-container"> <div class="cs-content"> <h1 class="cs-title">We're Building For Better Futures</h1> <p class="cs-text"> In our relentless pursuit of progress, we are dedicated to constructing a future where innovation, sustainability, and inclusivity converge seamlessly. </p> <a href="" class="cs-button-solid"> Get Started Today <img class="cs-button-arrow" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/white-arrow-up.svg" decoding="async" alt="arrow" width="20" height="20" aria-hidden="true"> </a> </div> <!--To make your own background crops of people use https://www.remove.bg/--> <picture class="cs-picture"> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/construction-man2.png"> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/construction-man2.png"> <img aria-hidden="true" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/People/construction-man2.png" alt="construction worker" width="581" height="662"> </picture> </div> <div class="cs-image-group"> <!--Left Image--> <picture class="cs-background cs-background1"> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction2.jpg"> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction2.jpg"> <img aria-hidden="true" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction2.jpg" alt="construction site" width="1290" height="684"> </picture> <!--Right Image--> <picture class="cs-background cs-background2"> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction1.jpg"> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction1.jpg"> <img aria-hidden="true" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction1.jpg" alt="construction site" width="630" height="684"> </picture> </div> </section> <!-- ============================================ --> <!-- Services --> <!-- ============================================ --> <section id="Hservices-2274"> <div class="cs-container"> <ul class="cs-card-group"> <li class="cs-item"> <a href="" class="cs-link"> <img class="cs-icon" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/construction1.svg" decoding="async" alt="icon" width="40" height="40" aria-hidden="true"> <h3 class="cs-h3">Best House Renovation </h3> <p class="cs-item-text"> Transform your home with trendy flooring and finishes! </p> </a> </li> <li class="cs-item"> <a href="" class="cs-link"> <img class="cs-icon" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/construction2.svg" decoding="async" alt="icon" width="40" height="40" aria-hidden="true"> <h3 class="cs-h3">Quality Always Matters </h3> <p class="cs-item-text"> Quality renovations provide lasting beauty and functionality. </p> </a> </li> <li class="cs-item"> <a href="" class="cs-link"> <img class="cs-icon" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/construction3.svg" decoding="async" alt="icon" width="40" height="40" aria-hidden="true"> <h3 class="cs-h3">Effective Teamwork </h3> <p class="cs-item-text"> Collaboration drives success through shared goals and communication. </p> </a> </li> <li class="cs-item"> <a href="" class="cs-link"> <img class="cs-icon" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/construction4.svg" decoding="async" alt="icon" width="40" height="40" aria-hidden="true"> <span class="cs-number">3K+</span> <h3 class="cs-h3">Happy Customers</h3> <p class="cs-item-text"> With more than 7 years of expertise we served our clients. </p> <span class="cs-fake-link"> Let's Work Together <img class="cs-arrow" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/Icons/orange-arrow-up.svg" decoding="async" alt="arrow" width="20" height="20" aria-hidden="true"> </span> <picture class="cs-background"> <source media="(max-width: 600px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction3.jpg"> <source media="(min-width: 601px)" srcset="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction3.jpg"> <img aria-hidden="true" decoding="async" src="https://csimg.nyc3.cdn.digitaloceanspaces.com/Images/MISC/construction3.jpg" alt="construction site" width="630" height="684"> </picture> </a> </li> </ul> </div> </section>
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: 0.25rem; display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: 43.75rem; margin: 0 0 1rem 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: 40.625rem; margin: 0; color: var(--bodyTextColor); }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: (4/16rem); display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: (700/16rem); margin: 0 0 (16/16rem) 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: (650/16rem); margin: 0; color: var(--bodyTextColor); }
:root { /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */ --primary: #ff6a3e; --primaryLight: #ffba43; --secondary: #ffba43; --secondaryLight: #ffba43; --headerColor: #1a1a1a; --bodyTextColor: #4e4b66; --bodyTextColorWhite: #fafbfc; /* 13px - 16px */ --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem); /* 31px - 49px */ --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem); --bodyFontSize: 1rem; /* 60px - 100px top and bottom */ --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem; } body { margin: 0; padding: 0; } *, *:before, *:after { /* prevents padding from affecting height and width */ box-sizing: border-box; } .cs-topper { font-size: var(--topperFontSize); line-height: 1.2em; text-transform: uppercase; text-align: inherit; letter-spacing: .1em; font-weight: 700; color: var(--primary); margin-bottom: calc(4 / 16 * 1rem); display: block; } .cs-title { font-size: var(--headerFontSize); font-weight: 900; line-height: 1.2em; text-align: inherit; max-width: calc(700 / 16 * 1rem); margin: 0 0 calc(16 / 16 * 1rem) 0; color: var(--headerColor); position: relative; } .cs-text { font-size: var(--bodyFontSize); line-height: 1.5em; text-align: inherit; width: 100%; max-width: calc(650 / 16 * 1rem); margin: 0; color: var(--bodyTextColor); }
Lorem Ipsum
Undo