body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}
/* Latest Videos Section */
/* Latest Videos Section */
.latest-videos {
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.latest-videos h2 {
  font-size: 24px;
  color: #041B66;
  margin-bottom: 20px;
}

/* Card Styles */
.card {
  display: flex;
  flex-direction: column;
  width: 300px; /* Adjust width as needed */
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.08),
              -4px -4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  padding: 10px;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1),
              -4px -4px 12px rgba(0, 0, 0, 0.08);
}

/* Video Container with 16:9 Aspect Ratio */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  overflow: hidden;
  border-radius: 10px;
  background-color: #000; /* Optional: Background for the video container */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.card-title {
  margin: 10px 0;
  font-size: 17px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
              "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 600;
  color: #1797b8;
  cursor: default;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.card-des {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin: 0;
  font-size: 13px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
              "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #1797b8;
  cursor: default;
}

.card-btn {
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
              "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #12bde7;
  width: 25px;
  height: 25px;
  max-height: 25px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  gap: 1px;
  box-sizing: border-box;
  padding-left: 5px;
  margin-top: 8px;
}

.card-btn:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
  width: 100%;
  border-radius: 8px;
  height: 30px;
  gap: 10px;
  padding: 0;
}

.card-btn-text {
  opacity: 0;
  font-size: 1px;
  font-weight: 500;
  transition: all ease-in-out 0.5s;
}

.card-btn:hover > .card-btn-text {
  opacity: 1;
  font-size: 15px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

.close:hover {
  color: #000;
}
/* watch video full button */ 
/* From Uiverse.io by vikramsinghnegi */ 
button.youtube-button {
  font-family: inherit;
  font-size: 15x;
  background: linear-gradient(to bottom, #ff0000 0%, #ff5050 100%);
  color: white;
  padding: 0.8em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

button.youtube-button:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

button.youtube-button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

button.youtube-button span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

button.youtube-button svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

button.youtube-button .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

button.youtube-button:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

button.youtube-button:hover svg {
  transform: rotate(45deg);
}

/* donate button */ 
/* From Uiverse.io by LilaRest */
.donate-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 22px 20px 25px;
  box-shadow: rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background-color: #e8e8e8;
  border-color: #ffe2e2;
  border-style: solid;
  border-width: 9px;
  border-radius: 35px;
  font-size: 25px;
  font-weight: 900;
  color: rgb(134, 124, 124);
  font-family: monospace;
  transition: transform 400ms cubic-bezier(.68,-0.55,.27,2.5), 
  border-color 400ms ease-in-out,
  background-color 400ms ease-in-out;
  word-spacing: -2px;
  text-decoration: none; /* Remove underline from link */
}

@keyframes movingBorders {
  0% {
    border-color: #fce4e4;
  }

  50% {
    border-color: #ffd8d8;
  }

  90% {
    border-color: #fce4e4;
  }
}

.donate-button:hover {
  background-color: #eee;
  transform: scale(105%);
  animation: movingBorders 3s infinite;
}

.donate-button svg {
  fill: rgb(255, 110, 110);
  margin-left: 13px;
}

@keyframes beatingHeart {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.15);
  }

  30% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.15);
  }

  60% {
    transform: scale(1);
  }
}

.donate-button:hover svg {
  transform: scale(105%);
  border-color: #ffd8d8;
  animation: beatingHeart 1.2s infinite;
}

      /* Image container */
@keyframes fadeInScale {
    0% { opacity: 0; transform: scale(0.8); }
    100% { opacity: 1; transform: scale(1); }
}



/* Featured Projects */
.featured-projects {
    padding: 2rem;
    background-color: #fff;
    text-align: center;
}

.project-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.project-card {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 1rem;
    width: 300px;
    text-align: center;
}
.project-card h3 {
    margin: 1rem 0;
}

.project-card .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #ff6f61;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.project-card .btn:hover {
    background-color: #e65a50;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #051855;
  color: #fff;
}

.navbar .logo img {
  height: 40px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-links li a:hover, .nav-links li a.active {
  color: #ffde59;
}

#home-content {
  text-align: center;
  padding: 50px 20px;
}

#home-content h1 {
  color: #041b66;
  font-size: 2.5rem;
}

#home-content p {
  font-size: 1.2rem;
  margin-top: 10px;
  line-height: 1.6;
}

footer {
  text-align: center;
  padding: 10px 0;
  background-color: #001148;
  color: #fff;
}

/* Logos Section */
.logos {
  margin-top: 50px;
}

.logos h2 {
  margin-bottom: 20px;
  color: #333;
}
/* Hero Section */
  .hero {
    text-align: center;
    padding: 300px 50px;
    background: linear-gradient(135deg, #6a11cb, #2575fc, #ff6f61, #2c3e50);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
    color: white;
    position: relative;
    overflow: hidden;
  }

  .hero h1 {
    font-size: 3.5rem;
    margin: 0;
    animation: fadeIn 2s ease-in-out;
  }

  .hero p {
    font-size: 1.5rem;
    margin: 20px 0;
    animation: fadeIn 2.5s ease-in-out;
  }

/* Circular container for logos */
.logos-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.logos-container .logo-item {
  width: 100px;                /* Diameter of the circle */
  height: 100px;               /* Diameter of the circle */
  border-radius: 50%;          /* Makes the container circular */
  display: flex;               /* Centers content inside */
  justify-content: center;     /* Centers content horizontally */
  align-items: center;         /* Centers content vertically */
  background-color: #fff;      /* Circle background */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  overflow: hidden;            /* Ensures content stays inside the circle */
}

.logos-container img {
  width: 80%;                  /* Adjust size to fit within the circle */
  height: 80%;                 /* Maintain proportions within the circle */
  object-fit: contain;         /* Ensures logos are not distorted */
}

.video-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.video-item .text-content {
  flex: 1;
  padding: 15px;
}

.video-item .video-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

.video-item button {
  margin-top: 10px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}

ul li a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.navbar .logo {
  width: 50px;                /* Diameter of the circle */
  height: 50px;               /* Diameter of the circle */
  border-radius: 50%;         /* Makes the container circular */
  overflow: hidden;           /* Ensures the image doesn't overflow */
  display: flex;              /* Centers the image inside */
  justify-content: center;    /* Centers horizontally */
  align-items: center;        /* Centers vertically */
  background-color: #fff;     /* Optional: Background color for the circle */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}

.navbar .logo img {
  width: 100%;                /* Makes the image fill the circular container */
  height: 100%;               /* Ensures the image fills the container */
  object-fit: cover;          /* Ensures the image covers the circle perfectly */
}
  /* Gradient Animation */
  @keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

h1, h2 {
  color: #041b66;
}

p {
  line-height: 1.6;
}

/* Navigation Bar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #051855;
  color: #fff;
}

.navbar .logo {
  width: 50px;                /* Diameter of the circle */
  height: 50px;               /* Diameter of the circle */
  border-radius: 50%;         /* Makes the container circular */
  overflow: hidden;           /* Ensures the image doesn't overflow */
  display: flex;              /* Centers the image inside */
  justify-content: center;    /* Centers horizontally */
  align-items: center;        /* Centers vertically */
  background-color: #fff;     /* Optional: Background color for the circle */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}

.navbar .logo img {
  width: 100%;                /* Makes the image fill the circular container */
  height: 100%;               /* Ensures the image fills the container */
  object-fit: cover;          /* Ensures the image covers the circle perfectly */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-links li a:hover, .nav-links li a.active {
  color: #ffde59;
}

/* About Section */
#about {
  padding: 50px 20px;
  background-color: #ffffff;
}

.about-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-container h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.about-container p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.about-container h2 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.about-container ul {
  list-style: none;
  padding: 0;
}

.about-container ul li {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Footer */
footer {
  text-align: center;
  padding: 10px 0;
  background-color: #001148;
  color: #fff;
}
/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

h1, h2 {
  color: #041b66;
}

p {
  line-height: 1.6;
}

/* Navigation Bar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #001148;
  color: #fff;
}

.navbar .logo {
  width: 50px;                /* Diameter of the circle */
  height: 50px;               /* Diameter of the circle */
  border-radius: 50%;         /* Makes the container circular */
  overflow: hidden;           /* Ensures the image doesn't overflow */
  display: flex;              /* Centers the image inside */
  justify-content: center;    /* Centers horizontally */
  align-items: center;        /* Centers vertically */
  background-color: #fff;     /* Optional: Background color for the circle */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}

.navbar .logo img {
  width: 100%;                /* Makes the image fill the circular container */
  height: 100%;               /* Ensures the image fills the container */
  object-fit: cover;          /* Ensures the image covers the circle perfectly */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.nav-links li a:hover, .nav-links li a.active {
  color: #ffde59;
}

/* Contact Section */
#contact {
  padding: 50px 20px;
  background-color: #ffffff;
}

.contact-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-container h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.contact-container p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-details h2 {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.contact-details ul {
  list-style: none;
  padding: 0;
}

.contact-details ul li {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contact-details ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.contact-details ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

form label {
  font-weight: 600;
}

form input, form textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

form button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #051855;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

form button:hover {
  background-color: #ffde59;
}

/* Footer */
footer {
  text-align: center;
  padding: 10px 0;
  background-color: #001148;
  color: #fff;
}
/* button */
/* From Uiverse.io by andrew-demchenk0 */ 
button {
  position: relative;
  width: 130px;
  height: 35px;
  border-radius: 30px;
  background-color: white;
  border: 1px #cd201f solid;
  overflow: hidden;
}

.text1 {
  font-size: 15px;
  font-weight: 600;
  margin-left: 22%;
}

.text2 {
  position: absolute;
  top: 22%;
  left: -88px;
  font-weight: 700;
  font-size: 13px;
  color: white;
}

.icon {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}

.icon::before {
  position: absolute;
  left: -100px;
  top: 0;
  z-index: -1;
  content: '';
  width: 130px;
  height: 35px;
  border-radius: 30px;
  background-color: #cd201f;
}

button:hover .icon {
  transform: translateX(96px);
  transition: transform 0.5s;
}

button:hover .text2 {
  transform: translateX(100px);
  transition: transform 0.6s;
}

button:active {
  transform: scale(1.03);
}

#giveaway-alert {
  background-color: #ffde59;
  color: #333;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  z-index: 100;
}

#giveaway-alert p {
  margin: 0;
}

#giveaway-alert #close-alert {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

#giveaway-alert #close-alert:hover {
  color: #ff0000;
}
/* Article Content Styles */
#article-content {
  padding: 20px;
  margin: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#article-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.article-meta {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

#article-content h2 {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

#article-content h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

#article-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

#article-content ul {
  margin-bottom: 20px;
}

#article-content ul li {
  margin-bottom: 10px;
}

#article-content pre {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 5px;
  overflow-x: auto;
  margin-bottom: 20px;
}

#article-content code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9rem;
  color: #333;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Caption for Images */
.img-caption {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
  margin-top: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
}

/* Navigation Bar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #001148;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar .logo img {
  height: 50px;
  width: auto;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: all 0.3s ease;
}

/* Navigation Links */
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 15px;
  transition: background-color 0.3s, color 0.3s;
}

.nav-links a:hover {
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
}

.nav-links .active {
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
}

/* Dropdown Menu */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #aac8f9;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(33, 33, 33, 0.2);
  z-index: 1;
  border-radius: 5px;
  top: 100%;
  left: 0;
}

.dropdown-content a {
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #007bff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .nav-links.active {
    display: flex;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}
/* From Uiverse.io by vinodjangid07 */
.button {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background-color: rgb(161, 255, 20);
  border-radius: 30px;
  color: rgb(19, 19, 19);
  font-weight: 600;
  border: none;
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
  padding-left: 8px;
  transition-duration: .5s;
}

.svgIcon {
  height: 25px;
  transition-duration: 1.5s;
}

.bell path {
  fill: rgb(19, 19, 19);
}

.button:hover {
  background-color: rgb(192, 255, 20);
  transition-duration: .5s;
}

.button:active {
  transform: scale(0.97);
  transition-duration: .2s;
}

.button:hover .svgIcon {
  transform: rotate(250deg);
  transition-duration: 1.5s;
}
/* Flex Container for Video and Button */
.video-button-container {
  display: flex;
  align-items: center; /* Vertically center the button */
  gap: 5px; /* Space between video and button */
  margin-top: 5px;
}

/* Video Container */
.video-container {
  flex: 1;
  position: relative;
  width: 100%;
  max-width: 600px; /* Adjust this value to control the maximum width */
  aspect-ratio: 16 / 9; /* Ensures a 16:9 aspect ratio */
  margin: 0 auto; /* Center the video container */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

