/*
 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=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Press+Start+2P&family=Prompt: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: 'Prompt';
    margin: 0;
    padding: 0;
}
.eng {
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-style: normal;
}
.title{
    font-family: "Press Start 2P";
    font-weight: 400;
    font-style: normal;
}
.outfit{
    font-family: "Outfit";
    font-optical-sizing: auto;
}
:root{
    --color-green:#58FF00;
    --color-red:#D00D2E;
    --color-dark: #1A1A1A;
    --color-dark-gar: linear-gradient(93.95deg, #5C5C5C 16.1%, #1A1A1A 93.72%);
    --pp-dark:#54266D;
    --pp-light:#8E348F;
}
html {
    scroll-behavior: smooth;
    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-green) !important;
}
.text-pd{
    color: var(--pp-dark) !important;
}
.text-pl{
    color: var(--pp-light) !important;
}
.text-dg{
        background: var(--color-dark-gar);
    -webkit-background-clip: text;
    background-clip: text; 
    -webkit-text-fill-color: transparent; 
    color: transparent;
}
.text-pg{
        background: linear-gradient(92.68deg, rgb(50 18 70 / 80%) 42.45%, rgba(84, 38, 109, 0.8) 74.64%);
    -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;
}
