* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    background: #111; /* Light black */
    font-family: sans-serif, Arial, Helvetica, sans-serif;
    z-index: 0;
    position: relative;
  }


  #background, #glares {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: -11px;
    z-index: -2;
}

  
.navbar_item a {
    color: #fff;
    text-decoration: none; 
    font-weight: 700;
}

.navbar_container {
    display: flex;
    gap: 75px;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.navbar {
    border: 1px solid #656565;
    max-width: 650px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 20px;
    background-color: #151515;
}

.navbar_button {
    font-size: 20px;
    background-color: #7289da;
    padding: 7px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
}

.navbar_button:hover {
    background-color: #4b70f5;
    transform: scale(1.1);
}

.navspan {
  margin-right: 5px;
  font-size: 17px;
}

@media (max-width: 550px) {
  .navbar_container {
    gap: 20px;
    font-size: 15px;
  }

  .navbar {
    width: 80%;
  }

  .navspan {
    display: none;
  }
}

.wawg1 {
    color: #fff;
    margin-top: 50px;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;


}

.wawg1 p {
    margin: 20px auto;
    max-width: 600px;
    color: #d4d4d8;
    padding: 0 20px;
}

.wawg1 h1 {
    max-width: 500px;
    margin: 0 auto;
}

.wawg1 h1 span {
    background: linear-gradient(135deg, #ff8a8a, #ffffff, #ff8a8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.carousel {
    position: relative;
    width: 60%;
    height: 400px;
    margin: 0  auto;
  }

  .card {
    position: absolute;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    width: 250px;
    padding: 20px;
    background: #151515;
    border: 1px solid #ff5f5f;
    border-radius: 20px;
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 -5px 13px -10px #ff0000;
    font-size: 20px; /* <- Smaller font, matches better to 30px icon */
    opacity: 0;
  }

  .card-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* spacing between icon and text */
  }
  

  .card i {
    width: 30px;
    height: 30px;
    display: flex; /* center icon inside */
    align-items: center;
    justify-content: center;
    
    border: 1px solid #ffffff; /* thin sharp border same as card */
    background-color: #ff5f5f;
    border-radius: 10px;
  
    font-size: 16px;
    color: #111; /* icon color to match */
    
    /* subtle inner glow at top-right */
    box-shadow: inset 2px -2px 4px rgba(255, 138, 138, 0.6);
  }
  



.review {
    display: flex;
    width: 300px;
    padding-top: 10px;
    color: #d4d4d8;
}

h2 {
    text-align: center;
    color: white;
    padding-bottom: 20px;
    font-size: 2rem;
}

.slidecarousel-container {
    position: relative;
    width: 80%;
    overflow: hidden;
    margin: 20px auto;
  }
  
  .slidecarousel-track {
    display: flex;
    will-change: transform;
  }
  
  .slidecard {
    background-color: #111;
    width: 300px;
    margin: 0 10px;
    color: white;
    font-size: 1rem;
    text-align: left; /* Change from center to left */
    padding: 15px;
    height: 150px; /* Allow cards to grow */
    border-radius: 10px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .user-info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .revimg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .user {
    margin: 0;
    font-weight: bold;
  }
  
  .review {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  
  
  .blur {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
  
  .blur-left {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
  }
  
  .blur-right {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
  }
  
/* RESPONSIVE: smaller screens */
@media (max-width: 900px) {
    .slidecarousel-container {
      width: 90%; /* Make the container wider on small screens */
    }
  }
  
  @media (max-width: 600px) {
    .slidecarousel-container {
      width: 100%; /* Full width on very small screens */
    }
  }


.revimg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

h2 span {
    color: #ff8a8a;
}

.cmds {
    color: #ff8a8a;
    margin: 75px auto 15px auto; /* 75% of 100px/20px */
    font-size: 30px; /* 75% of 40px */
    padding: 15px; /* 75% of 20px */
    border-radius: 50%;
    border: 1px solid #656565;
    background: linear-gradient(45deg, red, #222, #111, #222, red);
    width: 75px; /* 75% of 100px */
    height: 75px; /* 75% of 100px */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}





.wawg2 {
    color: #fff;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;


}

.wawg2 p {
    margin: 20px auto;
    max-width: 600px;
    color: #d4d4d8;
    padding: 0 20px;
}

.wawg2 h1 {
    max-width: 600px;
    margin: 0 auto;
}

.wawg2 span {
    color: #ff8a8a;
}

.cmds_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* <-- add some clean space between text and icon */
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #656565;
    color: hsl(0, 0%, 100%);
    background: radial-gradient(circle at 30% 30%, rgba(255, 127, 127, 0.555) 0%, #222 40%);
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 10px auto 50px auto;
}

.cmds_btn i {
    font-size: 16px; /* slightly smaller so it matches the text better */
    transform: translateY(1px); /* tiny vertical adjustment */
}

.cmds_btn:hover {
    transform: scale(1.05);
}

.cmds_btn span {
    color: #ff8a8a;
}


.features {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.feature {
  width: 250px;
  height: 160px;
  padding: 15px;
  border: 1px solid #656565;
  border-radius: 20px;
  margin: 10px;
  background-color: #151515;
  position: relative;
  overflow: hidden; /* Ensures glare doesn't overflow the box */
  opacity: 0;
  transition: opacity 0.6s ease;
}

.feature.show {
  opacity: 1;
}

.feature::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px; /* Adjust size as needed */
  height: 75px;
  background-color: rgba(255, 138, 138, 0.65); /* Pinkish glare color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px); /* Blurring the circle to create the glare */
  z-index: 0;
}

.features_icon,
.features_name,
.features_info {
  position: relative; /* Ensure text stays on top of the glare */
  z-index: 1;
}

.features_icon {
  color: #ff8a8a;
  line-height: 0;
  height: 40px;
  width: 40px;
  font-size: 20px;
  padding: 2px;
  border: 1px solid;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #741212;
}

.features_name {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
}

.features_info {
  color: #d4d4d8;
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 10px;
}


.hr1 {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
.hr1:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: #111;
}


.mods {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.mod {
  color: #ff8a8a;
  font-size: 30px; /* 75% of 40px */
  margin: 30px 10px 20px 10px;
  padding: 15px; /* 75% of 20px */
  border-radius: 50%;
  border: 1px solid #656565;
  background: linear-gradient(45deg, red, #222, #111, #222, red);
  width: 75px; /* 75% of 100px */
  height: 75px; /* 75% of 100px */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.m1 {
  font-size: 30px;
  width: 75px;
  height: 75px;
}

.m2 {
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.m3 {
  font-size: 10px;
  width: 25px;
  height: 25px;
}






.boxes {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.box1 {
  width: 300px;
  height: 450px;
  padding: 15px;
  border: 1px solid #656565;
  border-radius: 20px;
  margin: 10px;
  background-color: #151515;
  position: relative;
  overflow: hidden; /* Ensures glare doesn't overflow the box */
  opacity: 0;
  transition: opacity 0.6s ease;
}

.box1.show {
  opacity: 1;
}

.box1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px; /* Adjust size as needed */
  height: 75px;
  background-color: rgba(255, 138, 138, 0.65); /* Pinkish glare color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px); /* Blurring the circle to create the glare */
  z-index: 0;
}

.box1_pic,
.box1_name,
.box1_icon,
.box1_info {
  position: relative; /* Ensure text stays on top of the glare */
  z-index: 1;
}

.box1_pic {
  height: auto;
  width: 100%;
  max-width: 270px; /* keeps it a nice size inside 300px box */
  display: block;
  margin: 10px auto 0 auto; /* center horizontally */
}

.econ {
  height: 250px;
  width: 250px;
}


.box1_icon {
  color: #ff8a8a;
  line-height: 0;
  height: 40px;
  width: 40px;
  font-size: 20px;
  padding: 2px;
  border: 1px solid;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #741212;
}

.box1_name {
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
}

.box1_info {
  color: #d4d4d8;
  font-size: 13px;
  margin-top: 10px;
  padding-bottom: 10px;
}






.gs {
  max-width: 400px;
  height: 300px;
  padding: 15px;
  border: 1px solid #656565;
  border-radius: 20px;
  margin: 10px auto;
  background-color: #151515;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;

  display: flex;           /* ADD */
  align-items: center;     /* ADD */
  justify-content: center; /* ADD */
}

.gs.show {
  opacity: 1;
}

.gs::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px; /* Adjust size as needed */
  height: 75px;
  background-color: rgba(255, 138, 138, 0.25); /* Pinkish glare color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(100px); /* Blurring the circle to create the glare */
  z-index: 0;
}

.gs
.btn_gs {
  position: relative; /* Ensure text stays on top of the glare */
  z-index: 1;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
  width: fit-content; /* <<< THIS IS THE FIX */
}

.btn_gs {
  width: 150px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  background-color: #1a1a1a;
  border: 1px #ff8a8a solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn_gs a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn_gs a i {
  color: #ff4c4c;
  font-size: 16px;
}


.h1 {
  margin-bottom: 30px;
  margin-top: -20px;
}

.btn_gs:hover {
  background-color: #222;
  transform: scale(1.1);
  cursor: pointer;
}

.pl {
  padding-left: 25px;
}






















































footer {
  border-top: 1px solid #656565;
  height: 200px;
  margin-top: 50px;
  color: white;
  display: flex;
  padding: 50px 50px 50px 0;
  gap: 100px;
  justify-content: center;
  background-color: #151515;
}

.footer_navbars {
  display: flex;
  gap: 100px;
}

.f1 a {
  text-decoration: none;
  color: #d4d4d8;
}

.footlist {
  list-style: none;
}

.f1t {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: white;
  font-weight: 700;
}

.f1 {
  margin-bottom: 10px;
}

.footlogo {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}

.allrights {
  font-size: 12px;
  margin-top: 10px;
  color: white;
}

@media (max-width: 500px) {
  footer {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    height: auto;
    gap: 40px;
    text-align: center;
  }

  .footer_navbars {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .f1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footlogo {
    margin: 0 auto;
  }
}



