    * {
        margin: 0;
        padding: 0;
    }

    body {
        background-color: #f7f3e9;
    }

    h1 {
        text-align: center;
        color: #000080;
        margin-top: 55px;
    }
    h2{
        color:#000080;
        text-align: center;
    }
    

    .introduction img {
        float: right;
        height: 230px;
        padding: 5px;

    }


    .introduction {
        font-size: 18px;
        color: #333333;
        margin-top: 10px;
        line-height: 1.7;
        /*width: 244px;
        margin-right: 20px;
        display: flow-root;*/
    }
    .part-2 {
        text-align: center;
        padding: 60px 20px;
    }

    .boxes {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .box {
        background: #fff;
        width: 320px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px #1f3a8a;
    }



    .box h3 {
        margin: 15px 0 10px;
        color: #1f3a8a;
    }

    .box p {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .boxes {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
     .box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
    }

 

    .best-time {
        text-align: center;
        margin: 60px auto;
    }

    .time-cards {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .time-card {
        background: white;
        width: 300px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 10px purple
    }

    .time-cards {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .time-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .festivals {
        text-align: center;
        padding: 60px 20px;
    }

    .festival-cards {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .festival-card {
        background: #fff;
        width: 320px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .festival-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
    }

    .festival-card h3 {
        margin: 15px 0 10px;
        color: #1f3a8a;
    }

    .festival-card p {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .festival-cards {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .festival-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .tips {
        text-align: center;
        padding: 60px 20px;
    }

    .tips-cards {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .tip {
        background: #fff;
        width: 320px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px #1f3a8a;
    }



    .tip h3 {
        margin: 15px 0 10px;
        color: #1f3a8a;
    }

    .tip p {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .tips-cards {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .tip:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }


    .photo-galary{
        text-align: center;
        padding: 60px 20px;
    }

    .photos{
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .photo img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 8px;
    }

    .photo{
        background: #fff;
        width: 320px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px #1f3a8a;
    }



    

    .photos {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .photo:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .footer {
  background-color: #f7f3e9;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  color: #444;
  margin-top: 55px;

}
