@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.beyondaitech.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(121,135,161);
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(24,0,48);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(24,0,48);
	--wd-entities-title-color-hover: rgb(24, 0, 48);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(24,0,48);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(128,0,255);
	--wd-alternative-color: rgb(82,0,191);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(128,0,255);
	--btn-default-bgcolor-hover: rgb(108,0,204);
	--btn-accented-bgcolor: rgb(128,0,255);
	--btn-accented-bgcolor-hover: rgb(90,0,193);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://articauk.com/beyondai/wp-content/uploads/2024/04/43-1.png);
	background-repeat: repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}
.footer-container {
	background-color: rgb(30,6,54);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1317px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1300px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.form-e3w textarea {
    border: 1px solid #40037c;
    background: #25004a;
    min-height: 50px;
    border-radius: 0px;
    color: #bbb;
}
.form-e3w input[type='submit'] {
    border: 1px solid #8000ff;
    background: #8000ff;
    border-radius: 0;
    color: #bbb;
    width: 100%;
}
.form-e3w input[type='text'] {
    border: 1px solid #40037c;
    background: #25004a;
    min-height: 50px;
    border-radius: 0px;
    color: #bbb;
}
.form-e3w input[type='email'] {
    border: 1px solid #40037c;
    background: #25004a;
    height: 50px;
    border-radius: 0px;
    color: #bbb;
}
.form-e3w input[type='text'] {
    border: 1px solid #40037c;
    background: #25004a;
    height: 50px;
    border-radius: 0px;
    color: #bbb;
}
.form-e3w select{
    border: 1px solid #40037c;
    background: #25004a;
    height: 50px;
    border-radius: 0px;
    color: #bbb;
}
.whoweare .elementor-widget-image-box {
    border: 1px solid rgba(128, 0, 255, .2);
    padding: 24px;
    border-radius: 10px;
    background: #fcf8ff;
}
.form-e3w label {
    color: rgb(119 106 133);
}
.wd-project .portfolio-info {
    padding: 20px;
    border-radius: 10px;
    box-shadow: none !important;
}
.wd-project .entry-header {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.portfolio-text-shown .entry-header {
    box-shadow: 0 0 4px rgb(255 255 255 / 12%);
    transition: box-shadow .35s ease-in-out;
}