.top{
    position: relative;
    background: url(../../assets/img/topbg.svg) no-repeat top left,url(../../assets/img/iconn.svg) no-repeat bottom left,linear-gradient(81deg, #0B1438 22.56%, #152258 81.4%);
    min-height: 512px;
    padding: 7.2rem 0 4.8rem;
}

.top .row{
    grid-gap: 2rem 0;
}

.top .sectitle{
    display: block;
    display: -webkit-block;
}

.top .sectitle strong{
    color: var(--white);
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
}

.top .sectitle::before{
    content: url(../../assets/img/dotsb.svg);
    display: block;
    display: -webkit-block;
}

.top .sectitle::after{
    position: absolute;
    inset: auto auto 0 0;
    text-transform: none;
    font-family: var(--lob);
    font-size: clamp(20px,6.25vw,94px);
    font-weight: 400;
    line-height: clamp(25px,7.53vw,95px);
    color: transparent;
    -webkit-text-stroke: 1px #ffffff4d;
    width: auto;
    height: auto;
    background-color: transparent;
}

.top .img{
    position: absolute;
    z-index: 1;
    inset: 3.53rem 0 auto auto;
    width: 43.33vw;
    height: 401px;
}

.top .img::before{
    content: url(../../assets/img/imgdots.svg);
    position: absolute;
    z-index: -1;
    inset: auto auto 0 -4.8rem;
}

.top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: left center;
    -o-object-position: left center;
}

.archive-prods{
    background: url(../../assets/img/servbg.svg) repeat-x top left;
    padding: 2rem 0;
}

.archive-prods .text::before{
    content: '';
    display: block;
    display: -webkit-block;
    width: 80px;
    height: 3px;
    background-color: var(--yell);
    margin-bottom: 2rem;
}

.archive-prods .container>.row{
    grid-gap: 2.53rem 0;
}

.archive-prods .bx{
    filter: drop-shadow(0px 4px 10.9px #7090b040);
    border: 4px solid var(--white);
    background-color: var(--main);
    border-radius: 7px 0 0 7px;
    clip-path: polygon(0 0,calc(100% - 42px) 0,99.8% 100%,120% 150%,0 150%);
    -webkit-clip-path: polygon(0 0,calc(100% - 42px) 0,99.8% 100%,120% 150%,0 150%);
    margin: 2rem 0 2.93rem;
    padding: 24px 28px 0 28px;
}

.archive-prods .bx .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 19px;
    color: #ffffff9e;
}

.archive-prods .bx .df strong{
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
}

.archive-prods .bx .dbtn{
    transform: translateY(24px);
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    -o-transform: translateY(24px);
    margin: -24px 0 0 5.3rem;
}

.archive-prods:has(.bx) .owl-carousel{
    border-top: 1px solid var(--line);
    padding-top: 18px;
}

.archive-prods .catbox{
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 11.1px 0px #7090b01a;
    padding: 17px;
}

.archive-prods .catbox .title{
    color: #615E68;
    font-family: var(--pop);
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
}

.archive-prods .catbox .cats{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 10px;
}

.archive-prods .catbox .cats>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 18px;
    text-transform: capitalize;
    color: var(--text);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    border-radius: 80px;
    padding: 6px 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;
}

.archive-prods .catbox .cats>*:hover,
.archive-prods .catbox .cats>*.active{
    color: var(--white);
    background-color: var(--main);
}

.archive-prods .catbox .cats>*::before{
    content: '';
    display: block;
    display: -webkit-block;
    width: 19px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--yell);
    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;
}

.archive-prods .catbox .cats>*:hover::before,
.archive-prods .catbox .cats>*.active::before{
    background-color: var(--white);
}

.archive-prods .row .row{
    grid-gap: 20px 0;
}

.archive-prods .row .row .box{
    width: clamp(10px,100%,280px);
    height: 100%;
    border-radius: 15px;
    background-color: #F4F4F4;
    margin: 0 auto;
    padding: 22px 20px;
}

.archive-prods .row .row .box .img{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    aspect-ratio: 1/.8125;
    border: 1px solid transparent;
    background: url(../../assets/img/boxbg.svg) no-repeat center;
    background-size: cover;
    background-clip: padding-box;
}

.archive-prods .row .row .box .img::before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    inset: 0 auto auto 0;
    border-radius: 11px;
    background: linear-gradient(to bottom,#26336A1C,transparent);
    margin: -1px;
}

.archive-prods .row .row .box .bottom{
    margin-top: 10px;
    border-top: 1px solid var(--line);
    padding-top: 10px;
}

.archive-prods .row .row .box .cat{
    width: fit-content;
    text-transform: uppercase;
    color: var(--main);
    font-family: var(--pop);
    font-size: 8.741px;
    font-weight: 600;
    line-height: 11.169px;
    border-radius: 6px;
    background-color: #26336A38;
    margin-bottom: 5px;
    padding: 8px;
}

.archive-prods .row .row .box .title{
    text-transform: uppercase;
    color: var(--main);
    font-family: var(--pop);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.archive-prods .row .row .box .title span{
    display: block;
    display: -webkit-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.rels{
    background: url(../../assets/img/contbg.svg) repeat-x bottom left;
    background-color: #F4F4F4;
    padding: 5.06rem 0;
}

.rels .sectitle{
    display: block;
    display: -webkit-block;
    text-transform: none;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 45px;
    margin-bottom: 25px;
}

.rels .sectitle strong{
    display: block;
    display: -webkit-block;
    text-align: center;
    color: var(--yell);
    font-size: 42px;
    font-weight: 400;
    line-height: 45px;
}

.rels .sectitle::before,
.rels .sectitle::after{
    display: none;
    display: -webkit-none;
}

.rels .box{
    background-color: var(--white);
}

.rels .box .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 10px;
    text-transform: uppercase;
    color: var(--main);
    font-family: var(--pop);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 2rem 19px 19px;
}

.rels .box .df img{
    width: 84px;
    height: 91px;
    object-fit: contain;
    -o-object-fit: contain;
    padding-right: 13px;
    border-right: 1px solid var(--line);
}

.rels .box .sm{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    background-color: var(--main);
    border-radius: 0 0 10px 10px;
    padding: 11px 1rem;
}

.rels .box .sm img{
    width: fit-content;
}

@media(max-width:992px){
    .top .img{
        position: initial;
        width: 100%;
        height: auto;
        aspect-ratio: 1/.49278;
    }
    .top,
    .archive-prods,
    .rels{
        padding: 2rem 0;
    }
}

@media(max-width:768px){
    .pathbox .container{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
    }
    .pathbox .path{
        justify-content: center;
        -webkit-justify-content: center;
    }
    .archive-prods .bx{
        margin: 0 auto;
    }
    .archive-prods .bx .df img{
        display: none;
        display: -webkit-none;
    }
    .archive-prods .bx .df>*:last-child{
        margin-bottom: 10px;
    }
    .archive-prods .bx .dbtn{
        margin: -24px 0 0 0;
    }
    .archive-prods .owl-carousel .owl-dots{
        margin: 2.86rem auto 0 auto;
    }
    .archive-prods .owl-carousel .owl-nav{
        inset: auto 0 0 0;
        margin: 0 auto;
    }
}

@media(max-width: 425px){
    .top{
        min-height: unset;
    }
    .top .sectitle strong{
        font-size: clamp(25px,14vw,42px);
        line-height: clamp(30px,17vw,63px);
    }
}