/*
Theme Name: Netlogiq
Theme URI: http://netlogiq.com/
Author: Netlogiq
Author URI: http://netlogiq.com
Description: Description
Version: 1.0.0
*/
.page-id-11415 {

}
.page-id-11415 .hero .title, 
.page-id-11415 .hero .cat {
    color:#1A1A18;
}
.page-id-11415 .button.button-primary {
    background-color: #1A1A18;
    color:#FFF;
}
.page-id-11415 .button.button-primary:hover {
    color:#FFEA00;
}
.page-id-11415 .section--yellow {
    background-color:#FFEA00;
    padding: 67px 0px 71px!important;
}
.page-id-11415 .col-lg-10.col-lg-push-1 {
    width: 100%;
    left:0
}
@media screen and (min-width:992px) {
    .page-id-11415 .section--yellow .action strong, .action__message {
        font-size: 34px;
    }
    .page-id-11415 .action {
        max-width: 100%;
        margin: 0;
    }
}


.page-id-11415 .recent-project:nth-child(odd) .recent-project-image {
    /* background: rgb(255,255,255); */
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,234,0,1) 50%, rgba(255,234,0,1) 100%);
}
.page-id-11415 .recent-project:nth-child(even) .recent-project-image {
    /* background-color: #B85B8A; */
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,247,155,1) 50%, rgba(255,247,155,1) 100%);
}

.page-id-11415 .recent-project:nth-child(odd) {
    background-color: rgba(255,234,0,1);
}
.page-id-11415 .recent-project:nth-child(even) {
    background-color: rgba(255,247,155,1);
}

.page-id-11415 .recent-project-title, 
.page-id-11415 .recent-project-description {
    color:#1A1A18;
}


.page-id-11415 .recent-project-buttons a {
    color:#1A1A18;
    font-weight: bold;
}
.page-id-11415 .recent-project-buttons a:first-of-type {
    border: 2px solid #1A1A18;
}

.page-id-11415 .call-to-action {
    background-color: rgba(255,234,0,1);
    color:#1A1A18;
}


.recent-project {
    box-shadow: none;
}

.recent-project:nth-child(odd) .recent-project-image {
    /* background: rgb(255,255,255); */
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(125,42,98,1) 50%, rgba(125,42,98,1) 100%);
}
.recent-project:nth-child(even) .recent-project-image {
    /* background-color: #B85B8A; */
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(184,91,138,1) 50%, rgba(184,91,138,1) 100%);
}


.recent-project-image img {
    margin:0 auto; 
}

.recent-project:nth-child(odd) {
    background-color: #7D2A62;
}
.recent-project:nth-child(even) {
    background-color: #B85B8A;
}


.recent-project-title {
    text-align: left;
    font-weight: 700;
    font-size: 34px;
    padding: 15px 35px;
    color: #FFF;
}
.recent-project-title a {
    color:#FFF;
}
.recent-project-description {
    padding: 15px 35px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    color:#FFF;
    display: none;
}
.recent-project-buttons {
    display: flex;
    flex-direction: column;
    padding: 15px 35px;
    
    /* gap: 15px; */
}
.recent-project-buttons a {
    color:#FFF;
    padding: 10px 14px 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
}
.recent-project-buttons a:first-of-type {
    border: 2px solid #FFF;
}



@media screen and (min-width: 640px) {
    .recent-project-buttons {
        flex-direction: row;
    }
    .recent-project-buttons a {
        color:#FFF;
        padding: 18px 34px 17px;
        text-align: left;
    }
}
@media screen and (min-width: 768px) {
    .recent-project-description  {
        display: block;
    }
    
}
@media screen and (min-width: 992px) {
    .recent-project-description, 
    .recent-project-title, 
    .recent-project-buttons {
        padding: 0 70px 15px;
    }
    
    .recent-project-title {
        font-size: 44px;
        
    }
    .recent-project-buttons {
        padding-bottom: 65px;
    }
}

/**
* Free ebook
*/
.section.section--red {
    background-color: #DB0000;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 7%, rgba(219,0,0,1) 7%, rgba(219,0,0,1) 100%);
    
}

@media screen and (min-width:992px) {
    .section.section--red {
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 7%, rgba(219,0,0,1) 7%, rgba(219,0,0,1) 92%, rgba(255,255,255,1) 92%, rgba(255,255,255,1) 100%);
        padding:0;
    }

}

.free-ebook {
    display: grid;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:992px) {
    .free-ebook {
        grid-auto-flow: column;
        grid-template-columns: 1fr 1fr;
       
    }
}
.free-ebook .free-ebook__title,
.free-ebook .free-ebook__subtitle {
    color:#FFF;
    
}
.free-ebook .free-ebook__title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 20px;
    
}
.free-ebook .free-ebook__subtitle {
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 40px;
}

.free-ebook .button.button-primary {
    background-color: #FFF;
    color:#000;
}
    .free-ebook .button.button-primary:hover {
        color:#DB0000;
    }



/**
* Testimoniale
*/

.nq-testimonial__container {
    /* padding: 55px 0 70px; */
}
@media screen and (min-width:992px) {
    .nq-testimonial__container {
        /* padding: 105px 0 120px; */
    }
}
.nq-testimonial__container .media-scroller {
    margin-bottom: 0;
}
.nq-testimonial_head {
    margin-bottom: 35px;
}
.nq-testimonial_list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 400px;
   
    gap: 40px;
    padding: 0 20px 95px 20px;
}
@media screen and (min-width:992px) {
    .nq-testimonial_list {
        padding: 0 50px 95px 100px;
    }
}

.nq-testimonial_list--grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    grid-auto-flow: initial;
    padding: 0 20px;
    max-width: 1720px;
    margin: 0 auto;
    width: 100%;
    min-height: 700px;
}
.nq-testimonial_list--grid .nq-testimonial_list-item {
    background-color: #FFF79B;
    padding: 95px 100px;
}
.nq-testimonial_list--grid .nq-testimonial_list-item:nth-child(4n+2),
.nq-testimonial_list--grid .nq-testimonial_list-item:nth-child(4n+3) {
    background-color: #161617;
    color:#FFF;
}
.nq-testimonial_list-item {
    padding: 65px 60px 75px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.nq-testimonial_list-item:after {
    position: absolute;
    content: "";
    top: 50px;
    right: -40px;
    /* transform: translateY(-50%); */
    height: 348px;
    width: 420px;
    opacity: 0.2;
    background-color: #000;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="424" height="348" viewBox="0 0 424 348"><path id="Path_2701" data-name="Path 2701" d="M-40.288-712q-33.554,0-58.719,25.184t-25.165,57.237q0,30.526,20.59,55.711t49.568,26.71q-4.576,39.684-26.691,68.684t-63.295,58L-111.971-364Q-47.914-397.579-2.158-470.079T43.6-615.842q0-42.737-25.165-69.447T-40.288-712Zm237.928,0q-33.554,0-57.957,25.184t-24.4,57.237q0,30.526,20.59,55.711t49.568,26.71q-6.1,39.684-28.216,68.684t-63.295,58L125.957-364q64.058-33.579,109.05-106.079T280-615.842q0-42.737-24.4-69.447T197.64-712Z" transform="translate(144 712)"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="424" height="348" viewBox="0 0 424 348"><path id="Path_2701" data-name="Path 2701" d="M-40.288-712q-33.554,0-58.719,25.184t-25.165,57.237q0,30.526,20.59,55.711t49.568,26.71q-4.576,39.684-26.691,68.684t-63.295,58L-111.971-364Q-47.914-397.579-2.158-470.079T43.6-615.842q0-42.737-25.165-69.447T-40.288-712Zm237.928,0q-33.554,0-57.957,25.184t-24.4,57.237q0,30.526,20.59,55.711t49.568,26.71q-6.1,39.684-28.216,68.684t-63.295,58L125.957-364q64.058-33.579,109.05-106.079T280-615.842q0-42.737-24.4-69.447T197.64-712Z" transform="translate(144 712)"/></svg>');

}
.nq-testimonial_list-item svg {
    display: block;
}


.nq-testimonial_list-meta {
    display: flex;
    gap:30px;
    align-items: center;
}
.nq-testimonial_list-content {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 200;
}
.nq-testimonial_list-person {
    font-size:20px;
    line-height: 30px;
}
.nq-testimonial_list-person span {
    opacity:0.6;
}
@media screen and (min-width:640px) {
    .nq-testimonial_list {
        grid-auto-columns: 540px;
    }
}

@media screen and (min-width:768px) {
    .nq-testimonial_list {
        grid-auto-columns: 680px;
    }
}

.media-scroller {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}
.snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 30px;
}
.snaps-inline > * {
    scroll-snap-align: start;
}
[data-simplebar] {
    overflow: auto;
}
.simplebar-track {
    background-color: #b7b7b7;
}
.simplebar-track.simplebar-horizontal {
    height: 5px;
    pointer-events: initial;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background-color: #000;
    border-radius: 0;
}

