@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

@font-face {
    font-family: 'Antiga';
    src: url('font/Antiga-Regular.woff') format('woff'),
         url('font/Antiga-Regular.woff2') format('woff2'),
        url('font/Antiga-Regular.ttf') format('ttf'),
        url('font/Antiga-Regular.otf') format('otf')

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  width: 100%;
  height: 100%;
}


.web-nav {
  background: #fcf8f0;
  padding: 5px 4rem;
  width: 100%;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  font-size: 1rem;
  color: #272621; 
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  height: 50px;
}
.web-nav ul {
  align-items: center;
  list-style: none;
}


.web-nav ul li a {
  text-decoration: none;
  color: #0c0b06;
}

@media only screen and (max-width: 768px) {
     .web-nav { padding: 5px 1rem; 
         align-items: center;
     }
     .entry-link ul li {
          background: transparent !important;
          color: #000;
          letter-spacing: 1px;
          font-size: 12px;
        }
      .entry-link img {
          width: 10px;
      } 
      
}
.announcements {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  overflow: hidden;
}

.announcements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.announcements ul li {
  margin: 5px auto;
  left: 0;
  width: 100%;
  background: #f7f5e1;
  border-radius: 3px;
  padding: 10px 20px;
  display: none;
  transition: transform 0.5s ease; /* Smooth transition for sliding effect */
}

.announcements ul li.active {
  bottom: 0; /* Slide the active list item into view */
}

.entry-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-link ul li {
  border: dashed 1px #4b4b4b;
  padding: 5px 15px;
  border-radius: 2px;
  background: #d4af37;
  color: #000;
  font-weight: 500;
  transition: transform 0.5s ease; /* Smooth transition for sliding effect */

}
.entry-link ul li:hover {
  background: none;
  color: #000;
  letter-spacing: 1px;
}
.social-icons {
  text-align: center;
  padding: 10px;
}

.social-icons  ul.social {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.social-icons  ul.social > li {
  display: inline-block;
  padding-right: 5px;
}

.social-icons  ul.social > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 20px;
  height: 20px;
  border-radius: 36px;
  color: #161513;
  margin: 0 3px 3px 0;
}

.social-icons  ul.social > li > a:hover {
  text-decoration: none;
  color: #d4af37;
}
.web-nav-list img {
  padding-top: 20px; /* update by Ben */
}

.section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.section.active {
  opacity: 1;
  transform: translateY(0);
}

.web-nav-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 100px;
  border-bottom: 0.5px solid #d4af37;
  z-index: 5;
  width: 100%;
  padding: 0 4rem;
  height: 80px;
  background: #222222;
}

.web-nav-list ul {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-left: 2rem;
}
.web-nav-list ul li {
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #d4af37;
  letter-spacing: 1;
  font-size: 0.9em;
}


.web-nav-list ul li a {
  text-decoration: none;
  color: #b4b1b1;
}

.web-nav-list ul li a:hover {
  color: #d4af37;
}

.web-list-btn {
  background: #d4af37;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: none;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 0px  8px#91908a;
  text-transform: uppercase;
  margin: 0.3rem 0.5rem;
  font-size: 0.9em;
  box-shadow: 1px 1px 3px #6e6e6c;
}

.web-list-btn:hover {
  cursor: pointer; /* update by ben */
}

@media only screen and (max-width: 768px) {
  .web-nav-list {
          padding: 0 1rem;
      }     
      .web-nav-list img {
           width: 120px;
       }
    .web-nav-list ul {
       font-size: 13px;
    }
}        

.hero-section-wrapper {
 text-align: center;
 padding: 4rem 4vw;
  background: url('images/slider-bg.jpg') no-repeat center center/cover; /* Use background image and cover entire container */
  margin-top: -130px;
  position: relative; /* Position relative to allow absolute positioning of overlay */
}

/* Overlay */
.hero-section-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080808; 
  opacity: 0.92; /* Opacity of the overlay */
}

.text-wrap h1:first-of-type {
    font-size: 4.8rem;
}

.text-wrap h1:nth-of-type(2) {
    font-size: 4.8rem;
}

.text-wrap h1:nth-of-type(3) {
    font-size: 4.8rem;
}

#countdown {
    font-size: 9rem
}
.countdown-numb h2 {
    font-size: 6rem;
}
.hero-section-section1 {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  z-index: 6;
}
.countdown-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 20%;
  margin-top: 2rem;
  text-align: right;
  color: #d4af37;
  font-family: "Antiga", sans-serif;
  line-height: 1.1;
  justify-content: end;
  z-index: 5;
}
.flex-start {
  justify-self: flex-start;
}

.prev {
  cursor: pointer;
}
.next {
  cursor: pointer;
}
.countdown-numb {
  z-index: 20;
  width: 20%;
  color: #d4af37;
  font-family: "Antiga", sans-serif;
  line-height: 0.9;
  padding-bottom: -2rem;
  align-items: center;
  justify-content: center;
}


.slide-container {
  position: relative;
  overflow: hidden;
  justify-content: center;
  z-index: 4;
  width: 100%;
  
}

.slide {
  padding: 2rem;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center; 
  animation: slideIn 0.5s ease-out; /* Apply the slideIn animation */

}

.slide-row {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.pad-slide-3 {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 3rem;
  align-items: center;
}
.slide img {
  transform: rotate(-1deg);
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
  background: #faf9f7;
  box-shadow: 5px 5px 0px #d4af37;
  /* -webkit-animation: floatBubble 20s; */
}

/* 
@-webkit-keyframes floatBubble{
  0%{
        top:0;
        -webkit-animation-timing-function: ease-in;
  }

  33% {
      top: 50px;
      -webkit-animation-timing-function: ease-out;
  }

  66% {
        top:0;
        -webkit-animation-timing-function: ease-in;
   }

  100% {
        top:50px;
        -webkit-animation-timing-function: ease-in;
   }
} */

.csr-theme {
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(255, 250, 250, 1);
  text-align: center;
  padding: 5rem 10rem;
  margin: 0 auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  gap: 5px;
  gap: 5px;
  grid-gap: 5px; /* For older browsers */
  color: #000;
  font-size: 1.2rem;
  font-family: 'Open Sans';
}

.csr-theme h1 {
  font-size: 35px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
}
.span1 {
  color: #d4af37;
  font-style: italic;
  text-align: center;
}
.span2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 200;
}
.span3 {
  color: #d4af37;
}
.hero-section-section2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  background: rgb(44, 44, 39);
  width: 100%;
  padding: 1rem 7.5rem 1rem 11rem;
  box-shadow: 2px 2px 4px #5e5b5b;
  z-index: 10;
}
.hero-section-section2 ul {
  display: flex;
  align-items: center;
  gap: 10rem;
}

@media only screen and (max-width: 768px) {
    
    .hero-section-wrapper {
        margin-top: 0;
        padding: 0 1rem;
        min-height: 400px;
    }
}
.banner-section {
  width: 100%;
  overflow: hidden;
  margin-top: 148px !important;
}
.banner-section img {
  object-fit: center;
  width: 100%;
}
.csr-theme h3 {
  font-size: 55px;
  font-family: "Playfair Display", serif;
  line-height: 100%;
  font-weight: 700;
}
.csr-theme h3 span {
  color: #d4af37;
  font-style: italic;
}
.csr-theme p {
  margin: 1rem auto;
  padding-left: 10px; /* Add padding to the left side */
  padding-right: 10px; /* Add padding to the right side */
  font-family: "Playfair Display", serif;
  
}

.grid-container {
  padding: 2rem;
  background: #272621;
  margin-bottom: 5rem;
}

/* Grid Wrapper */
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    padding: 3rem 4vw;
    margin: 0 auto;
    max-height: 1000px;
}

.grid-container div {
  height: 270px;
  width: 300px;
  margin: 0;
  padding: 0;
}
.grid-container div img {
  height: 270px;
  width: 300px;
}


.special-item {
  position: relative;
}
.special-item .link-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 80%;
  left: 20%;

}

.2025-logo {
    
    max-width: 1680px !important;
}

/*below added by Ben */
.grid-container img {
  margin: 0;
  padding: 0;
}
.award-wrapper {
  margin-top: 16rem;
  font-size: 30px;
  font-family: "Antiga", sans-serif;
}
.award-wrapper h1 {
  margin-top: 2rem;
  text-align: center;
  font-family: "Antiga", sans-serif;
  font-weight: 500;
  font-size: 80px;
}
.award-wrapper h1 span {
  color: #d4af37;
}
/* Awards and Nominations Containers */
.awards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 2rem 4vw;
    margin: 0 auto;
    text-align: center;
    align-items: center; /* Center items vertically */
    justify-items: center; /* Center items horizontally */
}

.award {
    background: #EADBC8;
    width: 238px;
    height: 273px;
    box-shadow: 5px 5px 4px 0px rgb(190, 146, 14);
    justify-self: center;
}

.award p {
  padding: 0 20px;
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 24px;
  letter-spacing: -1px;
}
.nominal-wrapper {
  margin-top: 2rem;
  font-size: 24px;
}
.nominal-wrapper h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  font-family: "Antiga", sans-serif;
}
.nom-container {
  padding: 2rem 4vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0 auto;
  align-items: center; /* Center items vertically */
    justify-items: center; /* Center items horizontally */
}
.nom {
  background: #d4af37;
  width: 238px;
  height: 273px;
  box-shadow: 5px 5px 4px 0px rgb(190, 146, 14);
  border-radius: 10px;
}

.nom p {
  padding: 0 20px;
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 24px;
  letter-spacing: -1px;
}
.judges-container {
  background: rgba(255, 250, 250, 1);
  margin-top: -11rem;
  padding: 2rem 7rem;
}
.judges-container h1 {
  color: #fff;
  font-family: "Antiga", sans-serif;
  font-weight: 600;
  font-size: 70px;
  text-align: center;
}
.judges-wrapper {
  padding: 2rem 0rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.first-judge {
  width: 165px;
  height: 280px;
  border: 1px solid #d4af37;
  border-top: none;
  border-left: none;
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.25);
}
.first-judge h3 {
  margin-left: 0.5rem;
  margin-top: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}
.first-judge p {
  margin-left: 0.5rem;
  margin-bottom: 3rem;
  font-family: "Roboto Condensed", sans-serif;
}
.first-judge a {
  color: #d4af37;
  margin-left: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
.about-statuette {
  margin: 5rem auto;
  background: rgba(20, 20, 20, 1);
  color: white;
  padding: 5rem 7rem;
}
.about-statuette-container {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.about-statuette-title h1 {
  font-size: 80px;
  font-weight: 400;
  width: 75%;
  line-height: 100%;
  font-family: "Antiga", sans-serif;
}
.about-statuette-title h1 span {
  color: #d4af37;
}
.about-statuette-title p {
  width: 100%;
  margin-top: 1.3rem;
  font-family: "Source Sans Pro";
}
.about-statuette-img {
  width: 80%;
  margin-top: 4rem;
}

.Statuette-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}
.partner-container {
  padding: 7rem 5rem;
  background: #f3f3ed;
}
.partner-container h1 {
  font-family: "Antiga", sans-serif;
  font-size: 48px;
}
.partner-wrapper {
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 50px;
  padding: 5rem auto;
}

.partner-wrapper img {
  background-color: transparent;
  width: 100px;
}
.participants-container {
  padding-top: 2rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
}
.participants-container h1 {
  font-family: "Antiga", sans-serif;
  font-size: 48px;
}
.participants-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 50px;
  align-items: center;
  padding: 1rem 5rem;
}
.participants-wrapper img {
  padding: 10x;
  width: 90px;
}
.hidden {
  display: none;
}
#paragraph a {
  color: #d4af37;
}
.text-box {
  animation: slide-up 2s;
  font-family: 'Open Sans';
}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
}
.modal-content p {
  font-family: "Source Sans Pro";
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close2:hover,
.close2:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close3 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close3:hover,
.close3:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close4 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close4:hover,
.close4:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close5 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close5.hover,
.close5:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close6 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close6.hover,
.close6:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close7 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close7.hover,
.close7:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close8 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close8.hover,
.close8:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close9 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close9.hover,
.close9:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close10 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close10.hover,
.close10:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.close11 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close11.hover,
.close11:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@keyframes slide-up {
  from {
    opacity: 0.2;
    line-height: 100px;
  }
  to {
    opacity: 1;
    line-height: 35px;
  }
}
@keyframes next1 {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes next2 {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@keyframes prev1 {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
@keyframes prev2 {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}

.footer {
  background: #000;
  color: #aaa;
  width: 100%;
  max-height: 100px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  margin-top: 5rem;
  padding: 2rem 4vw;
  text-align: center;
}


/* Responsive Design */
@media only screen and (max-width: 1064px) {
    .web-nav {
        padding: 5px 2rem;
    }
    .web-nav-list ul li {
        font-size: 14px;
    }
    .hero-section-wrapper {
        
        padding: 5rem 2rem;
    }
    .grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
        padding: 2rem 5rem;
    }
    
    .judges-container {
     padding: 2rem 5rem;
    }
    .judges-wrapper {
        padding: 2rem 0rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
    .award {
    width: 198px;
    height: 233px;
    box-shadow: 3px 3px 2px 0px rgb(190, 146, 14);
    }
    
    .award p { 
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
        width: 100%;
        padding: 0 3rem 2rem 1rem;
    }
    
    .nom {
        width: 198px;
        height: 233px;
        box-shadow: 3px 3px 2px 0px rgb(190, 146, 14);
    }
    
    .nom p { 
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
        width: 100%;
        padding: 0 3rem 2rem 1rem;
    }
    .award-wrapper {
        margin-top: 5rem;
    }
    .award-wrapper h1 {
        font-size: 60px;
    }
    .text-wrap h1:nth-of-type(3) {
      font-size:  3rem;
    }
    
    .text-wrap h1:first-of-type {
       font-size: 3.4rem;
    }
    
    .text-wrap h1:nth-of-type(2) {
       font-size: 3.4rem;
    }
    
    #countdown {
     font-size: 7rem;
    }
    
    .pad-slide-3 {
        padding: 2rem;
    }
    
    .countdown-numb h2 {
       font-size: 3rem
    }
}


@media only screen and (max-width: 768px) {
    .web-nav {
        padding: 5px 1rem;
    }
    .web-nav-list {
        padding: 0 1rem;
    }
    .web-nav-list ul {
        font-size: 13px;
    }
    .hero-section-wrapper {
        padding: 2rem 1rem;
    }
    .grid-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    
    .awards-container {
        grid-template-columns: repeat(3, 1fr) !important;
        padding: 0 3rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .award {
    width: 198px;
    height: 233px;
    box-shadow: 3px 3px 2px 0px rgb(190, 146, 14);
    }
    
    .award p { 
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
        width: 100%;
        padding: 0 2rem 2rem 1rem;
    }
    
    .nom {
        width: 198px;
        height: 233px;
        box-shadow: 3px 3px 2px 0px rgb(190, 146, 14);
    }
    
    .nom p { 
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
        width: 100%;
        padding: 0 2rem 2rem 1rem;
    }
    .award-wrapper {
        margin-top: 5rem;
    }
    .award-wrapper h1 {
        font-size: 50px;
        margin-bottom: 1rem;
    }
    
     .nom-container {
        grid-template-columns: repeat(3, 1fr) !important;
        padding: 0 3rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .nominal-wrapper h1 {
        font-size: 50px;
        margin-bottom: 1rem;
    }
    
    #paragraph {
        padding: 0 1.5rem;
        font-size: 1rem;
    }
    .judges-container {
        padding: 2rem 2rem;
    }
    
    .csr-theme h3 {
        font-size: 32px;
    }
    .judges-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    
    }
    .csr-theme {
      padding: 2rem 1rem;
      margin: 0 auto;
      width: 100%;
      gap: 2px;
      grid-gap: 2px; /* For older browsers */
    }
    
    .csr-theme h1 {
      font-size: 25px;
    }
    
    .text-wrap h1:nth-of-type(3) {
      font-size: 1.8rem;
    }
    
    .text-wrap h1:first-of-type {
       font-size: 2rem;
    }
    
    .text-wrap h1:nth-of-type(2) {
       font-size: 2rem;
    }
    
    #countdown {
     font-size: 4rem;
    }
    
    .pad-slide-3 {
        padding: 2rem;
    }
    .countdown-numb h2 {
       font-size: 2rem
    }
    
    .slide {
        padding: 1rem;
    }
    .about-statuette {
        padding: 3rem 3rem;
    }
    .about-statuette-title {
        width: 80%;
    }
    
     .about-statuette-title h1 {
       font-size: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .web-nav {
        padding: 5px 0.5rem;
    }
    
    .pad-slide-3 {
      padding: 0;   
    }
    .web-nav-list {
        padding: 0 0.5rem;
    }
    .web-nav-list ul {
        flex-direction: column;
        gap: 0.5rem;
    }
    .hero-section-wrapper {
        padding: 1rem 0.5rem;
    }
    
    .sectiongrid-container {
        height: 2000px;
    }
    .grid-wrapper {
        grid-template-columns: 1fr !important;
        position: relative;
        margin-bottom: 5rem;
    }
    .awards-container {
        grid-template-columns: 1fr 1fr !important;
        padding: 1rem;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .nom-container {
        grid-template-columns: 1fr 1fr !important;
        padding: 1rem;
    }
   .hero-section-section2 {
       display:none;
   }
   .csr-theme {
      padding: 1rem 1rem;
      gap: 5px;
    }
    
    .csr-theme h1 {
      font-size: 18px;
    }
    .csr-theme h3 {
        24px
    }
    .award {
    width: 168px;
    height: 203px;
    box-shadow: 3px 3px 2px 0px rgb(190, 146, 14);
    }
    
    .award p { 
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
        width: 100%;
        padding: 0 2rem 2rem 1rem;
    }
    
    .nom {
        width: 168px;
        height: 203px;
        box-shadow: 3px 3px 2px 0px rgb(190, 146, 14);
    }
    
    .nom p { 
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
        width: 100%;
        padding: 0 2rem 2rem 1rem;
    }
     .award-wrapper {
        margin-top: 3rem;
    }
    
    .award-wrapper h1 {
        font-size: 28px;
    }
    .judges-container {
        padding: 4.5rem 1rem 0 2rem;
        justify-content: center;
    }
    
    .judges-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 2rem;
        padding-left: 1rem;
    }
    .judges-container h1 {
     font-size: 35px !important;
    }
}

/* Flexible Units */
img {
    max-width: 100%;
    height: auto;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .hamburger-menu {
        display: block;
        top: 30px;
        right: 30px;
        padding: 2rem;
        border-radius: 3rem;
    }
    .web-nav-list ul {
        display: none;
    }
    .web-nav-list ul.show {
        display: block;
    }
    .hero-section-section2 {
       display:none;
   }
}