/*
 Theme Name:   PRIORISE
 Theme URI:    https://priorise.com
 Description:  Thème PRIORISE
 Author:       STUDIO WBM
 Author URI:   https://priorise.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  priorise_theme
*/


.row-block-subtitle {
       display: flex;
       justify-content: center;
       margin-bottom: 80px;
}
.row-block-subtitle .block-subtitle{
       max-width: 80%;
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 10px;
}
.row-block-subtitle h2{
       color: var(--themeMarinePurple);
       text-align: center;
       font-size: 52px;
       font-style: normal;
       font-weight: 500;
       line-height: 130%;
       margin: 0;   
}
.row-block-avantages {
       display: flex;
       align-items: center;
       position: relative;
       width: 90%;

}
.row-block-avantages > div:first-of-type{
       max-width: 50%;
}
.col-list-advantages{
       display: flex;
       width: 50%;
       position: relative;
}
ul.list-advantages{
       margin: 0;
       padding: 0;
}
ul.list-advantages li{
       opacity: 0;
       transform: translateX(30px); 
       list-style-type: none;
       display: flex;
       padding: 2px 35px 2px 2px;
       align-items: center;
       gap: 10px;
       border-radius: 60px;
       background: linear-gradient(220deg, #FFF 17.78%, rgba(255, 255, 255, 0.80) 47.69%);
       backdrop-filter: blur(5px);
       -webkit-backdrop-filter: blur(5px);
       box-shadow: 0px 2px 10px 0px rgba(61, 0, 137, 0.10);
       font-size: 14px;
       width: fit-content;
       position: absolute;
}
ul.list-advantages li.animate{
       opacity: 1;
       transform: translateX(0px); 
       -webkit-transition: opacity 500ms ease, transform 500ms ease;
       -moz-transition: opacity 500ms ease, transform 500ms ease;
       -ms-transition: opacity 500ms ease, transform 500ms ease;
       -o-transition: opacity 500ms ease, transform 500ms ease;
       transition: opacity 500ms ease, transform 500ms ease;
}
li.advantage-tag:nth-child(1){
       top: -150px;
}
li.advantage-tag:nth-child(2){
       top: 0;
       left: 40px;
}
li.advantage-tag:nth-child(3){
       top: 150px;
       left: -40px;
}
ul.list-advantages li span.material-symbols-outlined{
       font-size: 36px;
       font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 48;
       padding: 15px;
       border-radius: 80px;
       background: linear-gradient(161deg, #6A32FB 0%, #3D0089 100%);
       border: solid 2px rgba(255, 255, 255, 0.80);
       display: flex;
       align-items: center;
       justify-content: center;
       color: rgba(255, 255, 255, 0.80);  
}
ul.list-advantages li h4{
       color: var(--themeFontColor);
       font-size: 18px;
       font-style: normal;
       font-weight: 400;
       white-space: nowrap;
       line-height: normal;
       margin-bottom: 0.25rem;
}
#block-presentation-content{
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       gap: 160px;
}
.row-block-founder p{
       color: var(--themeMarine);
       text-align: center;
       font-size: 32px;
       font-style: normal;
       font-weight: 500;
       line-height: 135%; 
       max-width: 85%;
       margin: 0 auto;
}
.row-block-founder {
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 80px;
}
.founder-tag{
       display: flex;
       padding: 1px 40px 1px 1px;
       align-items: center;
       gap: 10px;
       width: fit-content;
}
.founder-tag .founder-thumbnail{
       display: flex;
       width: 80px;
       height: 80px;
       overflow: hidden;
       border-radius: 228.31px;
       background: linear-gradient(161deg, #6A32FB 0%, #3D0089 100%);
       box-shadow: 0px 2px 5px 0px rgba(55, 5, 131, 0.15);
       border: solid 2px rgba(255, 255, 255, 0.80);
}
.founder-tag .founderthumbnail img{
       object-position: bottom;
       object-fit: contain;
}
.founder-tag .founder-name {
       display: flex;
       padding-bottom: 0px;
       flex-direction: column;
       justify-content: center;
       align-items: flex-start;
}
.founder-tag .founder-name span{
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 5px;
       color: var(--themePurple);
       font-size: 14px;
}
.founder-tag .founder-name h4{
       color: var(--themeFontColor);
       font-size: 24px;
       font-style: normal;
       font-weight: 500;
       line-height: normal; 
}



/***********************
       RESPONSIVE
***********************/

@media only screen and (max-width: 1600px) {
       .row-block-subtitle h2 {
              font-size: 44px;
       }
       #block-presentation-content {
              gap: 120px;
       }
       .row-block-founder {
              gap: 60px;
       }
       .row-block-founder p {
              font-size: 28px;
       }
}
@media only screen and (max-width: 1280px) {
       .row-block-founder {
              gap: 40px;
       }
}
@media only screen and (max-width: 1200px) {
       ul.list-advantages li span.material-symbols-outlined {
              font-size: 32px;
              padding: 16px;
       }
       ul.list-advantages li h4{
              margin-bottom: 0;
              line-height: 140%;
       }
       ul.list-advantages li p{
              max-width: none;
              line-height: 130%;
              font-size: 13px;
       }
       .row-block-founder p {
              font-size: 24px;
       }
       .founder-tag .founder-name h4 {
              color: var(--themeFontColor);
              font-size: 20px;
       }
       li.advantage-tag:nth-child(1) {
              top: -120px;
       }
       li.advantage-tag:nth-child(3) {
              top: 120px;
       }
}
@media only screen and (max-width: 992px) {
       .row-block-subtitle h2 {
              font-size: 36px;
       }
       .row-block-founder p {
              max-width: 100%;
              font-size: 22px;
              font-weight: 400;
       }
       #block-presentation-content {
              gap: 150px;
       }
       .founder-tag .founder-thumbnail {
              display: flex;
              width: 60px;
              height: 60px;
       }
       ul.list-advantages li h4 {
              font-size: 17px;
       }
       ul.list-advantages li p {
              line-height: 120%;
       }
}
@media only screen and (max-width: 768px) {
       .row-block-avantages{
              display: flex;
              flex-wrap: wrap;
              flex-direction: column;
              width: 100%;
       }
       .row-block-avantages > div:first-of-type {
              max-width: 100%;
       }
       .row-block-avantages > div:first-of-type img{
              max-width: 500px;
       }
       .col-list-advantages{
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
       }
       ul.list-advantages{
              height: 100%;
              display: flex;
              width: 100%;  
       }
       li.advantage-tag:nth-child(1){
              top: auto;
              bottom: 50%;
       }
       li.advantage-tag:nth-child(2){
              top: auto;
              right: 0;
              left: auto;
              bottom: 25%;
       }
       li.advantage-tag:nth-child(3){
              top: auto;
              bottom: -20px;
              left: 15%;
       }
       ul.list-advantages li span.material-symbols-outlined {
              padding: 10px;
       }
}
@media only screen and (max-width: 575px) {
       section.block-presentation{
              padding: 0 15px;
       }
       .row-block-subtitle .block-subtitle {
              max-width: 100%;
       }
       ul.list-advantages li{
              width: min-content;
       }
       ul.list-advantages li span.material-symbols-outlined {
              padding: 15px;
       }   
       ul.list-advantages li p {
              min-width: 200px;
       }
       li.advantage-tag:nth-child(1) {
              left: 15px;
              bottom: 45%;
       }
       li.advantage-tag:nth-child(2) {
              right: 15px;
              bottom: 20%;
       }
       #block-presentation-content {
              gap: 80px;
       }
       .row-block-founder p {
              font-size: 20px;
       }
       .row-block-subtitle {
              margin-bottom: 20px;
       }
       .row-block-founder {
              gap: 30px;
       }
       .row-block-subtitle h2 {
              font-size: 32px;
       }
}
@media only screen and (max-width: 420px) {
       .row-block-avantages > div:first-of-type img {
              max-width: 360px;
       }
       ul.list-advantages li h4 {
              font-size: 16px;
       }
       ul.list-advantages li span.material-symbols-outlined {
              padding: 14px;
       }
       #block-presentation-content {
              gap: 160px;
       }
       li.advantage-tag:nth-child(3) {
              top: auto;
              bottom: -30%;
              left: auto;
              right: 0;
       }
       li.advantage-tag:nth-child(2) {
              transform: translateX(-30px);
              right: auto;
              bottom: 0%;
              left: 0;
       }
       li.advantage-tag:nth-child(1) {
              left: auto;
              bottom: 30%;
              right: 0;
       }
}