/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
*/

:root {
    --t200: all 200ms ease-out;
}

.c-container {
    max-width: 1440px !important;
    margin: 0 auto;
}

.section-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
}

.hero {
    overflow: hidden;
}

.hero .section-inner {
    position: relative;
    overflow: hidden;
}

.hero-slide-inner {
    max-width: 543px;
    padding: 140px 0 180px 140px;
}

.hero-slide-title h2 {
    font-size: 80px;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 0.9px;
}

.hero-slide-text {
    margin: 24px 0;
    max-width: 431px;
}

.hero-slide-text p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.hero-slide-text.text p {
    color: #999;
    font-style: italic;
}

.hero-slide-btn {
    display: flex;
}

.hero-slide-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 3px 0 16px;
    background: #007CFA;
    border: 0;
    border-radius: 40px;
    overflow: hidden;
}

.hero-slide-btn a:hover span {
    color: #007CFA;
}

.hero-slide-btn a:hover:before {
    width: calc(100% - 6px);
}

.hero-slide-btn a:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 40px;
    height: calc(100% - 6px);
    background: #fff;
    border-radius: 40px;
    transition: var(--t200);
    z-index: 2;
}

.hero-slide-btn a span {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: var(--t200);
    z-index: 5;
}

.hero-slide-btn a .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 12px;
}

.hero-slide-btn a .icon svg {
    display: flex;
    position: relative;
    z-index: 5;
}

.slick-dots {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hero-slider .slick-dots {
    position: absolute;
    left: 140px;
    bottom: 51px;
}

.slick-dots li {
    margin: 0 4px;
}

.slick-dots li button {
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    min-height: 0;
    height: 20px;
    padding: 0;
    background: none !important;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    transition: var(--t200);
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #111;
    border-radius: 50%;
    transition: var(--t200);
}

.slick-dots li.slick-active button {
    border: 1px solid #111;
}

.slick-dots li.slick-active button:before {
    background: #111;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    gap: 66px;
}

.hero-overlay-items {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.hero-overlay-items:nth-child(1) {
    margin-top: -100px;
}

.hero-overlay-items:nth-child(2) {
    margin-top: -250px;
}

.hero-overlay-item {
    width: 240px;
    height: 350px;
    border-radius: 40px;
    overflow: hidden;
    animation: scroll-vertical 15s linear infinite;
}

.hero-overlay-items.backward .hero-overlay-item {
    animation: scroll-vertical-back 15s linear infinite;
}

.hero-overlay-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

@keyframes scroll-vertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-120%);
    }
}

@keyframes scroll-vertical-back {
    0% {
        transform: translateY(-120%);
    }
    100% {
        transform: translateY(0);
    }
}

.running {
    display: flex;
    gap: 60px;
    padding: 40px 0 20px;
}

.running-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll-text 60s linear infinite;
}

@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-300%);
    }
}

.running-text p {
    color: #111;
    font-size: 90px;
    font-weight: 300;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    line-height: 100%;
}

.running-text p span {
    color: #007CFA;
}

.why .section-inner {
    padding: 60px 45px;
}

.why .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why--left {
    width: 50%;
}

.why--right {
    width: 50%;
    padding-left: 145px;
}

.why--title {
    margin: 0 0 24px;
    color: #111;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.9px;
}

.why--text {
    margin-bottom: 40px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.why--item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.why--item:last-child {
    margin-bottom: 0;
}

.why--item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #007CFA;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

.why--item span {
    width: calc(100% - 50px);
    padding-left: 16px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}

.why--gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.why-image {
    position: relative;
    width: 100%;
    height: 228px;
    border-radius: 20px;
    overflow: hidden;
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-image-num {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #111;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}

.why--gallery-copyrights {
    margin-top: 10px;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.goals {
    padding: 60px 45px;
}

.goals--title {
    margin: 0 0 24px;
}

.goals--title h2 {
    margin: 0 0 40px;
    color: #111;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.9px;
}

.goals--items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.goal--link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.goal--link-img {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.goal--link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--t200);
}

.goal--link:hover .goal--link-img img {
    transform: scale(1.1);
}

.icon-line {
    padding-left: 20px;
}

.goal--link-info {
    display: flex;
    gap: 20px;
    padding: 40px 20px 30px;
}

.goal--link-num {
    color: #111;
    font-weight: 300;
    font-size: 80px;
    line-height: 0.8;
}

.goal--link-text {
}

.goal--link-text h3 {
    margin: 0 0 8px;
    color: #111;
    font-size: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.goal--link-text p {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.partners .section-inner {
    padding: 60px 45px;
}

.partners .container {
    display: flex;
    flex-wrap: wrap;
}

.partners--title {
    width: 100%;
    margin: 0 0 55px;
}

.partners--title h2 {
    color: #111;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.9px;
}

.partners--left {
    width: 45%;
    margin-bottom: 72px;
}

.partners--right {
    width: 55%;
    margin-bottom: 72px;
    padding-left: 80px;
}

.partners--progress {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 64px;
}

.partners--progress-item-num {
    color: #FF6634;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 70px;
}

.partners--progress-item-text {
    margin-top: 16px;
    padding-top: 16px;
    color: #111;
    border-top: 1px solid #D6D6D6;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.partners--tabs .tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.partners--tabs .tab {
    position: relative;
    padding-bottom: 8px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.partners--tabs .tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #111;
    transition: var(--t200);
}

.partners--tabs .tab.active {
    color: #111;
    font-weight: 700;
}

.partners--tabs .tab.active:before {
    width: 100%;
}

.partners--tabs .tab-content {
    display: none;
}

.partners--tabs .tab-content.active {
    display: flex;
}

.tab-content--gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.tab-content--img {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    transition: var(--t200);
    overflow: hidden;
}

.tab-content--img:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

.partners--slider {
    width: 100%;
}

.partners--slider .slick-dots {
    justify-content: center;
    margin-top: 32px;
}

.partner--slide {
    padding: 0 15px;
}

.partners--slider .slick-list {
    padding: 0 !important;
}

.partner--slide-inner {
    position: relative;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.partner--slide-img {
    position: relative;
    height: 350px;
    opacity: 1;
    transition: var(--t200);
}

.partner--slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .slick-current .partner--slide-img {
    opacity: 1;
} */

.partner--slide-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: var(--t200);
}

.partner--slide-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #D6D6D6;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);

    display: none !important;
}

.partner--slide-info {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 360px;
    padding: 30px;
    background: #F5F5F5;
    opacity: 1;
    transition: var(--t200);
}

/* .slick-current .partner--slide-info {
    opacity: 1;
} */

.partner--slide-title {
    margin-bottom: 8px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.partner--slide-text {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.32;
}

.partner--slide-text p:not(:first-child) {
    opacity: 0;
    transition: var(--t200);
}

.partner--slide-inner:hover .partner--slide-info {
    top: 120px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.partner--slide-inner:hover .partner--slide-text p {
    opacity: 1;
}

.partner--slide-inner:hover .partner--slide-img:before {
    opacity: 0.35;
}

.materials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
}

.materials .section-title {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.materials .section-title h2 {
    margin: 0;
    color: #111;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.9px;
}

.materials .section-inner {
    padding: 60px;
}

.materials-video {
    max-width: 800px;
    margin: 0 auto;
}

.materials-video iframe,
.materials-video img {
    width: 100%;
    height: 320px;
    height: 440px;
    object-fit: cover;
}

.materials--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 25px 0;
    border-bottom: 1px solid #C4C4C4;
}

.material--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.material--icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.material--name {
    width: 65%;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.material--button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 150px;
}

.material--button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 16px;
    color: #111;
    border: 2px solid #111;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: var(--t200);
}

.material--button a:hover {
    color: #fff;
    background: #007CFA;
    border-color: #007CFA;
}

.top-level-tabs {}

.inner-tabs-wrap .e-n-tabs-heading {
    position: absolute;
    top: -91px;
    right: 0;
    padding: 2px;
    background: #fff;
    border: 2px solid #111;
    border-radius: 30px;
}

.inner-tabs-wrap .e-n-tabs-heading button {
    min-height: 0;
    height: 30px;
}

.wd-add-btn-replace .add-to-cart-loop span {
    transform: none !important;
}

.wd-add-btn-replace .add-to-cart-loop:before,
.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals.shipping,
.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods,
.cart_totals .woocommerce-shipping-totals.shipping {
    display: none !important;
}

.bit-form._frm-bg-b2,
.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

div.wpcf7-response-output {
	background: none !important;
}

.wpcf7-form.invalid div.wpcf7-response-output {
	color: #000;
}

.wpcf7-form.sent div.wpcf7-response-output {
	color: green;
}

.wpcf7-not-valid-tip {
	color: red;
	font-size: 12px;
}

.bit-form._frm-bg-b2 input[type="number"] {
	text-align: left;
}

.msg-container-2.deactive.scroll {
	display: none;
}

@media (max-width: 767px) {
    .hero-slide-inner {
        padding: 120px 25px 160px;
    }

    .hero-overlay {
        display: none;
    }

    .hero-slide-title h2 {
        font-size: 50px;
        line-height: 0.9;
    }

    .hero-slider .slick-dots {
        left: 0;
        right: 0;
        justify-content: center;
        margin: 0 auto;
    }

    .running-text p {
        font-size: 30px;
    }

    .why .section-inner,
    .partners .section-inner {
        padding: 35px 10px;
    }

    .why .container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .why--left {
        width: 100%;
    }

    .why--right {
        width: 100%;
        padding-left: 0;
    }

    .why--title,
    .goals--title h2,
    .partners--title h2,
    .materials .section-title h2 {
        font-size: 32px;
    }

    .why-image {
        height: auto;
        aspect-ratio: 1/1;
    }

    .why--gallery {
        gap: 10px;
    }

    .goals {
        padding: 40px 0;
    }

    .goals--items {
        grid-template-columns: 1fr;
    }

    .icon-line {
        width: 30px;
        padding-left: 0;
    }

    .icon-line svg {
        width: 100%;
        height: auto;
    }

    .partners--title {
        margin-bottom: 25px;
    }

    .partners--left {
        width: 100%;
        margin-bottom: 40px;
    }

    .partners--right {
        width: 100%;
        padding-left: 0;
    }

    .partners--progress {
        gap: 40px 20px;
    }

    .partners--progress-item-num {
        font-size: 36px;
        line-height: 1;
    }

    .partners--progress-item-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .partners--tabs .tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .partners--tabs .tab {
        font-size: 16px;
        line-height: 1.4;
    }

    .tab-content--gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .partner--slide {
        padding: 0;
    }

    .materials {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .materials .section-inner {
        padding: 35px 0;
        height: auto;
    }

    .materials .section-title {
        margin-bottom: 25px;
        padding: 0 22px;
    }

    .materials-video {
        padding: 0 22px;
    }

    .materials--list {
        padding: 0 22px;
    }

    .material--name {
        font-size: 15px;
        line-height: 1.4;
    }

    .material--button a {
        font-size: 14px;
    }


    .inner-tabs-wrap .e-n-tabs-heading {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .inner-tabs-wrap .e-n-tabs-heading button {
        /* width: 100%; */
    }

    .goals .container {
        padding-left: 0;
        padding-right: 0;
    }

    .goals--title h2 {
        margin-bottom: 18px;
    }

    .goal--link-num {
        font-size: 50px;
    }

    .footer-grid-wrap {
        --e-con-grid-template-rows: auto !important;
    }
}