﻿@font-face {
    font-family: 'Roboto';
    src: url('../../../../uploads/2025/04/Roboto-Bold.woff2') format('woff2');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../../uploads/2025/04/Roboto-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../../uploads/2025/04/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../../uploads/2025/04/Roboto-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/uploads/2025/05/Montserrat.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../../uploads/2025/05/Montserrat-Bold.woff2') format('woff2');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../../../uploads/2025/05/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}



.btn-open-menu,
.btn-close-menu,
.close-modal {
    cursor: pointer;
}

.btn-close-menu {
    display: none;
}

.btn-open-menu.hidden {
    display: none;
}

.btn-close-menu.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

#menu-section-bg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease !important;
}

.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

#menu-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#menu-section-bg.active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#menu-section-bg:not(.active) {
    opacity: 0;
    visibility: hidden;
}

/*Btn background gradient*/
.btn-bg a {
    background: linear-gradient(90deg, #6B14F7 0%, #F747D4 65%);
    background-size: 200% 100%;
    background-position: left center;
    transition: background-position 0.5s ease-in-out;
}

.btn-bg a:hover {
    background-position: right center;
}

/*Footer*/
.footer-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../../../uploads/2025/03/bg-footer-gptmaker.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 20%;
}

@media (max-width: 1024px) {
    .footer-container::after {
        background-size: cover;
        background-position: 50% 100% !important;
    }
}

/*breadcrumb*/
.rank-math-breadcrumb {
    font-size: 14px;
    display: inline-flex;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background-color: #000;
    padding: 6px 12px;
}

.rank-math-breadcrumb::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(to right, #6B14F7, #F747D4);
    border-radius: 16px;
    z-index: -1;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.rank-math-breadcrumb a {
    color: #fff;
    font-weight: 600;
    transition: color 0.4s ease;
    z-index: 1;
}

.rank-math-breadcrumb a:hover {
    color: rgba(247, 71, 212, 0.59);
}

.rank-math-breadcrumb span {
    font-weight: 500;
    margin: 0 4px;
    color: #fff;
    z-index: 1;
}
.rank-math-breadcrumb p{
   margin: 0px;
   padding-inline: 5px;
}


/*Primary category link*/
.primary-category-link {
    color: var(--e-global-color-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.primary-category-link:hover {
    color: rgba(247, 71, 212, 0.59);
}

/*Pagination*/
.elementor-pagination .page-numbers {
    background-color: #444444;
    padding: 8px 13px;
    border-radius: 12px;
    border: solid 1px #fff;
    color: #fff;
    transition: all 0.5s ease;
}

.elementor-pagination .page-numbers:hover,
.elementor-pagination .page-numbers:is(.current) {
    background-color: var(--e-global-color-secondary);
    color: #fff;
    border-color: var(--e-global-color-secondary);
}

.elementor-pagination .page-numbers:is(.prev, .next):is(span) {
    opacity: 0.7;
}

.elementor-pagination .page-numbers:is(.prev, .next):is(span):hover {
    background-color: #444444;
}

.form-newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.form-newsletter p {
    display: flex;
    column-gap: 10px;
    max-height: 50px;
}

@media (max-width: 768px) {
    .form-newsletter p {
        flex-direction: column;
        gap: 10px;
    }

    .form-newsletter p br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .form-newsletter {
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}

.form-newsletter .wpcf7-spinner {
    display: none;
}

.form-newsletter input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.form-newsletter input[type="email"]::placeholder {
    color: #fff;
    opacity: 0.8;
}

.form-newsletter .wpcf7-not-valid-tip {
    font-size: 12px;
}

.form-newsletter input[type="submit"] {
    padding: 12px 45px;
    border: none;
    border-radius: 30px;
    background-color: #6B14F7;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.form-newsletter input[type="submit"]:hover {
    background: #F747D4;
}

.form-newsletter .termos {
    font-size: 12px;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.form-newsletter .termos a {
    height: 2px;
}

@media (max-width: 1024px) {
    .form-newsletter .termos {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .form-newsletter .termos {
        margin-top: 65px;
    }
}

.form-newsletter .termos a {
    color: #fff;
    text-decoration: underline;
}

/*Glider*/
.glider::-webkit-scrollbar {
    display: none;
    height: 0px;
}