@font-face{
  font-family: Shrikhand;
  src: url(../fonts/Shrikhand-Regular.ttf);
}


h1, h3 {
    margin: 0;
}

h1 {
    font-size: 2rem;
    color: #222;
}

h3 {
    font-size: 1.5rem;
    color: #555;
}

/* Section 1 */
.section-1 {
    background:  rgb(136, 78, 252);
    color: white;
    padding: 50px 20px;
    text-align: center;
    background: url(../images/threewan/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.section-1 .three-wan img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/* Section 2 */
.section2 {
    padding: 50px 20px;
}

.text-exhibit {
    margin-bottom: 30px;
    background-color: #222;
    height: 15vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.text-exhibit h3{
    font-size: 4rem;
    font-family: shrinkhand;
    color: rgb(235, 158, 16);
}

.container2 {
    display: flex;
    flex-wrap: wrap;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container2 img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
}

.content-text {
    padding: 20px;
    flex: 1;
}

.content-text h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #c01ee9;
}

.content-text p {
    margin: 10px 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* Hover Effect */
.container2:hover {
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}

.container2:hover img {
    filter: brightness(0.9);
}

  @media (max-width: 575.98px) {
    /* Styles for extra small devices */

    
  }
  
  /* Small devices (phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
  }
  
  /* Extra extra large devices (larger desktops, 1400px and up) */
  @media (min-width: 1400px) {
    /* Styles for extra extra large devices */
  }
  