.elementor-9 .elementor-element.elementor-element-89a6efe{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c00b4b1 *//*=========================
HEADER
=========================*/

.cb-header{
    width:100%;
    background:#000;
    box-shadow:0 5px 15px rgba(0,0,0,.25);
    position:sticky;
    top:0;
    z-index:999;
}

/*=========================
TOP ROW
=========================*/

.cb-header-top{
    max-width:1500px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 25px;
}

/*=========================
LOGO
=========================*/

.cb-logo img{
    height:65px;
    display:block;
}

/*=========================
DESKTOP MENU
=========================*/

.cb-nav{
    flex:1;
    display:flex;
    justify-content:center;
}

.cb-nav ul{
    display:flex;
    align-items:center;
    gap:25px;
    list-style:none;
    margin:0;
    padding:0;
}

.cb-nav ul li a{
    color:#ff0000;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    transition:.3s;
}

.cb-nav ul li a:hover{
    color:#fff;
}

/*=========================
BUTTONS
=========================*/

.cb-buttons{
    display:flex;
    gap:10px;
}

.cb-buttons a{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:90px;
    height:40px;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    border-radius:20px;
    transition:.3s;
}

.login-btn{
    background:#ff0000;
    color:#ffff;
}

.signup-btn{
    background:#ff0000;
    color:#ffff;
}

.login-btn:hover,
.signup-btn:hover{
    background:#fff;
}

/*=========================
MOBILE MENU
=========================*/

.cb-mobile-menu{
    display:none;
    overflow-x:auto;
    white-space:nowrap;
    background:#111;
    padding:10px 15px;
    scrollbar-width:none;
}

.cb-mobile-menu::-webkit-scrollbar{
    display:none;
}

.cb-mobile-menu a{
    display:inline-block;
    color:#ff0000;
    text-decoration:none;
    margin-right:25px;
    font-size:14px;
    font-weight:700;
}

.cb-mobile-menu a:hover{
    color:#fff;
}

/*=========================
TABLET
=========================*/

@media(max-width:991px){

    .cb-header-top{
        padding:10px 15px;
    }

    .cb-nav{
        display:none;
    }

    .cb-mobile-menu{
        display:block;
    }

    .cb-logo img{
        height:58px;
    }

    .cb-buttons a{
        min-width:100px;
        height:40px;
        font-size:14px;
    }

}

/*=========================
PHONE
=========================*/

@media(max-width:600px){

    .cb-logo img{
        height:50px;
    }

    .cb-buttons{
        gap:8px;
    }

    .cb-buttons a{
        min-width:80px;
        height:32px;
        font-size:10px;
        padding:0 10px;
    }

    .cb-mobile-menu{
        padding:6px 8px;
    }

    .cb-mobile-menu a{
        font-size:13px;
        margin-right:18px;
    }

}/* End custom CSS */