.elementor-16213 .elementor-element.elementor-element-b1ff7cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16213 .elementor-element.elementor-element-ccf693b{width:100%;max-width:100%;}.elementor-16213 .elementor-element.elementor-element-ccf693b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-16213 .elementor-element.elementor-element-ccf693b.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-16213 .elementor-element.elementor-element-b1ff7cf{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-ccf693b */.elementor.elementor-16213 .e-con-inner{ 
    margin:0 !important;
    padding:0 !important;
    
}
.container {
    display: flex;
    width: 100%;
    height: 500px;
    max-width: 100%;
    min-height: 100vh;
    position: relative;
   
}
.left, .right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
    transition: flex 0.5s ease-in-out;
}
.left {
    background: url('https://queonnda.com/wp-content/uploads/2025/03/Orange-Image-shutterstock_1022345629.png') no-repeat center/cover;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
}
.right {
    background: url('https://queonnda.com/wp-content/uploads/2025/03/Purple-Image-shutterstock_2297236461.png') no-repeat center/cover;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.8);
    margin-left: -3%;
    z-index: 2;
}
.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 118px;
}
.left h2, .right h2 {
    
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Outfit'; 
    font-weight: 400;
}

.brands{
    font-family: 'Outfit'; 
    font-weight: bold;
}
.advertisers{
    font-family: 'Montserrat';
}

.btn {
    display: inline-block;
    padding: 2px 32px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-weight: 500;
}
.btn-brands{
    background-color: #9d22dd;
}
.btn-artists{
    background-color: #fd9737;
}
.btn-brands:hover {
    background-color: #ffffff;
    color: #9d22dd;
}

.btn-artists:hover {
    background-color: #ffffff;
    color: #fd9737;
}

.left:hover {
    flex: 1.5;
}
.right:hover {
    flex: 1.5;
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        
    }
    .left {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
        width: 100%;
        height: 50vh;
        margin-left: 0;
        transition: none;
    }
    .right {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
        width: 100%;
        height: 50vh;
        margin-left: 0;
        margin-top: -5%;
        transition: none;
    }
    
    .left h2, .right h2 {
    
    font-size: 30px;
        
    }
    .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 118px;
    }
}




    /* Extra Large Screens (1600px and up) */
    @media (min-width: 1600px) {
        
        .left h2, .right h2 {
            font-size: 60px;
        }
        .btn {
            padding: 4px 40px;
            font-size: 18px;
        }
        .logo {
            width: 260px;
        }
    }

    /* Ultra Wide Screens (1920px and up) */
    @media (min-width: 1920px) {
        
        .left h2, .right h2 {
            font-size: 90px;
        }
        .btn {
            padding: 10px 48px;
            font-size: 20px;
            margin-top: 20px;
        }
        .logo {
            width: 380px;
        }
        .left, .right {
            padding: 40px;
        }
    }/* End custom CSS */