﻿

@media (min-width: 768px) {
    .container-custom-style {
        width: 400px;
        padding-top: 300px;
        padding-bottom: 300px;
        margin-left: 120px;
    }
}

@media (max-width: 768px) {
    .container-custom-style {
        width: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 30px;
    }
}


.header-branner {
    font-family: 'Adamina';
}

.container-custom-image-style {
}

#header {
    background: url("../img/1.png");
    background-size: cover;
}

.header-branner {
    color: #9D5A4D;
}

.btn-custom {
    background-color: #9D5A4D;
    color: #fff;
}

.btn-custom-1 {
    background-color: #F6F1EE;
    color: #9D5A4D;
}

    .btn-custom-1:hover {
        background-color: #9D5A4D;
        color: #F6F1EE;
    }

.btn-custom:hover {
    color: #9D5A4D;
    background-color: #F6F1EE;
    border-color: #9D5A4D;
}

.btn-custom :focus:active {
    background-color: #9D5A4D;
    color: #fff;
}



.body-custom {
    background-color: #F6F1EE;
}

@media (min-width: 765px) {
    .header-branner-detail {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .header-branner-detail {
        font-size: 11px;
        width: 50%;
    }
}

.container-why {
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}

.heading-why {

    color: #735E59;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Adamina';
}

@media (max-width: 768px) {
    .heading-why-detail {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .heading-why-detail {
        font-size: 15px;
        
    }
}

.btn-custom.btn-custom-book {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 15px;
}

.btn-custom.btn-custom-readmore {
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.image-custom-2 {
    width: 100%;
}

.container-ourservices {
}

.heading-ourservice {
    font-family: 'Abel';
    color: #9d5a4d;
    padding-top: 25px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .image-ourservice {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .image-ourservice {
        width: 60%;
    }
}

@media (max-width: 761px) {
    .text-ourservice-extension {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        font-family: 'Abel';
        font-size: 20px;
    }
}

.text-ourservice-extension {
}

@media (min-width: 768px) {
    .text-ourservice-extension {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Abel';
        font-size: 22px;
        width: 80%;
    }
}

.test {
    position: relative;
    text-align: center;
    color: white;
}

.btn-ourservice {
    font-size: 12px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Abel';
    padding-left: 25px;
    padding-right: 25px;
}
@media (max-width: 768px) {
    .booking-col {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .booking-col {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (min-width: 1300px) {
    .booking-col {
        padding-top: 300px;
        padding-bottom: 300px;
    }
}

.booking-div-background {
    background: url("../img/1.png") no-repeat;
    background-size: cover;
}
