.container{
    max-width: calc(1180px + 140px);
    padding: 0 20px;
}

.sticky{
    position: sticky;
    z-index: 1050;
    inset: 0 auto auto 0;
    background-color: var(--white);
    box-shadow: 0px 8px 30px -8px #7090b040;
}

.sticky .container,
.sticky .navbar{
    height: inherit;
}

.sticky .navbar{
    align-items: center;
    padding: 0;
}

.sticky .navbar-brand{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: clamp(1rem,6.35416vw,122px);
}

.sticky .navbar-brand img{
    width: auto;
    height: 55px;
}

.sticky .navbar>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    height: 80px;
}

.sticky .menu{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sticky .menu>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.sticky .menu>*:not(:last-child){
    margin-right: clamp(10px,1.5625vw,30px);
}

.sticky .menu>* a,
#offcv ul li a{
    position: relative;
    text-transform: uppercase;
    color: var(--text);
}

.sticky .menu>* a::before,
#offcv ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .menu>*.current-menu-item>a,
#offcv .menu>*.current-menu-item>a{
    color: var(--main);
    font-weight: 700;
}

.sticky .menu>*.current-menu-item>a::before,
#offcv .menu>*.current-menu-item>a::before{
    background-color: var(--main);
}

.sticky .menu>*.menu-item-has-children>a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
}

.sticky .menu>*.menu-item-has-children>a::after{
    content: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="rgb(147,151,168)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.sticky .menu>*.menu-item-has-children .sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 334px;
    width: fit-content;
    background: url(../../assets/img/submenubg.png) no-repeat center,var(--white);
    background-size: cover;
    border: 1px solid var(--line);
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3.511px 35.371px -13.165px #7090b040;
    padding: 20px 20px 20px 1rem;
}

.sticky .menu>*.menu-item-has-children:hover .sub-menu{
    display: block;
}

.sticky .menu>*.menu-item-has-children .sub-menu>*{
    width: 100%;
    padding: 10px 0;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 7px;
    width: fit-content;
    text-transform: uppercase;
    color: var(--title);
    font-family: var(--roboto);
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a:hover{
    color: var(--main);
    font-weight: 600;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a::before{
    content: '';
    position: initial;
    min-width: 7px;
    max-width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #CFCFCF;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a:hover::before{
    background-color: var(--main);
}

.sticky .dbtn{
    margin-left: auto;
}

.sticky .navbar-toggler{
    box-shadow: none;
}

.sticky .navbar-toggler{
    border: none;
}

.sticky .navbar-toggler .navbar-toggler-icon{
    background-image: url(../../assets/img/barsy.svg);
    transition: all .3s ease-in-out;
}

.toggled{
    background-image: url(../../assets/img/xx.svg) !important;
    transform: rotateZ(180deg) !important;
    transition: all .3s ease-in-out !important;
}

/* OFFCANVAS */

#offcv{
    z-index: 1060;
    background-color: #F8F8F8;
}

#offcv .offcanvas-header{
    justify-content: end;
}

#offcv .offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#offcv .logo a{
    margin-bottom: 2rem;
    display: block;
}

#offcv .offcanvas-body ul{
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

#offcv .offcanvas-body ul li{
    padding: 5px 0 !important;
    margin: 0 !important;
}

/* OFFCANVAS ! */

/* WHATSAPP */

.wpp{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 200;
    position: fixed;
    bottom: 37px;
    right: 36px;
    z-index: 1040;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 46px;
    padding: 0 27px;
    color: #fff !important;
    border-radius: 10px;
    background-color: #25D366;
    box-shadow: 0 3px 25px rgba(37, 211, 102, 50%);
}

.wpp svg{
    margin-right: 14px;
}

/* WHATSAPP ! */

/* MEDIA QUERIES */

@media(max-width: 1260px){
    .sticky .menu>*{
        margin-right: 1vw;
    }
    .sticky .menu>* a{
        text-align: center;
    }
}

@media(max-width:1200px){
    .sticky .navbar-brand{
        margin-right: 4vw;
    }
    .sticky .menu>*>a{
        white-space: nowrap;
    }
}

@media(max-width: 992px){
    .sticky .navbar>*:has(.menu),
    .sticky .dbtn{
        display: none;
        display: -webkit-none;
    }
    .sticky,
    .sticky .navbar{
        height: fit-content;
    }
    .sticky .navbar{
        align-items: center;
    }
    .sticky .navbar-brand{
        padding: .3125rem 0;
    }
}

@media(max-width: 768px){
    .wpp{
        padding: 0 1rem;
    }
    .wpp svg{
        margin-right: 0;
    }
    .sticky .header1,
    .wpp .t{
        display: none;
    }
    .sticky .navbar-brand img{
        height: 53px;
    }
}

@media(min-width: 768px){
    .container{
        padding: 0 70px;
    }
}


/* MEDIA QUERIES ! */