.elementor-kit-8{--e-global-color-primary:#E72841;--e-global-color-secondary:#0F172B;--e-global-color-text:#45556C;--e-global-color-accent:#6EC1E4;--e-global-color-72f9b23:#E2E8F0;--e-global-typography-primary-font-family:"Alibaba";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alibaba";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alibaba";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alibaba";--e-global-typography-accent-font-weight:500;background-color:#F8FAFC;font-size:15px;font-weight:100;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h2{font-size:28px;font-weight:800;line-height:42px;}.elementor-kit-8 h3{font-size:20px;font-weight:600;line-height:25px;}.elementor-kit-8 h4{font-size:18px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@keyframes floatSlow {

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

    50% {
        transform: translateY(-14px);
    }
}

@keyframes floatSoft {

    0%,
    100% {
        transform: translateX(0px) translateY(0px);
    }

    50% {
        transform: translateX(6px) translateY(-10px);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        opacity: .45;
        transform: scale(1);
    }

    50% {
        opacity: .9;
        transform: scale(1.08);
    }
}

@keyframes dashMove {
    to {
        stroke-dashoffset: -1000;
    }
}

@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(231, 40, 65, .18);
    color: #a86d51;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.brand-text {
    background: linear-gradient(135deg, #E72841 0%, #FF4867 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.float-slow {
    animation: floatSlow 6s ease-in-out infinite;
}

.float-soft {
    animation: floatSoft 5s ease-in-out infinite;
}

.pulse-glow {
    animation: pulseGlow 4s ease-in-out infinite;
}

.rotate-slow {
    animation: rotateSlow 18s linear infinite;
}

.dash-move {
    animation: dashMove 30s linear infinite;
}

.glass {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.fit-content {
    width: fit-content;
    max-width: 100%;
}

.portfolio-shot {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 14px;
    background: #f3f4f6;
}

.portfolio-shot img {
    display: block;
    height: auto;
    transform: translateY(0);
    transition: transform 4s ease-in-out;
    will-change: transform;
}

.portfolio-shot:hover img {
    transform: translateY(var(--scroll-y, 0px));
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Regular.woff2') format('woff2'),
		url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Light.woff2') format('woff2'),
		url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Light.woff') format('woff');
}
@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Bold.woff2') format('woff2'),
		url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Alibaba';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Black.woff2') format('woff2'),
		url('https://studio.boume.ir/wp-content/uploads/2026/05/Alibaba-Black.woff') format('woff');
}
/* End Custom Fonts CSS */