/*
 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=Fugaz+One&family=Prompt:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@400;700&display=swap");

*{
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
    
}

.sp{
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;

    h1,h2,h3,h4{
        font-family: "Fugaz One", sans-serif !important;
        font-weight: 400 !important;
    }
}
:root{
    --color-text-green:#9BCA3B;
    --color-text-purple:#B3529F;
    --color-text-d-purple: #3A1C5C;
    --color-text-white:#ffff;
    --color-dark: #191919;
    --w-center :28%;
    --top-space:-80px;
    --icon-next-prev-width: 20px;
}
html {
    scroll-behavior: smooth;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1.entry-title{
    display: none !important;
}
.site-content{
    flex-direction: column;
}

ul#menu-menu-main{
    list-style: none;
    margin-bottom: 0 !important;
}
.underline-g{
    text-decoration: underline !important;
}
.font-title{
    font-size: 1.7rem;
    text-transform: uppercase;
}
.font-sub-title{
    font-size: 1.5rem;
}

.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-g{
    color: var(--color-text-green) !important;
}
.text-p{
    color: var(--color-text-purple) !important;
}
.text-dp{
    color: var(--color-text-d-purple) !important;
}
.text-w{
    color: var(--color-text-white) !important;
}
.img-dot{
    border-radius: 50% !important;
}


.w-80-center{
    
    width: calc(100% - var(--w-center));
    margin: auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: auto;
}
.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;
    
}

.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.swiper-pagination-bullet-active {
    background: var(--color-text-green);
    
}
.swiper-pagination-bullet{
    border-radius: 0 !important;
    background: var(--color-text-green) !important;
    opacity: 1 !important;
}
.main-bt a:hover{
    color: #fff;
    transform: scale(1.05);
    transform-origin: center;
    transition: 0.5s;
}

#menu-item-32.current_page_item::after{
    opacity: 0 !important;
}

#menu-item-32.current_page_item a{
    color: #fff !important;
}



/*! theme setup */

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
    margin-top: 0 !important;
}
.e-con-full, .e-con>.e-con-inner{
    padding-block-end: 0 !important;
    padding-block-start: 0 !important;
}
.e-con{
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}
.separate-containers .site-main{
    margin: 0 !important;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
    padding: 0;
}
p{
    margin-bottom: 0 !important;
}
.comments-area,
.entry-meta,
.entry-header,
.page-header-image-single{
    display: none !important;
    pointer-events: none !important;
}

button:hover,button:focus{
    background: transparent;
}

.container {
    max-width: 1440px !important;
}

.paginate_bar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-numbers {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    background: var(--color-dark);
    color: #ffffff !important;
    justify-content: center;
    margin-left: 12px;
}
.page-numbers.current {
    background: var(--color-text-green);
    color: var(--color-dark) !important;
}

.prev.page-numbers{
    transform: rotate(180deg);
}

#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: #191919;
    padding: 2.5rem 2rem;
    max-width: 490px;
    width: 90%;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #9BCA3B;

}

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

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

#age-gate-box p {
    color: #FFF;
    margin: 1rem 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: 400;
    cursor: pointer;
}

.btn-yes {
    background: #9BCA3B;
    color: #fff;
    
}

.btn-no {
    background: #191919;
    color: #FFF;
    border: 1px solid #fff
}

.note {
    font-size: 0.75rem;
    color: #FFFFFF;
    margin-top: 1rem !important;
}
/*! theme setup */
