/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* global styling */
@font-face {
  font-family: "Burban";
  src: url("./assets/font/burbankbigcondensed_bold.otf");
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  font-weight: 600;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding-bottom: 14px;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 20px;
  margin: 0;
  font-weight: bold;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.d-flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.just-center {
  justify-content: center;
}
.just-end {
  justify-content: flex-end;
}
.just-start {
  justify-content: flex-start;
}
.pb-0 {
  padding-bottom: 0;
}
div {
  line-height: normal;
}

/* === Header === */

/* // topbar */
.topbar {
  background-color: #53b3ea;
  padding: 12px 10px;
  text-align: center;
}
.topbar_text {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.6px;
}

/* // header */
.header {
  position: relative;
  border: 3px solid #a775d3;
  padding: 15px 10px;
  margin: 12px;
  background-color: rgba(0, 0, 0, 0.3);
}
.header::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid #a775d3;
  filter: blur(5px);
  opacity: 0.7;
  z-index: -1;
}
.header-content {
  gap: 40px;
}
.header-navs {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.header-navs:last-child {
  display: flex;
  justify-content: flex-end;
}
.menu-items a {
  font-family: "Burban";
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.menu-items a:hover {
  color: #00e0ff;
}
.cart-icon {
  width: 45px;
  margin-top: -12px;
}
.cart-icon img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.header-logo {
  height: 170px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: contain;
}
.header-tag {
  position: absolute;
  top: -50px;
  right: 200px;
}
.header-tag img {
  width: 80%;
}
.headerlogo-dev,
.card-dev {
  width: 250px;
}
.card-dev {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

/* Hero */
.hero-content {
  padding: 120px 0;
  text-align: center;
}
.hero-content--logo {
  width: 420px;
  margin: 0 auto;
}
.hero-content--logo img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.hero-content--button {
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}
.hero-content--button img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

/* product */
.product {
  padding: 70px 0;
}
.section-title {
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3.5px;
  font-family: "Burban";
  text-align: center;
}

/* ---------------- Blue ---------------- */

.title-blue {
  color: #78d0e1;

  -webkit-text-stroke: 2px #ffffff;

  text-shadow:
    0 0 4px #6fe9ff,
    0 0 4px #6fe9ff,
    0 0 4px #6fe9ff,
    0 0 5px rgba(111, 233, 255, 0.9),
    0 0 10px rgba(111, 233, 255, 0.7);
}

/* ---------------- Pink ---------------- */

.title-pink {
  color: #c02c94;

  -webkit-text-stroke: 2px #ff8bb6;

  text-shadow:
    0 0 4px #ff63b7,
    0 0 4px #ff63b7,
    0 0 4px #ff63b7,
    0 0 5px rgba(255, 99, 183, 0.9),
    0 0 10px rgba(255, 99, 183, 0.7);
}

/* ---------------- Green ---------------- */

.title-green {
  color: #98ce3a;

  -webkit-text-stroke: 2px #a3f153;

  text-shadow:
    0 0 4px #b7ff37,
    0 0 4px #b7ff37,
    0 0 4px #b7ff37,
    0 0 5px rgba(183, 255, 55, 0.9),
    0 0 10px rgba(183, 255, 55, 0.7);
}
.title-light {
  color: #f9f7f5;

  -webkit-text-stroke: 2px #ffcd1f;

  text-shadow:
    0 0 4px #ffcd1f,
    0 0 4px #ffcd1f,
    0 0 4px #ffcd1f,
    0 0 5px #ffcd1f,
    0 0 10px #ffcd1f;
}

.product-content {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.product-item {
  width: 240px;
  background: rgba(0, 0, 0, 1);
  border-radius: 22px;
  padding: 16px 14px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 3px solid #6be7ff;
  transition: 0.35s;
}
.product-item:hover {
  transform: translateY(-8px);
}

/* Inner Glow */

.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  pointer-events: none;
  box-shadow:
    inset 0 0 8px rgba(255, 255, 255, 0.08),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
}

/* Product Title */

.product_title {
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 500;
}
/* Description */
.product_text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  min-height: 80px;
}

/* Image */
.product_image {
  margin: 20px 0;
  margin-top: 0;
}
.product_image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Price */
.product_price {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

/* Button */

.product_button {
  margin-top: 10px;
}
.product_button img {
  display: block;
  margin: auto;
}

.color-1 {
  border-color: #c6a5ff;
  box-shadow:
    0 0 8px #c6a5ff,
    0 0 14px rgba(203, 131, 255, 0.7);
}

.color-1 .product_title {
  color: #c6a5ff;
  text-shadow:
    0 0 5px #c6a5ff,
    0 0 12px #c6a5ff;
}
.color-2 {
  border-color: #9ce650;
  box-shadow:
    0 0 8px #9ce650,
    0 0 14px rgba(168, 255, 61, 0.7);
}

.color-2 .product_title {
  color: #9ce650;

  text-shadow:
    0 0 5px #9ce650,
    0 0 12px #9ce650;
}
.color-3 {
  border-color: #ffcd1f;

  box-shadow:
    0 0 8px #ffcd1f,
    0 0 14px rgba(255, 215, 56, 0.7);
}
.color-3 .product_title {
  color: #ffcd1f;

  text-shadow:
    0 0 5px #ffcd1f,
    0 0 12px #ffcd1f;
}
.color-4 {
  border-color: #6be5f9;

  box-shadow:
    0 0 8px #6be5f9,
    0 0 14px rgba(115, 233, 255, 0.7);
}

.color-4 .product_title {
  color: #6be5f9;

  text-shadow:
    0 0 5px #6be5f9,
    0 0 12px #6be5f9;
}
.color-5 {
  border-color: #58dbc4;

  box-shadow:
    0 0 8px #58dbc4,
    0 0 14px rgba(97, 255, 246, 0.7);
}

.color-5 .product_title {
  color: #58dbc4;

  text-shadow:
    0 0 5px #58dbc4,
    0 0 12px #58dbc4;
}
.second-repeater {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .product-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .product-content {
    display: flex;
    gap: 20px;
    transition: transform 0.6s ease;
    will-change: transform;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .product-item {
    flex: 0 0 80%;
    width: 80%;
  }
}

/* resource-section */
.resource-section {
  padding-top: 150px;
}
.resource-content {
  gap: 70px;
  margin-top: 50px;
}

/* fioe */
.fioe {
  padding: 120px 0;
}
.fioe-title {
  width: 70%;
  margin: 0 auto;
}
.fioe-box {
  position: relative;
  width: 80%;
  margin: 40px auto;
  padding: 22px 35px;
  border-radius: 18px;
  background: rgba(5, 11, 37, 0.3);
  border: 2px solid #42f3ff;
  overflow: hidden;
  box-shadow:
    0 0 5px #42f3ff,
    0 0 12px rgba(66, 243, 255, 0.9),
    0 0 18px rgba(255, 0, 255, 0.45),
    inset 0 0 12px rgba(66, 243, 255, 0.45),
    inset 0 0 35px rgba(0, 0, 0, 0.7);
}
.fioe-box::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #00f6ff, #74ffff, #ff44d6, #00f6ff);
  z-index: -2;
  filter: blur(12px);
  opacity: 0.9;
}
.fioe-box::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 0 10px rgba(0, 255, 255, 0.4),
    inset 0 0 25px rgba(0, 255, 255, 0.15);
}
.fioe-text {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  padding-bottom: 0;
}

.green {
  color: #8cff32;
}

.fioe-image {
  margin-bottom: 50px;
}
.fioe-button {
  width: 60%;
  margin: 0 auto;
}

.about {
  padding-top: 100px;
  padding-bottom: 50px;
}

/* site-footer */
.site-footer {
  padding-top: 100px;
  padding-bottom: 40px;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer-menu {
  flex: 1;
}
.item_image {
  margin-bottom: 10px;
  height: 105px;
}
.item_image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.footer-menu ul {
  margin-left: 20px;
}
.footer-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
.footer-content {
  width: 76%;
  margin: 0 auto;
}
.footer-relative {
  position: relative;
}
.dsdsd {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpforms-field-medium {
  width: 100%;
  max-width: 100% !important;
  background-color: transparent !important;
  border-radius: 22px !important;
  padding: 16px 20px !important;
  border: 2px solid #00f6ff !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  height: 45px !important;
}
.wpforms-field-medium::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.wpforms-submit {
  background-color: #c10387 !important;
  color: #fff !important;
  width: 60% !important;
  height: 45px !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.sdsd {
  width: 100%;
}
.policy {
  text-align: center;
  margin-top: 30px;
}
.policy p {
  color: #fff;
  font-weight: 500;
}
.policy a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

/* ===========================
   HEADER
=========================== */

/* ===========================
   DESKTOP MENU
=========================== */

.desktop-menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-menu ul li {
  position: relative;
}

.desktop-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.desktop-menu ul li:hover > a {
  color: #7ef4ff;
}

/* ===========================
   DROPDOWN
=========================== */

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #08102c;
  border-radius: 12px;
  padding: 15px 0;
  list-style: none;

  opacity: 0;
  visibility: hidden;

  transform: translateY(15px);

  transition: 0.35s;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown li {
  width: 100%;
}

.dropdown li a {
  display: block;
  padding: 12px 20px;
}

.dropdown li a:hover {
  background: #101b49;
}

/* ===========================
   BUTTON
=========================== */

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 50px;
  padding: 0 28px;

  border-radius: 50px;

  background: #00e0ff;

  color: #000;
  text-decoration: none;

  font-weight: 700;
}

/* ===========================
   HAMBURGER
=========================== */

.hamburger {
  width: 50px;
  height: 50px;

  display: none;

  border: none;
  background: none;

  cursor: pointer;

  position: relative;
}

.hamburger span {
  position: absolute;

  left: 10px;

  width: 30px;
  height: 3px;

  background: #fff;

  border-radius: 10px;

  transition: 0.35s;
}

.hamburger span:nth-child(1) {
  top: 15px;
}

.hamburger span:nth-child(2) {
  top: 24px;
}

.hamburger span:nth-child(3) {
  top: 33px;
}

/* Active */

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);

  top: 24px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);

  top: 24px;
}

/* ===========================
   OVERLAY
=========================== */

.menu-overlay {
  position: fixed;

  inset: 0;

  background: rgba(0, 0, 0, 0.65);

  opacity: 0;
  visibility: hidden;

  transition: 0.35s;

  z-index: 9998;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===========================
   MOBILE MENU
=========================== */

.mobile-menu {
  position: fixed;

  top: 0;
  right: -100%;

  width: 320px;
  max-width: 100%;

  height: 100vh;

  background: #09112f;

  transition: 0.4s;

  z-index: 9999;

  display: flex;
  flex-direction: column;
}

.mobile-menu.active {
  right: 0;
}

/* Header */

.mobile-header {
  display: flex;

  align-items: center;
  justify-content: space-between;

  padding: 25px;
}

.mobile-header img {
  max-width: 150px;
}

/* Close */

.close-menu {
  width: 40px;
  height: 40px;

  border: none;
  background: none;

  position: relative;

  cursor: pointer;
}

.close-menu span {
  position: absolute;

  left: 5px;

  top: 18px;

  width: 30px;
  height: 3px;

  background: #fff;
}

.close-menu span:first-child {
  transform: rotate(45deg);
}

.close-menu span:last-child {
  transform: rotate(-45deg);
}

/* Navigation */

.mobile-nav {
  flex: 1;

  overflow-y: auto;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav a,
.dropdown-btn {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 18px 25px;

  color: #fff;

  text-decoration: none;

  background: none;

  border: none;

  cursor: pointer;

  font-size: 18px;

  font-weight: 700;
}

/* Submenu */

.mobile-submenu {
  display: none;

  background: #0f1b48;
}

.mobile-submenu li a {
  padding-left: 45px;

  font-size: 16px;
}

/* Footer */

.mobile-footer {
  padding: 25px;
}

.mobile-btn {
  display: flex;

  justify-content: center;
  align-items: center;

  height: 50px;

  border-radius: 50px;

  background: #00e0ff;

  color: #000;

  text-decoration: none;

  font-weight: 700;
}
.fioe-mobile-image,
.about-mobile-image,
.footer-mobile-box {
  display: none;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 991px) {
  .desktop-menu {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
	.hero-content{
		padding: 40px 0;
		padding-bottom: 30px;
	}
  .header-navs {
    display: none;
  }
  .header-navs:last-child .menu-items {
    display: none;
  }
  .header {
    margin: 10px;
    padding: 10px 0;
  }
  .header-logo {
    height: 85px;
  }
  .hero-content--logo {
    width: 65%;
  }
  .hero-content--button {
    width: 200px;
	  margin-top: 10px;
  }
  .container {
    padding: 0 15px;
  }
  .topbar_text {
    font-size: 14px;
  }
  .product {
    padding: 60px 0;
  }
  .section-title {
    font-size: 45px;
    line-height: 60px;
  }
  .resource-section {
    padding-top: 90px;
  }
  .resource-content {
    gap: 30px;
    margin-top: 20px;
    flex-direction: column;
  }
  .fioe {
    padding: 60px 0;
  }
  .fioe-title {
    width: 100%;
  }
  .fioe-image {
    display: none;
  }
  .fioe-mobile-image {
    display: block;
    margin-bottom: 25px;
  }
  .fioe-box {
    width: 100%;
  }
  .fioe-text {
    font-size: 17px;
    line-height: 27px;
  }
  .fioe-button {
    width: 100%;
  }
  .about-content {
    display: none;
  }
  .about-mobile-image,
  .footer-mobile-box {
    display: block;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .footer-box {
    display: none;
  }
  .dsdsd {
    top: 6%;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer-content {
    width: 72%;
  }
  .item_image {
    height: 95px;
    margin-bottom: 15px;
  }
  .policy {
    margin-top: 60px;
  }
	.header-tag{
		right: 0;
		display: flex;
    align-items: center;
    justify-content: flex-end;
	}
	.header-tag img{
		width: 40%;
	}
}
.@media only screen and (max-width: 360px) {
	.dsdsd{
		top: 4%;
	}
	.footer-content{
		gap: 30px;
	}
	.policy{
		margin-top: 20px
	}
}
