.sticky{
    position: sticky;
}

footer{
    position: initial;
}

.navigation{
    display: none;
    display: -webkit-none;
}

.footer-design{
    display: block !important;
    display: -webkit-block !important;
    background-color: #6D7669;
}

.top{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    /* height: clamp(10px,35.41666vw,680px); */
    height: clamp(10px,17.41666vw,340px);
	/* height: 79vh; */
/*     aspect-ratio: 1/.390625; */
    background-size: cover !important;
    padding: 3rem 0;
}

.top .title{
    text-align: center;
    color: var(--white);
    text-shadow: 0px 0px 11.3px #6D7669;
    font-family: var(--syn);
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.525px;
}

.difs{
    background: url(../../assets/img/difsbg.svg) repeat-y top center;
    padding: 40px 0 0;
}

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

.difs hr{
    opacity: 100%;
    -webkit-opacity: 100%;
    border-color: var(--line2);
    width: clamp(10px,100%,1517px);
    margin: 50px auto 0;
}

.difs .img{
    width: 56px;
    aspect-ratio: 1/1;
    margin: 0 auto 10px;
}

/* .difs .fx{
    mask-image: linear-gradient(to bottom,#FFF,transparent);
    -webkit-mask-image: linear-gradient(to bottom,#FFF,transparent);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: top center;
    -webkit-mask-position: top center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
} */

.difs .title{
    text-transform: uppercase;
    width: fit-content;
    color: var(--text);
    font-family: var(--syn);
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.33px;
    margin: 0 auto 20px;
    border-top: 1px solid var(--line2);
    padding-top: 10px;
}

.difs .text{
    text-transform: uppercase;
    text-align: center;
}

.difs .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

.single-gal{
    background: url(../../assets/img/gallbg.svg) repeat-y top center;
    padding: 40px 50px 26px;
}

.single-gal .masonry{
    width: clamp(10px,100%,1820px);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 80px 30px;
    margin: 0 auto 80px;
}

.single-gal .masonry>*{
    display: block;
    display: -webkit-block;
    flex-grow: 1;
    flex-shrink: 1;
}

.single-gal .masonry>* img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.single-gal .masonry>*:first-child,
.single-gal .masonry>*:nth-child(8n),
.single-gal .masonry>*:nth-child(4),
.single-gal .masonry>*:nth-child(11n){
    flex-basis: 100%;
    aspect-ratio: 1/.32967;
}

.single-gal .masonry>*:nth-child(2),
.single-gal .masonry>*:nth-child(9n),
.single-gal .masonry>*:nth-child(3),
.single-gal .masonry>*:nth-child(10n){
    flex-basis: calc(50% - 30px);
    aspect-ratio: 1/.67039;
}

.single-gal .masonry>*:nth-child(5),
.single-gal .masonry>*:nth-child(12n),
.single-gal .masonry>*:nth-child(6),
.single-gal .masonry>*:nth-child(13n),
.single-gal .masonry>*:nth-child(7),
.single-gal .masonry>*:nth-child(14n){
    flex-basis: calc(33% - 30px);
    aspect-ratio: 1/1.02237;
}

.single-gal .owl-carousel{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: clamp(10px,100%,1820px);
    padding-bottom: 38px;
    margin: 0 auto;
}

.single-gal .owl-carousel img{
    width: 100%;
    aspect-ratio: 1/.32967;
    object-fit: cover;
    -o-object-fit: cover;
}

.single-gal .owl-carousel .owl-nav{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    height: 0;
    padding: 0 30px;
}

.single-gal .owl-carousel .owl-dots{
    position: absolute;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 5px;
    width: 100%;
    margin: 26px auto 0;
}

.single-gal .owl-carousel .owl-dots>*{
    width: 12px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #0000000d;
    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;
}

.single-gal .owl-carousel .owl-dots>*.active{
    background-color: #00000033;
}

@media(max-width:992px){
    .single-gal{
        padding: 2rem;
    }
    .single-gal .masonry{
        grid-gap: 2rem 30px;
    }
}

@media(max-width:768px){
    .top{
        aspect-ratio: unset;
    }
    .single-gal{
        padding: 2rem 20px;
    }
    .single-gal .owl-carousel .owl-nav{
        padding: 0;
    }
}

@media(max-width:575px){
    .single-gal .masonry{
        grid-gap: 1rem;
    }
    .single-gal .masonry>*{
        flex-basis: 100% !important;
        aspect-ratio: 1/.67039 !important;
    }
    .single-gal .owl-carousel img{
        aspect-ratio: 1/.67039;
    }
}