.elementor-8 .elementor-element.elementor-element-3c820c7{--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-3bed5a0 *//*=========================
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:45px;
    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:#f4c542;
    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:#f4c542;
    color:#000;

}

.signup-btn{

    background:#f4c542;
    color:#000;

}

.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:#f4c542;
    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:48px;

}

.cb-buttons a{

min-width:100px;
height:40px;
font-size:14px;

}

}

/*=========================
PHONE
=========================*/

@media(max-width:600px){

.cb-logo img{

height:30px;

}

.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 */