/*
 Theme Name:   Heuristic Interactive
 Description:  Twenty Twenty Five Child Theme. Custom overwrite.
 Author:       W.A.I. Development Team
 Author URI:   https://www.wdotadoti.com
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         heuristic, child
 Text Domain:  twentytwentyfive-child
*/
@font-face {
    font-family: "ProximaSoft";
    font-weight: 400;
    src: url('assets/fonts/ProximaSoft-Regular.ttf');
}
@font-face {
    font-family: "ProximaSoft";
    font-weight: 600;
    src: url('assets/fonts/ProximaSoft-Medium.ttf');
}
@font-face {
    font-family: "ProximaSoft";
    font-weight: 700;
    src: url('assets/fonts/ProximaSoft-Bold.ttf');
}
@font-face {
    font-family: "Century Gothic";
    font-weight: 400;
    src: url('assets/fonts/gothic.ttf');
}
@font-face {
    font-family: "icomoon";
    src:  url("assets/fonts/icomoon.eot?a29bg3");
    src:  url("assets/fonts/icomoon.eot?a29bg3#iefix") format("embedded-opentype"),
        url("assets/fonts/icomoon.ttf?a29bg3") format("truetype"),
        url("assets/fonts/icomoon.woff?a29bg3") format("woff"),
        url("assets/fonts/icomoon.svg?a29bg3#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

:root{
    --heuristic-color-white: #ffffff;
    --heuristic-color-black: #1e1e1e;
    --heuristic-color-pink: #ed3774;
    --heuristic-color-grey: #52575b;
    --heuristic-font-size-h1: 4rem;
    --heuristic-font-size-h2: 3.25rem;
    --heuristic-font-size-h3: 2.5rem;
    --heuristic-font-size-h4: 2rem;
    --heuristic-font-size-h5: 1.5rem;
    --heuristic-font-size-h6: 1.25rem;
    --heuristic-font-size-p1: 1rem;
    --heuristic-section-max-width: 960px;
}
:root :where(body){
    background-color: var(--heuristic-color-black);
    color: var(--heuristic-color-white);
    font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
}

body{
    font-family: "ProximaSoft", Arial, Helvetica, sans-serif;
}

.wp-site-blocks{

    padding-top: 0;
    padding-bottom: 0;
}
.wp-site-blocks main{
    margin-block-start: 0;
    min-height: 120vh;
}

img{
    height: auto;
    max-width: 100%;
}

.bp-container{
    margin: 0 auto;
    position: relative;
}

.row{
    display: flex;
    flex-direction: column;
    padding: 1em;
}
.row.is-vcentered{
    align-items: center;
}
.row.is-centered{
    justify-content: center;
}
.bp-section.has-menu .bp-container .row{
    padding: 0.75rem;
}

/**
 * Navigation
 **/
.header-menu .wp-block-navigation .wp-block-navigation-item__content{
    font-weight: 600;
}
.header-menu .wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content{
    color: var(--heuristic-color-pink);
}
.header-menu .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{
    text-decoration-thickness: 3px !important;
    text-underline-offset: 10px;
}
.header-menu .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content:hover{
    text-decoration-color: var(--heuristic-color-pink);
}
.header-menu .has-modal-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
    text-align: right;
}
.header-menu .has-modal-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content::after{
    content: "\021B5";
    padding-left: 5px;
}

/**
 * Header
 */
header .header-logo{
    padding: 1em 2em;
}
header .header-logo img{
    width: 10rem;
}

/**
 * Footer
 */
.wp-site-blocks footer{
    margin-block-start: 2rem;
}
.wp-site-blocks footer .copyright-container{
    align-items: center;
    column-gap: 1rem;
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
}
.wp-site-blocks footer .copyright-container .copyright-text{
    color: var(--heuristic-color-white);
    margin-block-start: 0;
}

.wp-site-blocks footer .contact-info .col{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wp-site-blocks footer .contact-info .icon-container img{
    width: 10em;
}
.wp-site-blocks footer .contact-info .contact-container > div{
    margin-bottom: 0.4em;
}
.wp-site-blocks footer .contact-info .contact-container .company-wrapper{
    font-size: var(--heuristic-font-size-h5);
    font-weight: 700;
}

.wp-site-blocks footer .social-media-container{
    align-items: center;
    column-gap: 1em;
    display: flex;
    flex-direction: row;
}
.wp-site-blocks footer .social-media-container .icon-wrapper{
    align-items: center;
    background-color: var(--heuristic-color-white);
    border: 1px solid var(--heuristic-color-white);
    border-radius: 1em;
    color: var(--heuristic-color-black);
    display: flex;
    font-size: 1em;
    height: 2em;
    justify-content: center;
    transition: all 0.5s;
    width: 2em;
}
.wp-site-blocks footer .social-media-container .icon-wrapper:hover{
    background-color: transparent;
    color: var(--heuristic-color-white);
}
.wp-site-blocks footer .social-media-container .icon-wrapper a{
    text-decoration: none;
}

/**
 * Section One
 **/
.section-one{
    background-image: url('assets/img/section-one-768x513.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.section-one .row{
    background-color: var(--heuristic-color-black);
    opacity: 0.8;
}
.section-one .tagline{
    font-size: var(--heuristic-font-size-h3);
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
}
.section-one .desc-wrapper p{
    text-align: justify;
}

.section-one .button-wrapper{
    display: flex;
    justify-content: center;
}
.section-one .button-wrapper a{
    background: linear-gradient(to right, #9b2480, #392165);
    border-radius: 1.5em;
    display: inline-block;
    font-weight: 700;
    padding: 0.5em 1.5em;
    text-decoration: none;
    transition: all 0.5s;
}
.section-one .button-wrapper a:hover{
    background: var(--heuristic-color-white);
    color: var(--heuristic-color-pink);
}

/**
 * Section Two
 **/
.section-two{
    background-image: url('assets/img/base-one-768x1604.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-top: 5px solid var(--heuristic-color-pink);
    margin-block-start: 0;
}
.section-two .section-heading{
    font-size: var(--heuristic-font-size-h3);
    font-weight: 700;
    text-align: center;
}
.section-two .overlay-object-container{
    margin-bottom: 2em;
}
.section-two .underlayer-wrapper img{
    background: linear-gradient(var(--heuristic-color-black), var(--heuristic-color-black)) padding-box, linear-gradient(to right, #f26c3b, #ed3774) border-box;
    border-radius: 1em;
    border: 3px solid transparent;
}
.section-two .overlay-wrapper,
.section-two .text-box-wrapper{
    background: linear-gradient(var(--heuristic-color-black), var(--heuristic-color-black)) padding-box, linear-gradient(to right, #f26c3b, #ed3774) border-box;
    border-radius: 1em;
    border: 3px solid transparent;
    padding: 1em;
}
.section-two .overlay-title,
.section-two .box-title{
    font-size: var(--heuristic-font-size-h4);
    font-weight: 700;   
}

.section-two .text-box-container{
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    margin-bottom: 2em;
}
.section-two .text-box-wrapper{
    flex: 1;
}

.section-two .catalogue-desc{
    margin: 0 auto;
    max-width: 20em;
}
.section-two .catalogue-desc p{
    font-size: var(--heuristic-font-size-h5);
    font-weight: 600;
    text-align: center;
}
.section-two .catalogue-button-wrapper{
    text-align: center;
}
.section-two .catalogue-button-wrapper a{
    background: linear-gradient( to right, #f26c3b, #ed3774);
    border-radius: 1.5em;
    display: inline-block;
    font-weight: 700;
    padding: 0.5em 1.5em;
    text-decoration: none;
    transition: all 0.5s;
}
.section-two .catalogue-button-wrapper a:hover{
    background: var(--heuristic-color-white);
    color: var(--heuristic-color-pink);
}

.section-two .item-list ul{
    margin: 0;
}

/**
 * Section Three
 **/
.section-three{
    background-image: url('assets/img/base-two-768x355.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-top: 5px solid var(--heuristic-color-pink);
    margin-block-start: 0;
}
.section-three .section-heading{
    font-size: var(--heuristic-font-size-h3);
    font-weight: 700;
}
.section-three .col .form-container{
    background: linear-gradient(var(--heuristic-color-black), var(--heuristic-color-black)) padding-box, linear-gradient(to right, #f26c3b, #ed3774) border-box;
    border-radius: 1em;
    border: 3px solid transparent;
    padding: 1em;
}

/**
 * 404
 **/
.page404-container{
    text-align: center;
}

/**
 * Registration
 **/
.form-container{
    padding: 0.75rem;
}

/**
 * Social Media Icons
 **/
 [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\ea90";
}
.icon-instagram:before {
    content: "\ea92";
}
.icon-whatsapp:before {
    content: "\ea93";
}

@media all and (min-width: 600px){
    .header-menu .wp-block-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content{
        color: var(--heuristic-color-white);
    }
}

@media all and (min-width: 640px){
    .section-one .tagline{
        font-size: var(--heuristic-font-size-h2);
    }
}


@media all and (min-width: 768px){

    .bp-section.has-menu .bp-container .row{
        padding: 1rem 30px;
    }

    .bp-section .col.is-8{
        padding-left: 4rem;
    }

    .banner-section{
        padding: 2rem;
    }

    .form-container{
        padding: 1rem 1rem 8rem;
    }

}

@media all and (min-width: 960px){
    .bp-container:not(.alignfull){
        width: 960px;
        max-width: 100%;
    }

    .row{
        column-gap: 1rem;
        flex-direction: row;
    }

    .col.is-1{
        width: calc(1/12 * 100%);
    }
    .col.is-2{
        width: calc(2/12 * 100%);
    }
    .col.is-3{
        width: calc(3/12 * 100%);
    }
    .col.is-4{
        width: 25%;
    }
    .col.is-half{
        width: 50%;
    }
    .col.is-8{
        width: calc(8/12 * 100%);
    }
    .col.is-9{
        width: 75%;
    }
    .col.is-full{
        width: 100%;
    }

    /**
     * Section One
     **/
    .section-one{
        background-image: url('assets/img/section-one-1280x854.jpg');
        background-size: contain;
        background-position: left;
    }
    .section-one .row{
        background: linear-gradient( to right, #1e1e1e00, #1e1e1e33, #1e1e1edd, #1e1e1eff, #1e1e1eff  );
        justify-content: flex-end;
        opacity: 1;
    }
    .section-one .col{
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .section-one .col .desc-wrapper{
        padding-right: 10vw;
    }

    /**
     * Section Two
     **/
    .section-two{
        background-image: url('assets/img/base-one-1280x2673.png');
    }

    .section-two .item-list-container{
        column-gap: 2em;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .section-two .item-list{
        flex: 1;
    }
    .section-two .item-list ul{
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .section-two .item-list.right-column ul{
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    /**
     * Section Three
     **/
    .section-three{
        background-image: url('assets/img/base-two-1280x592.jpg');
    }

    /**
     * Footer
     **/
    .wp-site-blocks footer .contact-info .col{
        flex-direction: row;
        justify-content: space-around;
    }

}


@media all and (min-width: 1024px){

    .wp-site-blocks main{
        min-height: 100vh;
    }
}

@media all and (min-width: 1280px){
    .bp-container:not(.alignfull){
        width: 100%;
        max-width: 1216px;
    }

    /**
     * Section-one
     **/
    .section-one{
        background-image: url('assets/img/section-one-1920x1282.jpg');
    }

    /**
     * Section Two
     **/
    .section-two{
        background-image: url('assets/img/base-one-1920x4009.png');
    }

    .section-two .overlay-object-container{
        position: relative;
        padding-bottom: 4em;
    }
    .section-two .overlay-object-container .underlayer-wrapper img{
        width: 75%;
    }
    .section-two .overlay-object-container .overlay-wrapper{
        position: absolute;
        width: 60%;
    }
    .section-two .overlay-object-container.digital-container .overlay-wrapper{
        right: 0;
        top: 45%;
    }

    .section-two .overlay-object-container.furniture-container .underlayer-wrapper,
    .section-two .overlay-object-container.registration-container .underlayer-wrapper{
        text-align: right;
    }
    .section-two .overlay-object-container.furniture-container .overlay-wrapper{
        top: 55%;
    }

    .section-two .overlay-object-container.accessories-container{
        padding-bottom: 8em;
    }
    .section-two .overlay-object-container.accessories-container .overlay-wrapper{
        right: 0;
        top: 45%;
    }

    .section-two .overlay-object-container.registration-container{
        padding-bottom: 6em;
    }
    .section-two .overlay-object-container.registration-container .overlay-wrapper{
        top: 40%;
    }

    .section-two .text-box-container{
        flex-direction: row;
        column-gap: 2em;
    }

    /**
     * Section Three
     **/
    .section-three{
        background-image: url('assets/img/base-two-1920x888.jpg');
    }

}