bellaskeys.com/themes/agnes-hugo-theme/static/css/style.css

828 lines
12 KiB
CSS
Raw Normal View History

2024-02-28 19:00:04 -05:00
:root {
--background-color: #0D161E;
--accent-1: linear-gradient(45deg, #0559B0, #BE528A);
2024-03-01 14:34:27 -05:00
--accent-2: linear-gradient(25deg, rgb(45, 85, 125), #0B2D4F);
--accent-3: linear-gradient(45deg, #BE528A, #762a51);
2024-02-28 19:00:04 -05:00
--font-color: #d2d2d2;
2024-02-28 23:01:46 -05:00
--font-color-dark: #1f1f1f
2024-02-28 19:00:04 -05:00
}
.font-color-dark {
2024-02-28 23:01:46 -05:00
color: var(--font-color-dark) !important
2024-02-28 19:00:04 -05:00
}
2024-02-20 17:25:51 -05:00
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
2024-02-29 22:43:58 -05:00
scroll-behavior: smooth;
font-family: 'Open Sans', sans-serif;
transform: scale(0.90);
transform-origin: 0 0;
2024-03-01 03:14:21 -05:00
width: 111%;
2024-02-20 17:25:51 -05:00
}
2024-02-20 16:06:04 -05:00
2024-02-20 17:25:51 -05:00
body {
2024-02-28 19:00:04 -05:00
margin: 0;
background-color: var(--background-color);
color: var(--font-color);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
2024-02-20 17:25:51 -05:00
}
footer,
header,
section {
display: block
}
h1 {
font-size: 2em;
2024-02-28 23:01:46 -05:00
margin: .67em 0
2024-02-20 17:25:51 -05:00
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
html {
box-sizing: border-box
}
*,
2024-02-28 23:01:46 -05:00
:after,
:before {
2024-02-20 17:25:51 -05:00
box-sizing: inherit
}
body {
2024-02-28 19:00:04 -05:00
background-color: var(--background-color);
2024-02-20 17:25:51 -05:00
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased
}
ul {
margin-top: 0;
2024-02-28 23:01:46 -05:00
margin-bottom: 0;
2024-02-20 17:25:51 -05:00
}
ul {
list-style: disc
}
img {
height: auto;
max-width: 100%;
vertical-align: middle
}
img,
svg {
display: block
}
html {
font-size: 18px;
line-height: 27px
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
html {
font-size: 20px;
line-height: 30px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
}
body {
2024-02-28 19:00:04 -05:00
color: var(--font-color);
2024-02-20 17:25:51 -05:00
font-size: 1rem
}
a {
color: inherit;
text-decoration: underline
}
2024-02-28 23:01:46 -05:00
a:active,
a:hover {
2024-02-20 17:25:51 -05:00
outline: 0;
text-decoration: none
}
2024-02-28 23:01:46 -05:00
.h2,
.h4,
2024-02-20 17:25:51 -05:00
h1,
h2,
2024-02-28 23:01:46 -05:00
h4 {
2024-02-20 17:25:51 -05:00
clear: both;
2024-02-28 19:00:04 -05:00
color: var(--font-color);
2024-02-20 17:25:51 -05:00
font-weight: 500
}
h1 {
font-size: 42px;
line-height: 52px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
h1 {
font-size: 56px;
line-height: 66px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
}
2024-02-28 23:01:46 -05:00
.h2,
h2 {
2024-02-20 17:25:51 -05:00
font-size: 36px;
line-height: 46px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
2024-02-28 23:01:46 -05:00
.h2,
h2 {
2024-02-20 17:25:51 -05:00
font-size: 42px;
line-height: 52px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
}
2024-02-28 23:01:46 -05:00
.h4,
h4 {
2024-02-20 17:25:51 -05:00
font-size: 20px;
line-height: 30px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
2024-02-28 23:01:46 -05:00
.h4,
h4 {
2024-02-20 17:25:51 -05:00
font-size: 24px;
line-height: 34px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
}
2024-02-28 23:01:46 -05:00
@media (max-width:640px) {
2024-02-20 17:25:51 -05:00
.h2-mobile {
font-size: 36px;
line-height: 46px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
.h3-mobile {
font-size: 24px;
line-height: 34px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
}
.text-light {
2024-02-28 19:00:04 -05:00
color: var(--font-color)
2024-02-20 17:25:51 -05:00
}
.text-light a {
2024-02-28 19:00:04 -05:00
color: var(--font-color)
2024-02-20 17:25:51 -05:00
}
.text-sm {
font-size: 18px;
line-height: 27px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
.text-xs {
font-size: 16px;
line-height: 24px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px
2024-02-20 17:25:51 -05:00
}
2024-02-28 23:01:46 -05:00
.h2,
2024-02-20 17:25:51 -05:00
h1,
2024-02-28 23:01:46 -05:00
h2 {
2024-02-20 17:25:51 -05:00
margin-top: 48px;
margin-bottom: 16px
}
2024-02-28 23:01:46 -05:00
.h4,
h4 {
2024-02-20 17:25:51 -05:00
margin-top: 24px;
margin-bottom: 4px
}
p {
margin-top: 0;
margin-bottom: 24px
}
.container {
width: 100%;
margin: 0 auto;
padding-left: 16px;
padding-right: 16px
}
2024-03-01 14:34:27 -05:00
.contact {
padding-top: 2.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.contact-flex {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 25px;
width: 100%;
}
.contact-form {
display: flex;
flex-direction: column;
gap: 25px;
width: 100%;
}
.form-group input, textarea {
width: 100%;
padding: 5px;
border-radius: 10px;
}
.form-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.full-width {
grid-column: span 2;
}
.form-group label {
font-size: 16px;
font-weight: 700;
color:#1f2b35
}
.form-group {
display: flex;
flex-direction: column;
}
2024-02-28 23:01:46 -05:00
@media (min-width:481px) {
2024-02-20 17:25:51 -05:00
.container {
padding-left: 24px;
padding-right: 24px
}
}
.container {
max-width: 1128px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important
}
.screen-reader-text:focus {
border-radius: 2px;
2024-02-28 23:01:46 -05:00
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
2024-02-20 17:25:51 -05:00
clip: auto !important;
display: block;
font-size: 16px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px;
2024-02-20 17:25:51 -05:00
font-weight: 500;
line-height: 16px;
text-transform: uppercase;
text-decoration: none;
background-color: #fff;
2024-02-28 23:01:46 -05:00
color: #0081f6 !important;
2024-02-20 17:25:51 -05:00
border: none;
height: auto;
left: 8px;
padding: 16px 32px;
top: 8px;
width: auto;
z-index: 100000
}
.list-reset {
list-style: none;
padding: 0
}
.text-center {
text-align: center
}
.has-top-divider {
position: relative
}
.has-top-divider::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
2024-02-28 23:01:46 -05:00
background: #e2e8ed
2024-02-20 17:25:51 -05:00
}
.m-0 {
margin: 0
}
.mt-0 {
margin-top: 0
}
.mb-8 {
margin-bottom: 8px
}
.mt-24 {
margin-top: 24px
}
.mb-24 {
margin-bottom: 24px
}
.mb-32 {
margin-bottom: 32px
}
.pb-24 {
padding-bottom: 24px
}
.button {
display: inline-flex;
font-size: 16px;
2024-02-28 23:01:46 -05:00
letter-spacing: -.1px;
2024-02-20 17:25:51 -05:00
font-weight: 700;
line-height: 16px;
text-decoration: none !important;
2024-03-01 14:34:27 -05:00
background: var(--accent-2);
color: #efefef !important;
2024-02-20 17:25:51 -05:00
border: none;
border-radius: 4px;
cursor: pointer;
justify-content: center;
padding: 16px 32px;
height: 48px;
text-align: center;
white-space: nowrap
}
2024-03-01 14:34:27 -05:00
.button i {
transform: scale(1.5);
padding-right: 15px;
}
2024-02-20 17:25:51 -05:00
.button:active {
outline: 0
}
.button::before {
border-radius: 4px
}
2024-02-29 22:43:58 -05:00
.button-primary, .button-primary-dark {
2024-02-28 19:00:04 -05:00
background: var(--accent-1);
2024-02-20 17:25:51 -05:00
color: #fff !important;
2024-02-28 23:01:46 -05:00
transition: .3s ease
2024-02-20 17:25:51 -05:00
}
2024-03-01 14:34:27 -05:00
.button-pricing {
background: var(--accent-3) !important
}
2024-02-20 17:25:51 -05:00
.button-primary:hover {
2024-02-29 22:43:58 -05:00
box-shadow: 2px 4px 10px rgba(255, 255, 255, .25);
transition: .3s ease
}
.button-primary-dark:hover {
box-shadow: 2px 4px 10px rgba(0, 0, 0, .45);
2024-02-28 23:01:46 -05:00
transition: .3s ease
2024-02-20 17:25:51 -05:00
}
.site-header {
position: relative;
padding: 24px 0
}
.site-header-inner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center
}
.hero {
position: relative;
text-align: center;
padding-top: 40px
}
.hero-inner {
position: relative
}
.hero-title {
font-weight: 700
}
.hero-paragraph {
margin-bottom: 32px
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
.hero {
text-align: left;
padding-top: 92px;
padding-bottom: 80px
}
.hero-inner {
display: flex
}
.hero-copy {
padding-right: 48px;
min-width: 512px
}
}
2024-02-28 23:01:46 -05:00
@media (min-width:1025px) {
2024-02-20 17:25:51 -05:00
.hero-copy {
padding-right: 88px;
min-width: 552px
}
}
.features-wrap {
2024-02-28 23:01:46 -05:00
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
2024-02-20 17:25:51 -05:00
justify-content: center;
margin-right: -12px;
margin-left: -12px
}
.features-wrap:first-child {
margin-top: -12px
}
.features-wrap:last-child {
margin-bottom: -12px
}
.feature {
padding: 12px;
2024-02-28 23:01:46 -05:00
flex-grow: 1
2024-02-20 17:25:51 -05:00
}
.feature-inner {
height: 100%;
2024-02-28 23:01:46 -05:00
display: flex;
gap: 1.5rem
}
@media (max-width: 768px) {
.feature-inner {
flex-direction: column;
}
2024-02-20 17:25:51 -05:00
}
2024-03-01 14:34:27 -05:00
.contact-inner {
height: 100%;
display: flex;
flex-direction: row;
gap: 1.5rem;
justify-content: space-between;
}
.contact-inner a {
width: 100%;
}
2024-02-20 17:25:51 -05:00
.feature-icon {
2024-02-29 23:27:19 -05:00
width: 3rem;
height: 3rem;
2024-02-28 23:01:46 -05:00
border-radius: 5px;
border: 2px solid #fff
2024-02-20 17:25:51 -05:00
}
.feature-title {
margin-top: 12px;
margin-bottom: 8px
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
.features {
position: relative
}
2024-02-28 23:01:46 -05:00
}
2024-02-20 17:25:51 -05:00
2024-02-28 23:01:46 -05:00
.feature-description {
display: flex;
flex-direction: column
2024-02-20 17:25:51 -05:00
}
2024-02-29 22:43:58 -05:00
.sold-section {
2024-02-28 23:01:46 -05:00
background-color: #1f2b35;
2024-03-01 03:14:21 -05:00
justify-content: center;
display: flex;
}
.sold-image-container {
2024-02-29 22:43:58 -05:00
padding: 1.5rem;
display: flex;
flex-direction: row;
gap: 1.5rem;
justify-content: space-around;
2024-03-01 03:14:21 -05:00
width: 1050px;
flex-wrap: wrap;
2024-02-28 19:00:04 -05:00
}
2024-02-29 22:43:58 -05:00
.sold-image {
filter: grayscale(100%) brightness(250%);
opacity: 0.5;
2024-03-01 03:14:21 -05:00
max-height: 1.5rem;
width: auto;
2024-02-29 22:43:58 -05:00
}
.inverted {
filter: invert(100%) grayscale(100%) brightness(250%) !important;
}
2024-02-20 17:25:51 -05:00
.pricing {
position: relative;
overflow: hidden
}
.pricing::before {
content: '';
position: absolute;
top: calc(100% - 200px);
left: 0;
width: 100%;
height: 200px;
2024-02-28 23:01:46 -05:00
background: #1f2b35;
2024-02-20 17:25:51 -05:00
overflow: hidden
}
.pricing .section-title {
margin-bottom: 48px
}
.pricing-tables-wrap:last-child {
margin-bottom: -12px
}
.pricing-table-inner {
position: relative;
display: flex;
2024-02-28 23:01:46 -05:00
flex-direction: row;
2024-02-20 17:25:51 -05:00
background: #fff;
2024-02-29 23:27:19 -05:00
padding: 25px;
2024-02-20 17:25:51 -05:00
height: 100%;
2024-02-28 23:01:46 -05:00
border-radius: 10px;
}
2024-03-01 14:34:27 -05:00
.contact-table {
position: relative;
display: flex;
flex-direction: row;
background: #fff;
padding: 25px;
height: 100%;
border-radius: 10px;
}
2024-02-28 23:01:46 -05:00
@media (max-width: 768px) {
.pricing-table-inner {
flex-direction: column;
gap: 25px;
}
2024-02-20 17:25:51 -05:00
}
.pricing-table-inner>* {
position: relative;
width: 100%
}
2024-02-28 23:01:46 -05:00
@supports (-ms-ime-align:auto) {
2024-02-20 17:25:51 -05:00
.pricing-table-inner::before {
2024-02-28 23:01:46 -05:00
box-shadow: 0 16px 48px rgba(31, 43, 53, .12)
2024-02-20 17:25:51 -05:00
}
}
.pricing-table-header {
2024-02-28 23:01:46 -05:00
position: relative;
display: flex;
flex-direction: column;
2024-02-29 23:27:19 -05:00
padding-right: 2.5rem;
2024-02-28 23:01:46 -05:00
}
@media (max-width: 768px) {
.pricing-table-header {
padding-right: 0;
}
2024-02-20 17:25:51 -05:00
}
.pricing-table-header::after {
content: '';
position: absolute;
bottom: 0;
2024-02-29 23:27:19 -05:00
right: 1.2rem;
2024-02-28 23:01:46 -05:00
height: 100%;
2024-02-20 17:25:51 -05:00
display: block;
2024-02-29 23:27:19 -05:00
width: 2px;
2024-02-28 23:01:46 -05:00
background: #e2e8ed
}
@media (max-width: 768px) {
.pricing-table-header::after {
display: none;
}
2024-02-20 17:25:51 -05:00
}
.pricing-table-title {
2024-02-28 23:01:46 -05:00
color: #1f2b35;
font-size: 20px;
font-weight: 700;
2024-02-20 17:25:51 -05:00
}
2024-02-28 23:01:46 -05:00
.pricing-table-collection {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
2024-02-20 17:25:51 -05:00
}
2024-02-28 23:01:46 -05:00
.pricing-table-features {
width: 40%;
min-width: 13.5rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media (max-width: 768px) {
.pricing-table-features {
display: none;
}
}
.pricing-table-features li:not(:last-child) {
2024-02-20 17:25:51 -05:00
display: flex;
align-items: center;
2024-02-28 23:01:46 -05:00
margin-bottom: 14px;
2024-02-20 17:25:51 -05:00
}
.pricing-table-features li .list-icon {
display: inline-flex;
width: 16px;
height: 12px;
margin-right: 12px
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
.pricing .section-title {
margin-bottom: 64px
}
}
.section-inner {
position: relative;
padding-top: 48px;
padding-bottom: 48px
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
.section-inner {
padding-top: 80px;
padding-bottom: 80px
}
}
.site-footer {
font-size: 14px;
line-height: 20px;
2024-02-28 23:01:46 -05:00
letter-spacing: 0;
background: #1f2b35
2024-02-20 17:25:51 -05:00
}
.site-footer a {
text-decoration: none
}
2024-02-28 23:01:46 -05:00
.site-footer a:active,
.site-footer a:hover {
color: #6f8394;
2024-02-20 17:25:51 -05:00
text-decoration: underline
}
.site-footer-inner {
position: relative;
display: flex;
flex-wrap: wrap;
padding-top: 40px;
padding-bottom: 40px
}
.site-footer-inner.has-top-divider::before {
2024-02-28 23:01:46 -05:00
background: rgba(255, 255, 255, .08)
2024-02-20 17:25:51 -05:00
}
.footer-brand,
2024-02-28 23:01:46 -05:00
.footer-copyright,
2024-02-20 17:25:51 -05:00
.footer-links,
2024-02-28 23:01:46 -05:00
.footer-social-links {
2024-02-20 17:25:51 -05:00
flex: none;
width: 100%;
display: inline-flex;
}
.footer-brand,
.footer-links,
.footer-social-links {
margin-bottom: 24px
}
2024-02-29 22:43:58 -05:00
.footer-links {
gap: 25px;
}
2024-02-20 17:25:51 -05:00
.footer-social-links li+li {
margin-left: 16px
}
.footer-social-links li {
display: inline-flex
}
.footer-social-links li a {
padding: 8px
}
2024-02-28 23:01:46 -05:00
@media (min-width:641px) {
2024-02-20 17:25:51 -05:00
.site-footer-inner {
justify-content: space-between
}
.footer-brand,
2024-02-28 23:01:46 -05:00
.footer-copyright,
2024-02-20 17:25:51 -05:00
.footer-links,
2024-02-28 23:01:46 -05:00
.footer-social-links {
2024-02-20 17:25:51 -05:00
flex: 50%
}
.footer-brand,
.footer-copyright {
justify-content: flex-start
}
.footer-links,
.footer-social-links {
justify-content: flex-end
}
.footer-links {
order: 1;
margin-bottom: 0
}
}