/*
 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



*{
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    
}


:root{
    --color-green:#226E2B;
    --color-dark-green:#0D3317;
    --color-light-green:#91e660; 
    --color-red:#D00D2E;
    --color-dark: #232323;
    --color-cream: #F4EDD6;
    --color-dark-gar: linear-gradient(93.95deg, #5C5C5C 16.1%, #1A1A1A 93.72%);
}
html {
    scroll-behavior: smooth !important;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

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: #8E348F;
    border-radius: 50%;
    color: #ffffff !important;
    font-weight: 300;
    justify-content: center;
    margin-left: 1rem;

    &:nth-last-child(1){
        background: transparent !important;
    }
}
.page-numbers.current {
    background: #54266D;
    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-g{
    color: var(--color-dark-green) !important;
}
.text-rg{
    color: var(--color-green) !important;
}
.text-lg{
    color: var(--color-light-green) !important;
}
.text-c{
    color: var(--color-cream) !important;
}

.text-dg{
        background: var(--color-dark-gar);
    -webkit-background-clip: text;
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    color: transparent;
}
.text-gray{
    color: #A3A3A3;
}
.img-dot{
    border-radius: 50% !important;
}


.w-80-center{
    width: calc(100% - 20%);
    margin: auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: auto;
}
.w-50{
    width: 50%;
    margin: 0 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: #777474 !important;
    opacity: 1 !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF !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;
}

.text-space-2{
    letter-spacing: 5px;
}




    #age-gate-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    #age-gate-box {
        background: #fff;
        border-radius: 16px;
        padding: 2.5rem 2rem;
        max-width: 490px;
        width: 90%;
        text-align: center;
        font-family: sans-serif;
    }

    #age-gate-box .icon {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    #age-gate-box h2 {
        margin: 0 0 0.5rem;
    }

    #age-gate-box p {
        color: #555;
        margin: 0 0 1.5rem;
    }

    .age-gate-buttons {
        display: flex;
        gap: 12px;
        margin-top: 1.5rem;
    }

    .btn-yes, .btn-no {
        flex: 1;
        padding: 0.65rem;
        font-size: 0.95rem;
        font-weight: 500;
        border-radius: 30px;
        cursor: pointer;
    }

    .btn-yes {
        background: linear-gradient(270deg, #005108 0%, #007009 100%);
        color: #fff;
        
    }

    .btn-no {
        background: #ffffff;
        color: #333;
        border: 1px solid #A7A7A7
    }

    .note {
        font-size: 0.75rem;
        color: #aaa;
        margin-top: 1rem !important;
    }

