/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&family=Orbitron:wght@400..900&display=swap');
*{
    font-family: 'Noto Sans Thai';
    margin: 0;
    padding: 0;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
}
.eng {
    font-family: "Orbitron";
    font-optical-sizing: auto;
    font-style: normal;
}

:root{
    --color-red:#D00D2E;
    --color-dark: #2B2B2B;
    --color-blue:#282A60;
    --pp-dark:#86316F;
    --pp-gardient:linear-gradient(90deg, #86316F 0%, #282A60 100%);
    --circle-width: 34px;
}
html {
    scroll-behavior: smooth;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none !important;
}
p{
    margin-bottom: 0 !important;
}
h1.entry-title{
    display: none !important;
}
.site-content{
    flex-direction: column;
}
ul.pagination-number{
    margin: 0 !important;
}
.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    color: #54266D !important;
    font-weight: 300;
    border-radius: 5px;
    justify-content: center;
    margin-left: 1rem;
    border: 1px solid #54266D;

    &:nth-last-child(1){
        background: transparent !important;
        border: 1px solid transparent !important;
    }
}
.page-numbers.current {
    background: linear-gradient(90deg, #86316F 0%, #282A60 100%);
    color: #fff !important;
    
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0em !important;
}

.font-w-200 {
    font-weight: 270;
}
.font-w-300{
    font-weight: 300;
}
.font-w-400{
    font-weight: 400;
}
.font-w-500{
    font-weight: 500;
}
.font-w-600{
    font-weight: 600;
}
.font-w-700{
    font-weight: 700;
}
.text-d{
    color: var(--color-dark) !important;
}
.text-pd{
    color: var(--pp-dark) !important;
}
.text-pg{
    background: var(--pp-gardient);
    -webkit-background-clip: text;
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    color: transparent;
}
.img-dot{
    border-radius: 50% !important;
}


.w-80-center{
    width: calc(100% - 20%);
    margin: auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: auto;
}
/* .elementor-widget-container{
    background: #ffffff !important;
} */
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
ิ.border-radius-20{
    border-radius: 20px !important;
    transition:  0.5s;
}
ิ.border-radius-top-20{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition:  0.5s;
}
.inside-site-info {
    display: none !important;
    
}
.bg-cream{
    background: #fffff9;
}
.hover-up:hover{
    transform:translateY(-15px);
    transition:  0.5s;
}
.hover-big:hover{
    transform:scale(1.05);
    transition:  0.5s;
}
.hover-down:hover{
    transform:translateY(-15px);;
    transition:  0.5s;
}
label.wpforms-field-label {
    color: #1a1a1a !important;
}
span.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
}
/* span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8E348F !important;
} */
.main-bt a:hover{
    color: #fff;
    transform: scale(1.05);
    transform-origin: center;
    transition: 0.5s;
}

section.e404{
    background: url(./assets/banner/bg--404.png) no-repeat center / cover;
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    .e404_text{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .windown_card{
        margin-top: -1.5rem;
        max-width: 50%;
    }
}


.e-con-full, .e-con>.e-con-inner,.e-con{
    padding-block-end: 0 !important;
    padding-block-start: 0 !important;
    padding-inline-start: 0 !important; 
    padding-inline-end: 0 !important;
}

.comments-area,
.entry-meta,
.entry-header,
.page-header-image-single{
    display: none !important;
    pointer-events: none !important;
}
