@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300&family=Josefin+Sans:wght@500&display=swap');

body {
    color: antiquewhite;

    margin: 20px 0px;
}

.main {
    /* margin-top: 100px; */
    margin: 120px 100px;

}

.gallery-container {
    display: flex;
}


.gallery-images img {
    width: 85px;
    height: 86px;
    object-fit: cover;
    margin: 5px 5px;
    cursor: pointer;
}



.gallery-images {
    display: flex;
    flex-direction: column;
}

.selected-image {
    margin-top: 5px;
}

.selected-image img {
    max-width: 330px;
    max-height: 280px;
    width: 330px;
    height: 280px;
    object-fit: cover;
}

.content {
    color: antiquewhite;
}



.price-du {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(66, 21, 17);
}

.price,
.duration {
    font-size: 18px;
    font-weight: 500;

}


#duration {
    padding-top: 3px;
}

.customernote {
    width: 185px;
    height: 100px;
    margin: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.note {
    display: flex;
    width: 430px;
}

.buttons-bw {
    display: flex;
    margin-bottom: 0px;
    margin-top: 70px;
    column-gap: 20px;
    justify-content: center;
    align-items: center;

}

.whatsapp {


    text-align: right;
    color: antiquewhite;
}

.whatsapp a {
    column-rule-color: beige;
}

.whatsapp-icon {
    color: #25d366;
    /* Set the desired color */
}

.note p {
    font-size: 14px;
    color: antiquewhite;
    ;
}

.short {
    /* border-bottom: 1px solid brown; */
    font-family: 'Halant', serif;
    font-size: 18px;
    padding-top: 3%;

}

.note .customernote {
    color: antiquewhite;
    margin-top: 40px;

}

.note .customernote i {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    /* width: 50px;
    height: 50px; */
    color: rgb(245, 237, 237);
}

.scrollable-content {
    margin-top: 20px;
    font-family: 'Halant', serif;
    font-size: 16px;
    line-height: 25px;
}

.scrollable-content p::first-line {
    padding-left: 20px;

}

.master {
    height: 100%;
    position: relative;
    background-size: cover;

}


@media screen  and (min-width: 1480px) {
    
    .gallery-images img {
        width: 145px;
        height: 109px;
        object-fit: cover;
        margin: 8px 8px;
        cursor: pointer;
    }

    .selected-image {
        margin-top: 8px;
    }

    .selected-image img {
        max-width: 370px;
        max-height: 360px;
        width: 370px;
        height: 360px;
        object-fit: cover;
    }

    .customernote {
        width: 525px;
        height: 120px;
        margin: 8px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .note .customernote {
        color: antiquewhite;
        margin-top: 30px;

    }

    .note .customernote i {
        padding-top: 30px;
        margin-bottom: 10px;
        font-size: 40px;
        /* width: 50px;
    height: 50px; */
        color: rgb(245, 237, 237);
    }

    .note {
        display: flex;
        width: 550px;

    }

    .content {
        padding-top: 1%;
    }

    .name h2 {
        font-size: 30px;
        
    }


    .price,
    .duration {
        font-size: 22px;
        font-weight: 500;

    }


    #price,
    #duration {
        font-size: 22px;
        font-weight: 500;
    }

    #duration {
        padding-top: 3px;
    }

    .scrollable-content {
        margin-top: 20px;
        font-family: 'Halant', serif;
        font-size: 20px;
        line-height: 25px;
    }

    .scrollable-content p::first-line {
        padding-left: 20px;

    }

    .buttons-bw {
        display: flex;
        margin-bottom: 0px;
        margin-top: 80px;
        column-gap: 30px;
        justify-content: center;
        align-items: center;
        /* justify-content: space-between; */
    }

    .buttons-bw button {
        width: auto;
        font-size: 15px;
    }

    .whatsapp {

        text-align: right;
        color: antiquewhite;
    }

    .whatsapp a {
        column-rule-color: beige;
        width: auto;
        height: auto;
        font-size: 15px;
    }

    .whatsapp-icon {
        color: #25d366;
        /* Set the desired color */

    }

    .content {
        padding-left: 2%;
    }
}

@media (max-width: 768px) {

    body{
        width:100%;
    }
        .selected-image img {
            width: 100%;
            height: 470px;
        }
                .note {
                    width: 100%;
                }
.main {
    width:100%;
    margin-top:-10px;
    margin-left: -10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
}  

.name h2 {
    width: 100%;
}

.note{
    margin-top: -30px;
}

.customernote p{
    font-size: 15px;
}

.content{
    margin: 5px;
}

.content .name{
    margin-top: 50px;
}

.buttons-bw button {
    margin-left: -30px;
    width: 150px;
    height: 60px;
    font-size: 18px;
}

.whatsapp a {
    margin-left: -5px;
    width: 150px;
    height: 60px;
    padding-top: 15px;
     font-size: 18px;
}

}

