/*** Font Family ***/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

:root {
    --primary-color: #F3D26E;
    --secondary-color: #004363;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --light-black-color: #292929;
    --grey-color: #DCDCDC;
    --red-color: #FF0000;
    --green-color: #28B446;
    --blue-color: #009DDF;
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "DM Sans", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #111111;
    font-family: "DM Sans", sans-serif;
    color: var(--grey-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a,
.btn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

h1 {
    font-size: 110px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

h2 {
    font-size: 80px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

/*======================================
*            Global Comment            *
======================================*/
.gradient-text {
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
}

.btn-default {
    background: var(--primary-color);
    display: inline-block;
    position: relative;
    color: var(--light-black-color) !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 10px 50px;
}

.btn-default:hover,
.btn-default:focus {
    background: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    color: var(--light-black-color);

}

.btn-default img {
    margin-left: 10px;
}

.form-control {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #BDBDBD;
    border: 0;
    border-bottom: 1px solid #3D3D3D;
    border-radius: 0;
    padding: 14px 22px;
}

.form-select {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #BDBDBD;
    border: 0;
    border-bottom: 1px solid #3D3D3D;
    border-radius: 0;
    padding: 14px 22px;
}

.form-control::placeholder {
    color: #BDBDBD;
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #BDBDBD;
}

.contact-form textarea.form-control {
    height: 190px;
}

/*** Container ***/
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 95%;
    }
}

/*** Header ***/
.main-header {
    background-color: transparent;
    position: absolute;
    padding: 10px 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.logo .wp-block-image {
    margin: 0;
}

.header-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-btn .wp-block-image img {
    vertical-align: middle;
}

/*** Banner ***/
.banner-area {
    position: relative;
    width: 100%;
    min-height: 680px;
    z-index: 1;
}

.banner-area::before {
    background: linear-gradient(0deg, #111111 2.54%, rgba(17, 17, 17, 0) 70.62%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner-image img {
    width: 100%;
}

.banner-content {
    position: absolute;
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.tagline {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-content h1 {
    color: #fff;
    margin-bottom: 20px;
}

.banner-content h1 span {
    display: block;
    color: #F28000;
}

.banner-content p {
    line-height: 27px;
    margin-bottom: 30px;
}

.banner-btn {
    display: block;
    margin-bottom: 50px;
}

.scroll-down {
    display: block;
}

.scroll-down a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--white-color);
}

.scroll-down a span {
    margin: 5px;
}


/*** Content Area ***/
.content-area {
    display: block;
}

.content-area.inner {
    padding-top: 180px;
}

.welcome-area {
    display: block;
    padding: 130px 0;
}

.welcome-area h2 span {
    display: block;
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
}

.heading-area {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 20px;
}

.heading-area .heading-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: var(--white-color);
    font-weight: 500;
}

/*** Philosophy Area ***/
.philosophy-area {
    background: url(../images/philosophy-bg.png) no-repeat bottom;
    display: block;
}

.philosophy-text {
    display: block;
    padding: 100px 0;
}

/*** Progression Area ***/
.progression-area {
    display: block;
    text-align: center;
    padding: 200px 0 80px;
}

/*** Main Product Tab Area ***/
.main-product-tab {
    background: #111111;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 30px;
    min-height: 50vh;
    padding: 80px 0;
}

.main-product-tab:nth-child(3) {
    background: #111111 url(../images/main-product-bg.png) no-repeat bottom;
}

.product-tab-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .text {
        font-size: 20px;
        flex-shrink: 0;

        h2 {
            text-transform: none;
            margin-bottom: 20px;

            span {
                display: block;
                font-size: 20px;
                padding-top: 10px;
            }
        }
    }
}

/*** Metal Identity Area ***/
.metal-identity-area {
    font-size: 30px;
    text-align: center;
    padding-bottom: 80px;

    h2 {
        margin-bottom: 50px;
    }

    p {
        line-height: normal;
        margin-bottom: 50px;
    }

    .text {
        margin-bottom: 50px;
    }

    .metal-identity {
        position: relative;

        .metal-identity-left {
            position: absolute;
            left: 0;
            bottom: 0;

        }

        .metal-identity-right {
            position: absolute;
            right: 0;
            bottom: 0;
        }

        img {
            max-width: 180px;
        }
    }
}

.text-animation-wrapper {
    position: relative;
    height: 160px;
}

.text-animation {
    position: absolute;
    height: 160px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.text-animation-box {
    overflow: hidden;
    width: 350px;
    height: 40px;
    margin: 0 auto;
}

.text-animation-content {
    float: left;
    display: inline;
    margin: 0 !important;
}

.text-animation-list {
    list-style: none;
    animation: change 6s infinite;
    margin: 0;
    padding-left: 110px;
}

.text-animation-item {
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
    height: 40px;
    line-height: 40px;
    margin: 0;
}

@keyframes change {

    0%,
    25% {
        transform: translateY(0);
    }

    33%,
    58% {
        transform: translateY(-40px);
    }

    66%,
    91% {
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0);
    }
}

/*** Product Area ***/
.product-box {
    background: #1A1919;
    border-radius: 8px;
}

.product-text {
    padding: 80px 40px;

    .heading-area {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 38px;
        text-transform: none;
        margin-bottom: 30px;

        span {
            display: block;
            font-size: 18px;
        }
    }

    p {
        margin-bottom: 40px;
    }
}

.product-image img {
    border-radius: 0 8px 8px 0;
    width: 100%;
    height: 530px !important;
    object-fit: cover;
}

.product-area .slick-slide img {
    display: inherit;
}

/*** Contact Area ***/
.contact-area {
    padding-top: 180px;
}

.contact-form {
    font-size: 24px;
    color: var(--grey-color);
    padding-right: 30px;
}

.contact-form .btn-default {
    width: 100%;
}

.contact-form .responses {
    color: var(--white-color);
    font-size: 14px;
    text-align: center;
}

.contact-image {
    position: relative;

    img {
        width: 100%;
        border-radius: 8px;
    }

}


/*** Footer ***/
.footer {
    background: linear-gradient(0deg, #111111, #111111),
        linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0) 53%, #111111 100%);
    display: block;
}

.footer-top {
    display: block;
    text-align: center;
    padding: 150px 0;

    h2 {
        margin-bottom: 60px;
    }
}

.footer-main {
    display: block;
}

.f-logo {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    padding-right: 50px;
}

.f-logo #block-13 {
    margin-bottom: 10px;
}

.f-logo .wp-block-image {
    text-align: left;
}

.footer-links {
    display: block;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    display: block;
    font-size: 15px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: var(--white-color);
    text-decoration: none;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus {
    color: var(--primary-color);
}

.socials-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom {
    background: url(../images/philosophy-bg.png) no-repeat bottom;
    text-align: center;
}

.footer-bottom .wp-block-image {
    margin: 0;
}

/*======================================
*            Woocommerce Product Comment*
======================================*/
.woocommerce-breadcrumb {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
}

.woocommerce-breadcrumb a {
    color: #989898;
}

.single-product.singular .entry-title {
    font-size: 40px;
    font-weight: 500;
    text-transform: inherit;
}

.single-product .summary p.price {
    font-size: 44px;
    font-weight: 500;
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
    line-height: normal;
}

.single-product .summary .woocommerce-product-details__short-description {
    font-size: 17px;
    color: #BDBDBD;
}

table.variations label {
    margin-right: 10px;
}

table.variations select {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #BDBDBD;
    border: 1px solid #3D3D3D;
    border-radius: 0;
    padding: 10px 22px;
}

.single-product form.cart input[type=number] {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #BDBDBD;
    border: 0;
    border: 1px solid #3D3D3D;
    border-radius: 6px;
    padding: 10px 0 10px 10px;
}

.single-product .woocommerce-variation-add-to-cart .button {
    padding-top: 1.55rem;
    padding-bottom: 1.59rem;
    font-size: 1.6rem;
    background: var(--primary-color);
    display: inline-block;
    position: relative;
    color: var(--light-black-color) !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 10px 30px !important;
}

.single-product .woocommerce-variation-add-to-cart .button:hover {
    background: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    color: var(--light-black-color);
}

.single-product div.product .product_meta {
    font-size: 18px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: transparent;
    color: var(--white-color);
    border-color: #f3d26e;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
    background: var(--primary-color);
    display: inline-block;
    position: relative;
    color: var(--light-black-color) !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover {
    background: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    color: var(--light-black-color);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 24px;
    color: #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: var(--primary-color);
    display: inline-block;
    position: relative;
    min-height: inherit;
    color: var(--light-black-color) !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-decoration: none !important;
    box-shadow: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 10px 20px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    color: var(--light-black-color);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>* {
    font-size: 24px;
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 24px;
    background-image: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    background-clip: text;
    color: transparent;
}

.wp-block-woocommerce-product-collection {
    display: none;
}

.wc-block-components-product-metadata {
    margin-bottom: 10px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #BDBDBD;
    border: 1px solid #3D3D3D;
    border-radius: 0;
    padding: 10px 22px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: transparent;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: transparent;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    background-color: #111111;
    font-size: 16px;
    height: auto;
    font-weight: 500;
    color: #BDBDBD;
    border: 1px solid #3D3D3D;
    border-radius: 0;
    padding: 20px 10px;
}

.wc-block-components-notice-banner.is-error {
    background-color: transparent;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    color: #fff;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #F3D26E;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
    color: #111111;
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #000000;
    border: 1px solid #3D3D3D;
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #000000;
    border: 1px solid #3D3D3D;
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #3D3D3D;
    border: 1px solid #3D3D3D;
}

.wc-block-components-textarea {
    background-color: #111111;
    font-size: 16px;
    font-weight: 500;
    color: #BDBDBD;
    border: 1px solid #3D3D3D;
    border-radius: 0;
    padding: 10px 22px;
}

.wc-block-components-textarea:focus {
    background-color: transparent;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:focus,
.wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-text-input.is-active input[type=url]:focus {
    color: #BDBDBD;
}

.wc-block-components-drawer {
    border-left: 0;
}

.wc-block-components-button:not(.is-link).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
    background: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    color: var(--light-black-color);
}

.wc-block-mini-cart__button {
    padding: 0;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    font-size: 14px;
}

.wc-block-components-drawer .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px;
}

.wc-block-components-drawer .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>* {
    font-size: 20px;
}

.single-product .single_add_to_cart_button {
    background: var(--primary-color);
    display: inline-block;
    position: relative;
    min-height: inherit;
    color: var(--light-black-color) !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    text-decoration: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 10px 20px !important;
}

.single-product .single_add_to_cart_button:hover {
    background: linear-gradient(270deg, #F3D26E 0%, #C38C49 100%);
    color: var(--light-black-color);
}

.wc-block-components-button.wc-block-components-drawer__close svg {
    fill: rgb(255 255 255);
}

/*======================================
*            Media Queries Comment      *
======================================*/
@media (max-width: 1499.98px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199.98px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    .tagline {
        font-size: 20px;
    }

    .banner-btn {
        margin-bottom: 30px;
    }

    .welcome-area {
        padding: 50px 0;
    }

    .philosophy-text {
        padding: 50px 0;
    }

    .progression-area {
        padding: 70px 0 60px;
    }

    .footer-top {
        padding: 80px 0;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    h1 {
        font-size: 44px;
    }

    .tagline {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .logo img {
        max-width: 80px;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .socials-links ul {
        justify-content: start;
    }

    .metal-identity-area {
        .metal-identity {

            .metal-identity-left {
                bottom: 60px;

            }

            .metal-identity-right {
                bottom: 60px;
            }

            img {
                max-width: 90px;
            }
        }
    }
}

@media (max-width: 576.98px) {}

@media (max-width: 499.98px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 24px;
    }

    .tagline {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .banner-content {
        font-size: 14px;
    }

    .welcome-area {
        padding: 0 0 50px;
    }

    .product-tab-row {

        .text {
            font-size: 13px;

            h2 {
                span {
                    font-size: 15px;
                    padding-top: 6px;
                }
            }
        }
    }

    .main-product-tab {
        min-height: inherit;
    }

    .text-animation-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
    }

    .text-animation-content {
        display: inline-block;
        float: none;
    }

    .text-animation-list {
        display: inline-block;
        padding-left: 20px;
    }

    .product-text {
        padding: 40px 20px;

        h2 {
            font-size: 24px;

            span {
                font-size: 16px;
            }
        }
    }

    .product-image img {
        height: 380px !important;
    }

    .contact-form {
        font-size: 16px;
        line-height: normal;
        padding-right: 0;
    }
}