
.offers{
    margin: 10% 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.offer{
    width: 400px;
    border: 1px solid grey;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    background: rgb(235, 229, 229);
}

.all-offers{
    display: grid;
    padding: 0px 0;
    grid-template-columns: 1fr 1fr 1fr;
}

.offer h2{
    color: dimgray;
    text-align: center;
    text-transform: capitalize;
    color: coral;
    display: flex;
    margin: auto;
    align-self: center;
    justify-content: center;
    font-size: xx-large;
}

i{
    color: brown;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
}

.top-event{
    background-image: url(ola11.jpg);
    justify-content: center;
    align-items: center;
}

.first-event{
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 130px 10px;
}

.first-event h1{
    text-transform: capitalize;
    color: white;
}


.first-event h3{
    color: white;
    padding: 15px 5px;
    border: 2px solid brown;
    font-size: xx-large;
    text-transform: uppercase;
    background: coral;
}

.first-event div{
    display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    width: auto;
}

.top-event h1{
    color: black;
    text-align: center;
    font-size: 33px;
    color: brown;

}

.mid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.event-bottom{
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.event-book{
    background-image: url(ola16.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.book a{
    color: brown;
    text-decoration: none;
    font-size: xx-large;
    text-transform: uppercase;
    transition: color 2s ease, padding 2s ease;
}

.book a:hover{
    color: maroon;
}
.book:hover{
    background: lightsalmon;
    padding: 2% 4%;
}

.book{
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    background: burlywood;
    margin-left: auto;
    width: fit-content;
    padding: 2% 3%;
    border: 3px solid coral;
    transition: color 2s ease, padding 2s ease;
}
.event-bottom h2{
    background: white;
    color: black;
    text-transform: uppercase;
    font-size: xx-large;
    opacity: 0.7;
    padding: 20px 30px;
}



@media screen and (max-width:800px){
    
    .mid2{
        display: grid;
        grid-template-columns: 1fr;
    }

    .event-bottom{
        height: 70hv;
    }
    .event-bottom h2{
        font-size: 18px;
        padding: 10px;
    }

    .offer{
        width: 250px;
    }

    .all-offers{
        display: grid;
        padding: 0px 0;
        grid-template-columns: 1fr 1fr;
    }
    .first-event div h3{
        font-size: 20px;
    }
    .first-event h1{
        font-size: 20px;
    }
    .offer h2{
        font-size: 19px;
    }
    .book a{
        font-size: 15px;
    }
}

@media screen and (max-width:200px){
    
    .mid2{
        display: grid;
        grid-template-columns: 1fr;
    }

    .event-bottom{
        height: 70hv;
    }

    .offer{
        width: 250px;
    }

    .all-offers{
        display: grid;
        padding: 0px 0;
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width:600px){
    .all-offers{
        display: grid;
        padding: 0px 0;
        grid-template-columns: 1fr 1fr;
    }
    .offer{
        width: 180px;
    }
}

