/*
Theme Name: Solonio
Author: Kamil Lisiewicz
Author URI:
*/

/* FONTS */

@font-face {
    font-family: 'Gantari';
    src: url('assets/fonts/Gantari-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gantari';
    src: url('assets/fonts/Gantari-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gantari';
    src: url('assets/fonts/Gantari-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gantari';
    src: url('assets/fonts/Gantari-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gantari';
    src: url('assets/fonts/Gantari-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* FONTS */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

a, ins, del {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

strong {
    font-weight: 700;
}

caption, th {
    text-align: left;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: #212529;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

a:hover, a:focus {
    color: #212529;
    text-decoration: underline;
    outline: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.35;
    color: #313131;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.85;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

.container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

p {
    margin: 0 0 25px;
    line-height: 1.35;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Gantari', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35;
    color: #313131;
    margin: 15px 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

.btn {
    border: 1px solid transparent;
    background: #EDA42D;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 19px 32px;
    text-align: center;
    text-decoration: none;
    transition: all 500ms ease-out 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.btn img {
    transition: all 500ms ease-out 0s;
    position: relative;
    right: 0;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
}

.btn:hover img {
    position: relative;
    right: -10px;
}

.btn span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}


/* Sections */
.slicknav_menu {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 500ms ease-out 0s;
    padding: 44px 0;
    z-index: 999;
}

.page #header {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#header.sticky .header__logo img {
    max-height: 60px;
    width: auto;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}


.header__navigation,
.header__navigation nav {
    display: flex;
    align-items: center;
    gap: 64px;
}

.header__navigation nav a {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
}

.header__navigation nav a.active {
    color: #006600;
}

.header__navigation-lang a {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Page :: Home */
.section-intro {
    background: #f0f0f1;
    padding: 0;
}

.section-intro__wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-intro__content {
    width: 100%;
    max-width: 950px;
    padding-top: 200px;
}

.section-intro__content h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 40px;
}

.section-intro__content h1 span {
    color: #006600;
    display: block;
}

.section-intro__content p {
    max-width: 800px;
}

.section-intro__content p.small {
    font-size: 18px;
    color: #838A92;
    margin-top: 0;
    padding-top: 0;
}

.section-intro__content .btn {
    margin-top: 40px;
}

.section-intro__image {
    margin-top: auto;
    margin-left: -100px;
}

.section-article {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-article.is--lighten {
    background: #EBF5ED;
}

.section-article .section {
    display: flex;
    align-items: stretch;
    gap: 75px;
}

.section-article .section > div {
    flex: 1 1 0;
}

.section-article .section-heading {
    width: 100%;
    max-width: 398px;
    height: 100%;
    position: sticky;
    top: 150px;
}

.section-article .section-heading span {
    font-size: 24px;
    line-height: 1.1;
    color: #006600;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.section-article .section-heading span.disabled {
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    opacity: 0;
    max-height: 0;
}

.section-article.active .section-heading span.disabled {
    max-height: 500px;
    opacity: 1;

}

.section-article .section-heading .title {
    font-size: 60px;
    line-height: 1.2;
    color: #313131;
    font-weight: 800;
    margin: 0;
}

.section-article .section-heading p {
    margin: 0;
    padding: 35px 0 0 0;
}

.section-content__accordion {
    margin-bottom: 16px;
}

.section-content__accordion:last-of-type {
    margin-bottom: 0;
}

.section-content__accordion-head {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #313131;
}

.section-content__accordion-head h2 {
    color: #313131;
}

.section-content__accordion-head button {
    color: #313131;
    font-size: 24px;
    font-weight: 700;
    background: #F2F8F3;
    border-radius: 8px;
    border: 0;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    cursor: pointer;
}

.section-content__accordion-head button:hover
.section-content__accordion-head button:focus {
    color: #313131;
}

.section-content__accordion-head button img {
    margin-left: auto;
    transform: rotate(180deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.is-open .section-content__accordion-head button img {
    transform: none;
}

.accordion-content__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 95px;
    padding: 60px 0;
}

.accordion-content__wrapper > div {
    flex: 1 1 0;
}

.accordion-content__article .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.accordion-content__article p {
    font-size: 32px;
}

.accordion-content__image {
    width: 100%;
    max-width: 398px;
    position: relative;
}

.accordion-content__image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-content__image .caption {
    margin-top: -5px;
    background: #313131;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 28px;
}

.accordion-content__image .caption p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

.accordion-content__image .caption p.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.accordion-content__article .items {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding-top: 45px;
}

.accordion-content__article .item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.accordion-content__article .item .icon {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-content__article .item .content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-content__article .item .content li:before {
    content: "";
    width: 15px;
    height: 11px;
    background: url(assets/images/icons/bullet.svg);
    position: absolute;
    top: 10px;
    left: 0;
}

.accordion-content__article .item .content li {
    position: relative;
    padding-left: 30px;
    color: #77787B;
}

.accordion-content__article .item .content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #006600;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1;
}

.accordion-content__article .item .content p {
    font-size: 24px;
    color: #77787B;
    margin: 0;
    padding: 0;
}

.content__text-image {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.content__text-image > div {
    flex: 1 1 0;
}

.content__text-image img {
    border-radius: 8px;
}

.content__text-image ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content__text-image ul {
    margin-top: 55px;
}

.content__text-image ul li a {
    font-weight: 600;
    color: #77787B;
    display: flex;
    align-items: center;
    gap: 20px;
}

.content__text-image li div {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content__text-image ul img {
    border-radius: 0;
}

.content-tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.content-tiles .tile {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 50px;
    border-radius: 8px;
}

.content-tiles .tile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.content-tiles .tile-content {
    text-align: center;
}

.content-tiles .tile-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0 20px 0;
}

.content-tiles .tile-content p {
    font-size: 16px;
    color: #77787B;
    margin: 0;
    padding: 0
}

.content-join {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 80px;
}

.content-join .tile {
    background: #F2F8F3;
    padding: 30px 35px;
    border-radius: 8px;
}

.content-join .tile h3 {
    font-size: 28px;
    font-weight: 700;
    color: #006600;
    margin: 0 0 20px 0;
    padding: 0;
}

.content-join .tile p {
    font-size: 24px;
    color: #77787B;
    margin: 0;
    padding: 0
}

.section-how-we-help .section-content .btn {
    margin-top: 105px;
}


.section-looking-for .section-content .btn {
    margin-top: 105px;
}

.section-join .section-content p {
    font-size: 32px;
}

.section-join .section-content .content-join .tile p {
    font-size: 24px;
}

.custom-page .section-article {
    padding-top: 260px;
}

.custom-page .section-article .section-content {
    padding-top: 40px;
}

.custom-page .section-article address {
    margin-bottom: 35px;
}

.custom-page .section-article p {
    padding-bottom: 20px;
}


.custom-page .section-article a[href^="tel:"] {
    font-weight: 700;
    color: #313131;
}

.custom-page .section-article a {
    font-weight: 700;
    color: #006600;
}

/* Footer */
#footer {
    font-size: 20px;
    font-weight: 300;
    color: #BBBBBB;
    background: #313131;
    padding: 60px 0;
}

.footer__top {
    display: grid;
    grid-template-columns: 200px auto 250px;
    gap: 30px;
    align-items: flex-start;
}

.footer__top > div {
    flex: 1 1 auto;
}

.footer__top .footer__top-logo {
    max-width: 140px;
    height: auto;
}

.footer__top .footer__top-info {
    text-align: left;
    max-width: 552px;
    margin: 0 auto;
}

.footer__top .footer__top-contact ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer__top .footer__top-contact div {
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
}

.footer__top .footer__top-contact .icon {
    width: 26px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__top .footer__top-contact div a {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.footer__top .footer__top-contact div address {
    line-height: 1.5;
}

.footer__bottom {
    padding-top: 15px;
}

.footer__bottom ul {
    display: flex;
    gap: 64px;
    align-items: center;
}

.footer__bottom a {
    font-size: 18px;
    color: #FFFFFF;
}

.footer__bottom a.active {
    text-decoration: underline;
}

@media (max-width: 1280px) {
    html, body {
        font-size: 18px;
    }

    .btn span {
        font-size: 18px;
    }

    #header {
        padding: 22px 0;
    }

    .header__navigation nav a,
    .header__navigation-lang a {
        font-size: 18px;
    }

    .header__logo img {
        max-height: 75px;
    }

    .section-intro__content {
        padding-top: 100px;
    }

    .section-intro__content h1 {
        font-size: 52px;
    }

    .section-article .section-heading .title {
        font-size: 42px;
    }

    .section-article .section-heading {
        max-width: 298px;
    }

    .accordion-content__article p {
        font-size: 24px;
    }

    .accordion-content__image {
        max-width: 298px;
    }

    .accordion-content__article .item .content h3 {
        font-size: 24px;
    }

    .accordion-content__article .item .content p {
        font-size: 18px;
    }

    .section-content__accordion-head button {
        font-size: 18px;
        padding: 12px 24px;
    }

    .content-tiles .tile {
        padding: 20px;
    }

    .content-tiles .tile-content h3,
    .section-join .section-content p,
    .content-join .tile h3 {
        font-size: 22px;
    }

    .section-join .section-content .content-join .tile p {
        font-size: 18px;
    }

    .accordion-content__article .title {
        font-size: 36px;
    }

    .section-looking-for .section-content .btn {
        margin-top: 60px;
    }

    .custom-page .section-article {
        padding-top: 160px;
    }


    #footer {
        font-size: 18px;
        padding: 60px 0;
    }

    .footer__top .footer__top-contact div a,
    .footer__bottom a{
        font-size: 16px;
    }

}

@media (max-width: 992px) {
    .header__navigation-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_btn {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    .slicknav_icon {
        width: 40px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
    }

    .slicknav_icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #212529;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .slicknav_icon span:nth-child(1) {
        top: 1px;
    }

    .slicknav_icon span:nth-child(2) {
        top: 12px;
    }

    .slicknav_icon span:nth-child(3) {
        top: 24px;
    }

    .slicknav_open .slicknav_icon span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slicknav_open .slicknav_icon span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .slicknav_open .slicknav_icon span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .slicknav_nav {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0;
        top: 80px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    .slicknav_nav a {
        color: #6b6b6b;
        font-weight: 700;
        display: block;
        padding: 10px 15px;
        text-align: center;
        border-top: 1px solid #eaeaea;
    }

    .slicknav_nav .current-menu-item a,
    .slicknav_nav a:hover {
        color: #fff;
        background: #212529;
    }

    .slicknav_item {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slicknav_arrow {
        position: absolute;
        top: 0;
        right: 15px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    #header,
    #header.sticky {
        padding: 10px 0;
        background: #fff;
    }

    #header .header__logo img,
    #header.sticky .header__logo img  {
        max-height: 60px;
        width: auto;
    }

    #header .header__navigation-lang {
        padding-right: 60px;
    }

    .section-intro__content {
        padding-top: 130px;
    }

    .section-intro__wrapper {
        min-height: auto;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .section-intro__image {
        margin-top: 0;
        margin-left: 0;
        text-align: center;
    }

    .section-intro__image img {
        max-height: 250px;
        width: auto;
    }

    .section-article {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-article .section-heading {
        max-width: 100%;
        text-align: center;
        position: relative;
        top: 0;
    }

    .section-article.active .section-heading span.disabled,
    .section-article .section-heading span.disabled {
        opacity: 1;
        max-height: 100%;
    }

    .section-article .section {
        flex-direction: column;
        gap: 30px;
    }

    .section-how-we-help .section-content .btn {
        margin-top: 45px;
    }

    .custom-page .section-article {
        padding-top: 120px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-article {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .section-intro__content h1 {
        font-size: 32px;
    }

    .section-article .section-heading .title {
        font-size: 26px;
    }

    .section-content__accordion-head button {
        font-size: 16px;
        padding: 14px 16px;
    }

    .accordion-content__wrapper {
        gap: 30px;
        padding: 30px 0;
        flex-direction: column;
    }

    .accordion-content__article .items {
        gap: 30px;
    }

    .accordion-content__article .item .icon {
        min-width: 24px;
    }

    .accordion-content__article .item .icon img {
        max-width: 24px;
        height: auto;
    }

    .accordion-content__article .item .content p,
    .accordion-content__article .item .content li,
    .footer__top .footer__top-contact div address {
        font-size: 16px;
    }

    .accordion-content__article .item .content h3 {
        font-size: 18px;
    }

    .accordion-content__article .title {
        font-size: 28px;
    }

    .accordion-content__image .caption {
        padding: 15px 20px;
    }

    .btn {
        gap: 12px;
        padding: 12px 20px;
    }

    .content__text-image {
        flex-direction: column;
        gap: 30px;
    }

    .content-tiles {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 32px;
    }

    .content-tiles .tile-content h3, .section-join .section-content p, .content-join .tile h3 {
        font-size: 16px;
    }

    .content-join {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .content-join .tile {
        padding: 25px 20px;
    }

    .section-how-we-help .section-content .btn {
        width: 100%;
    }

    .section-looking-for .section-content .btn {
        width: 100%;
        margin-top: 40px;
    }

    .accordion-content__image {
        max-width: 398px;
        margin: 0 auto;
    }

    .footer__top {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        text-align: center;
    }

    .footer__top .footer__top-logo {
        text-align: center;
        margin: 0 auto;
    }

    .footer__top .footer__top-info {
        max-width: 100%;
        text-align: center;
    }

    .footer__bottom {
        padding-top: 30px;
    }

    .footer__bottom ul {
        gap: 15px;
        justify-content: center;
    }
}

@media (max-width: 576px) {

}