body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #00C9FF, #92FE9D);
  overflow-x: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.logo {
  max-width: 100px;
  margin-bottom: 20px;
}
.navbar {
  background-color: rgba(63, 132, 207, 0.9);
  /* Semi-transparent blue background */
  color: white;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  padding-left: 53p;
}
.navbar-brand {
  font-size: 1.5em;
  color: rgb(12, 169, 221);
}
.navbar-toggler {
  border-color: white;
}
.navbar-toggler-icon {}
.navbar-nav .nav-link {
  color: #3b82f6;
  margin: 0 5px;
  transition: color 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #FFD700;
}
.form-control {
  width: 205px;
}
.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.table {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.table th,
.table td {
  text-align: center;
  padding: 15px;
}
.table th {
  background-color: #FFD700;
  color: white;
}
.table tbody tr:hover {
  background-color: #f0f0f0;
}
h1,
h2,
h4 {
  color: white;
}
.btn-outline-success {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  transition: background-color 0.3s;
}
.btn-outline-success:hover {
  background-color: #218838;
  border-color: #218838;
  color: white;
}
/* Background Decorations */
.circle {
  position: absolute;
  background-color: #FFD700;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: float 5s ease-in-out infinite alternate, colorChange 3s infinite alternate;
}
@keyframes float {
  from {
    transform: translateY(0);
  }
to {
    transform: translateY(-20px);
  }
}
@keyframes colorChange {
  from {
    background-color: #FFD700;
  }

  to {
    background-color: #FF4500;
  }
}
/* Add more decorations as needed */
/* === removing default button style ===*/
.button {
  margin: 0;
  height: auto;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
/* button styling */
.button {
  --border-right: 10px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 5em;
  letter-spacing: 6px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--text-stroke-color);
}
/* this is the text, when you hover on button */
.hover-text {
  position: absolute;
  box-sizing: border-box;
  content: attr(data-text);
  color: var(--animation-color);
  width: 0%;
  inset: 0;
  border-right: var(--border-right) solid var(--animation-color);
  overflow: hidden;
  transition: 0.5s;
  -webkit-text-stroke: 1px var(--animation-color);
}
/* hover */
.button:hover .hover-text {
  width: 100%;
  filter: drop-shadow(0 0 23px var(--animation-color))
}
.cube-loader {
  position: relative;
  /* u can choose any size */
  width: 75px;
  height: 75px;
  transform-style: preserve-3d;
  transform: rotateX(-30deg);
  animation: animate 4s linear infinite;
}
#wd {
  --border-right: 10px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 4em;
  letter-spacing: 6px;
  text-decoration: none;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 3px var(--text-stroke-color);
}
#home {}
.sp {
  color: deepskyblue;
}
.nn {
  color: #701d94;
  background-color: rgb(242, 242, 255);
  font-weight: bold;
}
.emdd {}
.cardContainer1 {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card20 {
  position: relative;
  width: 220px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background-color: rgba(65, 65, 65, 0.308);
  border: 1px solid rgba(255, 255, 255, 0.089);
  cursor: pointer;
}
.cityC {
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 1.2px;
  color: white;
}
.weatherW {
  font-weight: 500;
  font-size: 0.7em;
  letter-spacing: 1.2px;
  color: rgb(197, 197, 197);
}
.tempT {
  font-size: 1.8em;
  color: white;
}
.minmaxContainerW {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minM,
.maxM {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0px 20px;
  gap: 4px;
}
.maxM {
  align-items: flex-start;
  border-left: 2px solid white;
}
.maxHeadingH,
.minHeadingH {
  font-size: 0.7em;
  font-weight: 600;
  color: white;
}
.maxTempM,
.minTempM {
  font-size: 0.6em;
  font-weight: 500;
  color: rgb(197, 197, 197);
}
.cardContainer1::before {
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  background-color: rgb(144, 161, 255);
  z-index: -1;
  border-radius: 50%;
  left: 100px;
  top: 50px;
  transition: all 1s;
}
.cardContainer1:hover::before {
  transform: translate(-50px, 50px);
}
.container20 {
  width: 1338px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.container20 .card205 {
  position: relative;
  cursor: pointer;
}
.container20 .card205 .face20 {
  width: 300px;
  height: 200px;
  transition: 0.5s;
}
.container20 .card205 .face20.face120 {
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}
.container20 .card205:hover .face20.face120 {
  background: #ff0057;
  transform: translateY(0);
}
.container20 .card205 .face20.face120 .content20 {
  opacity: 0.2;
  transition: 0.5s;
}
.container20 .card205:hover .face20.face120 .content20 {
  opacity: 1;
}
.container20 .card205 .face20.face120 .content20 img {
  max-width: 100px;
}
.container20 .card205 .face20.face120 .content20 h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.container20 .card205 .face20.face220 {
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}
.container20 .card205:hover .face20.face220 {
  transform: translateY(0);
}
.container20 .card205 .face20.face220.content20 p {
  margin: 0;
  padding: 0;
}
.container20 .card205 .face20.face220 .content20 a {
  margin: 15px 0 0;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}
.container20 .card205 .face20.face220 .content20 a:hover {
  background: #333;
  color: whitesmoke;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.navbar-nav {
  padding-left: 9px;
}
:root {
  --hs: 225, 100%;
  --paper: hsl(var(--hs), 25%);
  --highlight: hsl(var(--hs), 45%);
  --shadow: hsl(var(--hs), 15%);
}
#aqiw {
  font-family: "Titillium Web", sans-serif;
  font-size: clamp(7rem, 2vw + 1rem, 20rem);
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  grid-template-areas: "text";
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-image: linear-gradient(305deg, tomato, gold, cyan);
  margin: 0;
&>*,
  &::after {
    grid-area: text;
  }
&::after {
    content: attr(data-text);
    color: var(--paper);
    transform: translate(0.1em, 0.1em);
    filter: drop-shadow(0.015em 0.015em 0.025em var(--shadow));
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(var(--highlight), var(--paper));
  }
}
#rose {
--border-right: 10px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 6em;
  letter-spacing: 3px;
  text-decoration: overline;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 5px var(--text-stroke-color);
}
#aqiall {
  --border-right: 2px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 4em;
  letter-spacing: 3px;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 2px var(--text-stroke-color);
}
#lineker {
  --border-right: 10px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 6em;
  letter-spacing: 3px;
  text-decoration: overline;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 5px var(--text-stroke-color);
}
#overall_aqi {
  --border-right: 10px;
  --text-stroke-color: rgba(60, 215, 242, 0.897);
  --animation-color: #80ff37;
  --fs-size: 1em;
  letter-spacing: 3px;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 5px var(--text-stroke-color);
}
/* Apply styling to the footer container */
.footo {
  background-color:linear-gradient(305deg, tomato, gold, cyan); /* Background color for the footer */
  color: #000000; /* Text color */
  padding: 20px;
  padding-left: 50px /* Padding inside the footer container */
}
/* Style the header within the footer */
.footo h1 {
  font-size: 34px; /* Adjust the font size as needed */
 }
/* Style paragraphs within the footer */
.footo p {
  line-height: 1.5; /* Adjust the line height for better readability */
}
/* Style headings within the footer */
.footo h2 {
  color: #ffd700; /* Custom color for headings */
}
/* Style the strong elements within the footer */
.footo strong {
  font-weight: bold; /* Make strong elements bold */
}
/* Style the unordered list within the footer */
.footo ul {
  list-style-type: none; /* Remove default list styles */
  padding-left: 0; /* Remove default padding for lists */
}
/* Style list items within the footer */
.footo li {
  margin-bottom: 10px; /* Adjust the spacing between list items */
}
/* Add a bottom border to list items for separation */
.footo li:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
/* Style the link within the footer */
.footo a {
  color: #ffd700; /* Set link color */
  text-decoration: none; /* Remove default underline */
  font-weight: bold; /* Make links bold */
}
/* Change link color on hover */
.footo a:hover {
  color: #0cea00;
}
.overlineod{
  text-decoration: underline;
}
.overlineodd{
  text-decoration: overline;
}
#yourulti{
  --border-right: 2px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 3.1em;
  letter-spacing: 3px;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 2px var(--text-stroke-color);
}
#paradeco{
  --border-right: 2px;
  --text-stroke-color: rgba(255, 255, 255, 0.6);
  --animation-color: #80ff37;
  --fs-size: 1.5em;
  letter-spacing: 3px;
  font-size: var(--fs-size);
  font-family: "Arial";
  position: relative;
  text-transform: uppercase;
  color: transparent;
  text-align: center;
  -webkit-text-stroke: 1.3px var(--text-stroke-color);
}
.retrod{
}
.loker{
  color: #5a5a5a;
}