/*!
Theme Name: Vira Marketing
Theme URI: http://underscores.me/
Author: Webshite
Author URI: https://webshite.nl
Description: Custom WordPress theme for Vira Marketing
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vira_marketing
*/

html {
    font-family: "Blacker Sans Pro", sans-serif;
    font-size: 18px;
    color: var(--text-dark);
    font-weight: 300;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
    overflow-x: hidden;
}

.site {
    width: 100%;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bogart", sans-serif;
    color: var(--title-dark);
    margin: 0 0 20px;
    line-height: 110%;
}

h1 {
    font-size: 40px;
    visibility: hidden;
}

.site-footer h2,
.usp-section h2 {
    font-size: 32px;
}

h2 {
    font-size: 30px;
    visibility: hidden;
}

.site-footer h2 {
    margin-bottom: 40px;
}

.usp-section h2 {
    margin-bottom: 48px;
    text-align: center;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: var(--title-light);
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    color: var(--title-dark);
    font-style: normal;
}

.text-light h1 i,
.text-light h2 i,
.text-light h3 i,
.text-light h4 i,
.text-light h5 i,
.text-light h6 i {
    color: var(--title-dark);
}

h1 .word,
h2 .word {
    display: inline-block;
    opacity: 0;
    white-space: pre;
}

h1 .word {
    transition: transform 0.75s linear, opacity 0.6s linear;
    transform: translateY(20px) scale(0.9, 0.9);
}

h2 .word {
    transition: transform 0.25s linear, opacity 0.25s linear;
    transform: translateY(20px);
}

b,
strong {
    font-family: "Bogart", sans-serif;
}

p {
    margin: 0 0 20px;
    line-height: 140%;
}

ul,
ol {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    line-height: 140%;
}

.content ul {
    list-style-type: disc;
    padding-left: 19px;
}

.content ol {
    list-style-type: decimal;
    padding-left: 19px;
}

p:last-child,
ul:last-child,
ol:last-child {
    margin: 0;
}

.site-header {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px;
    z-index: 1;
    padding-top: 30px;
}

.logo {
    max-width: 100%;
    height: 72px;
    display: inline-block;
}

.logo img {
    width: auto;
    height: 100%;
}

.hero-section {
    padding: 200px 0 60px;
    position: relative;
}

.hero-section .overlay,
.hero-section .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section .image {
    z-index: -1;
}

.hero-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.hero-section .wrap {
    position: relative;
    z-index: 1;
}

.hero-section .title {
    font-weight: 400;
    font-size: 9.375vw;
    margin-bottom: 40px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 52px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    transition: color 0.2s ease-in-out, background-position 0.2s ease-in-out;
    background-image: linear-gradient(to top, var(--first-accent), var(--first-accent) 50%, var(--text-light) 50%, var(--text-light));
    background-size: 100% 200%;
    background-position: bottom left;
    color: var(--text-light);
    padding: 0 24px;
    line-height: 100%;
    text-decoration: none;
}

.button:hover {
    background-position: top left;
    color: var(--first-accent);
}

.text-image-section,
.text-section,
.usp-section {
    padding: 40px 0;
}

.text-image-section .image {
    margin-top: 40px;
    position: relative;
}

/*.text-image-section .image::before {
    border-radius: 40px;
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    width: 100%;
    height: 100%;
    background: var(--second-accent);
}

.text-image-section.horizontal-align-right .image::before {
    right: 16px;
}

.text-image-section.horizontal-align-left .image::before {
    left: 16px;
}*/

.text-image-section .image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.content p .button {
    margin-top: 15px;
}

.text-light {
    color: var(--text-light);
}

.site-footer {
    background: var(--first-background);
    color: var(--text-light);
    padding: 30px 0 60px;
}

.site-footer:has(.footer-links) {
    padding-bottom: 40px;
}

.site-footer h2 {
    color: var(--title-light);
}

.site-footer {
    font-size: 120%;
}

.site-footer li strong {
    font-family: "Bogart", sans-serif;
    font-weight: 700;
    color: var(--second-accent);
}

.content a:not(.button) {
    color: var(--first-accent);
    transition: color 0.15s linear;
    text-decoration: underline;
}

.content a:not(.button):hover {
    color: var(--second-accent);
}

.usp-section {
    counter-reset: usps;
}

.usp-section ul {
    background: #ffffff;
    padding: 30px 20px 30px 80px;
    position: relative;
    border-radius: 0 30px 30px 0;
}

.usp-section ul .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
}

.usp-section ul .background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.usp-section ul .background::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--first-background);
    opacity: 0.5;
}

.usp-section .content {
    position: relative;
    font-size: 94%;
}

.usp-section .content::before {
    display: block;
    counter-increment: usps;
    content: counter(usps, decimal-leading-zero);
    position: absolute;
    font-family: "Bogart", sans-serif;
    color: var(--second-accent);
    font-size: 32px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-20px);
    text-align: center;
    width: 60px;
}

.usp-section .content:not(:last-child) p {
    margin-bottom: 30px;
}

.usp-section ul .title {
    font-family: "Bogart", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--text-dark);
    font-size: 20px;
}

.image-container,
.usp-container {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s linear, transform 0.5s linear;
}

.image-container.animated,
.usp-container.animated {
    opacity: 1;
    transform: translateY(0);
}

.usp-container.right {
    transition: opacity 0.4s linear, transform 0.4s linear;
    transition-delay: 0.1s;
}

.text-section.horizontal-align-center .content {
    margin: 0 auto;
    text-align: center;
}

.text-section.half-width .content {
    max-width: 768px;
}

.footer-links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 16px;
    margin-top: 60px;
}

.footer-links a {
    transition: color 0.15s linear;
}

.footer-links a:hover {
    color: var(--first-accent);
}

@media all and (min-width: 480px) {
    .logo {
        height: 80px;
    }
    .hero-section {
        padding: 240px 0 80px;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 34px;
    }

    .site-footer h2,
    .usp-section h2 {
        font-size: 36px;
    }

    .usp-section ul {
        padding: 40px 20px 40px 110px;
    }

    .usp-section ul.left {
        margin-bottom: 40px;
    }

    .usp-section ul .background {
        width: 80px;
    }

    .usp-section .content::before {
        font-size: 40px;
        width: 80px;
        transform: translateY(-50%) translateX(-30px);
    }

    .usp-section .content:not(:last-child) p {
        margin-bottom: 30px;
    }

    .usp-section ul .title {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

@media all and (min-width: 600px) {
    .site-header {
        padding-top: 40px;
    }
    .logo {
        height: 90px;
    }
    h1 {
        font-size: 60px;
    }
    .button {
        font-size: 20px;
    }

    .text-image-section,
    .text-section,
    .usp-section {
        padding: 60px 0;
    }

    .usp-section ul {
        padding: 40px 30px 40px 120px;
        box-sizing: border-box;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .usp-section ul .background {
        width: 90px;
    }

    .usp-section .content::before {
        font-size: 42px;
        width: 90px;
    }

    .usp-section ul .title {
        font-size: 26px;
    }
}

@media all and (min-width: 768px) {
    html {
        font-size: 20px;
    }
    .hero-section .title {
        font-size: 72px;
        max-width: 720px;
    }

    h1 {
        font-size: 66px;
    }

    h2 {
        font-size: 38px;
    }

    .site-footer h2 {
        margin-bottom: 50px;
    }

    .usp-section h2 {
        margin-bottom: 60px;
    }

    .site-footer h2,
    .usp-section h2 {
        font-size: 42px;
    }

    .button {
        font-size: 22px;
        height: 64px;
        padding: 0 32px;
    }

    .text-image-section .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .text-image-section.horizontal-align-right .wrap {
        flex-direction: row;
    }

    .text-image-section.horizontal-align-right .wrap {
        flex-direction: row-reverse;
    }

    .text-image-section.vertical-align-top .wrap {
        align-items: flex-start;
    }

    .text-image-section.vertical-align-center .wrap {
        align-items: center;
    }

    .text-image-section.vertical-align-bottom .wrap {
        align-items: flex-end;
    }

    .text-image-section .content,
    .text-image-section .image {
        width: calc(50% - 20px);
    }

    .text-image-section .image {
        margin: 0;
    }

    .text-image-section,
    .text-section,
    .usp-section {
        padding: 70px 0;
    }

    .site-footer {
        padding: 40px 0 80px;
    }
}

@media all and (min-width: 1024px) {
    .hero-section .title {
        font-size: 78px;
        max-width: 780px;
    }

    .site-header {
        padding-top: 50px;
    }

    .logo {
        height: 100px;
    }

    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 42px;
    }

    .site-footer h2 {
        margin-bottom: 60px;
    }

    .usp-section h2 {
        margin-bottom: 72px;
    }

    .site-footer h2,
    .usp-section h2 {
        font-size: 48px;
    }

    .text-image-section .content,
    .text-image-section .image {
        width: calc(50% - 30px);
    }

    .text-image-section,
    .text-section,
    .usp-section {
        padding: 100px 0;
    }

    .site-footer .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-footer h2,
    .site-footer p {
        width: 100%;
    }

    .text-image-section .image img {
        border-radius: 40px;
    }

    .usp-section .wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0 60px;
    }

    .usp-section .title {
        width: 100%;
    }

    .usp-section ul {
        border-radius: 0 40px 40px 0;
        margin: 0;
        width: calc(50% - 30px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .usp-section ul.left {
        margin: 0;
    }

    .usp-section ul .title {
        font-size: 28px;
    }

    .usp-section .content:last-child {
        flex-grow: 1;
    }

    .usp-section .content::before {
        font-size: 48px;
    }
}

@media all and (min-width: 1280px) {
    html {
        font-size: 22px;
    }

    .logo {
        height: 120px;
    }

    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 48px;
    }

    .site-footer h2,
    .usp-section h2 {
        font-size: 56px;
    }

    .site-footer h2 {
        margin-bottom: 74px;
    }

    .usp-section h2 {
        margin-bottom: 90px;
    }

    p,
    ul,
    ol {
        margin: 0 0 30px;
    }

    .site-header {
        padding-top: 80px;
    }

    .hero-section {
        padding: 320px 0 120px;
    }

    .hero-section .title {
        font-size: 90px;
        margin-bottom: 50px;
        max-width: 900px;
    }

    .button {
        font-size: 26px;
        height: 72px;
        padding: 0 42px;
    }

    .text-image-section .content {
        width: calc(48% - 50px);
    }

    .text-image-section .image {
        width: calc(52% - 50px);
    }

    .text-image-section,
    .text-section,
    .usp-section {
        padding: 120px 0;
    }

    .site-footer {
        padding: 50px 0 100px;
    }

    .usp-section .wrap {
        gap: 0 70px;
    }

    .usp-section ul {
        padding: 60px 40px 60px 140px;
        width: calc(50% - 35px);
        max-width: none;
    }

    .usp-section ul .background {
        width: 110px;
    }

    .usp-section .content::before {
        font-size: 56px;
        width: 110px;
    }

    .usp-section .content:not(:last-child) p {
        margin-bottom: 40px;
    }

    .usp-section ul .title {
        font-size: 34px;
    }
}

@media all and (min-width: 1440px) {
    html {
        font-size: 24px;
    }

    .logo {
        height: 140px;
    }

    h2 {
        font-size: 52px;
    }

    .hero-section {
        padding: 480px 0 180px;
    }

    .hero-section .title {
        font-size: 100px;
        max-width: 1000px;
    }

    .text-image-section .content {
        width: calc(44% - 65px);
    }

    .text-image-section .image {
        width: calc(56% - 65px);
    }

    .text-image-section,
    .text-section,
    .usp-section {
        padding: 130px 0;
    }

    .site-footer h2,
    .usp-section h2 {
        font-size: 62px;
    }

    .usp-section .wrap {
        gap: 0 80px;
    }

    .usp-section ul {
        padding: 70px 45px 70px 180px;
        width: calc(50% - 40px);
    }

    .usp-section ul .background {
        width: 140px;
    }

    .usp-section .content::before {
        font-size: 66px;
        width: 140px;
        transform: translateY(-50%) translateX(-40px);
    }

    .usp-section .content:not(:last-child) p {
        margin-bottom: 45px;
    }

    .usp-section ul .title {
        font-size: 38px;
    }
}

@media all and (min-width: 1921px) {
    .hero-section .title {
        font-size: 106px;
        max-width: 1060px;
    }

    html {
        font-size: 26px;
    }

    h2 {
        font-size: 56px;
    }

    .site-footer h2,
    .usp-section h2 {
        font-size: 68px;
    }
}
