/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5.com/
Author: click5 Interactive
Author URI: https://www.click5.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.17
*/

:root {
    --main: #194dc6;
    --fontI: "Inter";
}

.btn {
    position: relative;
}
.btn::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}

#page {
    position: relative;
}
/* #header::before {
    content: "";
    display: block;
    width: 957px;
    height: 617px;
    background-image: url('img/icons/icon-hero-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: 0; right: 0;
} */

/* HEADER */

#header {
    width: 100%;
    position: fixed;
    top: 0;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 65px;
    padding-right: 65px;
    /* background-color: #1246c0; */
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo,
#header .contact {
    width: 313px;
}

#header .logo img {
    width: auto;
    height: 52px;
    transition: all .3s;
}
#header .logo img.sticky,
#header.sticky .logo img:not(.sticky) {
    display: none;
}
#header.sticky .logo img.sticky {
    display: block;
    height: 44px;
}

#header .contact a {
    display: inline-block;
    height: 50px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 1px 45px 0 45px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}
#header.sticky .contact a {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
#header .contact a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}
#header.sticky .contact a:hover {
    color: var(--main);
}

/* HERO */

#hero {
    position: relative;
    padding-top: 280px;
    background-color: #1246c0;
    overflow: hidden;
    z-index: 4;
}
.home #hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    background-color: #fff;
    position: absolute;
    bottom: 0; left: 0;
}
#hero::after {
    content: "";
    display: block;
    width: 957px;
    height: 617px;
    background-image: url('img/icons/icon-hero-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.5;
    position: absolute;
    top: -130px; right: 0;
}
.home #hero::after {
    top: 0;
}

#hero .content {
    position: relative;
    z-index: 8;
}
#hero .slogan {
    color: #fff;
    font-family: var(--fontI);
    font-size: 34px;
    font-weight: 200;
    line-height: 100%;
    letter-spacing: -1.02px;
    padding: 0;
    margin: 0;
}
#hero .title {
    color: #fff;
    font-size: 74px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.44px;
    padding: 20px 0 40px 0;
    margin: 0;
}
#hero .title sup {
    font-size: 48px;
}
#hero .btn {
    display: inline-block;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 65px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 8px;
}
#hero .btn:hover {
    color: #000;
    background-color: #fff;
}

#hero .js-video-button {
    position: relative;
    cursor: pointer;
    margin-top: 80px;
    transition: all .3s;
}
#hero .js-video-button::before {
    content: "\f144";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 140px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#hero .js-video-button:hover {
    transform: scale(0.99);
}

/* HEADLINE */

.h-slogan {
    color: rgba(32, 36, 39, .7);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.h-title {
    color: var(--main);
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    padding: 25px 0 35px 0;
    margin: 0;
}
.h-title sup {
    font-size: 38px;
}

/* WHY */

#problem {
    position: relative;
    scroll-margin-top: 100px;
}
#problem::before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 246, 252, 1) 100%);
    position: absolute;
    top: 0; left: 0;
}
#problem .row {
    position: relative;
    z-index: 4;
}

#problem .headline {
    padding-bottom: 45px;
}
#problem .headline p {
    color: #202427;
    font-family: var(--fontI);
    font-size: 19px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.38px;
    padding: 0;
    margin: 0;
}

#problem .item {
    padding-top: 25px;
}
#problem .box {
    position: relative;
    height: 100%;
    padding: 50px 20px 40px 40px;
    background-color: #fff;
    border: 1px solid rgba(183, 191, 214, .65);
    border-radius: 15px;
}
#problem .box .value {
    color: var(--main);
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.45px;
    padding: 0;
    margin: 0;
}
#problem .box .value sub {
    font-size: 37px;
    font-weight: 500;
    bottom: 0;
}
#problem .box .value span {
    font-weight: 300;
}
#problem .box .title {
    position: relative;
    color: #202427;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.19px;
    padding: 17px 0 0 0;
    margin: 0;
}
#problem .box .title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px 0;
    background-color: #bae8dd;
}
#problem .box p {
    color: rgba(32, 36, 39, .75);
    font-family: var(--fontI);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding: 0 0 50px 0;
    margin: 0;
}

/* SOLUTION */

#solution {
    position: relative;
    scroll-margin-top: 100px;
    background-color: #194dc6;
}
#solution::before {
    content: "";
    display: block;
    width: 305px;
    height: 295px;
    background-image: url('img/icons/icon-solution-bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0; right: 0;
    opacity: 0.1;
}

#solution .h-slogan {
    color: rgba(255, 255, 255, .75);
}
#solution .h-title {
    color: #fff;
}

#solution .photo {
    width: calc(50% + 125px);
    margin-left: -125px;
    padding-top: 30px;
}
#solution .photo > div {
    position: relative;
    display: block;
    width: 100%;
    height: 505px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    cursor: pointer;
}
#solution .photo > div::before {
    content: "\f144";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 140px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
#solution .photo > div::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 77, 198, .5);
    border-radius: 25px;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    transition: all .3s;
}
#solution .photo > div:hover::after {
    opacity: 1;
}

#solution .content {
    padding-top: 50px;
    padding-left: 55px;
}
#solution .content p {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 0;
}
#solution .content ul {
    list-style: none;
    padding: 30px 0 0 25px;
    margin: 0;
}
#solution .content ul li {
    position: relative;
    color: #fff;
    font-family: var(--fontI);
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.48px;
    padding: 20px 0 20px 55px;
    margin: 0;
}
#solution .content ul li::before {
    content: "\f058";
    color: #51c4aa;
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    left: 0;
}
#solution .content ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background-color: #4771d1;
    position: absolute;
    bottom: 0; left: 55px;
}

/* OPPORTUNITY */

#opportunity {
    scroll-margin-top: 100px;
}

#opportunity .item {
    padding-top: 25px;;
}
#opportunity .box {
    position: relative;
    height: 100%;
    padding: 65px 35px 60px 40px;
    background-color: #f6f8fd;
    border-radius: 15px;
}
#opportunity .box .icon {
    position: relative;
}
#opportunity .box .icon::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -25px; left: -20px;
}
#opportunity .box .icon > * {
    position: relative;
    z-index: 4;
}
#opportunity .box .title {
    color: #202427;
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.23px;
    padding: 20px 0 25px 0;
    margin: 0;
}
#opportunity .box p {
    color: rgba(32, 36, 39, .75);
    font-family: var(--fontI);
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.34px;
    padding: 0;
    margin: 0;
}
#opportunity .box p b {
    color: rgba(5, 5, 5, .85);
    font-weight: 400;
}

#opportunity .text {
    padding-top: 35px;
}
#opportunity .text p {
    position: relative;
    color: var(--main);
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.52px;
    padding: 0;
    margin: 0 0 0 -10px;
}

/* MOBILE */

#app {
    scroll-margin-top: 100px;
}

#app .row {
    position: relative;
}
#app .row::before {
    content: "";
    display: block;
    width: calc(100% + 400px);
    height: 100%;
    background-image: url('img/mch-mobile-bg.webp');
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: absolute;
    top: 0; left: -200px;
}
#app .row > * {
    position: relative;
    z-index: 4;
}

#app .content {
    padding-top: 65px;
    padding-left: 45px;
}
#app .h-slogan {
    color: rgba(255, 255, 255, .75);
}
#app .h-title {
    color: #fff;
}

#app .content p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 0;
}
#app .content ul {
    list-style: none;
    padding: 30px 0 0 15px;
    margin: 0;
}
#app .content li {
    position: relative;
    color: #fff;
    font-size: 19px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.19px;
    padding: 0 0 0 55px;
    margin: 20px 0;
}
#app .content li b {
    font-weight: 500;
}
#app .content li::before {
    content: "\f058";
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* LEADER */

#team {
    position: relative;
    scroll-margin-top: 100px;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 246, 252, 1) 100%);
}
#team .headline p {
    color: #202427;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.23px;
    padding: 0 0 30px 0;
    margin: 0;
}

#team .item {
    padding-top: 25px;
}
#team .box {
    position: relative;
    display: flex;
    padding: 30px 35px;
    background-color: #fff;
    border-radius: 15px;
}
#team .box .photo {
    width: 128px;
    height: 128px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
#team .box .content {
    width: calc(100% - 128px);
    padding-left: 30px;
    padding-top: 15px;
}
#team .box .content .name {
    color: #202427;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 0;
}
#team .box .content .title {
    color: #51c4aa;
    font-family: "Gellix";
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    padding: 7px 0 10px 0;
    margin: 0;
}
#team .box .content p {
    color: rgba(32, 36, 39, .85);
    font-family: var(--fontI);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.32px;
    padding: 0;
    margin: 0;
}

/* SUBPAGES */

#page-wrapper {
    position: relative;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
    scroll-margin-top: 130px;
}
.entry-content h1 a, 
.entry-content h2 a, 
.entry-content h3 a, 
.entry-content h4 a {
    text-decoration: none;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, .post-title {
    color: var(--main);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--main);
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.35px;
}
.entry-content h4 {
    color: var(--main);
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.3px;
}
.entry-content h5, .entry-content h6 {
    color: var(--main);
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #202427;
    font-family: var(--fontI);
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: -0.38px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 600;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul > li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* WIDGETS */

#sidebar-area {
    position: relative;
    flex: 0 0 calc(33.333333% + 55px);
    max-width: calc(33.333333% + 55px);
    margin-right: -55px;
    margin-top: -65px;
    padding-left: 0;
    z-index: 4;
}
#sidebar-area::before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0; left: 0;
}
#sidebar-area > * {
    position: relative;
    z-index: 4;
}

/* MODAL */

.modal-content {
    border: 0;
    border-radius: 15px;
}

.modal-header {
    padding: 25px 25px 0 25px;
    border-bottom: 0;
}
.modal-header .btn-close {
    width: 25px;
    height: 25px;
    color: #1246c0;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    padding: 0;
    background: unset;
    border-radius: 0;
    opacity: 1;
}

.modal-body {
    padding: 50px 0 0 0;
}

.modal-body .headline .title {
    color: #202427;
    font-size: 52px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.04px;
    padding: 0;
    margin: 0;
}
.modal-body .headline p {
    color: rgba(32, 36, 39, .75);
    font-family: var(--fontI);
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: -0.38px;
    padding: 40px 0 45px 0;
    margin: 0;
}

.modal-body .form-fields {
    padding-left: 155px;
    padding-right: 155px;
}
.modal-body .form-submit {
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 45px;
    background-color: #f6f6fa;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}