
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Arial, sans-serif;
  }
  *::-webkit-scrollbar {
    display: none;
  }
  
  * {
    scrollbar-width: none;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    background-color: #fff;
  }
  
  .nav-logo img {
    height: 120px;
    width: 150px;
    font-weight: bold;
    margin-left: 80px;
  }
  
  .navbar-menu-icon {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: none;
    transition: all 2s ease-in-out;
  }
  
  /* .navbar-menu-icon input {
    display: none;
  }
  
  .navbar-menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    right: 5%;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  
  .navbar-menu-icon span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
  }
  
  .navbar-menu-icon span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
  }
  
  .navbar-menu-icon span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
  }
  
  .navbar-menu-icon input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
  }
  
  .navbar-menu-icon input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
  }
  
  .navbar-menu-icon input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
  }
   */
   .nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-right: 270px;
  
  }
  
  .nav-list li {
    margin: 0 25px;
  }
  
  .nav-list a {
    color: black;
    text-decoration: none;
    font-size: 1.07rem;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .nav-list .list-item::after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    margin-top: 1px;
    right: 0;
    background: #000;
    transition: width 0.4s ease;
  }
  
  .nav-list .list-item:hover::after {
    width: 100%;
    left: 0;
    background: #000;
  }
  .navbar-menu-icon {
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: none;
    transition: all 2s ease-in-out;
  }
  
  .nav-buttons {
    position: absolute;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-right: 20px;
  }
  
  .nav-library-btn {
    padding: 12px 28px;
    border-radius: 50px;
    background-color: #60c4a0;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
    border: 1px solid black;
    box-shadow: #777;
    letter-spacing: 0.5px;
  }
  
  .nav-signin-btn {
    padding: 12px 30px;
    border-radius: 50px;
    background-color: #d4b036;
    color: black;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
    border: 1px solid black;
    box-shadow: #777;
    letter-spacing: 0.8px;
    transition: all 0.3s ease-in;
  }
  
  .nav-library-btn:hover {
    background-color: #000;
    color: rgb(163, 204, 82);
    font-size: 0.88rem;
    padding: 12px 28px;
  }
  
  .nav-signin-btn:hover {
    background-color: #000;
    color: #4cbb92;
    /* padding: 11.5px 29px;
    font-size: 0.88rem; */
  }
  .navbar-menu-icon {
    display: flex;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 2.1rem;
    z-index: 9;
  }
  .hover-items-hide {
    display: none;
  }
  
  .nav-hover-items {
    width: 210px;
    height: 270px;
    background: transparent;
    position: absolute;
    z-index: 9;
    margin-left: 350px;
    transition: linear 0.5s ease-in-out;
  }
  
  ul {
    list-style: none;
  }
  
  .nav-items {
    margin-left: 30px;
    padding-top: 30px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 0.5rem;
    z-index: 9;
    background-color: #fff;
    width: 270px;
    height: 170px;
    font-family: "PT Serif", serif;
    font-weight: 600;
    font-style: normal;
    transition: all 5s ease-in-out;
  }
  
  .nav-items .nav-list-item {
    font-size: 1.1rem;
  }
  
  .nav-list-item:hover {
    color: #964040;
  }
  @media only screen and (max-width:760px) {
    .nav-list {
      position: absolute;
      top: 2%;
      background-color: #0056b3;
      height: 80vh;
      width: 90%;
      color: #fff;
      z-index: 9;
      display: none;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 30px;
    }
  
    .nav-list .list-item {
      color: white;
      padding-bottom: 20px;
      
    }
  
    .nav-list .list-item:hover::after {
      width: 10%;
     color: darkgoldenrod;
    }
    .nav-items a{
      font-size: 0.7rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #000;
    }
    .nav-items a:hover{
      color: peru;
    }
  
    .nav-items {
      width: 180px;
      height: 150px;
      background-color: #fff;
      color: #000;
      font-size: 0.4rem;
      position: absolute;
      left: -85%;
      top: 20%;
    }
    .nav-items:hover{
      color: rgb(179, 131, 44);
    }
  
    .nav-buttons {
      display: none;
    }
  
    .navbar-menu-icon {
      display: flex;
      margin-right: 30px;
      margin-top: 20px;
      font-size: 2.1rem;
      z-index: 9;
    }
  
    .navbar {
      display: flex;
      justify-content: space-between;
      width: 100vw;
      margin: 0;
      padding: 0;
    }
  
    .nav-logo {
      margin-left: -80px;
      padding-bottom: 20px;
    }
  
    .nav-logo img {
      height: 100px;
      width: 120px;
    }
  }


.sponsor-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px; 
  width: 100%;
  height: 100vh;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 50px;
}

.left-section h2 {
  font-size: clamp(1.5rem, 2rem + 1vw, 2.5rem);
  margin-bottom: 30px;
}

.left-section p {
  font-size: clamp(1rem, 1.1rem + 1vw, 1.5rem);
  margin-bottom: 30px;
}

.left-section button {
  background-color: #4CAF50;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
}

.right-section img {
  width: 100%; 
  width: 300px; 
  height: auto; 
  border-radius: 10px;
}

.boxes-section {
 display: flex;
 flex-wrap: wrap;
  gap: 20px;
  justify-items: center;
  width: 100%;
  margin: 0 auto;
}
.sponsor-boxes-heading{
  width: 100%;
 margin-left: 430px;
 padding-bottom: 40px;
 font-family: 'Montserrat', sans-serif;
 font-size: 2.5rem;
}

.box-1 {
  width: 400px;
  height: 600px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
}

.box-2 {
  width: 400px;
  height: 300px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-3 {
  width: 400px;
  height: 300px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-4, .box-5 { 
  width: 400px;
  height: 300px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 33%;
 margin-top: -290px;
}

.box {
  position: relative;
  padding: 20px;
  background: white;
  z-index: 1;
}

.box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-color: #FFD700;
}

.box h2, h3 {
  text-align: center;
  font-size: clamp(1rem, 1.2rem + 1vw, 2rem);
}

.box p {
  font-size: clamp(0.7rem, 0.9rem + 1vw, 1.2rem);
  text-align: center;
  line-height: 1.5;
}


.heading-sponsor {
  margin-top: 100px; 
  padding-bottom: 50px;
  text-align: center;
  font-size: clamp(1.5rem, 1.8rem + 1vw, 2.5rem);
}

@media (max-width: 768px) {
  .boxes-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .box-1{
   margin-left: 0;
  }

  .sponsor-boxes-heading {
    margin-left: 100px;
    font-size: 2rem;
  }

  
  .box-4, .box-5 {
    position: static; 
    margin-top: 0;
    margin-left: -380px;
  }
}


.box {
  position: relative;
  padding: 20px;
  background: white;
  z-index: 1;
}

.box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-color: #FFD700;
}

.box h2, h3 {
  text-align: center;
  font-size: clamp(1rem, 1.2rem + 1vw, 2rem);
}

.box p {
  font-size: clamp(0.7rem, 0.9rem + 1vw, 1.2rem);
  text-align: center;
  line-height: 1.5;
}

.heading-sponsor {
  margin-top: 100px; 
  padding-bottom: 50px;
  text-align: center;
  font-size: clamp(1.5rem, 1.8rem + 1vw, 2.5rem);
}


@media (max-width: 1200px) {
  .sponsor-section {
      padding: 0 20px;
      gap: 30px;
  }

  .boxes-section {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjusted min width */
  }

  .left-section {
      text-align: center;
  }
}

@media (max-width: 768px) {
  .sponsor-section {
      flex-direction: column;
      align-items: center;
  }

  .left-section button {
      font-size: 16px; /* Smaller button text */
      padding: 8px 16px; /* Smaller padding */
  }

  .heading-sponsor {
      margin-top: 50px; /* Adjusted margin */
      padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .left-section h2, .left-section p {
      margin: 0; /* Reset margins */
  }

  .box {
      max-width: 100%; /* Full width for smaller screens */
  }
}
