/*!
Theme Name: 
Theme URI: FBCD
Author: https://www.wemeanthis.com/
Author URI: #
Description: Custom WP theme for 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: Custom build WP Theme
*/


/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
    margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
    font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
    isolation: isolate;
}

@font-face {
    font-family: 'Overused Grotesk';
    src: url('./fonts/OverusedGrotesk-Bold.woff2') format('woff2'),
        url('./fonts/fOverusedGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overused Grotesk';
    src: url('./fonts/OverusedGrotesk-Light.woff2') format('woff2'),
        url('./fonts/OverusedGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overused Grotesk';
    src: url('./fonts/OverusedGrotesk-Regular.woff2') format('woff2'),
        url('./fonts/OverusedGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Styles to visually hide the skip link by default */
.skip-link {
    position: absolute;
    /* Remove from document flow */
    left: -10000px;
    /* Move far off-screen */
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Styles to make the skip link visible when it receives keyboard focus */
.skip-link:focus {
    position: static;
    /* Bring back into the document flow */
    width: auto;
    height: auto;
    /* Add visual styling for visibility */
    background-color: #eee;
    color: #444;
    padding: 15px 23px 14px;
    text-decoration: none;
    z-index: 100000;
}

body {
    font-family: 'Overused Grotesk';
    font-size: 28px;
    color: #ABA7A4;
    font-weight: 300;
    line-height: 1.3;
    background-color: #19130F;
}

a {
    text-decoration: none;
    color: #F9F7F4;
    font-weight: 400;
}

p+p {
    margin-top: 32px;
}

.p-80 {
    padding: 80px;
}

h1 {
    font-size: 80px;
    color: #EFF46C;
    font-weight: 700;
    letter-spacing: -1.6px;
    line-height: 0.9;
    margin-top: 28px;
}

h3 {
    font-size: 32px;
    font-weight: 400;
    color: #F9F7F4;
    margin-top: 56px;
    margin-bottom: 40px;

}

.title {
    font-weight: 400;
}

.logos img {
    max-width: 260px;
}

.section-block+.section-block {
    border-top: 0;
}

ul li p {
    margin: 0;
    margin-bottom: 8px;
}

ul li a {
    display: block;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.divider {
    background: #F9F7F4;
    height: 1px;
}


a:hover {
    color: #EFF46C;
    text-decoration: underline;
}

ul li:last-of-type {
    margin-bottom: 0 !important;
}

.white {
    color: #F9F7F4;
}


.pl-105 {
    padding-left: 105px;
}

.fs-48 {
    font-size: 48px
}

.section-block {
    border-top: 1px solid #F9F7F4;
    border-bottom: 1px solid #F9F7F4;
    padding-top: 32px;
    padding-bottom: 120px;
}

.fixed-block {
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fw-400 {
    font-weight: 400;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul a {
    font-weight: 300;
}

.hover-links a,
.hover-links-start a {
    position: relative;
}

.hover-links a .arrow-holder,
.hover-links-start a .arrow-holder {
    transition: transform 0.3s ease;
    position: absolute;
    left: -27px;
    top: 13px;
    opacity: 0;
}

.hover-links a .arrow-holder svg,
.hover-links-start a .arrow-holder svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.content-agency {
    display: none;
}

.content-agency a+a {
    margin-top: 8px;
}

.content-agency.active {
    display: block;
}

.hover-links li>p {
    padding-top: 12px;
}

.hover-links a:hover .arrow-holder,
.hover-links-start a:hover .arrow-holder {

    opacity: 1;
}

.hover-links a:hover,
.hover-links-start a:hover {
    color: #fff;
    text-decoration: underline;
}

.content-agency a:hover {
    color: #fff;
    text-decoration: underline;
}


.hover-links a.active .arrow-holder,
.hover-links-start a.active .arrow-holder {
    transform: rotate(45deg);
    opacity: 1;
}

.hover-links a.active .arrow path,
.hover-links-start a.active .arrow path {
    fill: #EFF46C;
}

.hover-links a.active,
.hover-links-start a.active {
    color: #EFF46C;
}

.text a {
    text-decoration: underline;
}

@media screen and (max-width: 1550px) {
    .p-80 {
        padding: 56px;
    }

    .fixed-block svg,
    .footer svg {
        max-width: 85px;
        height: auto;
    }


    .content p img {
        max-width: 120px !important;
    }

    h1 {
        font-size: 64px;
    }

    .pl-105 {
        padding-left: 70px;
    }

    .fs-48 {
        font-size: 39px;
    }

    body {
        font-size: 23px;
    }

    .mb-5 {
        margin-bottom: 2.4rem !important;
    }

    h3 {
        font-size: 26px;
        margin-top: 45px;
        margin-bottom: 32px;
    }

    .mb-3 {
        margin-bottom: 0.8rem !important;
    }

    .section-block {
        padding-top: 26px;
        padding-bottom: 96px;
    }

    p+p {
        margin-top: 20px;
    }

    ul li p {
        margin: 0;
        margin-bottom: 7px;
    }

    .content-agency a+a {
        margin-top: 7px;
    }

    .logos img {
        max-width: 180px;
    }

    .m-3 {
        margin: 0.8rem !important;
    }

    .hover-links a .arrow-holder svg,
    .hover-links-start a .arrow-holder svg {
        width: 15px;
        height: 15px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 992px) {

    .p-80 {
        padding: 30px;
    }

    .fixed-block {
        position: relative;
    }

    h1 {
        font-size: 46px;
    }

    .fixed-block svg,
    .footer svg {
        max-width: 55px;
        height: auto;
    }

    .pl-105 {
        padding-left: 45px;
    }

    .fs-48 {
        font-size: 32px;
    }

    .section-block {
        padding-top: 60px;
        padding-bottom: 75px;
        padding-left: 76px;
        padding-right: 30px;
    }

    .plr-m-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #nav-items {
        padding-left: 86px;
        padding-top: 35px;
        padding-bottom: 70px;
        padding-right: 30px;
    }

    .hover-links a .arrow-holder svg,
    .hover-links-start a .arrow-holder svg {
        width: 22px;
        height: 22px;
        margin-right: 0;
    }

    .hover-links a .arrow-holder,
    .hover-links-start a .arrow-holder {
        opacity: 1;
        left: -38px;
        top: 12px;
    }
    .logos img {
        max-width: 100px;
    }
.footer {
    padding-left: 86px;
    padding-right: 30px;
    padding-top: 35px;
    padding-bottom: 40px;
}
    #block-1 {
        border-top: 0;
        padding-top: 146px;
    }

    #nav-items a {
        font-size: 32px;
    }

    .hover-links a .arrow-holder {
        left: -38px;
        top: 3px;
    }
        body {
        font-size: 22px;
    }
}

@media screen and (max-height: 750px) and (min-width: 992px) {
    .p-80 {
        padding: 50px;
    }

    .fixed-block svg,
    .footer svg {
        max-width: 90px;
        height: auto;
    }

    body {
        font-size: 25px;
    }
}