﻿* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

._destination img,
.destination_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._destination img {
    height: 560px
}

._destination {
    background-color: #fffcf5
}

.destination_head {
    height: 600px
}

._destination h1 {
    margin: 2rem 0;
}

.destionation_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

    .destionation_container img {
        border-radius: 150px;
    }

.des_details_ {
    place-self: center;
}

    .des_details_ h4 {
        margin-bottom: 1rem;
        font-weight: 600;
        font-size: 2rem;
    }

    .des_details_ p {
        text-align: justify;
        font-size: 1.1rem
    }

@media screen and (max-width:680px) {
    ._destination img {
        height: 260px
    }


    .destination_head {
        height: 430px
    }

    ._destination h1 {
        margin: 1rem 0;
        padding: 0;
        font-size: 2.2rem
    }

    .destionation_container {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

        .destionation_container img {
            border-radius: 50px;
        }

    .des_details_ h4 {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .des_details_ {
        grid-row: 1
    }
}
