.sticky.int{
    position: sticky;
    background-color: #F4F4F4;
    mix-blend-mode: unset;
}

.ban{
    position: relative;
    background: url(../../assets/img/fxbg.png) no-repeat top left/cover;
}

.ban .img{
    position: absolute;
    inset: auto 0 0 auto;
    width: 55vw;
    height: 100%;
}

.ban .img::after{
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 37%;
    height: 100%;
    /* aspect-ratio: 1/1.51772; */
    background-color: var(--main);
    clip-path: polygon(8.40909% 0,100% 0,37.27272% 100%,0 100%,59.54545% 13.04347%,0 13.04347%);
    -webkit-clip-path: polygon(8.40909% 0,100% 0,37.27272% 100%,0 100%,59.54545% 13.04347%,0 13.04347%);
}

.ban .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top left;
    -o-object-position: top left;
    clip-path: polygon(25.40119% 0,100% 0,100% 100%,0 100%);
    -webkit-clip-path: polygon(25.40119% 0,100% 0,100% 100%,0 100%);
}

.ban .title{
    width: 575px;
    max-width: 100%;
    font-size: clamp(25px,5.53846vw,72px);
    margin-bottom: 25px;
}

.ban .title p:last-child{
    color: transparent;
    -webkit-text-stroke: 2px var(--footer-design);
}

.ban .title::after{
    width: 100%;
    border-radius: 8px;
}

.ban .pathbox{
    display: none;
    display: -webkit-none;
}

.cat-info{
    background: url(../../assets/img/aboutusbg.svg) no-repeat 86.71% center,url(../../assets/img/fxbg.png) no-repeat top center;
    padding: 106px 0 84px;
}

.cat-info .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.cat-info .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 43px;
}

.cat-info .img{
    position: relative;
    width: 100%;
    aspect-ratio: 1/1.15726;
    box-shadow: 0 6px 8px #00000052;
    border-radius: 25px;
    background-color: #EFF0EF;
}

.cat-info .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 25px;
}

.cat-info .img .dbtn{
    position: absolute;
    inset: auto 43px 31px auto;
}

.cat-info .title{
    text-transform: uppercase;
    font-family: var(--beng);
    color: var(--footer-design);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.06;
    margin: 100px 0 20px;
}

.cat-info .options{
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 67px;
}

.modal-dialog{
    max-width: 956px;
}

.modal-content{
    border-radius: 30px;
    border: none;
    box-shadow: 0 6px 8px #00000052;
}

.modal-body{
    padding: 27px 27px 29px;
}

.modal-dialog .row{
    grid-gap: 27px 0;
}

.modal-dialog .icon{
	cursor: pointer;
    position: relative;
    width: fit-content;
    margin-bottom: 27px;
}

.modal-dialog .icon .tit{
    position: absolute;
    inset: 28% 0 auto;
    font-family: var(--beng);
    text-align: center;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto;
    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;
}

.modal-dialog .icon:hover .tit{
    color: var(--main);
}

.modal-dialog .gal{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    grid-gap: 7px;
    height: 360px;
    overflow-y: scroll;
    padding-right: .4rem;
}

.modal-dialog .gal::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.modal-dialog .gal::-webkit-scrollbar-track{
    background: #f2F2F2;
}

.modal-dialog .gal::-webkit-scrollbar-thumb{
    background: var(--title);
    border-radius: 15px;
}

.modal-dialog .gal>*{
    cursor: pointer;
    width: 100%;
    aspect-ratio: 1/1.05940;
    object-fit: cover;
    -o-object-fit: cover;
    border: 1px solid transparent;
    border-radius: 14px;
    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;
}

.modal-dialog .gal>*.active{
    border-color: var(--main);
}

.modal-dialog .bigimg{
    width: 100%;
    aspect-ratio: 1/.68449;
    border-radius: 30px;
}

.modal-dialog .bigimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    border-radius: 30px;
}

.modal-dialog .box{
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 14px;
    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;
}

.modal-dialog .box.active{
    border-color: var(--main);
    padding: 1rem;
}

.modal-dialog .box .img{
    width: 100%;
    aspect-ratio: 1.68705;
    margin-bottom: 1rem;
}

.modal-dialog .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 14px;
}

.modal-dialog .box .title,
.modal-dialog .box .text{
    font-weight: 300;
}

.modal-dialog .box .title{
    color: var(--black);
    margin-bottom: 9px;
}

@media(max-width:1200px){
    .ban .img{
        width: 45vw;
    }
}

@media(min-width:768px){
    .modal-dialog .modal-header{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width:992px){
    .ban .img{
        position: relative;
        width: 100%;
        margin-top: 2rem;
    }
    .cat-info .row>*{
        padding: 0 12px;
    }
    .cat-info{
        background-size: 0,auto;
        padding: 2rem 0;
    }
    .cat-info .title{
        margin: 2rem 0;
    }
    .cat-info .options{
        margin-bottom: 2rem;
    }
    .modal-dialog .gal{
        flex-direction: row;
        -ms-flex-direction: row;
        height: fit-content;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-right: 0;
        padding-bottom: .4rem;
    }
    .modal-dialog .gal>*{
        width: 200px;
    }
}

@media(max-width:768px){
    .cat-info .img .dbtn{
        inset: auto 1rem 1rem auto;
    }
}

@media(max-width:425px){
    .ban .title{
        font-size: clamp(25px,10.53846vw,72px) !important;
    }
    .cat-info .img .dbtn{
        width: fit-content;
    }
}