@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Page load animation */
@keyframes pageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply to entire page content */
body {
  animation: pageFadeIn 1s ease-out forwards;
  opacity: 0; /* Start hidden */
}

body {
  height: 50vh;
  overflow-x: hidden;
}
.navbar {
  overflow: hidden;
  background-color: transparent;
  font-family: "Montserrat";
  justify-content: center;
  width: 100%;
}


.navbar img {
    height: 50px;
    float: left;
    padding-right: 30%;
    margin-left: 1%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 1s ease;
}


/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  color: #61A0FF;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1A2433;
  border-radius: 5px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: 1s ease;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #61A0FF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: 1s ease;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #383F4E;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.social {
    background-color: #4E89E1;
    border: none;
    border-radius: 100px;
    font-family: "Montserrat";
    font-size: 20px;
    color: white;
    padding: 3px 12px;
    margin-top: -5%;
    margin-left: 552%;
    font-weight: bold;
    transition: 1s ease;
}

.social:hover {
    background-color: black;
    box-shadow: 0px 0px 2px black;
    transform: translateY(-2px); /* Move up 5px */
}

.shop-btn {
    background-color: #4E89E1;
    border: none;
    border-radius: 100px;
    font-family: "Montserrat";
    font-size: 20px;
    color: white;
    padding: 3px 12px;
    margin-top: -5%;
    margin-left: 410%;
    font-weight: bold;
    transition: 1s ease;
}

.shop-btn:hover {
    background-color: black;
    box-shadow: 0px 0px 2px black;
    transform: translateY(-2px); /* Move up 5px */
}

.home-section img {
    display: block;
    width: 100.9%;
    height: auto;
    margin-left: -0.5%;
}

.mid {
    background-color: black;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 100.9%;
    margin-left: -0.5%;
}

.middle-section {
    background-color: #1D2635;
    border: 2px solid #2A3445;
    font-family: "Montserrat";
    color: white;
    text-align: center;
    width: 50%;
    margin-left: 3%;
    margin-top: 4%;       
    padding-top: 3%;       
    padding-bottom: 3%;    
    border-radius: 5px;
    box-shadow: 0px 0px 5px black;
}

.mid img {
  width: 30%;
  margin-left: 63%;
  margin-top: -26%;
  border: 2px solid white;
  border-radius: 100%;
}

.middle-section h1 {
    padding-top: 1px;
}
.middle-section p {
    line-height: 2em;
    font-size: 20px;
}

.moments {
  margin-left: 8%;
}
.hightlights {
  background-color: linear-gradient(rgb(139, 139, 139), rgb(24, 24, 24));
  width: 100%;
}

.moments {
  background-color: #0F1627;
  margin-left: -1%;
  margin-top: -1.2%;
  width: 101.4%;
}

.moments h1 {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  padding-top: 5%;
}

.moments h3 {
  font-family: "Montserrat";
  font-size: 20px;
  text-align: center;
  color: silver;
  font-weight: 200;
}
.highlights div {
   display: inline-block;
   background-color: #444F61;
   padding: 110px;
   margin-left: 6%;
   margin-top: 2%;
   border: 3px solid #343f52;
   border-radius: 10px;
   margin-bottom: 5%;
   font-family: "Montserrat";
   text-align: center;
   color: silver;
   transition: 1s ease;
}

.highlights div:hover {
  border: 4px solid #4E89E1;
  box-shadow: 0px 0px 20px #343f52;
  transform: translateY(-6px); /* Move up 5px */
}

/*new section*/

.team-images {
  display: flex;
  justify-content: center;
  gap: 7%;
  margin-top: 20px;
  padding-top: 3%;
}

.team {
  text-align: center;
  padding-bottom: 10%;
}

.team img {
  width: 100%;               /* Keep at 100% of container */
  max-width: 430px;          /* Increased from 250px */
  height: auto;              /* Keeps aspect ratio */
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  transition: 1s ease;
}


.team img:hover {
  border: 4px solid #4E89E1;
  box-shadow: 0px 0px 20px #343f52;
  scale: 1.1;
  filter: saturate(0);
}

.video {
  font-family: "Montserrat";
  background-color: rgb(22, 22, 22);
  padding: 5px 20px;
}

.video-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.card {
  background-color: #161b22;
  border-radius: 8px;
  overflow: hidden;
  width: 400px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 60px;
  position: relative;
  transition: 0.3s ease;
}

.video-placeholder {
  background-color: #0d1117;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.play-button {
  background-color: #2f80ed;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  cursor: not-allowed;
}

.video-placeholder p {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Montserrat";
  color: white;
}

.duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Montserrat";
  color: white;
}

.card-footer {
  padding: 16px;
  border-top: 1px solid #1e242c;
}

.card-footer h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.card-footer .label {
  margin-top: 6px;
  font-size: 12px;
  color: #3b82f6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card:hover {
  transform: scale(1.05);
  border: 2px solid #3b82f6;
  box-shadow: 0px 0px 5px #3b82f6;
}

.video strong {
  color: #4e90fa;
  font-weight: 700;
}

a {
  color: #ccc;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.footer {
  background-color: #0d1117;
  padding: 40px 20px 20px 20px;
  color: #d1d5db;
  font-family: "Montserrat";
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  border-bottom: 1px solid #2c2f33;
  padding-bottom: 30px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 15px;
}

.footer-column h2,
.footer-column h3 {
  color: #3b82f6;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-column i {
  margin-right: 10px;
}

.social-icons a {
  color: #d1d5db;
  font-size: 20px;
  margin-right: 15px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #2563eb;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 20px auto 0;
  font-size: 14px;
  color: #aaa;
  padding-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }
}

.whoarewe img {
  width: 100vw;
  height: auto;
  margin-left: -1%;
}

.our-story {
  margin-top: -3%;
}

.descrip {
  background-color: black;
  width: 99.8vw; /* full width of the viewport */
  padding: 5% 0;
  margin: -1%; /* remove any default spacing */
}

.content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 0 5%; /* reduce side padding for more width */
  flex-wrap: wrap;
}

.descrip img {
  width: 30%;
  max-width: 550px;
  height: auto;
  border: 2px solid white;
  border-radius: 100%;
  margin-right: 15%;
}

.text-content {
  color: white;
  font-family: "Montserrat";
  max-width: 50%;
}

.text-content h1 {
  font-size: 40px;
  text-align: left;
  margin-bottom: 1rem;
}

.text-content pre {
  font-size: 18px;
  font-family: "Montserrat";
  line-height: 1.6;
  text-align: left;
  white-space: pre-wrap;
  padding-top: 8%;
  margin: 0;
}

@media (max-width: 768px) {
  .content-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .descrip img,
  .text-content {
    max-width: 90%;
  }

  .text-content h1,
  .text-content pre {
    text-align: center;
  }
}

.ourvalues {
  background-color: #0f172a;
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 99.2vw; /* full viewport width */
  margin-left: -0.4%;
  font-family: "Montserrat";
}

.ourprinciples h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.ourprinciples p {
  font-size: 18px;
  color: #cbd5e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

/* Make values container full width */
.values-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  width: 98%;
  padding: 0 5%; /* slight padding to avoid touching the edge */
  box-sizing: border-box;
}

.value-card {
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 10px;
  padding: 30px 20px;
  flex: 1 1 250px;
  max-width: 280px;
  text-align: center;
  transition: transform 0.3s ease;
}

.icon {
  background-color: #3b82f6;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon i {
  color: white;
  font-size: 24px;
}

.value-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #e2e8f0;
}


@media (max-width: 768px) {
  .value-card {
    max-width: 90%;
  }

  .ourprinciples h1 {
    font-size: 36px;
  }

  .ourprinciples p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .value-card {
    max-width: 90%;
  }

  .ourprinciples h1 {
    font-size: 36px;
  }

  .ourprinciples p {
    font-size: 16px;
  }
}


.ourcontact {
  background-color: black;
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 99.2vw; /* full viewport width */
  margin-left: -0.4%;
  font-family: "Montserrat";
}

.ourform img {
  width: 100vw;
  height: auto;
  margin-top: -3.2%;
}

.codtitle {
  background-image: linear-gradient(rgb(3, 34, 121), rgb(27, 0, 177));
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 99.2vw; /* full viewport width */
  margin-left: -0.4%;
  font-family: "Montserrat";
}

.codtitle strong {
  color: #2563eb;
  font-weight: 700;
}

.codinfo h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.codinfo p {
  font-size: 18px;
  color: #cbd5e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}

.valtitle {
  background-image: linear-gradient(rgb(3, 34, 121), rgb(27, 0, 177));
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 99.2vw; /* full viewport width */
  margin-left: -0.4%;
  font-family: "Montserrat";
}

.valtitle strong {
  color: #2563eb;
  font-weight: 700;
}

.valinfo h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.valinfo p {
  font-size: 18px;
  color: #cbd5e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}

.csgotitle {
  background-image: linear-gradient(rgb(3, 34, 121), rgb(27, 0, 177));
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 101vw; /* full viewport width */
  margin-left: -1%;
  font-family: "Montserrat";
}

.title strong {
  color: #2563eb;
  font-weight: 700;
}


.csgoinfo h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}


.csgotitle strong {
  color: #2563eb;
  font-weight: 700;
}


.csgoinfo p {
  font-size: 18px;
  color: #cbd5e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}


.ourpartners img {
  width: 100vw;
  height: auto;
  margin-left: -1%;
}



.comingsoon {
  background-color: #000000;
  width: 100vw;
  height: 70vh;
  margin-left: -0.4%;
  margin-top: -5.5%;
}

.comingsoon h1 {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  font-size: 150px;
  padding: 10%;
}

.codroster {
  background-image: linear-gradient(rgb(3, 34, 121), rgb(27, 0, 177));
  padding: 60px 0;
  text-align: center;
  color: white;
  width: 100vw; /* full viewport width */
  margin-left: -0.4%;
  font-family: "Montserrat";
}

.rostercod h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.rostercod p {
  font-size: 18px;
  color: #cbd5e1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  text-align: center;
}

/*cod section*/

.cdl-roster {
  font-family: "Montserrat";
  background-color: black;
  margin-top: -2.2%;
  margin-left: -1%;
  width: 100.6vw;
}

.cdl-roster h1 {
  font-size: 60px;
  padding-top: 2%;
  text-align: left;
  padding-left: 5%;
  color: white;
}

.cdl-roster p {
  font-size: 20px;
  margin-top: -2%;
  padding-left: 5.4%;
  color: #2563eb;
  text-align: left;
}

.cdl-roster h2 {
  color: white;
  padding-left: 5%;
  font-size: 35px;
  margin-top: 3%;
}

.cdl-roster h6 {
  color: #2563eb;
  padding-left: 5%;
  font-size: 15px;
  text-align: center;
  margin-top: 3%;
}

.cod-cards {
  margin-left: -27%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.cod-cards div {
  background-color: #1e2735;
  padding: 20px;
  width: 240px;
  border-radius: 12px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cod-cards div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Profile Image */
.cod-cards img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #308dff;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Name & Role */
.cod-cards h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.cod-cards p.role {
  font-size: 14px;
  color: #87a0c2;
  margin: 0 0 10px;
}

/* Social Icons */
.cod-cards .socials {
  margin-top: 10px;
}

.cod-cards .socials i {
  font-size: 18px;
  margin: 0 6px;
  color: #a3b1c6;
  transition: color 0.3s ease;
}

.cod-cards .socials i:hover {
  color: #308dff;
  cursor: pointer;
}

.footer {
  background-color: #000000;
  color: #d1d5db;
  font-family: "Montserrat", sans-serif;
  padding: 40px 20px 20px;
  width: 99.3%;
  margin-left: -1%;
}

footer a {
  text-decoration: none;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-column a:hover {
  color: #2563eb;
}

.footer-column h2,
.footer-column h3 {
  color: #3b82f6;
  margin-bottom: 10px;
}

.footer-column p,
.footer-column li {
  font-size: 14px;
  color: #e2e8f0;
  margin-bottom: 8px;
  list-style: none;
}

.footer-column ul {
  padding: 0;
  margin: 0;
}

.footer-column li i {
  margin-right: 8px;
}

.social-icons {
  font-size: 20px;
  display: flex;
  gap: 15px;
  color: #ffffff;
}

.footer hr {
  border: none;
  border-top: 1px solid #1e293b;
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #94a3b8;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  flex-wrap: wrap;
}

.portal {
  background-color: #000;
  margin-top: -1.2%;
  margin-left: -1%;
  width: 100vw;
}

.contactus {
  background-color: #1e2735;
  padding-bottom: 5%;
}
.contactus h1 {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding-top: 3%;
}

.contactus p {
  color: white;
  font-family: "Montserrat";
  text-align: center;
}

.contactus button {
  background-color: #308dff;
  border: none;
  text-align: center;
  color: white;
  font-family: "Montserrat";
  font-size: 30px;
  padding: 5px 30px;
  margin-left: 44%;
  margin-top: 1%;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
  transition: 1s ease;
}

.contactus button:hover {
  transform: translateY(-6px);
  background-color: #ffffff;
  color: #308dff;
}

/*Valorant Section & Contents*/


.val-roster {
  font-family: "Montserrat";
  background-color: black;
  margin-top: -2.2%;
  margin-left: -1%;
  width: 100.6vw;
}

.val-roster h1 {
  font-size: 60px;
  padding-top: 2%;
  text-align: left;
  padding-left: 5%;
  color: white;
}

.val-roster p {
  font-size: 20px;
  margin-top: -2%;
  padding-left: 5.4%;
  color: #2563eb;
  text-align: left;
}

.val-roster h2 {
  color: white;
  padding-left: 5%;
  font-size: 35px;
  margin-top: 3%;
}

.val-roster h6 {
  color: #2563eb;
  padding-left: 5%;
  font-size: 15px;
  text-align: center;
  margin-top: 3%;
}
.val-cards {
  margin-left: -10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.val-cards div {
  background-color: #1e2735;
  padding: 20px;
  width: 240px;
  border-radius: 12px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.val-cards div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Profile Image */
.val-cards img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #308dff;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Name & Role */
.val-cards h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.val-cards p.role {
  font-size: 14px;
  color: #87a0c2;
  margin: 0 0 10px;
}

/* Social Icons */
.val-cards .socials {
  margin-top: 10px;
}

.val-cards .socials i {
  font-size: 18px;
  margin: 0 6px;
  color: #a3b1c6;
  transition: color 0.3s ease;
}

.val-cards .socials i:hover {
  color: #308dff;
  cursor: pointer;
}

/*CSGO Roster*/

.csgo-roster {
  font-family: "Montserrat";
  background-color: black;
  margin-top: -2.2%;
  margin-left: -1%;
  width: 100.6vw;
}

.csgo-roster h1 {
  font-size: 60px;
  padding-top: 2%;
  text-align: left;
  padding-left: 5%;
  color: white;
}

.csgo-roster p {
  font-size: 20px;
  margin-top: -2%;
  padding-left: 5.4%;
  color: #2563eb;
  text-align: left;
}

.csgo-roster h2 {
  color: white;
  padding-left: 5%;
  font-size: 35px;
  margin-top: 3%;
}

.csgo-roster h6 {
  color: #2563eb;
  padding-left: 5%;
  font-size: 15px;
  text-align: center;
  margin-top: 3%;
}

.csgo-cards {
  margin-left: -10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.csgo-cards div {
  background-color: #1e2735;
  padding: 20px;
  width: 240px;
  border-radius: 12px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.csgo-cards div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Profile Image */
.csgo-cards img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #308dff;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Name & Role */
.csgo-cards h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.csgo-cards p.role {
  font-size: 14px;
  color: #87a0c2;
  margin: 0 0 10px;
}

/* Social Icons */
.csgo-cards .socials {
  margin-top: 10px;
}

.csgo-cards .socials i {
  font-size: 18px;
  margin: 0 6px;
  color: #a3b1c6;
  transition: color 0.3s ease;
}

.csgo-cards .socials i:hover {
  color: #308dff;
  cursor: pointer;
}

.news h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.news p {
  font-size: 18px;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
}

.update {
  background-color: #000;
  margin-left: -1%;
  margin-top: -1.4%;
  width: 100.6vw;
}

.update h1 {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding-top: 3%;
}

.update p {
  color: rgb(187, 187, 187);
  font-family: "Montserrat";
  text-align: center;
  padding-top: 0.1%;
  font-size: 20px;
}


.articles {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap; /* Wrap on smaller screens */
      padding: 40px;
      background-color: #000;
      width: 100.6vw;
      margin-top: -1.5%;
      margin-left: -1%;
}

.page {
      width: 300px;
      background-color: #1D2635;
      color: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
      padding: 25px;
      box-sizing: border-box;
      border-radius: 10px;
      text-align: left;
      font-family: "Montserrat";
      transition: 1s ease;
}

.page:hover {
  scale: 1.1;
  border: 2px solid rgb(0, 110, 255);
}
.page img {
  width: 100%;
  height: auto;
  margin-bottom: 5%;
  border-radius: 6px;
}

.page h1 {
      font-size: 18px;
      margin: 15px 0 10px;
      color: #fff;
}

.page p {
      font-size: 14px;
      color: #ccc;
      margin: 10px 0;
}

.page hr {
      border: none;
      border-top: 1px solid #444;
      margin: 15px 0;
}

.newsinfo {
  width: 100vw;
  margin-left: -1%;
  padding: 0;
}

.newshead {
  width: 100%;
  margin: 0;
  padding: 0;
}

.newshead img {
  width: 100%;
  height: auto; /* Maintains aspect ratio */
  display: block; /* Removes extra space below image */
}

.shophead {
  background-color: #000;
  margin-left: -1%;
}

.shophead img {
  width: 101vw;
  height: auto;
  margin-left: -1%;
}