.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: 1rem 0;
}

.sticky .navbar-brand{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 1rem;
    padding: 0;
}

.sticky .navbar-brand img{
    width: auto;
    height: 48px;
}

.sticky hr{
    width: 700px;
}

/* .sticky .navbar>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
}

.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: 22px;
}

.sticky .menu>* a, 
#offcv ul li a{
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
} */

/* .sticky .menu>*.current-menu-item>a{
    color: var(--main);
    font-weight: 700;
}

.sticky .menu>*.menu-item-has-children{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 7px;
}

.sticky .menu>*.menu-item-has-children::after{
    content: '▾';
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-left: 10px;
}

.sticky .menu>*.menu-item-has-children .sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 235px;
    width: fit-content;
    background: var(--white);
    border-bottom: 4px solid var(--main);
    box-shadow: 0px 0px 8px #7090b040;
    padding: 1rem;
}

.sticky .menu>*.menu-item-has-children:hover .sub-menu{
    display: block;
}

.sticky .menu>*.menu-item-has-children .sub-menu>*{
    width: 100%;
    padding: 5px 0;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a{
    display: block;
    display: -webkit-block;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
} */

.sticky .navbar-toggler{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: var(--linear1);
    box-shadow: 0 0 8.86px #00000040;
    padding: 0;
    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 .navbar-toggler:hover{
    border-color: var(--main);
    background: var(--white);
}

.sticky .navbar-toggler .navbar-toggler-icon{
    width: 21px;
    height: 17px;
    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 .navbar-toggler:hover .navbar-toggler-icon{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -ms-filter: brightness(0);
}

.sticky .navbar-toggler .navbar-toggler-icon{
    background-size: contain;
    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: url(../../assets/img/offcvbg.png) no-repeat bottom center,var(--white);
}

#offcv .offcanvas-header{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 21px 20px;
}

#offcv .offcanvas-header .btn-close{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    opacity: 100%;
    -webkit-opacity: 100%;
    width: 39px;
    height: 39px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: url(../../assets/img/xx.svg) no-repeat center,var(--linear1);
    box-shadow: 0 0 8.86px #00000040;
    padding: 0;
    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;
}

#offcv .offcanvas-body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 20px 20px;
}

#offcv .offcanvas-body hr{
    margin: 0 0 20px;
}

#offcv ul,
#offcv ul>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
}

#offcv ul{
    grid-gap: 8px;
}

#offcv ul>*{
    font-family: var(--mav);
    font-size: 16px;
    font-weight: 700;
}

#offcv ul>*>a{
    display: block;
    display: -webkit-block;
    width: 100%;
    color: var(--main);
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--white);
    padding: 10px 20px;
    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;
}

#offcv ul>*.current-menu-item>a{
    color: var(--white);
    background: var(--linear1);
}

/* 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: 1200px){
    .sticky hr{
        width: clamp(1px,58.33333vw,700px);
    }
}

@media(max-width: 992px){
    .sticky hr{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width: 768px){
    .wpp{
        padding: 0 1rem;
    }
    .wpp svg{
        margin-right: 0;
    }
    .sticky .header1,
    .wpp .t{
        display: none;
    }
}

@media(min-width: 768px){
    .container{
        padding: 0 70px;
    }
}


/* MEDIA QUERIES ! */