#maincontent {
    overflow: initial !important;
}

.main-banner-block {
    min-height: 610px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.polki-content-block .page-heading {
    font: bold 68px AGaramondPro-Regular;
    color: #4b4a4a;
}

.polki-content-block p {
    font: 16px/26px AGaramondPro-Regular;
    color: #363636;
    max-width: 555px;
    margin: 0 auto;
}

.left-side-flow-img,
.right-side-flow-img {
    width: 260px;
    position: absolute;
}

.polki-content-block {
    position: relative;
    padding: 60px 0;
    margin-bottom: 50px;
}

.right-side-flow-img {
    position: static;
}

.left-side-flow-img {
    top: 0;
    right: 0;
}

.polki-block a {
    color: #bc7a58;
    font: 18px AGaramondPro-Regular;
    background: transparent linear-gradient(116deg, #ddb197 0%, #bc7a58 28%, #9c4b20 79%, #edc9b4 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sticky-block-desktop,
.sticky-block-mobile {
    height: 100vh;
    position: sticky;
    top: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.jewellery2 {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    transform: translate3d(0px, -100vh, 0px);
}

.sticky-sub-block {
    height: 450vh;
    position: relative;
}

.sticky-sub-block img {
    height: 100%;
}

.left-block,
.right-block {
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.jewel-item {
    position: absolute;
    top: 0;
    bottom: 0;
}

.desktop-scroll-none .jewel-item {
    &:not(:first-child) {
        transform: translate3d(0px, 0vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
        transform-style: preserve-3d;
    }
}

.left-block .jewel-item {
    left: 0;
    right: auto;
}

.right-block .jewel-item {
    left: auto;
    right: 0;
}

.enquiry-btn {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.view-all-polki {
    margin: 55px 0 75px 0;
}

.view-all-polki a {
    color: #b87451;
    font: 600 20px AGaramondPro-Regular;
    background: linear-gradient(90deg,
            rgba(120, 65, 39, 1) 0%,
            rgba(217, 164, 132, 1) 21%,
            rgba(156, 75, 32, 1) 41%,
            rgba(188, 122, 88, 1) 58%,
            rgba(204, 145, 110, 1) 78%,
            rgba(132, 71, 50, 1) 100%,
            rgba(185, 255, 75, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

@media only screen and (min-width: 1920px) {
    .enquiry-btn {
        bottom: -25px;
    }
}

@media only screen and (max-width: 991px) {
    .main-banner-block {
        min-height: 1400px;
    }

    .sticky-sub-block {
        height: 600vh;
    }

    .enquiry-btn {
        bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .main-banner-block {
        min-height: 1340px;
    }

    .polki-content-block {
        padding: 130px 0 60px;
    }

    .left-side-flow-img,
    .right-side-flow-img {
        width: 155px;
    }
}

@media only screen and (max-width: 479px) {
    .main-banner-block {
        min-height: 880px !important;
    }
}

@media only screen and (max-width: 375px) {
    .main-banner-block {
        min-height: 700px;
    }
}