Server IP : 51.89.169.208 / Your IP : 216.73.216.9 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/promote/ |
Upload File : |
/* start: Global */ :root { --yellow-l: #fff5d3; } /* end: Global */ /* start: Header */ header { padding: 48px 0; background: url("./img/hero_bg.jpg") no-repeat; background-size: cover; background-position: center; /* box-shadow: inset 0 -200px 0 0 var(--white); */ } header .header-text { color: var(--black); } .header-text { color: var(--black); text-align: center; } .header-title { font-size: calc(26px + 1.2vw); font-weight: 600; margin-bottom: 0.5px; } .header-text span { font-size: calc(20px + .7vw); display: inline-block; margin-bottom: 0.5rem; } /* end: Header */ /* start: Features */ .features-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 20px; row-gap: 48px; } .features-item { display: flex; flex-direction: column; align-items: center; } .features-item-icon { width: 64px; height: 64px; border-radius: 50%; background-color: var(--yellow-l); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: all 0.2s; } .features-item-icon svg { width: 32px; max-height: 32px; fill: var(--yellow); } .features-item:hover .features-item-icon { background-color: var(--yellow); } .features-item:hover .features-item-icon svg { fill: var(--white); } .features-item-title { font-size: 20px; font-weight: 600; } .features-item-description { color: var(--black); opacity: 0.5; text-align: center; } /* end: Features */ /* Page builder section */ .page_builder_section { border-top: 1px solid #eee; } .page_builder_container { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 1rem; } .page_builder_container > div > img { width: 100%; } .page_builder_content > * { margin-bottom: 1rem; } .page_builder_content p { font-size: 1.5rem; } .page_builder_content a { margin-top: 1rem; } .section-title { font-size: 2.5em; } /* start: CTA */ .cta { background-color: var(--yellow); } .cta-wrapper { display: grid; grid-template-columns: 0.8fr 1fr; gap: 48px; align-items: center; } .cta-image img { width: 100%; } .cta-title { font-size: 32px; font-weight: 600; color: var(--black); margin-bottom: 4px; } .cta-description { color: var(--black); opacity: 0.8; margin-bottom: 32px; } /* end: CTA */ /* start: New Business */ .new-business { background-color: var(--white); box-shadow: inset 0 -200px 0 0 var(--white); } .business-title { font-size: 32px; font-weight: 600; color: var(--black); text-align: center; margin-bottom: 24px; } .business-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 20px; } .business-item { border-radius: 8px; overflow: hidden; border: 1px solid var(--white); background-color: var(--white); box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15); } .busiess-item-image { padding: 10px 20px; display: block; } .busiess-item-image img { /* width: 100%; height: 100%; display: block; object-fit: cover; height: 200px; */ display: block; width: 100%; height: 160px; object-fit: contain; border-radius: 6px; padding: 10px 32px; } .busines-item-body { padding: 0 16px 16px; } .business-item-title { font-size: 18px; font-weight: 600; text-decoration: none; color: var(--black); margin-bottom: 8px; display: inline-block; } .business-item-description { color: var(--black); opacity: 0.5; } /* end: New Business */ /* start: subscribe */ .subscribe { background-color: var(--yellow); } .subscribe-form-wrapper { border-radius: 8px; padding: 20px; background-color: var(--white); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); max-width: 540px; margin: 0 auto; } .subscribe-form-title { font-size: 26px; font-weight: 600; margin-bottom: 24px; } /* end: subscribe */ @media screen and (max-width: 991px) { .cta-wrapper { grid-template-columns: 1fr; } .cta-image { display: none; } .features-wrapper { grid-template-columns: 1fr 1fr; } .business-wrapper { grid-template-columns: 1fr 1fr; } } @media only screen and (max-width: 768px) { .page_builder_container { grid-template-columns: 1fr; } .page_builder_content h1 { font-size: 2.5rem; } } @media screen and (max-width: 575px) { .features-wrapper { grid-template-columns: 1fr; } .business-wrapper { grid-template-columns: unset; grid-auto-flow: column; grid-auto-columns: 250px; overflow-x: auto; scrollbar-width: none; padding: 10px 20px 20px; margin-left: -16px; margin-right: -16px; scroll-snap-type: x mandatory; scroll-padding: 20px; } .business-wrapper::-webkit-scrollbar { display: none; } .business-item { scroll-snap-align: start; } }