/* GENERAL CSS */

/* @font-face {
     
    src: url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/AvenirLTStd-Book.woff2") format("woff2"), url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
     
    src: url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/AvenirLTStd-Black.woff2") format("woff2"), url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
     
    src: url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/KeplerStd-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
     
    src: url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/KeplerStd-MediumSubh.woff2") format("woff2"),
        url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/KeplerStd-MediumSubh.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir Next Condensed";
    src: url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/AvenirNextCondensed-Regular.woff2") format("woff2"),
        url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/AvenirNextCondensed-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/fonts/CormorantGaramond-Regular.woff2') format('woff2'),
        url('CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cormorant Garamond';
}


img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.button-primary {
    font-weight: 700;
    font-size: 18px;
    background-color: #ce9b90;
    color: #ffffff;
    text-transform: capitalize;
    padding: 11px 24px;
    transition: 0.5s;
}

.button-primary:hover {
    color: #ffffff;
}

.back-arrow span:hover {
    border: 1px solid #000000;
    color: #000;
}

/* GENERAL CSS */

/* BANNER CSS */

.video-banner {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: end;
    position: relative;
    height: 915px;
}

.video-banner video {
    width: 100%;
}

.video-banner .banner-scroll {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

.banner-scroll img {
    filter: brightness(0) invert(1);
}

.video-banner .control {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 60px;
    cursor: pointer;
    opacity: 0.5;
}

.video-banner .control.opacity {
    opacity: 1;
}

.banner {
    background-image: url(../../images/wedding/pdpbanner.webp);
    background-size: cover;
    height: 915px;
    text-align: center;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
    background-attachment: fixed;
}

.pdp-banner {
    background-image: url(../../images/wedding/pdp1.webp);
}

.pdp-banner-2 {
    background-image: url(../../images/wedding/pdp2.webp);
}

.pdp-banner-3 {
    background-image: url(../../images/wedding/pdp3.webp);
}

.pdp-banner-4 {
    background-image: url(../../images/wedding/pdp4.webp);
}

.pdp-banner-5 {
    background-image: url(../../images/wedding/pdp5.webp);
}

.pdp-banner-6 {
    background-image: url(../../images/wedding/pdp6.webp);
}

.banner-scroll h4 {
    margin-bottom: 22px;
    color: #ffffff;
     
    letter-spacing: 5.84px;
    font-size: 26px;
}

.banner .banner-text h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 85px;
    line-height: 75px;
    position: relative;
    margin-bottom: 110px;
}

.banner .banner-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 62px;
    background-color: #ffffff;
    bottom: -55px;
}

.banner .banner-text h1 span {
    display: block;
    font-size: 45px;
}

/* BANNER CSS */

/* COLLECTION LIST CSS */

.collection-description {
    padding: 0 0 50px 0px;
    overflow: hidden;
}

.collection-description.has-bg {
    background: url(../../images/wedding/pbg2.webp) right top no-repeat, url("https://staticimg.titan.co.in/Zoya/Banners/MyPromise/assets-4/images/p-bg1.png") left center no-repeat,
        url(../../images/wedding/pbg5.webp) right 490px top 345px no-repeat,
        url(../../images/wedding/pbg6.webp) right 160px bottom 215px no-repeat,
        url(../../images/wedding/pbg4.webp) right 530px bottom 55px no-repeat;
}

.collection-description .collection-description-header {
    text-align: center;
    margin-bottom: 20px;
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.collection-description .collection-description-header h3 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.56px;
}

.collection-description p {
     
    color: #000000;
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.56px;
}

.collection-description-body h2 {
    color: #ceaaa6;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    max-width: 490px;
}

.collection-description-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    background-color: #ceaaa6;
    width: 62px;
    height: 2px;
}

.collection-description-body h2 span {
    display: block;
    font-size: 30px;
     
    letter-spacing: -0.56px;
}

.collection-description-body {
    max-width: 70%;
}

.collection-description-body p {
    margin-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.56px;
}

.collection-description .slick-slide {
    margin: 0 25px;
}

.inner-slider .slick-slide img {
    min-width: 915px;
    max-width: 915px;
    max-height: 626px;
    object-fit: cover;
}

.collection-description .inner-slider .slick-arrow.slick-prev {
    left: 50px;
    background: url(../../images/wedding/arrow-left.webp) 0 0 / 100% no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    z-index: 1;
    top: 50%;
}

.collection-description .slick-arrow.slick-prev::before,
.collection-description .slick-arrow.slick-next::before {
    content: "";
}

.collection-description .inner-slider .slick-arrow.slick-next {
    right: 50px;
    background: url(../../images/wedding/arrow-right.webp) 0 0 / 100% no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    z-index: 1;
    top: 50%;
}

.collection-description .slick-arrow.slick-next {
    right: -60px;
    background: url(../../images/wedding/right-arrow.webp)0 0 / 100% no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    z-index: 1;
    top: 47%;
}

.collection-description .inner-slider .slick-dots li button:before {
    font-size: 11px;
    opacity: 1;
    color: #ffffff;
    top: -41px;
}

.collection-description .inner-slider .slick-dots li.slick-active button:before {
    color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    top: -38px;
    left: 5px;
}

.collection-description .mobile-slider .slick-dots li button:before {
    font-size: 11px;
    opacity: 1;
    color: #ffffff;
    top: -41px;
}

.collection-description .mobile-slider .slick-dots li.slick-active button:before {
    color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    top: -37px;
    left: 5px;
}

.mobile-slider {
    display: none;
} 

.collection-description .inner-slider {
    width: 880px;
}

.collection-description .slick-track {
    display: flex;
    align-items: center;
}

/* COLLECTION LIST CSS */

/* ABOUT CSS */

.about {
    margin-bottom: 100px;
    position: relative;
    background: url(../../images/wedding/pbg2.webp) right center no-repeat, 
        url(../../images/wedding/pbg1.webp)left center no-repeat,
        url(../../images/wedding/pbg4.webp) left 310px top 35px no-repeat,
        url(../../images/wedding/pbg5.webp) left 210px top 265px no-repeat,
        url(../../images/wedding/pbg6.webp) left 840px top 205px no-repeat,
        url(../../images/wedding/pbg3.1.webp) right 430px bottom 145px no-repeat;
}

.about-wrapper {
    position: relative;
}

.about-wrapper::after {
    content: "";
    height: 212px;
    width: 100%;
    background-color: #f6e7e5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.about-media {
    text-align: center;
}

.about h3 {
    color: #000000;
    font-size: 45px;
    margin-bottom: 30px;
    letter-spacing: -0.56px;
    font-weight: 700;
}

.about p {
    font-size: 18px;
    color: #000000;
     
    margin-bottom: 30px;
    letter-spacing: -0.56px;
}

.about .section-logo {
    max-width: 253px;
}

.about .about-content {
    padding: 130px 0 80px;
}

/* ABOUT CSS */

/* GET IN TOUCH CSS */

.get-in-touch {
    text-align: center;
    transition: 0.5s;
    padding: 45px 0 90px;
    background: url(../../images/wedding/bg2.webp) left 330px top 0px no-repeat,
        url(../../images/wedding/bg1.webp) right 330px bottom 10px no-repeat,
        url(../../images/wedding/pbg6.webp) right 740px top 30px no-repeat,
        url(../../images/wedding/pbg5.webp) left 210px top 80px no-repeat,
        url(../../images/wedding/pbg4.webp) left 440px bottom 76px no-repeat,
        url(../../images/wedding/pbg3.webp) right 560px bottom 60px no-repeat,
        url(../../images/wedding/pbg2.webp) right 0px top -30px no-repeat,
        url(../../images/wedding/pbg1.webp) left 0px bottom -30px no-repeat;
        overflow: hidden;
}

.get-in-touch-wrapper {
    box-shadow: 0px -11px 19.44px 7.56px rgba(0, 0, 0, 0.04);
    padding: 35px 0;
    position: relative;
}

.get-in-touch h5 {
     
    font-size: 24px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
}

.get-in-touch h5::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #674636;
    width: 66px;
    height: 1px;
    top: 10px;
}

.get-in-touch h5::after {
    content: "";
    position: absolute;
    right: 0;
    background-color: #674636;
    width: 66px;
    height: 1px;
    top: 10px;
}

.get-in-touch .button-primary {
    padding: 11px 18px;
    font-size: 20px;
}

/* GET IN TOUCH CSS */

/* PRODUCTS CSS */

.items {
    padding: 30px 0;
    background: url(../../images/wedding/pbg2.webp) right 0px bottom 520px no-repeat,
        url(../../images/wedding/pbg1.webp) left 0px top 650px no-repeat;
}

.items .items-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 81%;
    margin-bottom: 40px;
}

.items .items-header h4 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: -0.56px;
}

.items .items-header p {
    font-size: 18px;
    color: #000000;
     
    margin: 0;
    letter-spacing: -0.56px;
}

.items .slider {
    margin-bottom: 50px;
}

.items .slick-arrow.slick-prev {
    left: -90px;
    background-image: url(../../images/wedding/arrow-left.webp) 0 0 / 100% no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    z-index: 1;
    top: 50%;
}

.items .slick-arrow.slick-prev::before,
.items .slick-arrow.slick-next::before {
    content: "";
}

.items .slick-arrow.slick-next {
    right: -90px;
    background-image: url(../../images/wedding/arrow-right.webp) 0 0 / 100% no-repeat;
    background-size: 70px;
    height: 70px;
    width: 70px;
    z-index: 1;
    top: 50%;
}

.mobile-slider .slick-arrow.slick-prev {
    left: 12px;
    background-image: url(../../images/wedding/arrow-left.webp) 0 0 / 100% no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    z-index: 1;
    top: auto;
    bottom: 10%;
}

.mobile-slider .slick-arrow.slick-prev::before,
.mobile-slider .slick-arrow.slick-next::before {
    content: "";
}

.mobile-slider .slick-arrow.slick-next {
    right: 12px;
    background-image: url(../../images/wedding/arrow-right.webp)0 0 / 100% no-repeat;
    background-size: 40px;
    height: 40px;
    width: 40px;
    z-index: 1;
    top: auto;
    bottom: 10%;
}

.mobile-slider .slick-slide {
    margin: 0;
}

.items .slick-slide img {
    width: 100%;
    max-height: 472px;
    min-height: 472px;
    object-fit: cover;
}

.items .slick-slide {
    margin: 0 5px;
}

.items h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    top: -35px;
    letter-spacing: -0.56px;
}

.items .slick-dots {
    bottom: -125px;
}

.items .slick-dots li button:before {
    font-size: 11px;
    opacity: 1;
    color: #c9b6b4;
    top: 0;
}

.items .slick-dots li.slick-active button:before {
    color: transparent;
    border: 1px solid #c9b6b4;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 5px;
}

/* PRODUCTS CSS */