.container {
    max-width: calc(1178px + 140px);
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1050;
    background: url(../../assets/img/headerbg.svg) repeat-x right center;
    background-color: #353434;
    padding-right: 8px;
}

.sticky .container,
.sticky .navbar,
.sticky .menu,
.sticky .menu>*,
.sticky .df,
.sticky .df .bbox {
    height: inherit;
}

.sticky .navbar {
    padding: 0 1rem 0 0;
    align-items: start;
}

.sticky .navbar-brand {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100vw;
    max-width: 39.140625vw;
    height: 102px;
    padding-right: 7.29vw;
    background-color: #F7F7F7;
    clip-path: polygon(0 0, 100% 0, 86.69% 100%, 0 100%);
}

.sticky .navbar-brand img {
    min-width: 240px;
}

.sticky .navbar>*:has(.menu) {
    display: flex;
    align-items: center;
    width: fit-content;
    height: inherit;
}

.sticky .menu {
    list-style: none;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0;
    margin: 0;
}

.sticky .menu>* {
    display: flex;
    align-items: center;
    height: inherit;
}

.sticky .menu>*:not(:last-child) {
    margin-right: 20px;
}

.sticky .menu>* a,
#offcv ul li a {
    position: relative;
    color: var(--white);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border-top: 1px solid #ffffff47;
}

.sticky .menu>* a::before,
#offcv ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 1px;
    background: var(--main);
}

.sticky .menu>* a,
#offcv ul li a,
.sticky .menu>* a::before,
#offcv ul li a::before {
    transition: all .3s ease-in-out;
}

.sticky .menu>*.current-menu-item>a,
#offcv ul>*.current-menu-item>a {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.sticky .menu>* a:hover::before,
#offcv ul li a:hover::before {
    width: 40px;
}

.sticky .menu>*.menu-item-has-children,
.sticky .bbox {
    position: relative;
}

.sticky .bbox {
    display: flex;
    align-items: center;
}

.sticky .menu>*.menu-item-has-children .sub-menu,
.sticky .bbox .sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 80px;
    right: 1rem;
    min-width: 302px;
    width: fit-content;
    background: var(--white);
    border-bottom: 4px solid var(--main);
    box-shadow: 0px 4px 15px -6px #7090b040;
    padding: 9px 8px;
}

.sticky .menu>*.menu-item-has-children .sub-menu {
    min-width: 200px;
}

.sticky .bbox .sub-menu {
    right: 2rem;
}

.sticky .menu>*.menu-item-has-children .sub-menu::before,
.sticky .bbox .sub-menu::before {
    content: '';
    position: absolute;
    top: -11px;
    right: 0;
    width: 22px;
    aspect-ratio: 1/.53409;
    background-color: var(--white);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.sticky .menu>*.menu-item-has-children:hover .sub-menu,
.sticky .bbox:hover .sub-menu {
    display: block;
}

.sticky .menu>*.menu-item-has-children .sub-menu>*,
.sticky .bbox .sub-menu>* {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a,
.sticky .bbox .sub-menu>* a {
    display: block;
    color: var(--text);
    font-family: var(--raj);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.sticky .menu>*.menu-item-has-children .sub-menu>*:last-child,
.sticky .bbox .sub-menu>*:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sticky .df {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto 0 auto auto;
}

.sticky .dbtn:not(.w) img {
    transform: rotateZ(90deg);
}

.sticky .dbtn:not(.w):hover img {
    transform: rotateZ(-90deg);
}

.sticky .dbtn.w svg path {
    transition: all .3s ease-in-out;
}

.sticky .dbtn.w:hover svg path {
    stroke: var(--white);
}

.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 {
    background: var(--main);
}

#offcv .offcanvas-header {
    justify-content: end;
}

#offcv .btn-close {
    background-color: var(--white);
}

#offcv .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#offcv .logo a {
    display: block;
    margin-bottom: 2rem;
}

#offcv .logo img {
    filter: brightness(0) invert(1);
}

#offcv .offcanvas-body ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

#offcv .offcanvas-body ul li {
    padding: 5px 0 !important;
    margin: 0 !important;
}

#offcv .boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}


/* OFFCANVAS ! */


/* WHATSAPP */

.wpp1{
    position: fixed;
    z-index: 1030;
    bottom: 2rem;
    right: 10rem;
    /* background: var(--footer-design); */
    background: #353434;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
    font-family: 'Open Sans',sans-serif;
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
    /* padding-left: 20px; */
    border-radius: 30px 0 0 30px;
    line-height: 1.2em;
    margin-right: -30px;
}
.wpp1 .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--footer1);
    margin-left: -30px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
}
.wpp2{
    position: fixed;
    z-index: 1030;
    right: 1rem;
    bottom: 2rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--footer1);
}

.wpp1,
.wpp2{
    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;
}

.wpp1:hover,
.wpp2:hover{
    color: var(--white);
    margin-bottom: .7rem;
}


/* WHATSAPP ! */


/* MEDIA QUERIES */

@media(max-width: 1260px) {
    .sticky .navbar-brand {
        max-width: 34vw;
    }
    .sticky .menu>* {
        margin-right: 1vw;
    }
    .sticky .menu>* a {
        text-align: center;
    }
}

@media(max-width:1200px) {
    .sticky .navbar-brand {
        margin-right: 1vw;
    }
    .sticky .menu {
        margin: 0 1vw 0 0;
    }
    .sticky .menu>*>a {
        white-space: nowrap;
    }
    .sticky .dbtn {
        padding: 0 1vw;
        white-space: nowrap;
    }
    .sticky .dbtn svg {
        display: none;
    }
}

@media(max-width: 992px) {
    .sticky {
        top: 0;
        width: 100%;
        padding-right: 0;
    }
    .sticky .navbar>*:has(.menu),
    .sticky .df {
        display: none;
    }
    .sticky .navbar-brand {
        width: fit-content;
        max-width: 100%;
        padding: 0 7.29vw 0 4.66rem;
    }
    .sticky .navbar-toggler {
        margin-top: 1.2rem;
    }
}

@media(max-width: 768px) {
    .sticky .navbar-brand {
        padding: 0 3rem 0 1.33rem;
    }
}

@media(max-width:375px) {
    .sticky .navbar-brand img {
        width: 60vw;
        min-width: unset;
    }
}

@media(min-width: 768px) {
    .container {
        padding: 0 70px;
    }
}


/* MEDIA QUERIES ! */