/**
Theme Name: wolf3design_shop
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wolf3design_shop
Template: astra
*/

@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

body{
  font-family: "Tomorrow", sans-serif;
  margin: 0;
  /* background-image: radial-gradient(
    circle at 30% 30%,
    #112a1c 0%,
    #0d0d0d 100%
  ); */
  /* background-image: radial-gradient(
    circle at 30% 30%,
    #190c2a 0%,
    #270000 100%
  ); */
  background-image: radial-gradient(
    circle at 30% 30%,
    #120b32 0%,
    #270000 100%
  );
  color: rgb(175, 255, 239);
/*  text-align: center;*/
}

@media (max-width: 768px){
  .ast-left-sidebar #content>.ast-container{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
}


.ast-separate-container{
	  background-image: radial-gradient(
    circle at 30% 30%,
    #120b32 0%,
    #270000 100%
  );
}

.woocommerce ul.products li.product.desktop-align-center, .woocommerce-page ul.products li.product.desktop-align-center, .sidebar-main {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
}

.woocommerce.ast-separate-container .ast-woocommerce-container {  
background: #ffffff00;
}

.sidebar-main{
    padding: 1.4rem;
}

svg {
  fill: #4cbca2;
}

.logo_me svg {
  width: 66%;
	opacity: 0;
    transform: translateX(-40vw);
	      transition: transform 3s ease, opacity 2s ease;
}

.logo_me svg.visible {
	opacity: 1;
    transform: translateX(0);
}

#contact svg {
  width: 10rem;
}

.video-section svg {
  fill: #00000034;
  width: 25rem;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      to right,
      rgba(0, 255, 128, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(0, 255, 128, 0.08) 1px, transparent 1px);
  background-size: 6rem 6rem;
  pointer-events: none;
  z-index: -1;
}

.entry-content h1 {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #1c3664, #00ff9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 2px #00ffcc66, 0 0 12px #00ffcc44;
 /* font-size: 39px;*/
  margin-top: 0;
}

p {
  font-size: 17px;
}

#alcim {
  margin: 0 0.5rem;
	text-align:center;
}

.main_title, #megrendeles, #contact, .logo_me{
		text-align:center;
}

.entry-content .brandname {
  font-size: 10vw;
}

.slogen {
  font-size: 1.3rem;
}

.card {
  width: 300px;
  /* border-radius: 20px; */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
  padding: 30px 30px 30px 30px;
  text-align: center;
  overflow: hidden;
}

.footer_social {
  width: 100%;
  display: flex;
	text-align: center;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-direction: column;
  gap: 8rem;
  margin-top: 8rem;
}

.footer_copyright {
  margin: 11rem 0 9rem;
}

/* .grid {
  background-image: linear-gradient(
      to right,
      rgba(0, 255, 128, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(0, 255, 128, 0.15) 1px, transparent 1px);
  background-size: 70px 70px;
} */

/* TELEFON */
.text_me {
  line-height: 1.9;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 2rem 12rem;
}
.text_me h1 {
  text-align: center;
}

.cta-button {
  font-size: 0.8rem;
}
.c {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 2px rgba(0, 255, 153, 0.3), 0 0 20px rgba(0, 255, 204, 0.2);
  }
  50% {
    box-shadow: 0 0 4px rgba(0, 255, 153, 0.6), 0 0 40px rgba(0, 255, 204, 0.4);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 2px rgba(0, 255, 153, 0.3), 0 0 20px rgba(0, 255, 204, 0.2);
  }
  50% {
    box-shadow: 0 0 4px rgba(0, 255, 153, 0.6), 0 0 40px rgba(0, 255, 204, 0.4);
  }
}

.cta-button {
  width: fit-content;
  padding: 1rem 1.8rem;
  font-weight: 600;
  color: #00ffcc;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 153, 0.4);
  /* border-radius: 12px; */
  backdrop-filter: blur(3px);
  background-image: linear-gradient(
    135deg,
    rgba(0, 255, 204, 0.2),
    rgba(0, 255, 102, 0.1)
  );
  animation: glowPulse 2s infinite ease-in-out;
  text-decoration: none;
  margin-top: 8rem;
  white-space: nowrap;
  letter-spacing: 2px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

	.printer{margin-bottom: 3rem;}

/* TABLET */
@media (min-width: 768px) {
  .cta-button {
    font-size: 1.1rem;
  }
 .entry-content .brandname {
    font-size: 10vw;
  }

  .slogen {
    font-size: 3.5vw;
  }
  .c {
    align-items: center;
    gap: 10rem;
  }
  .card {
    width: 420px;
  }
  .footer_social {
    flex-direction: row;
  }

  .text_me {
    margin: 0 2rem 10rem;
  }
}

/* PC */
@media (min-width: 1200px) {
  .video-section svg {
    width: 45rem;
  }
  .aboutme {
    height: 1300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
	

  .logo_me {
    width: 30%;
    text-align: right;
    margin: auto;
  }
	

  .text_me {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
    /* margin-right: 18rem; */
    width: 50%;
    /* margin-right: 7rem; */
    line-height: 1.9;
    text-align: justify;
	  margin:0;
  }

  .text_me p {
    width: 80%;
  }
  .cta-button {
    font-size: 1.1rem;
  }
  .entry-content .brandname {
    font-size: 8em;
  }
  .slogen {
    font-size: 2.5rem;
  }
  .c {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  .footer_copyright {
    margin: 11rem 0 3rem;
  }
}

.c, .main_section{
 /* margin: 2rem 0 19rem;*/
margin: 2rem 0 19rem;
}

.main_title{margin: 2rem 0 0;}

.card-wrapper {
  position: relative;
  display: inline-block;
}

.icon {
  font-size: 89px;
  color: #00ffc8;
  background: linear-gradient(135deg, #00f0ff, #00ff9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: inherit;
  z-index: 2;
transform: translateY(4.2rem);
  text-align: center;
}
/*
.card::after {
  content: "★";  vagy ikon-kép helyettesítő 
  font-size: 89px;
  color: #00ffc8;
  background: linear-gradient(135deg, #00f0ff, #00ff9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}*/

.card::before {
  content: "";
  position: absolute;
  top: -14rem; /* az ikon alá igazítva */
  left: 50%;
  transform: translateX(-50%);
  width: 342px;
  height: 286px;
  background: radial-gradient(ellipse at center, #00ffc8 0%, transparent 100%);
  filter: blur(72px);
  z-index: 1;
}

/* .icon {
  font-size: 72px;
  margin-bottom: 20px;
  color: #00ff80;
} */

.description,
.description p {
  font-size: 16px;
  line-height: 2.4;
}

.card_d_list li {
  list-style: none;
}

hr {
  border: 0.2px solid #a4ffe725;
  margin: 3rem 4rem -1rem;
}

.card_p {
  text-transform: uppercase;
  margin: 3rem 0 1rem;
}

.card h2 {
  margin: 3rem 0 2rem;
}

.card_d_list {
  padding: 0;
  margin: 0;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(120deg, #1d976c, #2c3e50);
}
.circles {
  position: absolute;
  height: 270px;
  width: 450px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.circle-1 {
  height: 300px;
  width: 300px;
  top: 100px;
  left: -50px;
  opacity: 0.8;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-iteration-count: infinite;
  animation-name: float;
  -webkit-animation-name: float;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  animation-direction: alternate;
}

.circle-2 {
  height: 240px;
  width: 240px;
  bottom: 40px;
  right: -100px;
  opacity: 0.8;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-iteration-count: infinite;
  animation-name: float;
  -webkit-animation-name: float;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-direction: alternate;
}

/* A section, amiben a videó lesz */
.video-section {
  position: relative;
  width: 100%;
  height: 100vh; /* vagy amekkora legyen */
  overflow: hidden;
	justify-content: center;
  display: flex;
}

/* Iframe a videóhoz, cover módban */
.video-section iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.78vh; /* 100vh * 16/9 */
  height: 100vh;
  opacity: 0.4;
  filter: contrast(0.5);
  min-width: 100vw; /* hogy ne legyen fekete rész szélességből */
  min-height: 56.25vw; /* hogy ne legyen fekete rész magasságból */

  pointer-events: none;
}

.hero-overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero-content {
  /* background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px); */
  border-radius: 16px;
  text-align: center;
}

/* ÁTÍRNI */
.gradient-text {
  margin: 0;
  padding: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* ÁTÍRNI */
.hero-tagline {
  color: #eee;
  font-size: 2rem;
  margin-top: 1rem;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.lehetoseg {
  margin-bottom: 3rem;
}

.cta-button:hover {
  background-image: linear-gradient(
    135deg,
    rgba(0, 255, 204, 0.4),
    rgba(0, 255, 102, 0.2)
  );
  color: #ffffff;
  transform: translateY(-2px);
}

.cta-button .icon {
  font-size: 1.2rem;
  line-height: 1;
  transform: translateY(2px);
}

.footer_social p {
  width: 11rem;
}

.footer_social p span{
		font-size: 4rem;
}


p span {
	 /* font-size: 4rem;*/
  font-size: 1.5rem;
}


footer p {
  margin: 0;
  padding: 0;
}

.site-footer, .ast-separate-container .error-404 {
background-color: #ffffff00;;

}
/*EXTRA
  .entry-content h1 előtt , brandname előtt is
*/
.site-header {
position: sticky;
    top: 0;
}

.astra-cart-drawer-content {
	background: #110b21;
}

.astra-cart-drawer .astra-cart-drawer-header .astra-cart-drawer-title, .woocommerce-js ul.cart_list li>a, .woocommerce-js ul.product_list_widget li>a, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__total strong{
	color:white;
}

.woocommerce-js .woocommerce table.shop_table, .cart_totals , .checkout{
	background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead{
		background: rgba(255, 255, 255, 0.1);
}

.woocommerce-js input[type=number].qty, .woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus{
	background:white;
}

.product-name a{
	color:white;
}

.woocommerce-billing-fields__field-wrapper p span,.woocommerce-js form .form-row label span {
    font-size: 17px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	    background-color: #55c490;
    color: #ffffff;
   border-top: 0px solid #a46497;
}

#ast-scroll-top{
	    background-color: #56c48f;
	color: #29496f;
}

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping), .woocommerce-js a.button, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout, .woocommerce-js button.button{
padding: 1rem 1.8rem;
    font-weight: 600;
    color: #00ffcc;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 255, 153, 0.4);
    /* border-radius: 12px; */
    backdrop-filter: blur(3px);
    background-image: linear-gradient(135deg, rgba(0, 255, 204, 0.2), rgba(0, 255, 102, 0.1));
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 2px;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.cat-item a,.woocommerce-js .variations select, .woocommerce-js .woocommerce-ordering select, .woocommerce-js .woocommerce-breadcrumb, .woocommerce-js .woocommerce-breadcrumb a, .page-title {
	color: rgb(175, 255, 239);
}

.woocommerce-js .variations select, .woocommerce-js .woocommerce-ordering select, select.orderby {
 
}

select{
	background-size: 1.3em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background: rgb(175, 255, 239);
}

.woocommerce-js .woocommerce-ordering select{
	padding: 1rem 3rem;
    border: 1px solid rgba(0, 255, 153, 0.4);
	    background-color: rgba(255, 255, 255, 0.05);
	    backdrop-filter: blur(3px);
}

option{
	color:black;
}

.ast-left-sidebar #primary, .ast-left-sidebar #secondary {
	border:none;}

.woocommerce-js div.product p.price{
	font-size: 1.5rem;
}

.footer_social p span{
  display: inline-block;
  width: 4rem;
  aspect-ratio: 1 / 1; /* or the actual aspect ratio */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer_social a span{
  display: inline-block;
  width: 4rem;
  aspect-ratio: 1 / 1; /* or the actual aspect ratio */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

a{  color: rgb(175, 255, 239)}

a:hover{color: #cb2d06}

/*
.tiktok{   background-image: url('https://wolf3design.hu/wp-content/uploads/2025/05/Layer-4.png');}
.fb{background-image: url('https://wolf3design.hu/wp-content/uploads/2025/05/Layer-6.png');}
.insta{background-image: url('https://wolf3design.hu/wp-content/uploads/2025/05/Curves-2.png');}
.email{background-image: url('https://wolf3design.hu/wp-content/uploads/2025/05/Layer-5.png');}*/

.ast-header-break-point .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link, .ast-mobile-popup-drawer .ast-mobile-popup-inner, body.admin-bar .ast-mobile-popup-drawer, body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner{
	background-color: #55c490!important;
}

ast-mobile-svg ast-close-svg svg{
	fill: #041d6d;
}

.ahfb-svg-iconset svg {
	fill: #041d6d;
}

.3d{
	width:66%;
}

.aboutme {
  position: relative;
  overflow: hidden;
}


.decor-image {
    position: absolute;
  height: 69%;
  pointer-events: none;
  z-index: -1;
}

.cube{
	  top: 0;
	width: 35vw;
	right: -3vw;
}

.isphere{
width: 33vw;
    left: 4rem;
    top: 0;
}

.cylinder{
    position: relative;
    width: 14vw;
    left: 47%;
    top: 68px;
}

.torus{
width: 33vw;
    right: -49%;
    top: 76px;
    position: relative;}


.decor-image img {
  height: 100%;
  width: auto;
  display: block;
}

.circles {
  position: absolute;
  height: 270px;
  width: 450px;
  z-index: -1;
}

#megrendeles{
	    margin: 2rem 0 0;
}

div.wpforms-container .wpforms-form .choices__inner {
	    background: #323f3c!important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown{
	background: #323f3c!important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted{
	background: #0f4b75!important;
}

p.woocommerce-SavedPaymentMethods-saveNew{
	color: white;
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title{
	background:rgba(255, 255, 255, 0.1);
}

.p-Input-input .Input .p-CardNumberInput-input .Input--empty .p-Input-input--textRight{
	color:red!important;
}

.woocommerce-checkout #payment div.payment_box p:last-child{
	color: #b3f0e5;
}

.ast-separate-container .ast-article-single:not(.ast-related-post) {
  background-color: #fff0;
}

.embed-aszf-container{
	color: rgb(38, 200, 138);
}

