/*
Theme Name: Twenty Twenty-Five Child
Description: Child theme for Twenty Twenty-Five. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: twentytwentyfive
Version: 1.0
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


/* fonts */
@font-face {
	font-family: 'Neue Montreal';
	src: url("/wp-content/fonts/NeueMontreal-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/NeueMontreal-Bolditalic.woff2") format("woff2");
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/NeueMontreal-Italic.woff2") format("woff2");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/NeueMontreal-Medium.woff2") format("woff2");
	font-weight: medium;
	font-style: normal;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/NeueMontreal-MediumItalic.woff2") format("woff2");
	font-weight: medium;
	font-style: italic;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/NeueMontreal-LightItalic.woff2") format("woff2");
	font-weight: light;
	font-style: italic;
}
@font-face {
	font-family: 'Neue Montreal';
	src: url("https://forgedbyember.com/wp-content/fonts/NeueMontreal-Light.woff2") format("woff2");
	font-weight: light;
	font-style: normal;
}

h1, h2, h3, h1 span, h2 span, h3 span, a, button, button a, button span {
    font-family: 'Neue Montreal' !important;
}

h4, h5, h6, h4 span, h5 span, h6 span, p, span, label {
    font-family: 'Inter' !important;
}

header, .wp-block-post-title, footer {
    display: none;
}

/* #ember-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  z-index:-100;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: white;
    overflow-x: hidden;
}

body, html {
    height: 100%;
    margin-top: 0px !important;
}

html {
    scroll-behavior: smooth;
}

.page-id-387 .e-con:not(.nav-container, .nav-left-container, .nav-right-container, .ember-content, .ember-content-wrap), .page-id-387 .e-con-full:not(.nav-container, .nav-left-container, .nav-right-container, .ember-content, .ember-content-wrap) {
    padding: 0px !important;
}

#contentHolder .e-con {
    padding: 30px !important;
}

.nav-left-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem !important;
    display: flex;
}
.left-container-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex; 
}
.left-image-wrap {
    border: 2px solid #e6b17e26;
    border-radius: 50%;
    width: 3.5rem;
    min-width: 3rem;
    height: 3.5rem;
    min-height: 3rem;
    margin-left: -2rem;
    overflow: hidden;
}

.left-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.left-text {
    max-width: 12ch;
}

.nav-bar {
    z-index: 999;
    background-color: var(--transparent);
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 10%;
}
.nav-container, .nav-right-container {
    z-index: 999;
    -webkit-backdrop-filter: blur(0.7rem);
    backdrop-filter: blur(0.7rem);
    background-color: #e6b17e08;
    border: 2px solid #e6b17e05;
    border-radius: 4rem;
    //justify-content: flex-end;
    align-items: center;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: relative;
}
.nav-right-container {
    border-radius: 2.5rem;
    margin-left: 0;
    margin-right: -1rem;
}
.nav-right {
    justify-content: flex-end;
    display: flex;
    position: relative;
}
.nav-menu, .right-icon-wrap {
    z-index: 998;
    height: 2.5rem;
    display: flex;
    //justify-content: space-evenly;
}
.right-icon-wrap .elementor-icon-wrapper {
    height: 25px;
    width: 35px;
}
.nav-link-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    font-weight: 600;
    text-transform: lowercase;
    color: #f2e9e4;
}

.hero-section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.page-id-99 .sky-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.page-id-99 .base-sky {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        #000000f8 0%,
        #040b25ff 80%
    );
}

.page-id-99 .stars {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-id-99 .star {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    border-radius: 50%;
    opacity: 0.3;
}

.page-id-99 .ember {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #ff6b6b;
    border-radius: 50%;
    opacity: 0;
    animation: float 4s infinite ease-in-out;
    box-shadow: 0 0 4px #ff6b6b;
}

.page-id-99 .ember.large {
    width: 3px;
    height: 3px;
    background: #ff8c42;
    box-shadow: 0 0 6px #ff8c42;
}

.page-id-99 .ember.small {
    width: 1px;
    height: 1px;
    background: #ffaa5a;
    box-shadow: 0 0 2px #ffaa5a;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.3;
    }
    100% {
        transform: translateY(-50vh) translateX(100px) rotate(360deg);
        opacity: 0;
    }
}

#ember-header, .footer-width-fixer {
    z-index: 99;
}


header {
    top: 0;
    border-top: none;
}

footer {
    bottom: 0 !important;
    border-bottom: none;
    background: rgba(18, 21, 31, 0.3);
}

body main .elementor .elementor-element.float-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

body main .elementor .elementor-element.float-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.hide-content {background: transparent no-repeat top center fixed; background-size: cover;}

body main input.ff-el-form-control, textarea.ff-el-form-control {
    background: rgba(255, 255, 255, 0.2);
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background: #ab2f2f;
    color: #ffffff;
}


/* remake */
.fire-text {
        background: #E6B17E;
    background: linear-gradient(45deg, rgba(230, 177, 126, 1) 0%, rgba(171, 47, 47, 1) 51%);
    background-size: 400% 400%;
    animation: glow-text 4s ease infinite;
    color: transparent;
    background-clip: text;
    text-shadow: 0 0 10px rgba(230, 177, 126, 0.3);
}
.fire-glow {
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
}
@keyframes glow-text {
    0% {
    background-position: 0% 50%;
    text-shadow: 0 0 10px rgba(230, 177, 126, 0.3);
    }
    50% {
    background-position: 100% 50%;
    text-shadow: 0 0 25px rgba(230, 177, 126, 0.45);
    }
    100% {
    background-position: 0% 50%;
    text-shadow: 0 0 10px rgba(230, 177, 126, 0.3);
    }
}