body {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.my-store {
  text-transform: uppercase;
}

header {
  position: fixed;
  background: #d63636;
  width: 100%;
  z-index: 2;
}

.container {
  padding: 0 80px;
}

.main-navigation {
  display: flex;
  align-items: center;
}

.main-navigation p {
  color: white;
  padding-top: 9px;
  padding-left: 3px;
  padding-right: 24px;
  font-weight: bold;
}

.navbar-brand {
  display: flex;
}

.navbar-brand .logo-text {
  color: white;
  padding-top: 9px;
  padding-left: 3px;
  padding-right: 24px;
  font-weight: bold;
}

.navbar-brand .mobile-menu-toggler {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  margin: auto;
  cursor: pointer;
  display: none;
}

.navbar-brand .mobile-menu-toggler span {
  height: 3px;
  background: white;
  width: 24px;
}

.navbar-brand .mobile-menu-toggler:hover span {
  background: #eee;
}

.main-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.navbar-brand img {
  height: 42px;
  padding: 12px 8px 14px 14px;
}

.main-navigation ul li {
  padding: 11px 16px 8px 16px;
}

.main-navigation ul li a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.2px;
  transition: all ease .15s;
}

.main-navigation ul li.active a,
.main-navigation ul li a:hover
 {
  color: #e9b3ff;
  transform: scale(1.08);
}

label {
  display: block;
  margin-bottom: 12px;
}

.form-control {
  width: 100%;
  min-height: 36px;
  padding: 10px 20px;
  background: white;
  border-radius: 24px;
  border: 0;
  font-size: 16px;
  box-sizing: border-box;
}

.radio-label {
  cursor: pointer;
}

.button {
  cursor: pointer;
  background: rgb(250, 250, 250);
  color: #e45050;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  border-radius: 16px;
  padding: 12px 40px;
  transition: all 0.25s;
  border-bottom: 4px solid #e45050;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: 1.05px;
}

.button:hover {
  color: white;
  background: #f76a6a;
}

.button-reverse {
  background: #e45050;
  color: white;
  border-bottom: 5px solid #b03f3f;
}

.button-reverse:hover {
  background: #f76a6a;
  color: white;
}

.button-purple {
  background-color: #7059cb;
  color: white;
  border-bottom: 4px solid #463297;
}

.button-purple:hover {
  background: white;
  color: #7059cb;
  border-bottom: 4px solid #463297;
}

a {
  text-decoration: none;
}

#cover {
  height: 100vh;
  background-image: url(../img/coverka.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

#cover .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  box-sizing: border-box;
}

#cover .headline {
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-shadow: -4px 7px 1px pink;
  margin-bottom: 8px;
}

#cover .button {
  font-size: 18px;
}

#cover .description {
  font-size: 44px;
  color: white;
  margin-bottom: 48px;
  position: relative;
  rotate: -2deg;
}

#cover .description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  background: #f06a88;
  /*  #f06a88  */
  width: 100%;
  height: 24px;
}

#cover .description span {
  position: relative;
}

#features {
  padding: 120px 0; 
}

#features .container {
  display: flex;
}

#features .feature {
  width: 33.3%;
  text-align: center;
  margin: 0 16px;
}

#features .feature-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 40px;
}

#features .headline {
  font-size: 32px;
  margin-bottom: 24px;
}

#features .description {
  font-size: 20px;
}

#products {
  padding: 120px 0;
  background: #f5d7fa;
  transition: all linear .25s;
}

#products:hover {
  background: #dfd7fa;
}

#products .headline {
  text-align: center;
  font-size: 60px;
  margin: 0 0 100px;
}

#products .row {
  display: flex;
  margin-bottom: 80px;
  gap: 80px;
}

#products .product {
  width: 25%;
  text-align: center;
  transition: all .25s;
}

#products .product:hover {
  transform: scale(1.08);
}

#products .product:hover .product-name{
  color: rebeccapurple;
}

#products .product-image {
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  border-radius: 80px;
}

#products .product-price {
  font-size: 18px;
}

#products .button {
  margin-bottom: 24px;
}

#full-width-offer {

}

#full-width-offer .container {
  padding: 0;
}

#full-width-offer .row {
  display: flex;
}

#full-width-offer .row .card {
  background-position: center;
  background-size: cover;
  width: 50%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#full-width-offer .row .card.with-text {
  padding: 48px 100px;
  flex: 1;
}

#full-width-offer .headline {
  font-size: 50px;
  margin-bottom: 20px;
  border-left: 7px solid #7059cb;
  padding-left: 20px;
}

#full-width-offer .description {
  font-size: 20px; 
  line-height: 1.6;
}

#full-width-offer .headline,
#full-width-offer .description {
  width: 90%;
}

#full-width-offer .button {
  margin: 32px auto 0 0;
}

#services-description .full-container {
  display: flex;
  box-sizing: border-box;
}

#services-description .left-side {
  width: 50%;
  background-image: url(https://images.unsplash.com/photo-1524758870432-af57e54afa26?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center
}

#services-description .right-side {
  width: 50%;
  background: rgba(214, 54, 54, 1);
  color: white;
  padding: 60px 60px 80px;
  transition: all linear .5s;
}

#services-description .right-side:hover {
  background: rgba(214, 54, 54, 1);
}

#services-description .container {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

#services-description img {
  height: 24px;
  display: inline-flex;
  margin-right: 12px;
}

#services-description .button span {
  position: relative;
  top: 1px;
}

#services-description .button {
  padding: 16px 56px;
  color: #222;
  display: flex;
  align-items: center;
  transition: all linear .15s;
}


#services-description .button:hover {
  color: white;
}

#services-description .service-content {
  margin: 20px 0 48px;
}

#services-description .service-buttons {
  text-align: center;
  display: flex;
  gap: 32px;
  justify-content: center;
}

#services-description .row {
  display: flex;
  gap: 50px;
}

#services-description .title {
  font-size: 40px;
  margin: 16px 0 24px;
}

#services-description .service-list {
  font-size: 24px;
  line-height: 1.6;
  list-style: none;
  padding-left: 24px;
}

#services-description .service-list li {
  position: relative;
  font-family: "Varela Round", sans-serif;
  padding: 4px 12px;
  margin: 0 0 16px;
  border-radius: 12px;
}

#services-description .service-list li::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 20px;
  height: 20px;
  background-image: url(../img/gear.svg);
  background-size: contain;
  left: -20px;
}

#services-description .service-content-wrapper {
  max-width: 700px;
}

#services-description .service-content {
  font-size: 20px;
  line-height: 1.5;
}

#subscribe {
  padding: 120px 0;
  background-image: url(../img/kontakt.jpg);
  background-size: cover;
  background-position: center;
}

#subscribe .headline {
  font-size: 40px;
  color:white;
  text-align: center;
  margin: 0 0 72px;
}

#subscribe .form {
  width: 500px;
  margin: auto;
  color: white;
}

#subscribe .form-group {
  margin-bottom: 32px;
}

#subscribe .form-group .form-label {
  font-weight: bold;
  font-size: 20px;
}

#subscribe .form-control {
  font-size: 18px;
  border: 4px solid transparent;
}


#subscribe .form-control:hover,
#subscribe .form-control:focus
 {
  outline: 0;
  border: 4px solid pink;
}

#subscribe .radio-label span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  bottom: 2px;
}

#subscribe .radio-label input {
  width: 16px;
  height: 16px;
  accent-color: #d63636;
}

#subscribe input[data-slide="checkbox"] {
  width: 20px;
  height: 20px;
}

#subscribe .checkbox-label a {
  color: burlywood;
}

#subscribe .checkbox-label input {
  accent-color: #d63636;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

#subscribe .checkbox-label a:visited {
  color: #8cffce;
}

#subscribe .checkbox-label a:hover {
  color: wheat;
}

#subscribe .button {
  width: 100%;
}

#portfolio {
  padding: 120px 0;
}

#portfolio .headline {
  margin: 0 0 60px;
  font-size: 40px;
  text-align: center;
}

#portfolio .row {
  display: flex;
  justify-content: center;
  margin: 0 -12px;
}

#portfolio .card {
  margin: 24px;
  background-size: cover;
  background-position: center;
  height: 280px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#portfolio .card.card-small {
  width: 33.3%;
}

#portfolio .card.card-big {
  width: 66.6%;
}

#portfolio .card .content {
  text-align: center;
  opacity: 0;
  transition: all linear .25s;
}

#portfolio .card:hover .content {
  opacity: 1;
}

#portfolio .card .content-title {
  background: red;
  color: white;
  border-radius: 6px;
  padding: 6px;
}

#portfolio .button-list {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
  border-bottom: 1px solid #eee;
}

#portfolio .button-list .button {
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

#portfolio .button-list .button.active {
  border-bottom: 2px solid #4b30b6a3;
}

#portfolio .slide-content {
  display: none;
}

#portfolio .slide-content.active {
  display: block;
}

#portfolio .slide-content.active .card {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  border-radius: 16px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#slider {
  height: 100vh;
  position: relative;
}

#slider .slides {
  position: relative;
  height: 100vh;
}

#slider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;

}

#slider .slide.active {
  opacity: 1;
}

#slider > .button {
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
}

#slider .button--previous {
  left: 40px;
}

#slider .button--next {
  right: 40px;
}

#slider .slide-navigation {
  position: absolute;
  bottom: 60px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

#slider .slide-navigation .button {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    background: #d07cff;
}

#slider .slide .headline {
  font-size: 55px;
  color: black;
  margin-bottom: 12px;
}

#slider .slide .description {
  font-size: 44px;
  color: black;
  padding: 24px;
  border-radius: 24px;
}

#pinterest {
  padding: 50px;
}

#pinterest .columns {
  display: flex;
}

#pinterest .column {
  width: 16.67%;
  padding: 0 20px;
}

#pinterest .card {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 24px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: all linear .25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pinterest .card:hover {
}

#pinterest .card .button {
  display: none;
}

#pinterest .card:hover .button {
  display: block;
}

#pinterest .card--small {
  height: 200px;
  background-color: purple;  
}

#pinterest .card--big {
  height: 430px;
  background-color: red;
}

.product-group .product-group-bar {
  display: flex;
  border: 2px solid red;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
  margin-bottom: 48px;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
}

.product-group .product-group-bar .button {
  display: flex;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}


.product-group .product-group-bar .triangle {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
}

.product-group .product-group-products {
  display: none;
  margin-bottom: 80px;
}

.product-group .product-group-products.active {
  display: flex; 
  opacity: 0;
  animation-name: accordionAnimation;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

@keyframes accordionAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product-group .product-group-product {
  border: 2px solid purple;
  text-align: center;
  width: 25%;
}

.product-group .product-information {
  padding: 12px 16px 32px;
}

.product-group .product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-group .product-name {
  font-size: 32px;
  letter-spacing: 3px;
}

.product-group .product-price {
  color: red;
  font-size: 24px;
}

.product-group-wrapper {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

#shop {
  padding-top: 50px;
  padding-bottom: 50px;
  background: orangered;
  color: white;
}

#shop .headline {
  margin-top: 0;
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
}

#shop .shop-cart-items {
  list-style-type: none;
  max-width: 800px;
  margin: auto;
}

#shop .cart-item {
  display: flex;
}

#shop .cart-item-image {
  width: 36%;
  height: auto;
  object-fit: cover;
}

#shop .cart-item-information {
  padding: 36px 36px 36px 88px;
}

#shop .cart-item-name {
  margin: 0 0 36px;
}

#shop .cart-item-total-amount {
  margin: 0;
}

#shop .cart-item-price {
  font-size: 32px;
  margin: 8px 0 32px;
}

#shop .selected-quantity {
  font-size: 28px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}

#shop .cart-item-quantity {
  display: flex;
  align-items: center;
}

#shop .cart-item-quantity .button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
}

#footer {
  padding: 30px 0;
  background: #d63636;
  color: white
}

#footer .footer-logo {
  height: 50px;
}

#footer .contact-info span {
  display: inline-block;
  width: 150px;
}

#footer .footer-content {
  display: flex;
}

#footer .footer-block {
  width: 33.3%;
}

#footer .information-links  {
  padding-left: 24px;
}

#footer .information-links li {
  padding: 4px 0;
} 

#footer .information-links a {
  text-decoration: none;
  color: white;
}

#footer .contact-info a {
  color: #fc71c2;
}

#footer .headline {
  color: #890000;
}

#footer .social-media-links {
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0;
}

#footer .social-media-links img {
  width: 30px;
}

#workshops {
  width: 100%;
}

#workshops .grid {
  display: flex;
  flex-direction: row;
}

#workshops .workshop {
  width: 33.3%;
  background-size: cover;
}

#workshops .workshop .workshop-container {
  padding: 60px 50px;
}

#workshops  .workshop .workshop-summary {
  display: flex;
  flex-direction: column;
}

#workshops  .workshop .workshop-headline {
  font-size: 28px;
  flex-direction: row;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 36px;
  color: white;
}

#workshops  .workshop .workshop-headline span {
  display: block;
  color: #ececeda3;
  font-size: 46px;
}

#workshops  .workshop .workshop-date {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0 auto;
  transform: rotate(-2deg);
  background: #e4054b;
  padding: 4px 16px;
  border-radius: 16px;
}

#workshops  .workshop .workshop-description {
  color: white;
  font-size: 18px;
  margin: 0 0 36px;
  min-height: 130px;
  display: block;
}

#workshops  .workshop ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  color: white;
  gap: 8px;
  padding: 0;
  margin: 0 0 24px;
  flex-wrap: wrap;
  min-height: 55px;
}

#workshop-details {
  background: #1f1642;
  padding: 60px 0 180px;
  color: white;
  font-family: "Varela Round", sans-serif;
  background-size: cover;
}

#workshop-details .title {
  font-weight: normal;
  font-size: 24px;
  color: #6fa2f4;
  display: inline-block;
  margin-bottom: 30px;
  font-family: "Varela Round", sans-serif;
  padding: 6px 20px;
  border-bottom: 1px solid #c6e4e6;
}

#workshop-details .row {
  display: flex;
  box-sizing: border-box;
  gap: 40px;
  flex-wrap: nowrap;
}

#workshop-details .headline {
  font-size: 36px;
  color: #d50020;
}

#workshop-details .information-box {
  width: 50%;
}

#workshop-details .row > .information-box:first-child {
  padding-left: 32px;
}

#workshop-details .information-text {
  line-height: 1.8;
  font-size: 18px;
  color: black;
}

#workshop-details .information-text span {
  display: inline-block;
  width: 100px;
}

#promotion {
  padding: 80px 0;
}

.news-hero {
  padding: 120px 0;
  box-sizing: border-box;
}

.news-hero .container {
  padding: 0 80px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.featured-article {
  display: flex;
  position: relative;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  margin: 0 0 40px;
}

.featured-image {
  width: 100%;
  height: 100%;
  background-image: url(https://images.unsplash.com/photo-1496180470114-6ef490f3ff22?q=80&w=1025&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  transition: transform 0.4s ease;
  background-position: center;
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(255,0,0,0.35),
    rgba(0,0,0,0.1)
  );
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.featured-overlay h2 {
  font-size: 2rem;
  line-height: 1.2;
}

.featured-article:hover .featured-image {
  transform: scale(1.05);
}

/* ===== JOBB OLDALI LISTA ===== */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.news-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  color: #111;
  background: #fff;
  padding: 0.4rem;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* KIS KÉPEK */
.thumb {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}

.news-item h3 {
  font-size: 1rem;
  line-height: 1.3;
}

/* ===== MOBIL ===== */
@media (max-width: 900px) {
  .news-hero .container {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .featured-article {
    height: 300px;
  }

  .featured-overlay {
    padding: 1rem;
  }

  .featured-overlay .main-headline {
    margin: 0 0 12px;
  }
}

.news-flow {
  max-width: 100%;
  margin: 0 auto;
  column-count: 2;
  column-gap: 50px;
  column-rule: 1px solid rgba(0,0,0,0.1);
}

.news-flow article {
  overflow: hidden;
  break-inside: avoid;
  margin-bottom: 30px;
}

.news-flow article img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
  border-radius: 20px;
}

.news-flow article h2 {
  font-size: 18px;
  margin: 0 0 16px;
}

.news-flow article a {
  text-decoration: none;
  color: #520101;
}

.news-flow article h2 a:hover {
  color: #0077cc;
}

@media (max-width: 768px) {
    .news-flow {
        grid-template-columns: 1fr;
    }
}

.hero {
    position: relative;
    padding: 20px 20px;
    border-radius: 20px;
    margin-bottom: 0;
    text-align: center;
    color: white;
    overflow: hidden;
    background: linear-gradient(
        120deg,
        #572c64,
        #cb1111,
        #0f2027,
        #3e1d16
    );
    background-size: 300% 300%;
    animation: gradientMove 12s ease infinite;
}

/* animált gradient */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* noise / texture layer */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-radial-gradient(
            circle at 0 0,
            rgba(255,255,255,0.58),
            rgba(255,255,255,0.78) 1px,
            transparent 1px,
            transparent 3px
        );
    opacity: 0.35;
    pointer-events: none;
}

/* fénycsík */
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,0.15),
        transparent 60%
    );
    animation: shine 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine {
    0% { transform: translateX(-50%); }
    50% { transform: translateX(50%); }
    100% { transform: translateX(-50%); }
}

/* cím */
.hero h1 {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #ffffff,
        #dbe9ff,
        #ffffff
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

@media (max-width: 900px) {
  .news-flow {
    column-count: 1;
    column-gap: 0;
    column-rule: none
  }

  .news-hero {
    padding: 90px 0;
  }

  .news-hero .left-column {
    order: 2;
  }

  .news-hero .news-list {
    order: 1
  }
}