/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


::selection {
    background-color: #cdfc81; 
    color: #000000; 
}

::-moz-selection {
    background-color: #cdfc81;  
    color: #000000;
}
/* body {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
} */
.ft-social-icon ul li {
    list-style: none;
    margin-left: 10px;
    margin-top: 35px;
}
.ft-social-icon ul li img {
    width: 40px;
}
.ft-social-icon ul {
    display: flex;
}
.ft-social-icon ul li:first-child {
    margin-left: 0px;
}
.ft-social-icon ul li:hover {
    cursor: pointer;
    transform: translateY(-10px);
    transition: 0.7s;
}
.footer-contact .footer-contacts-tt {
    font-size: 32px;
}
.footer-contact a {
    font-weight: 700;
    font-size: 22px;
}
.ft-sdc {
    max-width: 447px;
}
.ft-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.ft-menu ul li:first-child{
    margin-left: 0px;
}
.ft-menu ul li a {
    font-weight: 700;
}
a.a-zin:hover {
    text-decoration: underline;
    color: #000;
}
.homeMain__wrap_list-item::before {
    content: "";
    border-radius: 16px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #765cf6 0%, rgba(118, 92, 246, 0.8) 100%);
    box-shadow: 0px 8.9px 20.7667px rgba(118, 115, 192, 0.1);
    backdrop-filter: blur(6px);
    z-index: 0;
}
.homeMain__wrap_list-item {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.homeMain__wrap_list-item svg {
    z-index: 2;
}
.homeMain__wrap_list-item svg {
    width: 80px;
    height: 80px;
}
.homeMain__wrap_list-item:hover span {
    color: #CDFC81;
    /* color: #ff6638; */
    cursor: pointer;
}
.homeMain__wrap_list-item span {
    text-align: center;
    display: block;
    color: var(--color-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    /* margin: 20px auto 0; */
    color: #fff;
    z-index: 2;
    max-width: 150px;
}
.homeMain__wrap_list-item:hover::after {
    display: block;
    animation: listBorder 0.4s linear forwards;
}
.homeMain__wrap_list-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.5' y='1.5' width='197' height='197' rx='14.5' stroke='%23CDFC81' stroke-width='3'/%3E%3C/svg%3E") no-repeat center center / contain;
    display: none;
    z-index: -1;
}
.home-info h1 {
    font-size: 56px;
    line-height: 67px;
    position: relative;
    margin-bottom: 12px;
    font-weight: 400;
}
.sec1-home {
    padding-bottom: 95px !important;
    padding-top: 105px !important;
}
.sec1-btn:hover {
    transform: translateY(-10px);
    transition: 0.8s;
}
.mt-30 {
    margin-top: 55px;
}
.col-flex {
    display: flex;
    align-items: center;
}
.sec2-home-row .col-inner {
    max-width: 1200px;
    margin: auto !important;
    text-align: center;
}
.sec2-home-row {
    background: var(--primary-color);
    border-radius: 10px;
    padding: 55px;
}
.sec2-home .col {
    padding-bottom: 0px;
}
.sec2-home h2 {
    font-size: 48px;
    color: #ff6638;
    font-weight: 400;
}
a.button:hover {
    color: #ff6638 !important;
    box-shadow: unset !important;
    transform: translateY(-10px);
    transition: 0.8s;
}
.absolute-footer {
    display: none;
}
.sec3-home h2, .sec5-home h2, .sec6-home h2, .sec7-home h2, .sec3-advs h2, .sec4-advs h2, .sec2-about h2 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
}
.txt-multitag {
    font-size: 32px;
}
.multi-tag-item .img-inner {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.col-multi-tag {
    border-radius: 30px;
    padding: 55px;
    background: linear-gradient(51.9deg, #ff6638 17.62%, rgba(205, 252, 129, 0) 103.47%);
}
.multi-tag-item p {
    font-size: 22px;
}
.tab-item ul li {
    list-style: none;
}
.tab-item ul li img {
    width: 20px;
    margin-right: 10px;
}
.tab-item ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}
.home-tabs ul.nav {
    justify-content: space-around;
    /* max-width: 80%; */
    margin: 35px auto;
    box-shadow: 0px 12px 28px rgba(118, 115, 192, 0.1);
    border-radius: 30px;
    padding: 0px 90px;
}
.home-tabs .nav>li.active>a {
    transition-duration: 0.3s;
    background-color: #fff;
    border: 2px solid var(--fs-color-primary) !important;
    border-radius: 10px;
    color: var(--fs-color-primary);
    /* padding: 7px 25px; */
}
.nav-pills>li>a {
    border-radius: 10px !important;
    border: 2px !important;
}
.nav>li>a {
    transition: unset !important;
}
.home-tabs .nav a:hover {
    background: var(--primary-color);
    color: #fff;
    /* padding: 7px 25px; */
}
.home-tabs .nav a {
    padding: 7px 25px;
}
.row-programs {
    justify-content: center;
}
@keyframes listBorder {
    from {
    bottom: 0px;
    right: 0px;
    }
    to {
    bottom: -10px;
    right: -10px;
    }
}
.homeMain__wrap_list-item:hover svg .homeMain__icon_hover {
    fill: #fff;
    opacity: 0.4;
}
.platform-item p:first-child {
    font-size: 22px;
    margin-bottom: 15px;
}
.platform-item {
    box-shadow: 0px 12px 28px rgba(118, 115, 192, 0.1);
    padding: 27px 40px;
    height: 265px;
    border-radius: 30px;
    background: #fff;
}
.platform-item p:first-child {
    font-size: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.platform-item p:first-child img {
    margin-right: 10px;
}
.sec5-home .section-bg img {
    object-position: 19% 86% !important;
    height: 914px;
}
.sec5-home {
    padding: 50px 0px 0px 0px !important;
}
.sec5-home h2 {
    margin-bottom: 60px;
}
.platform-box {
    padding-bottom: 45px;
}
.sec6-home .ux-logo .ux-logo-link {
    padding: 15px 20px !important;
    border: 2px solid;
    border-radius: 35px;
    max-height: 80px;
    height: 100%;
    width: 100%;
    background: #fff;
}
.sec6-home .ux-logo {
    margin: 0 15px !important;
}
.sec6-home .ux-logo img {
    width: 100% !important;
}
.sec6-home .ux-logo.has-hover.align-middle.ux_logo.inline-block.is-selected {
    max-width: 100% !important;
}
.home-silde {
    max-width: 1000px;
    margin: auto;
}
.sec6-home .ux-logo.webMoney img {
    width: 125px !important;
    height: 40px !important;
}
.content-slide p {
    font-size: 22px;
    max-width: 682px;
    text-align: center;
    margin: auto;
}
.content-slide {
    margin-top: 40px;
}
.content-slide a {
    font-weight: 700;
    text-decoration: underline;
}
.sec6-home h2 {
    margin-bottom: 50px;
}
.sec6-home .row {
    padding: 101px 0px;
    border-radius: 32px;
    background: linear-gradient(271deg, #cdfc81 17.62%, rgba(205, 252, 129, 0) 103.47%);
}
.sec6-home .col-inner {
    margin: auto !important;
    text-align: center;
}
footer#footer {
    background: url(/wp-content/uploads/2025/01/footer-bg-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 72% 14%;
    padding-bottom: 25px;
}
#footer .sec2-footer {
    max-width: 98%;
    margin: auto;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 12px 28px rgba(118, 115, 192, 0.1);
}
.sec-partner h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
}
.sec-partner h2 span {
    text-transform: capitalize;
}
.sec1-advs h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 60px ;
}

.sec3-advs .col-inner {
    text-align: center;
}
.sec4-advs .tab-item h2 {
    text-align: left;
    font-size: 32px;
}
.sec6-home a.button {
    margin-top: 50px;
}
.sec8-advs .section-bg.fill {
    background: linear-gradient(181deg, rgba(144, 182, 255, 0) 23.73%, rgba(144, 182, 255, 0.6) 57.72%);
    opacity: 0.3;
    filter: blur(50px);
}
.sec7-home {
    padding-top: 100px !important;
}
/* .sec5-advs .section-bg.fill {
    background: linear-gradient(181deg, rgba(144, 182, 255, 0) 23.73%, rgba(144, 182, 255, 0.6) 57.72%);
    opacity: 0.3;
    filter: blur(50px);
} */
.sec3-advs .section-bg.fill {
    background: linear-gradient(181deg, rgba(144, 182, 255, 0) 23.73%, rgba(144, 182, 255, 0.6) 57.72%);
    opacity: 0.3;
    filter: blur(50px);
}
.sec4-advs .section-bg.fill {
    background: linear-gradient(181deg, rgba(144, 182, 255, 0) 23.73%, rgba(144, 182, 255, 0.6) 57.72%);
    opacity: 0.3;
    filter: blur(50px);
}
.sec3-advs.sec3-publisher .section-bg.fill {
    background: unset;
}
.sec1-refer .row {
    justify-content: space-between;
}
.page-id-531 main#main {
    background: url(https://static.monetag.com/wp-content/themes/pubbrand/assets/images/bg_hero.svg) no-repeat center center / cover;
}
header#header .header-wrapper {
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}
.sec1-contact h1 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 0px;
}
header#header {
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
    /* position: absolute; */
}
.sec1-contact, .sec1-advs {
    padding: 150px 0px 100px 0px !important;
}
.contact-form span input, .contact-form textarea {
    font-weight: 700;
    color: var(--fs-color-primary);
    height: 48px;
    padding: 10px 20px;
    background: #f4f8ff;
    border: 1px solid #d3e2ff;
    border-radius: 16px;
    font-size: 16px;
    line-height: 28px;
    display: block;
    width: 100%;
    margin: 20px 0px;
}
.contact-form span input::placeholder, .contact-form span textarea::placeholder {
    font-weight: 400 ;
    color: #000 ;
    font-size: 16px;
}
.contact-form span input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
    font-weight: 400;
}
span.form-subtitle {
    font-weight: 700;
    font-size: 22px;
    margin: 20px 0px;
    display: block;
}
.contact-form .wpcf7-submit {
    padding: 10px 20px;
    border-radius: 8px;
}
.contact-form .wpcf7-submit:hover {
    transform: translateY(-10px);
    transition: 0.7s;
    color: #ff6638;
}
p.txt-contact-des {
    font-size: 22px;
}
.sec1-home .section-bg.fill {
    filter: blur(7px);
}
.sec5-home .section-bg.fill {
    filter: blur(5px);
}
.sec1-about h1 {
    font-size: 56px;
    color: #fff;
}
.sec1-about p {
    font-size: 20px;
    color: #fff;
    max-width: 800px;
    text-align: center;
    margin: auto;
}
.sec1-about .col-inner {
    text-align: center;
}
.sec2-about p {
    text-align: center;
    font-size: 20px;
}
.sec2-about .col-inner .img {
    margin: auto;
}
.sec2-about .section-bg.fill {
    background: linear-gradient(181deg, rgba(144, 182, 255, 0) 0.73%, rgba(144, 182, 255, 0.6) 7.72%);
    opacity: 0.3;
    filter: blur(50px);
}
.btn-contact-header a {
    padding: 5px 15px 5px 15px;
    border-radius: 8px;
}
.btn-contact-header a {
    border-radius: 8px;
    background: var(--fs-color-primary);
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-contact-header:hover a {

    color: #ff6638;
}
.btn-contact-header:hover {
    scale: 1.1;
    transition: 0.7s;
}
.button, button {
    line-height: -1.9em !important;
}
.sec2-contact {
    padding-top: 0px !important;
}
.sec1-contact .col {
    padding-bottom: 0px !important;
}
.row-cta .col-inner {
    text-align: center;
}

.contact-form-footer input {
    margin-bottom: 0px;
    border-radius: 8px;
}
.contact-form-footer p:first-child {
    margin-right: 60px;
    padding-right: 25px;
    border-right: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.contact-form-footer i {
    margin-right: 25px;
    font-size: 35px;
}
.contact-form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--fs-color-primary);
    padding: 20px;
    border-radius: 15px;
}
.contact-form-footer input {
    margin-bottom: 0px;
    max-width: 250px;
    margin-right: 15px;
}
.contact-form-footer .wpcf7-submit {
    background: #ff6638;
}
.sec1-footer form {
    box-shadow: 0px 12px 28px rgba(118, 115, 192, 0.1);
}
.pp-contact-form {
    margin-top: 40px !important;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    grid-gap: 80px;
    align-items: center;
}
.pp-contact-form p {
    color: #000;
    font-size: 20px;
    line-height: 25px;
}
.pp-contact-form p.pp-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
    color: var(--fs-color-primary);
}
.pp-txt i {
    color: #ff6638;
}
.pp-group-btn p {
    margin-bottom: 15px;
}
.pp-form .contact-form p:last-child {
    display: grid;
}
.pp-form .contact-form .wpcf7-submit{
    padding: 0px;
}
.pp-form .contact-form p:last-child input {
    margin-right: 0px;
}
#header .nav-column>li>a,#header .nav-dropdown>li>a,#header .nav-vertical-fly-out>li>a,#header .nav>li>a {
    color: var(--fs-experimental-link-color) !important;
}
#header .nav-column li.active>a,#header .nav-column li>a:hover,#header .nav-dropdown li.active>a,#header .nav-dropdown>li>a:hover,#header .nav-vertical-fly-out>li>a:hover,#header .nav>li.active>a,#header .nav>li.current>a,#header .nav>li>a.active,#header .nav>li>a.current,#header .nav>li>a:hover {
   color: var(--fs-experimental-link-color-hover) !important; 
}
.cta-contact a {
    font-size: 19px;
}
.sec7-home .section-bg.fill {
    background: linear-gradient(181deg, rgba(144, 182, 255, 0) 10.73%, rgba(144, 182, 255, 0.6) -0.28%);
    opacity: 0.3;
    filter: blur(50px);
}
section.sec6-publish .section-bg.fill {
    background: none;
}
@media (max-width: 769px) {
    .contact-form-footer input {
        margin-bottom: 0px;
        max-width: 165px;
        margin-right: 15px;
    }   
    .contact-form-footer {
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
    }
    .contact-form-footer p:first-child {
        margin-right: 15px;
        padding-right: 10px;
    }
    .contact-form-footer .wpcf7-submit {
        margin-top: 15px;
    }
    .col-list-service {
        margin: auto;
    }
    .sec4-publisher {
        padding-top: 0px !important;
    }
    .sec6-home .row {
        padding: 50px 0px;
    }
    .sec1-pub-col {
        margin: auto;
    }
    li.html.custom.html_topbar_right {
        justify-content: center;
    }
    .logo-menu-mb img {
        width: 70%;
    }
    .logo-menu-mb {
        margin-bottom: 35px;
    }
    .sec1-advs-col {
        margin: auto;
    }
    .sec3-advs {
        padding-bottom: 0px !important;
    }
    .sec2-about {
        padding-bottom: 0px !important;
    }
    .sec4-about {
        padding-bottom: 50px !important;
    }
}


@media (max-width: 600px) { 
    .pp-contact-form {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .contact-form-footer input{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .contact-form-footer p:last-child {
        display: grid;
        justify-content: center;
    }
    .contact-form-footer p:first-child {
        text-align: center;
        border: unset;
        margin: 20px 0px 15px 0px;
    }
    .contact-form-footer {
        text-align: center;
        display: block;
    }
    .sec1-about h1 {
        font-size: 39px;
        color: #fff;
    }
    .mfp-content {
        padding-top: 0px !important;
    }
    .off-canvas-center .nav-vertical>li>a {
        font-size: 20px;
    }

    .sec3-home h2, .sec5-home h2, .sec6-home h2, .sec7-home h2, .sec3-advs h2, .sec4-advs h2, .sec2-about h2 {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
    }

    .sec2-home h2,.sec-partner h2, .sec2-about h2 {
        font-size: 32px;
    }
    #footer .img {
        margin: auto;
    }
    .home-info h1, .sec1-advs h1, .sec1-contact h1 {
        font-size: 39px;
        line-height: 49px;
        margin: 0 auto 21px;
    }
    .sec1-advs h1 {
        text-align: center;
    }
    .home-info {
        text-align: center;
    }
    .col-flex{
        text-align: center;
    }
    .homeMain__wrap_list-item {
        width: 140px;
        height: 140px;
        margin: auto;
    }
    .homeMain__wrap_list-item svg {
        width: 60px;
        height: 60px;
    }
    .homeMain__wrap_list-item span {
        line-height: 17px;
    }
    .wrap-list .col-inner {
        display: flex;
    }
    .wrap-list {
        position: relative;
        margin-top: 0px;
    }
    .wrap-list-fn {
        margin-top: -50px;
        margin-right: 5px;
    }
    .wrap-list-last {
        margin-left: 10px;
    }
    .sec2-home-row {
        padding-left: 22px;
        padding-right: 22px;
    }
    .platform-item p:first-child {
        font-size: 16px;
    }
    .advs-content p {
        display: flex;
        align-items: flex-start;
    }
    .advs-content img {
        margin: 5px;
    }
    .row-btn-contact .col-inner {
        text-align: center;
    }
    .sec6-home .row {
        padding: 60px 0px;
    }
    .home-tabs .nav>li.active>a {
        line-height: 20px;
        justify-content: center;
        padding: 7px;
        background: var(--fs-color-primary);
        color: #fff;
        font-size: 16px;
    }
    .home-tabs ul.nav {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        box-shadow: unset;
        margin: 0;
    }
    .home-tabs .nav a {
        padding: 7px;
        border: 2px solid var(--fs-color-primary) !important;
        line-height: 20px;
        margin-right: 10px;
        margin-bottom: 8px;
    }
    .wrap-list {
        padding-bottom: 0px;
    }
    .sec2-home {
        padding-top: 0px !important;
    }
    .sec5-home h2 {
        margin-bottom: 30px;
    }
    .sec3-advs,.sec4-advs {
        padding-bottom: 0px !important;
    }
    .tab-item h2 {
        font-size: 22px !important;
    }
    .sec4-publisher {
        padding-top: 50px !important;
    }
    .sec4-about, .sec8-advs {
        padding-bottom: 50px !important;
    }
    .sec1-about {
        padding: 100px 0px !important;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}





