@font-face {
    font-family: 'Patong Beach Hotel ExtraBold';
    src: url('../font/PatongBeachHotel-ExtraBold.woff2') format('woff2'),
    url('../font/PatongBeachHotel-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Patong Beach Hotel Light';
    src: url('../font/PatongBeachHotel-Light.woff2') format('woff2'),
    url('../font/PatongBeachHotel-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@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: 'Patong Beach Hotel Light','kanit';
}
#maximage{
    height: 100vh!important;
}
h1{
    font-family: 'Patong Beach Hotel ExtraBold','kanit';
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 40px;
}
h2{
    font-family: 'Patong Beach Hotel ExtraBold','kanit';
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}
.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: #0000004a;
    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_text{
    /* background: #ffffff5e; */
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 10px 25px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffffff29;
}
@media screen and (max-width: 600px){
    .text_comimg span{
        display: inline-block;
        width: 100%;
    }
    .text_comimg h1{
        font-size: 24px;
        line-height: normal;
    }
    .text_comimg h2{
        font-size: 20px;
        line-height: normal;
    }
     .text_comimg p{
         font-size: 14px;
     }
}