@font-face {
    font-family: 'Papyrus';
    src: url('../font/Papyrus-Regular.woff2') format('woff2'),
    url('../font/Papyrus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
    url('../font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'kanit';
    src: url('../font/kanit-light-webfont.woff2') format('woff2'),
    url('../font/kanit-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Poppins','kanit';
}
#maximage{
    height: 100vh!important;
}
h1{
    font-family: 'Poppins','kanit';
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
}
.section_slideshow{
    display: flex;
    align-items: center;
    align-content: center;
}
.text_comimg{
    position: absolute;
    /*top: 0;*/
    /*bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    padding: 0 25px;
}
.overlay_slideshow{
    background: #000000bf;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.text_comimg p{
    color: #ffffff;
    margin: 0;
}
.text_comimg img{
    height: 100px;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
.btn_booknow{
    background: #c6a969;
    padding: 10px 40px;
    color: #fff;
    border: none;
    margin-top: 25px;
    position: relative;
    text-transform: none;
    transition: all 1s;
    border-radius: 30px;
}
.btn_booknow:hover{
    background: #ffffff;
    color: #c6a969;
}
.copyright{
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 15px 25px;
    font-size: 12px;
    border-top: 1px solid #ffffff24;
}
@media screen and (max-width: 600px){
    .text_comimg span{
        display: inline-block;
        width: 100%;
    }
    .text_comimg h1{
        font-size: 24px;
    }
     .text_comimg p{
         font-size: 14px;
     }
}