* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.footer {
  background: linear-gradient(to bottom right, #0a0f1a, #0f1419, #000);
  backdrop-filter: blur(10px);
  /* padding: 4rem 2rem 2rem; */
  position: relative;
  overflow: hidden;
  color: white;
  padding: 4rem 10rem;
}
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(255, 0, 0, 0.07);
  border-radius: 50%;
  filter: blur(100px);
}
.footer::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 400px;
  background: #d11516;
  border-radius: 50%;
  filter: blur(150px);
  top: 10%;
  left: 30px;
  opacity: 0.25;
}
.footer::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 400px;
  background: #d11516;
  border-radius: 50%;
  filter: blur(150px);
  bottom: 10%;
  right: 30px;
  opacity: 0.25;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  /* gap: 1.5rem; */
  z-index: 5;
  position: relative;
}
.footer-col {
  flex: 1 1 200px;

  /* border: 1px solid white; */
}
.new-footer-col {
  flex: 1 1 50px !important;
  /* border:1px solid orange; */
}
.brand-col {
  flex: 1.5 1 180px;
  /* border:1px solid yellow; */
  /* padding: 0 !important; */
}
.footer-logo {
  width: 180px;
  height: 130px;
  border-radius: 15px;
  background-color: #ffffff10;
  /* border: 1px solid white; */
  margin-bottom: 30px;
}
.brand-text {
  color: #d1d5db;
  line-height: 1.7;
  max-width: 340px;
  margin-bottom: 1.5rem;
  margin-top: -20px;
}
/* STATS */
.brand-stats {
  display: flex;
  gap: 2rem;
  margin: 1.5rem 0;
}

.brand-stats div h3 {
  font-size: 2.2rem;
  /* margin-bottom: -6px; */
  color: #fff;
}

.brand-stats div p {
  color: #9ca3af;
  font-size: 1rem;
}
/* SOCIAL ICONS */
.social-links {
  display: flex;
  gap: 0.6rem;
}

.social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-decoration: none;
}

.social-links a:hover {
  background: #dc2626;
  transform: translateY(-4px);
}

.social-links i {
  color: #d1d5db;
  font-size: 18px;
}
/* TITLES */
.footer-title {
  font-size: 1.3rem;
  margin-bottom: 1.4rem;
  position: relative;
}
.footer-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 8px;
  background: linear-gradient(to right, red, #700000);
  border-radius: 10px;
}
.footer-title::after :hover {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  margin-top: 8px;
  background: linear-gradient(to right, red, #700000);
  border-radius: 10px;
}
/* LISTS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #bfc3cb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  padding-left: 6px;
  color: #ff6b6b;
}
/* CONTACT GLASS BOX */
.contact-glass {
  background: rgba(255, 0, 0, 0.14);
  background: rgba(80, 0, 0, 0.2);
  border: 1px solid rgba(255, 80, 80, 0.3);
  padding: 1.6rem;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  transition: 0.35s;
  background: rgba(31, 41, 55, 0.3);
  border: 1px solid #1f2937;
  /* flex:0; */
}

.contact-glass:hover {
  /* background: rgba(255, 0, 0, 0.22); */
  transform: translateY(-6px);
}

/* CONTACT ITEMS */
.contact-item {
  display: flex;
align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.contact-item i {
  font-size: 20px;
  color: #ff4c4c;
  padding: 15px;
  border-radius: 50%;
  background: rgba(80, 0, 0, 0.2);
  border: 1px solid rgba(255, 80, 80, 0.3);
}
/* subscribe box */
.subscribe-box {
  width: 100%;
  display: flex;
  text-align: center;
   justify-content:center;
  margin-bottom: 2.2rem;
  margin-top: 5rem;
  z-index: 5;
}
.glass-red {
  width: min(1180px, 100%);
  background: linear-gradient(
    180deg,
    rgba(179, 0, 0, 0.12),
    rgba(179, 0, 0, 0.09)
  );
  border: 1px solid rgba(255, 80, 80, 0.16);
  padding: 18px 20px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* subscribe inner layout */
.subscribe-inner {
   display: flex;
  align-items: center;
  justify-content: center;
  gap:5rem;
  padding: 8px 5px;
  flex-wrap: wrap;
}
.subscribe-left h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.subscribe-left p {
  margin: 6px 0 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
/* form */
.subscribe-form {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.subscribe-form input {
  min-width: 280px;
  padding: 0.78rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  outline: none;
}
.subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.btn-primary {
  color: #fff;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #ff1d1d, #b30000);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(179, 0, 0, 0.25);
}
/* footer-bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
      flex-wrap: nowrap; 
  color: #bfc3cb;
}
.footer-bottom p,
.bottom-links {
  flex-shrink: 0;
}
.footer-bottom p {
  color: #9ca3af;
  font-size: 0.9rem;
}
.bottom-links {
  display: flex;
  gap: 1.5rem;
}
.bottom-links a {
  /* margin-left: 1.5rem; */
  color: #9ca3af;
  transition: 0.3s;
  text-decoration: none;
}

.bottom-links a:hover {
  color: #ff4c4c;
}
/* responsive  */
@media (max-width: 1500px) {
  .new-footer-col {
    flex: 1 1 150px !important;
    text-align: center;
  }
  .footer-title::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    margin-top: 8px;
    background: linear-gradient(to right, red, #700000);
    border-radius: 10px;
    margin-left: 70px;
  }
}
@media (max-width:1440px) and (min-width:1354px) {
   .new-footer-col {
    flex:1 1 130px;
    margin:50px 15px 0 10px;
    /* border: 1px solid orange; */
   }
  .contact-glass {
    margin-top:1rem;
  }
}
@media (max-width: 1400px) {
  .new-footer-col {
    flex: 1 1 150px !important;
    text-align: center;
  }
}
@media (max-width: 1340px) {
  .git-box {
    margin-top: 50px;
  }
  .subscribe-inner {
    gap: 1rem;
  }

}
@media (max-width: 1040px) {
  .new-footer-col {
    margin-top: 50px;
  }
  .footer-title::after {
    display: none;
  }
}
/* @media (max-width: 1040px) and (min-width: 880px) {
  .git-box {
    margin-top: 10px;
    border:1px solid orange;
  }
} */
@media (max-width: 890px) and (min-width: 700px) {
  .new-footer-col {
    text-align: center;
  }
}
@media (max-width: 754px) {
  .glass-red {
    background: none;
    border: none;

  }

}
@media (max-width: 420px) {
  .brand-stats {
    flex-wrap: wrap;
  }
}
@media (max-width:800px){
    .subscribe-form {
    flex-wrap: wrap; 
}
.btn-primary, .subscribe-form input{
  width:100%;
}
}

@media (max-width:465px) {
  .new-footer-col{
     text-align: left;
    width: 100%;
     flex: 0 0 100%;
    white-space: nowrap;
  }
}
@media (max-width: 710px) {
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width:362px){
  .new-footer-col{
    margin-right:90px;
  }
}
@media (max-width:330px){
  .btn-primary{
  width:100%;
}
.subscribe-form input{
  min-width: 200px;
}
}

