.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@keyframes infernoBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #000000, #ff0000);
  padding: 20px 40px;
  height: 200px;
  background: linear-gradient(-45deg, #1a0000, #330000, #660000, #ff0000);
  background-size: 400% 400%;
  animation: infernoBackground 15s ease infinite;
  box-shadow: 0 0 30px #ff0000;
}

.header__logo-container {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  flex: 1;
}

.header__logo {
  position: relative;
}

.header__img {
  height: 180px;
  width: auto;
  filter: drop-shadow(0 0 20px #ff1a1a);
}

.header__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  white-space: nowrap;
  max-width: none;
}

.flame-text {
  font-family: "gothic";
  font-size: 42px;
  color: #ff2a2a;
  text-shadow: 0 0 10px #ff0000, 0 0 20px #ff1a1a, 0 0 30px #ff4d4d;
  opacity: 0.85;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: -190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.header__img {
  height: 180px;
  width: auto;
  filter: drop-shadow(0 0 20px #ff1a1a);
  transition: transform 0.3s ease;
}

.header__img:hover {
  transform: scale(1.05) rotate(-2deg);
}

.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 120px;
}

.header__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/10578802.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.header__nav__list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin-top: 55px;
  margin-left: 31px;
  position: relative;
  z-index: 2;
}

.header__nav__link {
  text-decoration: none;
  color: #ff4d4d;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  transition: color 0.3s ease;
}

.header__nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #ff4d4d;
  transition: width 0.3s ease;
}

.header__nav__link {
  text-shadow: 0 0 5px #ff0000;
}

.header__nav__link:hover {
  color: #fff;
  text-shadow: 0 0 15px #ff1a1a, 0 0 30px #ff4d4d;
}

.header__sign {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.header__button {
  position: relative;
  padding: 0.75rem 2.5rem;
  background: radial-gradient(circle at 30% 30%, #860101, #310404);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5), inset 0 0 10px rgba(255, 0, 0, 0.3);
}

.header__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/flame-Photoroom.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.header__button::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 140%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.3), transparent 60%);
  transform: translateX(-50%);
  filter: blur(10px);
  z-index: -1;
}

.header__button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(255, 50, 50, 0.7), inset 0 0 14px rgba(255, 0, 0, 0.4);
}

.magic-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.697), transparent 70%);
  animation: pulse 4s infinite;
  z-index: 0;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}
.magic-glow {
  animation: pulse 5s infinite ease-in-out;
}

.header__button:hover::before {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}


.hero {
  height: 400px;
  background-color: black;
  padding-top: 30px;
  padding-left: 50px;
}

.hero__product {
  width: 640px;
  float: left;
  border-radius: 50px;
}

.hero h1 {
  font-size: 40px;
}

.hero h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-left: 5px;
}

.hero__text {
  margin-left: 700px;
  margin-top: 100px;
  color: rgb(228, 8, 8);
}

.hero__button {
  margin-right: 10px;
  margin-top: 10px;
  position: relative;
  padding: 0.5rem 1.7rem;
  background: radial-gradient(circle at 30% 30%, #860101, #310404);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.5), inset 0 0 10px rgba(255, 0, 0, 0.3);
}

.haha {
  position: relative;
  background-image: url("./img/GD.gif");
  background-size: cover;
  background-color: black;
  overflow: hidden;
}

.haha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%);
  z-index: 1;
}

.haha__main {
  width: 1280px;
  height: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.haha__features {
  margin: 100px 0 0 0;
  color: white;
  height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.haha__featitem {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.haha__featitem h3 {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 16px;
}

.haha__featitem p {
  font-size: 16px;
  color: #ccc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.6;
}

.haha__img {
  z-index: 5;
  width: 500px;
  border-radius: 50px;
}

.haha__workerpair {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 350px;
  height: 350px;
}

.haha__worker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: opacity 0.5s;
}

.haha__workerdef {
  opacity: 1;
  z-index: 1;
}

.haha__workerhover {
  opacity: 0;
  z-index: 2;
}

.haha__workerpair:hover .haha__workerdef {
  opacity: 0;
}

.haha__workerpair:hover .haha__workerhover {
  opacity: 1;
}

.haha_team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 60px 40px;
  margin-top: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.haha__workerblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  margin: 10px;
  flex: 1 1 300px;
  max-width: 350px;
}

.haha__workerblock h3 {
  margin-top: 24px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.haha__workerblock p {
  margin-top: 8px;
  font-size: 16px;
  color: #ccc;
  text-align: center;
}

.shop {
  background: black;
  padding-top: 60px;
  padding-bottom: 100px;
}

.container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.shop__title {
  font-family: "Montserrat Alternates";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 27px;
  color: white;
}

.shop__list {
  display: flex;
  gap: 50px;
}

.shop__item {
  background: white;
  border-radius: 32px;
  border: 1px solid rgba(11, 8, 3, 0.15);
  padding: 32px;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop__img {
  border: solid 1px black;
  width: 300px;
  height: 150px;
}

.shop__text {
  color: #0b0803;
  font-family: "Montserrat Alternates";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 246px;
  text-align: center;
}

.shop__info {
  color: #0b0803;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.shop__button {
  border-radius: 25px;
  background: rgba(161, 40, 40, 0.9058823529);
  width: 100px;
  height: 40px;
  font-family: "Montserrat";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer {
  background: radial-gradient(#ff0000, #000000);
  padding-top: 60px;
  padding-bottom: 100px;
}

.container {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__list {
  /* width: 100px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* .footer__item::after {
    content: "";
    height: 30px;
    width: 30px;
        background-size: 30px;
    background-repeat: no-repeat;
    background-position: right;

  }
.footer__item:hover:nth-child(2)::after {
    background-image: url("./img/m.webp");

} */
.footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #ff4d4d;
  transition: width 0.3s ease;
}

.footer__link:hover {
  color: #FFF;
  text-shadow: 0 0 20px #dfd2d2;
  position: relative;
  transition: color 0.3s ease;
}

.footer__link {
  color: #180505;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  transition: color 0.3s ease;
  text-shadow: 0 0 5px #0e0909;
}

.footer__wrapper {
  display: flex;
  margin-left: 100px;
  flex-direction: column;
  align-items: center;
  height: 200px;
}

.footer__logo {
  width: 300px;
  height: 150px;
  filter: drop-shadow(0 0 20px #0a0707);
}

.footer__text {
  color: #180505;
  font-family: "Spline Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
  opacity: 0.85;
  text-shadow: 0 0 10px #000000, 0 0 30px #060202, 0 0 30px #0b0505;
}

.footer__icons {
  display: flex;
  gap: 30px;
}

.footer__link__icon:hover {
  transform: scale(1.15);
  cursor: pointer;
  overflow: hidden;
}

.footer__link__icon {
  fill: #180505;
  transition: transform 0.3s ease;
  stroke: none;
  filter: drop-shadow(0px 0px 5px rgba(45, 36, 36, 0.692)) drop-shadow(0px 0px 5px rgba(122, 34, 34, 0.548));
  display: inline-block;
}

.icons {
  width: 30px;
  height: 30px;
}

.footer__subtitle {
  color: #180505;
  font-family: "Montserrat Alternates";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 27px;
}

.footer__info {
  color: #180505;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: bold;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 27px;
}

.footer__field {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.footer__input {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: #000000 solid 1px;
  outline: none;
  color: #070707;
  border-radius: 25px;
  padding: 10px;
  background: none;
}

.footer__button {
  color: #fff;
  border-radius: 25px;
  background: radial-gradient(circle at 30% 30%, #860101, #310404);
  width: 145px;
  height: 40px;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgb(45, 36, 36), inset 0 0 10px rgba(255, 0, 0, 0.3);
  margin-top: 10px;
}

.footer__button:hover {
  transform: scale(1.05);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  justify-items: center;
  margin: 40px auto;
  max-width: 1200px;
}

.product__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.product__text h1 {
  font-size: 24px;
  font-weight: 700;
  color: #180505;
  margin-bottom: 10px;
}

.product__img {
  width: 200px;
  height: auto;
  border-radius: 8px;
}/*# sourceMappingURL=main.css.map */