/*!
Theme Name: Priorise
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Priorise
*/


.block-banner-row{
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    margin-left: 0;
    margin-right: 0;
}
.container-fluid.full-width{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid.not-full-width .block-banner-row{
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 70px 70px -25px rgba(0, 0, 0, 0.25);
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
}
.container-fluid.full-width .block-banner-content{
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left: calc((100vw - 1440px)/2 + 15px);
}
.container-fluid.not-full-width .block-banner-content{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.block-banner-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(100, 39, 201, 0.60);
    backdrop-filter: blur(10px);
}
.block-banner-content .logo{
    max-height: 40px;
}
section.block-banner .banner-subtitle h2{
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}
section.block-banner .banner-subtitle h2 strong{
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
section.block-banner .banner-subtitle h3{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0;
}
section.block-banner .banner-subtitle p{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 100%;
}
section.block-banner .banner-subtitle.light-font h2, section.block-banner .banner-subtitle.light-font h3, section.block-banner .banner-subtitle.light-font p{
    color: var(--white);
}
section.block-banner .banner-subtitle.dark-font h2{
    color: var(--greenduck);
}
section.block-banner .banner-subtitle.dark-font p{
    color: var(--black);
}

section.block-banner .banner-subtitle{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
    .container-fluid.full-width .block-banner-content {
        padding-left: calc((100vw - 1200px) / 2 + 15px);
    }
}
@media only screen and (max-width: 1440px) {
    .block-banner-content .banner-faq-cats h3 {
        font-size: 22px;
    }
    section.block-banner .banner-subtitle h2 {
        font-size: 36px;
    }
    .block-banner-content .logo {
        max-width: 180px;
    }

}
@media only screen and (max-width: 1280px) {
    .container-fluid.not-full-width .block-banner-content {
        padding: 40px;
    }
    section.block-banner .banner-subtitle h2{
        font-size: 36px;
    }
    section.block-banner .banner-subtitle h3{
        font-size: 24px;
    }
    section.block-banner .banner-subtitle p{
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
    }
    .container-fluid.full-width .block-banner-content{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .container-fluid.full-width .block-banner-content {
        padding-left: calc((100vw - 960px) / 2 + 15px);
    }
    .container-fluid.not-full-width .block-banner-content {
        padding: 30px;
    }
    .block-banner-content .logo {
        max-height: 40px;
    }
    section.block-banner .banner-subtitle h2 strong {
        font-size: 36px;
    }
    section.block-banner .banner-subtitle h2 {
        font-size: 28px;
    }
    .block-banner-content{
        gap: 40px;
    }
}
@media only screen and (max-width: 992px) {
    .container-fluid.full-width .block-banner-content {
        padding-left: calc((100vw - 720px) / 2 + 15px);
        padding-right: calc((100vw - 720px) / 2 + 15px);
        padding-top: 40px;
        padding-bottom: 50px;
    }
    section.block-banner .banner-subtitle h2 {
        font-size: 36px;
    }
    section.block-banner .banner-subtitle p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 767px) {
    .container-fluid.not-full-width .block-banner-content {
        padding: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .container-fluid.full-width .block-banner-content{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .block-banner-content {
        gap: 30px;
    }
    .container-fluid.not-full-width .block-banner-content {
        padding: 20px;
    }
    .block-banner-content .logo {
    }
    section.block-banner .banner-subtitle p {
        font-size: 15px;
        line-height: 20px;
    }
    section.block-banner .banner-subtitle h2 strong {
        font-size: 28px;
    }
    section.block-banner .banner-subtitle h2 {
        font-size: 28px;
    }
    section.block-banner .block-banner-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    
}
@media only screen and (max-width: 420px) {
    section.block-banner .banner-subtitle h2 {
        font-size: 24px;
    }
    section.block-banner .banner-subtitle h2 strong{
            font-size: 24px;
    }
    .block-banner-content {
        gap: 20px;
    }
    .container-fluid.not-full-width .block-banner-content {
        padding: 15px;
    }
    .block-one-column-content{
        padding: 0;
    }
}

