  /* Adjusted CSS for Text Under Images and Two Images in a Line */
.nominations {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5cm;
    margin-bottom: 3cm;
    margin-top: 1cm;
}

.award,
.nomination {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px; /* Adjust as needed */
}

.award img,
.nomination img {
    /*width: 156px;*/
    height: 161px;
    object-fit: cover;
    margin-bottom: 10px; /* Adjust as needed */
}

@media screen and (max-width: 600px) {
    .nominations {
        padding: 10px;
        margin-top: 10%;
    }
}

h6 {
    font-size: 1cm;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #748230;
    text-align: center;
}
/*-----------------PHOTO SLIDER------------------*/
.side-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7cm;
    color: #748230;
    font-weight: 500;
}
.slider {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    width: 100%;
    flex: 0 0 auto;
  }
  .jamb{
    width: 100%;
    height: auto;
  }
  /* Add animation styles */
  @keyframes slideAnimation {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }


  /*kolaz-----------------*/


  .image-container {
   display: flex; /* Use flexbox to align images side by side */
}

.image-container img {
   width: 30%; /* Adjust the width as needed for your layout */
   max-width: 100%; /* Ensure images don't exceed their original size */
}
.thess-2023{
  text-align: center;
}
/*------------------BUTTON BONOUS-------------------*/
button{
  color: white;
  border: none;
  background-color: transparent;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 3cm;
  text-align: center;
}
button:hover{
  background-color: #748230;
}


/*------------MIXALHS CAROYSEL-----------*/
 
.accordion-container {
  min-width: 600px;
  padding: 0.6rem;
  border-radius: 12px;
}

.accordion-container:first-child {
  background: #eeffbd; 
  border-bottom: 4px solid #719e2d; /* Pastel peach */
}


.accordion-header {
  background-color: transparent;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
}

.accordion-toggle {
  align-self: flex-start;
  background-color: transparent;
  font-size: 1.8rem;
  transition: all 0.5s ease-in-out;
}

.accordion-toggle.active {
  rotate: 133deg;
}

.accordion-title {
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
}

.accordion-content {
  background: transparent;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.img-cont{
  height: 10cm;
  width: auto;
}
.active-content {
  grid-template-rows: 1fr;
}

.accordion-text {
  background-color: transparent;
  margin-top: 0.7rem;
  padding-left: 2.3rem;
  font-size: 18px;
  overflow: hidden;
  line-height: 1.2rem;
  text-align: justify;
}

.butt-bonous{
  color: rgba(255, 255, 255, 0.093);
  border: none;
  background-color: transparent;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 3cm;
  text-align: center;
}
.butt-bonous:hover{
  background-color: #748230;
}
