/* Bar Cookie */
.ppth-cookie-consent-bottom-bar-button-col {
    display: flex !important;
    justify-content: flex-end !important;
}

.alert {
    padding: 0rem 0rem !important;
}

.ppth-cookie-consent-bottom-bar-button-accept-all {
    font-size: 21px !important;
    font-weight: 400 !important;
    display: flex;
    float: left;
    width: 45% !important;
    height: 40px !important;
    text-decoration: none;
    color: white;
    background-color: #0070b8;
    align-items: center;
    justify-content: center;
    transition: 0.3s !important;
}

.ppth-cookie-consent-bottom-bar-container {
    position: relative;
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    align-content: center;
    align-items: center;
}

.ppth-cookie-consent-bottom-bar-wp {
    font-family: Kanit, sans-serif;
    font-size: 18px;
    font-weight: 200 !important;
    position: fixed;
    z-index: 2147483645;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    color: white;
    /* background-color: #505050b3; */
    background-color: #505050ad;
    backdrop-filter: blur(0.5em);
    min-height: 0 !important;
    display: flex;
    align-items: center;
    z-index: 99999999;
}


@media (max-width: 575px) {
    .ppth-cookie-consent-bottom-bar-button-list-wp {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

    .ppth-cookie-consent-bottom-bar-close-wp {
        position: absolute;
        top: 11px;
        right: 13px;
        width: 4%;
    }

    .ppth-cookie-consent-bottom-bar-container {
        display: block;
    }

    .ppth-cookie-consent-bottom-detail {
        width: 100%;
    }

    .ppth-cookie-consent-setting-wp {
        width: 100%;
    }

    /* Last Update For Mobile */
    .ppth-cookie-consent-bottom-bar-wp {
        font-size: 14px;
    }

    .alert-dismissible {
        padding: 0 !important;
        margin: 0 !important;
    }

    .ppth-cookie-consent-bottom-bar-button-accept-all {
        font-size: 14px !important;
        height: 34px !important;
        font-weight: 400 !important;
    }

    /* End Last Update For Mobile */
}

/* End Bar Cookie */

/* star Menu Bar */
.enter {
    color: #fff;
}

.enter:hover {
    color: #fff;
}

.bar {
    position: relative;
    top: 20px;
    background-color: rgba(10, 10, 10, 0.63);
    z-index: 9999;
    padding: 10px;
    width: 90%;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}

.herder {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sound {
    padding-left: 40px;
}

.site {
    padding-right: 40px;
}

.enter-site-mobile a {
    color: #fff;
    /* position: fixed; */
    width: 100%;
    /* height: 90px; */
    z-index: 99;
    cursor: pointer;
    text-decoration: none;
    bottom: 0;
    /* justify-content: center;
	display: flex; */
    font-size: 20px;
}

/* End Menu Bar */
.test {
    border: 1px solid #ff0000;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .clip-bg-blend {
        display: block !important;
        /*	mix-blend-mode: color-dodge;*/
        z-index: 1;
        pointer-events: none;
        /*opacity: .6*/
        ;
    }
}

.youtube-ps {
    height: 1080px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.head {
    background-image: url(../th/images/bg-13.png);
    background-color: #000000;
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* overflow: hidden; */
    overflow-x: hidden;
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/***********/
/*sound vdo*/
/***********/
/* #sound_sound {
	position: absolute;
	width: 90px;
	height: 90px;
	z-index: 99;
	cursor: pointer;
	left: 15px;
	top: 15px;
	background-repeat: no-repeat;
} */

#sound_sound::before {
    /* background-image: url(../images/sound-on.png); */
    content: "Sound On ";
    color: #ffffff;
}

#sound_sound.close::before {
    /* background-image: url(../images/sound-off.png); */
    content: "Sound Off ";
}

/* #sound_sound.close:hover {
	background-image: url(../images/sound-on.png);
    content: "Sound On ";
} */

/* .light-sweep {
    width: 100%;
    position: relative;
    overflow: hidden;
   
}

.lightSweep {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-filter: brightness(2);
    -webkit-mask-size: 300% 200%;
    -webkit-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    -webkit-transition: -webkit-mask-position;
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-filter: brightness(2);
    -moz-mask-size: 300% 200%;
    -moz-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    -moz-transition: -webkit-mask-position;
    -moz-animation-timing-function: linear;
    -moz-transform: translate3d(0, 0, 0);
    -o-filter: brightness(2);
    -o-mask-size: 300% 200%;
    -o-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    -o-transition: -webkit-mask-position;
    -o-animation-timing-function: linear;
    -o-transform: translate3d(0, 0, 0);
    filter: brightness(2);
    mask-size: 300% 200%;
    mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
    transition: -webkit-mask-position;
    animation-timing-function: linear;
    transform: translate3d(0, 0, 0);
    transition-duration: 3s;
    animation: move 2s ease-out infinite;
}

@keyframes move {
    from {
        -webkit-mask-position: 150% 0px;
        -moz-mask-position: 150% 0px;
        -o-mask-position: 150% 0px;
        mask-position: 150% 0px;
    }

    to {
        -webkit-mask-position: 0% 0px;
        -moz-mask-position: 0% 0px;
        -o-mask-position: 0% 0px;
        mask-position: 0% 0px;
    } */




/********/
/*mobile*/
/********/
.head-mb {
    position: relative;
    background: url(../th/images/bg-background01.jpg) no-repeat center center;
    background-size: cover;
}


.logo {
    filter: drop-shadow(0px 0px 4px #020c2f);
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.content {
    z-index: 1;
    position: relative;
    width: 100vw;
    height: 100vh;
}

.content .inner {
    text-align: center;
}

.content .inner h1 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.40;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'Panchang-Medium' !important;
    text-shadow: 0px 1px 3px rgb(0 50 255 / 80%);
}

.btn-play {
    position: relative;
    height: 150px;
    margin: 30px 0;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.icon {
    transform: scale(0.8);
    transform-origin: 50% 50%;
    transition: transform 200ms ease-out;
}

#play1:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
}

#play1:hover .icon {
    transform: scale(0.9);
}

#play1 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgb(4 14 41 / 75%);
    border-radius: 100%;
    box-shadow: inset 0px 0px 0px 4px #020a25;
}


#play2:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
}

#play2:hover .icon {
    transform: scale(0.9);
}

#play2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgb(6 43 52);
    border-radius: 100%;
    box-shadow: inset 0px 0px 0px 4px #06303c;
}

#play3:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300;
}

#play3:hover .icon {
    transform: scale(0.9);
}

#play3 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: rgb(5 24 30);
    border-radius: 100%;
    box-shadow: inset 0px 0px 0px 4px #05181e;
}

.show1 {
    display: block;
}

.show2 {
    display: none;
}

/*light-sweep*/
.light-sweep {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lightSweep {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-filter: brightness(2);
    -webkit-mask-size: 300% 200%;
    -webkit-mask-image: -webkit-linear-gradient(-45deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0) 60%);
    -webkit-transition: -webkit-mask-position;
    -webkit-animation-timing-function: linear;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-filter: brightness(2);
    -moz-mask-size: 300% 200%;
    -moz-mask-image: -webkit-linear-gradient(-45deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0) 60%);
    -moz-transition: -webkit-mask-position;
    -moz-animation-timing-function: linear;
    -moz-transform: translate3d(0, 0, 0);
    -o-filter: brightness(2);
    -o-mask-size: 300% 200%;
    -o-mask-image: -webkit-linear-gradient(-45deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0) 60%);
    -o-transition: -webkit-mask-position;
    -o-animation-timing-function: linear;
    -o-transform: translate3d(0, 0, 0);
    filter: brightness(2);
    mask-size: 300% 200%;
    mask-image: -webkit-linear-gradient(-45deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0) 60%);
    transition: -webkit-mask-position;
    animation-timing-function: linear;
    transform: translate3d(0, 0, 0);
    transition-duration: 3s;
    animation: move 3s ease-out infinite;
}

@keyframes move {
    from {
        -webkit-mask-position: 150% 0px;
        -moz-mask-position: 150% 0px;
        -o-mask-position: 150% 0px;
        mask-position: 150% 0px;
    }

    to {
        -webkit-mask-position: 0% 0px;
        -moz-mask-position: 0% 0px;
        -o-mask-position: 0% 0px;
        mask-position: 0% 0px;
    }
}

/*****************/
/*Fncybox Gallery*/
/*****************/
.fancybox-slide {
    padding: 44px 15px !important;
}

@media (max-width: 575px) {
    .show1 {
        display: none;
    }

    .show2 {
        display: block;
    }

    .content .inner h1 {
        font-size: 2.25rem;
    }


}

@media (max-width: 375px) {
    .content .inner h1 {
        font-size: 2.25rem;
    }
}

@media (max-width:320px) {
    .content .inner h1 {
        font-size: 1.85rem;
    }
}