/*** Fonts ***/
@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/Montserrat-Regular.woff') format('woff'),
    url('fonts/Montserrat-Regular.ttf') format('truetype'),
    url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('fonts/Bicyclette/Bicyclette-Thin.eot');
    src: local('Bicyclette Thin'), local('fonts/Bicyclette/Bicyclette-Thin'),
    url('fonts/Bicyclette/Bicyclette-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Thin.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Thin.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('fonts/Bicyclette/Bicyclette-Bold.eot');
    src: local('Bicyclette Bold'), local('Bicyclette-Bold'),
    url('fonts/Bicyclette/Bicyclette-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Bold.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Bold.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('fonts/Bicyclette/Bicyclette-Regular.eot');
    src: local('Bicyclette Regular'), local('Bicyclette-Regular'),
    url('fonts/Bicyclette/Bicyclette-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Regular.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Regular.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bicyclette Ultra';
    src: url('fonts/Bicyclette/Bicyclette-Ultra.eot');
    src: local('Bicyclette Ultra'), local('Bicyclette-Ultra'),
    url('fonts/Bicyclette/Bicyclette-Ultra.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Ultra.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Ultra.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('fonts/Bicyclette/Bicyclette-Black.eot');
    src: local('Bicyclette Black'), local('Bicyclette-Black'),
    url('fonts/Bicyclette/Bicyclette-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Black.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Black.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('fonts/Bicyclette/Bicyclette-Italic.eot');
    src: local('Bicyclette Italic'), local('Bicyclette-Italic'),
    url('fonts/Bicyclette/Bicyclette-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Italic.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Italic.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bicyclette';
    src: url('fonts/Bicyclette/Bicyclette-Light.eot');
    src: local('Bicyclette Light'), local('Bicyclette-Light'),
    url('fonts/Bicyclette/Bicyclette-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Bicyclette/Bicyclette-Light.woff2') format('woff2'),
    url('fonts/Bicyclette/Bicyclette-Light.woff') format('woff'),
    url('fonts/Bicyclette/Bicyclette-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'TAN-PEARL';
    src: url('fonts/TAN-PEARL-Regular.eot');
    src: url('fonts/TAN-PEARL-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/TAN-PEARL-Regular.woff2') format('woff2'),
    url('fonts/TAN-PEARL-Regular.woff') format('woff'),
    url('fonts/TAN-PEARL-Regular.ttf') format('truetype'),
    url('fonts/TAN-PEARL-Regular.svg#TAN-PEARL-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/** fonts ended **/
p {
    font-family: 'MontserratRegular';
}
img {
    width: 100%;
}

.collapse {
    visibility: visible !important;
}

.navbar-collapse {
    position: fixed;
    top: 0;
    right: -460px;
    width: 455px;
    height: 100%;
    background-color: #ffffff;
    transition: right 0.1s linear;
    padding-top: 60px;
    z-index: 1040;
}

.navbar-collapse.show {
    right: 0;
}

.navbar-nav .nav-link {
    color: #141414;
    padding: 10px 20px;
    text-align: left;
    font-family: 'Bicyclette';
    font-size: 25px;
    letter-spacing: 4px;
}

.navbar-nav .nav-link:hover {
    background-color: #495057;
}

.menu-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: white;
    background: none;
    border: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1030;
}

.overlay.show {
    display: block;
}

div#navbarNav button#closeMenuBtn {background: transparent;border: 0;color: #141414;/* right: 0; *//* position: relative; */width: 100%;display: inline-block;text-align: right;font-size: 35px;}



header {
    background: #141414;
    color: #fff;
    padding: 34px 20px;
    font-size:20px;
}

header .row {

    align-items: center;
}

header .right_section {
    text-align: right;
}

header .right_section nav.navbar_menu { 
    display: flex; 
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
.header_logo {
    width: 410px;
     
    margin: auto;
}

.menu_toggle {
    width: 20px;
}

header#mainHeader.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    
    
    z-index: 999;
    padding: 25px 20px;
}



.parallax-banner {
    background-image: url('images/diamondwoman_1.png'); /* Replace with your banner image path */
    height: 70vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
}

.parallax-banner h1 {
    font-size: 3rem;
    font-family: 'TAN-PEARL';
    font-size: 50px;
    padding: 20px;
    border-radius: 10px;
}

.banner_text {
    display: flex;
    width: 100%;
    justify-content: space-around;

}

.banner_text h3{

    font-size: 20px;
    font-family: 'Bicyclette';
    font-weight: bold;
    font-style: normal;
    letter-spacing: 5px;
}

/*section.personal_studio {
    padding: 60px 40px;
    text-align: center;
    background: url('images/logos/DCA-Monogram-LOGO_Charcoal.png');
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    position: relative;
}*/

section.personal_studio {
    padding: 0px 40px;
    text-align: center;
    background-color: white; /* Keep background white */
    position: relative;
    overflow: hidden;
}
section.personal_studio .personal_studio_content{

    font-family: 'TAN-PEARL';
    font-size: 30px;
    line-height: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        padding: 0 20px;
        flex-direction: column;
}

section.personal_studio h3 {
    font-family: 'Bicyclette';
    font-size: 15px;
    letter-spacing: 6px;
    margin-top: 20px;
}
.logo-img {
    width: 1041px;
   
    margin: auto;
    
    aspect-ratio: 1041 / 200;
}

    section.personal_studio.personal_studio_black img.logo-img {
    filter: brightness(0.3);
}
section.art_banner , .jewellery_banner{
    background-image: url('images/img1.png');
    height: 50vh;
    background-attachment: unset;

}

.jewellery_banner{

    background-image: url('images/black_bg.png');
}
.jewellery_banner h2{

    font-family: 'TAN-PEARL';
    font-size: 28px;
    letter-spacing: 4px;
    max-width: 650px;
    margin: auto;

}
.art_banner h2 {
    font-family: 'Bicyclette';
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 5.4px;
}

section.art_banner p {
    font-size: 15px;
    max-width: 600px;
    margin: 100px auto 0;
}
section.white_logo_section {
    background: #000;
    padding: 60px;
    text-align: center;
}

create_own_form button.btn-tiffany {
    background: #fff;
    color: #141414;
}
.card-elegant select, .card-elegant input{
    background:transparent
}

.white_logo_section img.logo-img2 {
    width: 85px;
    margin: auto;
}

.member_collective .left_section , .member_collective .right_section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
}

.member_collective .left_section {
    background-image: url('images/modernists_6_alinka 1.png');
    color: #f6f6f6;
    text-decoration: none;
    cursor: pointer;
}


.member_collective .right_section {
    background-image: url('images/modernists_2_natasha_schweitzer 1.png');
    color: #141414;
    text-decoration: none;
    cursor: pointer;
}
section.member_collective .row {
    height: 100%;
    align-items: stretch;
}

section.member_collective .container-fluid {
    height: 100%;

}
section.member_collective {
    height: 125vh;
    text-align: center;
    color: #fff;
}

section.member_collective h3, section.member_collective h4 {
    font-family: 'Bicyclette';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 7px;
}

section.member_collective h2 {
    font-family: 'TAN-PEARL';
    font-size: 35px;
}
section.carousel_section h2 {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-family: 'Bicyclette';
    letter-spacing: 6px;
    padding: 65px 0 85px;
}
.carousel_section .slick-slide {
    float: left;
}


section.carousel_section {
    overflow: hidden;
    padding: 20px 0 35px;
    position: relative;
    background: #141414;
}

.carousel_section .slick-dots li button:before, .carousel_section .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
    font-size: 8px;
}

.carousel_section ul.slick-dots {
    bottom: 0px;
}

section.black_section {
    position: relative;
    background: #141414;
    color: #fff;
    padding: 70px 0 60vh;
}

section.black_section p {
    font-size: 15px;
    max-width: 600px;
    margin:  15px auto;
    text-align: center;
}


/*
.slide1, .slide2, .slide3 {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.image-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.layer {
  position: absolute;
  width: 120%;
  height: auto;
  left: -10%;
}
*/

.vertical-slider h4, .vertical-slider h2 , .vertical-slider2 h4, .vertical-slider2 h2{
    color: #fff;
    mix-blend-mode: exclusion;
}
.vertical_carousel_section .vertical-slider2 h2 {
    font-family: 'TAN-PEARL';
    font-size: 58px;
    letter-spacing: 4px;
    line-height: 85px;
    padding: 10px 0px 0;
}

.vertical-slider2 h4 {
    font-family: 'Bicyclette';
    font-size: 15px;
    letter-spacing: 7px;
}
.vertical_carousel_section .vertical-slider2 h2.first_heading {
    text-align: left;
    margin-top: 25px;
}
.slide1, .slide2, .slide3 {
    position: relative;
    margin-top: 40vh;
    margin-bottom: 40vh;
    min-height: 100vh;
}

.slide1{

    margin-top: 00px;

}

/*
.image-layers {
    position: relative;
}*/
.vertical-slider2 .row {
    align-items: center;
}

/*.testimonial_content {
    position: sticky;
    top: 30vh;
    z-index: 10;
    height: fit-content;
        mix-blend-mode: exclusion;
}*/

.testimonial_content {
    position: fixed;
    top: 20vh;

    z-index: 10;
    display: none;
    transition: opacity 0.3s ease;
    mix-blend-mode: exclusion;

    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;

}


.testimonial_content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.layer{
    transition: transform 0.5s ease;
    will-change: transform;
    position: relative;
}


.layer1 {
    z-index: 1;
    position: absolute;
    left: 579px;
    width: 489px;
}

.slide1 h2.second_heading {
    text-align: right;
    margin-right: 35px;
}

.slide2 h2.second_heading {
    text-align: right;
    margin-right: -45px;
}

.slide3 h2.second_heading {
    text-align: right;
    position: relative;
    left: 250px;
}

.layer2 {
    z-index: 2;
    width: 319px;
    position: absolute;
    left: 376px;
    bottom: 100px;
}
.layer3 { 
    z-index: 3;
    width: 175px;
    position: absolute;
    right: 100px;
    bottom: 10px;
}

.vertical_img1.layer.layer4 {
    z-index: 2;
    width: 586px;
    position: absolute;
    left: 294px;
    top: 294px;
}

.vertical_img2.layer.layer5 {
    z-index: 2;
    width: 414px;
    position: absolute;
    left: 42px;
    top: 100px;
}

.vertical_img3.layer.layer6 {
    z-index: 2;
    width: 172px;
    position: absolute;
    right: 149px;
    bottom: 100px;
}


.vertical_img1.layer.layer7 {
    z-index: 2;
    width: 537px;
    position: absolute;
    left: 510px; /** using container viewport 1440 and container 1280px **/
    top: 100px;
}

.vertical_img2.layer.layer8 {
    z-index: 2;
    width: 440px;
    position: absolute;
    left: 147px; /** 227 -80px using container viewport 1440 and container 1280px **/
    bottom: 0px;
}

.vertical_img3.layer.layer9 {
    z-index: 2;
    width: 202px;
    position: absolute;
    right: 158px;
    top: 0;
}



footer.footer.fade-in-up {
    background: #141414;
    color: #fff;
    font-size: 15px;
}

.footer h4 {
    font-family: 'Bicyclette';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 7px;
        margin-bottom: 15px;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style-type: none;
        font-family: 'MontserratRegular';
}
ul.social_icons li a {
    font-size: 30px;
}

.footer_subscription_form input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}
.copyright .col.copyright-left p {
    font-size: 14px;
}
.footer_subscription_form input[type="email"]::placeholder {
    color:#fff !important;
    opacity: 1;
}
.copyright_right ul.social_icons li {
    display: inline;
}

.copyright .col.copyright-left {
    width: 80%;
}

.row.row-cols-5.copyright {
    justify-content: space-between;
    padding: 40px 0;
}



.slider-container {
    width: 300px;
    height: 400px;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}

.slider {
    transform-style: preserve-3d;
    transition: transform 1s ease;
}

.slide {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
}

.slide img {
    max-height: 300px;
    transition: transform 1s ease;
}

/** membership page css **/

header.membership_header {
    background: #fff;
    color: #141414;
    transition: all 0.3s ease;
    z-index: 100;
}

header.membership_header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.banner_member_1{

    background-image: url(images/diamondwoman_2.png);
}
section.art_banner.banner_member_2{
    background-image: url(images/bg_2.png);
    z-index: 1;
}
section.personal_studio.personal_studio_black {
    background-color: #141414;
    color: #fff;
}
section.white_logo_section.logo_section_1 img.logo-img2 {
    width: 100%;
}


section.white_logo_section.logo_section_1 .section_logo_image {
    position: relative;
    top: -170px;
    /* z-index: 1; */
}

section.white_logo_section.logo_section_1 {
    padding: 0;
    position: relative;
    color:#fff;
}


section.vertical_carousel_section.vertical_carousel_white {
    background: #fff;
}



.vertical_carousel_white .video-wrapper {
    position: relative;
    width: 100%;
    height: 641px;
    cursor: pointer;
}

.vertical_carousel_white .poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0px;
}

.vertical_carousel_white .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 85px;
    color: white;

    border-radius: 50%;
    padding: 20px 25px;
    pointer-events: none;
}

.vertical_carousel_white video {
    width: 100%;
    height: 641px;
    border-radius: 10px;
    display: none;
}


section.member_experiences h2 {
    font-family: 'Bicyclette';
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 4px;
    text-align: center;
    padding: 100px 0;
}

section.member_experiences {
    padding-bottom: 30vh;
    z-index: 1;
    position: relative;
}
.vertical_carousel_white .slide1 h2.second_heading {
    position: relative;
    left: 160px;
}
.vertical_carousel_white .row {
    justify-content: end;
}

.vertical_carousel_white .slide2 .row {
    justify-content: start;

}

.vertical_carousel_white .slide2 .testimonial_content {
    right: 10vw;
}
.vertical_carousel_white .video-wrapper {
    margin-left: calc(-25vw + 50%);
}
.vertical_carousel_white .slide2 .video-wrapper {

    margin-left: calc(-50vw + 50%);

}

.logo_letters {
    position: relative;
    font-size: 38rem;
    font-family: 'TAN-PEARL';
    width: 80%;
    margin: auto;
    line-height: 650px;
}

.logo_letters .letter_1 {
    position: absolute;
    left: 0px;
    top: -80px;
}

.logo_letters .letter_2 {
    position: absolute;
    right: 0px;
    top: -80px;
}

.logo_letters .letter_3 {
    position: relative;
    top: 30rem;

    display: block;
}

.logo_section_1 .content {
    width: 65%;
    padding-bottom:125px;
    text-align: left;
    font-size: 15px;
}

.content.content_right {
    float: right;
}

.logo_section_1 .row {
    margin-top: -80px;


}

.white_footer .footer_subscription_form input[type="email"] {
    border-bottom: 1px solid #141414;
    color: #141414 !important;
}

.white_footer .footer_subscription_form input[type="email"]::placeholder {
    color:#141414 !important;
    opacity: 1;
}

footer.footer.fade-in-up.white_footer{
    background: #fff;
    color: #141414;
}


.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.lightbox-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
    position: relative;
}

.lightbox video {
    width: 100%;
    height: auto;
}

.lightbox .close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

section.customerBanner__section {
    position: relative;
}


/*  */

.portal__section {
    background-color: #141414;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 200px;
}

.portal__wrap h3 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 7px;
    font-family: 'Bicyclette';
    margin-bottom: 115px;
}

.portal__step {
    padding-top: 110px;
    padding-bottom: 110px;
    background: #141414;
}

.portalImg {
    width: 100%;
    max-width: 415px;
}

.portalInfo {
    width: 100%;
    max-width: calc(100% - 415px);
    padding-left: 158px;
}

.stepCount {
    font-family: 'TAN-PEARL';
    font-size: 225px;
    margin-bottom: 0;
    line-height: 1.25;
    font-weight: normal;
}

.portalInfo h5 {
    font-family: 'Bicyclette';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 9px;
    margin-bottom: 30px;
}

.portalInfo p {
    font-family: 'MontserratRegular';
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.portalInfo p:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.parallax__portal {
    background-image: url('images/diamond_woman.jpg');
    height: 70vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    min-height: 610px;
}

section.banner.parallax-banner.limitless {
    height: auto;
}

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

.member-video{
    height: 100vh !important;
}

.apply__section, .memberTesti__section{
    background-color: #141414;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 95px;
}

.applyNow__wrap {
    text-align: center;
    font-family: 'TAN-PEARL';
    font-size: 75px;
    font-size: clamp(50px, 19.5vw, 75px);
    margin-bottom: 0;
    line-height: 1.35;
    font-weight: normal;
    text-transform: uppercase;
}

.memberTesti__section h2 {
    text-align: center;
    font-family: 'TAN-PEARL';
    font-size: 58px;
    margin: 0 auto 0;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 560px;
    line-height: 1.4;
}

.member__number {
    font-family: 'TAN-PEARL';
    font-size: 58px;
    margin: 160px 0 20px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4;
}

.member__img {
    padding-bottom: 180px;
}


/* Sticky scroll effect with progress bar */
.sticky-scroll-wrapper {
    position: relative;
    min-height: 500vh; /* Creates scroll space */
}

.sticky-container {
    position: sticky;
    top: 80px; /* Adjusted for sticky header */
    height: 84vh;
    display: flex;
    gap: 60px;
    /* align-items: center; */
    z-index: 10;

}

.sticky-left {
    flex: 0 0 40%;
    position: relative;
    background: #000;
    display: flex;
}

.image-container {
    width: 100%;
    max-width: 415px;
    overflow: hidden;
    margin: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transform: scale(1);
}

.sticky-right {
    flex: 1;
    padding-right: 100px; /* Space for progress bar */
}

.step-content {
    max-width: 600px;
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

.step-content .stepCount {
    font-family: 'TAN-PEARL';
    font-size: 225px;
    margin-bottom: 0;
    line-height: 1.25;
    font-weight: normal;
}

.step-content h5 {
    font-family: 'Bicyclette';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 9px;
    margin-bottom: 30px;
}

.step-content p {
    font-family: 'MontserratRegular';
    font-size: 15px;
    margin-bottom: 20px;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.step-subtitle {
    font-family: 'MontserratRegular';
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 15px;
}

/* Progress Bar Styles */
.scroll-progress-container {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    height: 300px;
    width: 60px;
}

.scroll-progress-track {
    position: relative;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}

.scroll-progress-bar {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 20%;
    top: 0;
    transition: top 0.3s ease;
}

.progress-steps {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.progress-step {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: -19px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.progress-step span {
    font-family: 'Bicyclette';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    opacity: 0;
}

.progress-step.active span {
    color: #fff;
    transform: scale(1.2);
}

.progress-step::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.progress-step.active::before {
    width: 12px;
    height: 12px;
    background: #fff;
}

/* Trigger sections for scroll */
.scroll-triggers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.trigger-section {
    height: 100vh;
    position: relative;
}

/* end */


/** membership css end **/

/* customer_explainer*/

.parallax__customer {
    background-color: #141414;
    height: 70vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    min-height: 610px;
}
.parallax__customer {
    height: auto !important;
}

.appoinment__section{
    background-color: #141414;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 95px;
}

.appoinment__wrap h2, .resources__wrap h2 {
    text-align: center;
    font-family: 'TAN-PEARL';
    font-size: 58px;
    margin: 0 auto 0;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 650px;
    line-height: 1.4;
}

.resources__section{
    background-color: #141414;
    color: #fff;
    padding-bottom: 200px;
    padding-top: 95px;
}

/**catalog page **/
.round_shape:hover .radioLabel {
    background-image: url('images/1722939924-round-hover.svg') !important;
}

.oval_shape:hover .radioLabel {
    background-image: url('images/1722939902-oval-hover.svg') !important;
}

.emerald_shape:hover .radioLabel {
    background-image: url('images/1722939815-emerald-hover.svg') !important;
}

.pear_shape:hover .radioLabel {
    background-image: url('images/1722939863-pear-hover.svg') !important;
}
.marquise_shape:hover .radioLabel {
    background-image: url('images/1722939992-marquise-hover.svg') !important;
}


.princess_shape:hover .radioLabel {
    background-image: url('images/1722939971-princess-hover.svg') !important;
}


.trillion_shape:hover .radioLabel {
    background-image: url('images/1722940020-trillion-hover.svg') !important;
}

.bg-content-primary-lowest {
    background: lch(0 0 0 / 0.1);
}
.filter_items .filter_label {
    color: #00000080;
    margin-right: 10px;
}

.filter_items {
    padding-right: 15px;
}


.product_slide_container {
    position: relative;
}

.custom-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
}


.product_slide_container button.custom-prev.slick-arrow {
    left: 25px;
}

.product_slide_container button.custom-next.slick-arrow {
    right: 25px;
}

.product_slide_container .slick-arrow {

    background: #ffffff;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 100%;
    opacity: 0;
    transition: transform 0.5s ease;
    position: absolute;
}

.product_slide_container:hover .slick-arrow {
    opacity: 1;
    transform: scale(1.05);
}

.product_slide_container .slick-arrow.slick-arrow i {

    color: #121212;

}



.creative-banner__description.text-center {
    font-size: 20px;
    color: #fff;
    padding:  20px 80px;
}



.creative-banner__button button {border-radius: 30px;padding: 10px 30px;font-size: 18px;}

.product_posts h2 {
    text-align: center;
    margin-bottom: 40px;
}

.card__media img {
    opacity: 1;
    transition: opacity 500ms;
    /* position: absolute; */
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.journal-card__item h3.journal-card__title {
    font-size: 20px;
    margin: 10px 0 0px;
}

.journal-card__item .journal-card__body {
    color: #00000082;
    font-size: 18px;
    line-height: 20px;
}

.journal-card__item .journal-card__cta {
    font-size: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    margin-top: 8px;
}


.plp-product-item p.product_title {
    font-size: 20px;
}

.plp-product-item p.product_price {
    font-size: 18px;
}

.plp-product-item span.product_price_old {
    text-decoration: line-through;
    color: #00000080;
}


.selected_categories_headings  h1 {
    font-family: Tan-pearl;
    font-size: 32px;
}

.selected_categories_description {
    font-family: Tan-pearl;
    font-size: 18px;
    margin-top: 15px;
}


.filter-subcategory-card .filter-subcategory_title {font-family: 'TAN-PEARL';font-size: 24px;}

.filter-subcategory {
    margin-bottom: 30px;
}

.filter-bar_mobile.flex{
    display: none;
    font-size: 16px;
}

.filter-bar_mobile span.filter_label {
    color: #979797;
    margin-right: 5px;
}

.side_filter_box {

    display: none;
    position: fixed;
}

.side_filter_box.active{

    display:block;
}

.side_filter_box .bg-overlay {
    background: #15151540;
}


button.sorting_btns {
    background: #000;
    color: #fff;
    padding: 12px;
    display: flex;
}


div#jewellery-submenu.block {
    display: block;
}

.sub_menu_list h2 {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 25px;
}

.sub_menu_list ul li {
    padding-bottom: 10px;
}

.sub_menu_img_box {
    width: 65%;
    text-align: right;
    margin-bottom: 22px;
}

.sub_menu_featured_img {
    display: flex;
    flex-direction: column;

}

.sub_menu_featured_img h2 {  font-size: 20px;
    padding: 0;
}



/** 18/09/2025 **/
video.video-background {
    width: 100%;
}

section.banner.parallax-banner.member_dashbord_1 {
    background-image: url('images/membership_dashboard_banner.png');
}
/*.footer_watermark {
    margin-top: 60px;
}*/
section.your_business_section {
    padding: 60px 0;
    text-align: center;
}
.your_business_section h2 {
    font-size: 38px;
    font-family: 'TAN-PEARL';
    text-transform: uppercase;
    margin-bottom: 40px;
}
.business_section_items {
    border: 1px solid;
    border-radius: 10px;
    padding: 1px;
    width: 180px;
    height: 180px;
    align-items: end;
    text-align: center;
}
.business_section_items .title {
    font-size: 24px;
    font-family: 'Bicyclette';
    text-transform: uppercase;
}
.business_section_items .icon {
    width: 64px;
    height: 64px;
    margin: 20px auto;
    margin-bottom: 20px;
}
.business_section_items:hover {
    background: #BF9E7D;
    border: 1px solid #BF9E7D;
}
.member_dashbord_2{
    background-image: url('images/dca-ring-1.jpg');
}
.dashboard_3_items .items_image {
    margin-left: 20px;
    padding: 0 40px;
}
.dashboard_3_items .title h2 {
    font-family: tan-pearl;
    font-size: 38px;
    text-transform: uppercase;
}
section.member_dashbord_3 {
    padding: 60px 10px;
    background-color: #141414 !important;
}
.dashboard_3_items .title {
    position: relative;
    top: 20px;
}
.dashboard_3_items.dashboard_3_items2 {
    margin-bottom: 60px;
}
.dashboard_3_items {
    padding: 40px 0;
}
.dashboard_3_items_wrapper {
    flex: 1 0 32%;
}

/** 19/09/2025 **/
.modal_box.modal_box_white {
    background-color: #ffffff;
    background-image: url('/images/DCA-Monogram-LOGO_Charcoal2.png');
}

.modal_box
{
    background-image: url('/images/Group 982.png');
    background-color: #141414;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
}


.modal_box h2 {
    font-family: 'TAN-PEARL';
    font-size: 58px;
    line-height: 80px;
}

.modal_box p {
    font-size: 15px;
    /* font-family: 'Bicyclette'; */
    font-weight: bold;
    letter-spacing: 4px;
}
.modal_box p a {
    color: #ffffff80;
}
.modal_box input, .modal_box textarea {
    background: transparent;
    border-bottom: 1px solid hsl(0deg 0% 100% / 50%);
    font-size: 15px;
}

.modal_box .submit_btn{
    font-size: 15px;
    font-family: 'Bicyclette';
    letter-spacing: 3px;
}


.text-center.application_popup_heading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url('/images/plus_icon.png');
    background-repeat: no-repeat;
    right: 0;
    width: 30px;
    background-size: 100%;
}

.text-center.application_popup_heading {
    position: relative;
}

.text-center.application_popup_heading:before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(/images/plus_icon.png);
    background-repeat: no-repeat;

    width: 30px;
    background-size: 100%;
}

.modal_box_white input ,.modal_box_white textarea{
    border-bottom: 1px solid #1414148a;
}


header.membership_header {
    background: #fff;
    color: #141414;
    transition: all 0.3s ease;
    z-index: 100;
}

header.membership_header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@media only screen and ( max-width:1280px){
    .filter-bar_mobile.flex{
        display: block;
    }

    .filter_bar_desktop.flex {
        display: none;
    }

    .layer2 {
    left: 276px;
    }

    .layer1 {
        left: 479px;
    }

    .layer3 {
        right: 0;
    }

    .vertical_img3.layer.layer6 {
        right: 0;
    }

    .vertical_img3.layer.layer9 {
        right: 0;
    }

    .vertical_img2.layer.layer8 {
        left: 100px;
    }

    .vertical_img1.layer.layer7 {
        left: 400px;
    }


}

@media only screen and ( max-width:1024px){
    .layer1 {
    left: 279px;
    width: 400px;
}

.layer2 {
    left: 76px;
    width: 250px;
    bottom: 200px;
}

.vertical_img2.layer.layer5 {
    width: 314px;
    left: 0;
}

.vertical_img1.layer.layer4 {
    left: 194px;
    width: 486px;
}

.slide2 h2.second_heading {
    margin-right: 0;
    padding-right: 35px;
}

.vertical_carousel_section .vertical-slider2 h2.first_heading {
    /* padding-right: 35px; */
}

.vertical_carousel_section .vertical-slider2 h2 {
    font-size: 45px;
    line-height: 60px;
}

.slide3 h2.second_heading {
    left: 150px;
}
.vertical_img1.layer.layer7 {
    width: 437px;
    left: 200px;
}

.vertical_img2.layer.layer8 {
    width: 340px;
    left: 0;
}

}
@media only screen and ( max-width:991px){

.header_logo {
    width: auto;
}

section.personal_studio h2 {
    font-size: 20px;
    line-height: 32px;
}

.parallax__customer {
   
    min-height: max-content;
}

}
@media only screen and ( max-width:767px) {


    .filter-subcategory-card .filter-subcategory_title {
        font-size: 18px;
    }

    .selected_categories_headings h1 {
        font-size: 25px;
    }

    .selected_categories_description {
        font-size: 15px;
    }

    .creative-banner__description.text-center {
        padding: 20px;
    }

    header .right_section nav.navbar_menu{
            gap: 10px;
    }
    section.banner.parallax-banner.limitless
    {
        
        padding: 0;
    }

    section.personal_studio {
    /* padding: 30px 40px; */
    height: 20vh;
    }

.personal_studio_logo {
    position: absolute;
    padding: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.personal_studio_logo img.logo-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.vertical_carousel_section .vertical-slider2 h2 {
    font-size: 45px;
    line-height: 52px;
}

.vertical_img1.layer.layer4 , .layer1 ,  .vertical_img1.layer.layer7{
    left: 100px;
    width: 300px;
}

.vertical_img2.layer.layer5 , .layer2, .vertical_img2.layer.layer8 {
    width: 214px;
}

.vertical_img3.layer.layer6 , .layer3, .vertical_img3.layer.layer9{
    width: 150px;
}
.modal_box h2 {
    font-size: 35px;
    line-height: 55px;
}

.modal_box {
  
    padding: 40px 20px;
}
}
@media only screen and ( max-width:580px){
    .portal__wrap .sticky-container {
    height: auto;
    }


    .appoinment__wrap h2, .resources__wrap h2 {
    font-size: 32px;
    }
}
@media only screen and ( max-width:480px){
    .selected_categories_headings h1 {
        font-size: 20px;
    }

    .filter-subcategory-card .filter-subcategory_title {
        font-size: 11px;
    }

    section {
        padding: 30px 0;
    }

    .vertical_carousel_section .vertical-slider2 h2 {
    font-size: 35px;
    line-height: 42px;
    }

    .vertical_img1.layer.layer4, .layer1, .vertical_img1.layer.layer7, .vertical_img2.layer.layer5, .layer2, .vertical_img2.layer.layer8, .vertical_img3.layer.layer6, .layer3, .vertical_img3.layer.layer9 {
        width: 100%;
        left: 0;
        position: relative;
        margin-bottom: 50px;
    
        transform: translateY(0px) !important;
        
        top: 0;
    }

    .modal_box h2 {
        font-size: 30px;
        line-height: 45px;
        word-wrap: break-word;
    }

    section.customerBanner__section {
        padding: 0;
    }
    .applyNow__wrap {
    font-size: 50px;
}
}


/* application-status*/

.status__wrap h2 {
    text-align: center;
    font-family: 'TAN-PEARL';
    font-size: 58px;
    margin: 0 auto 0;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 560px;
    line-height: 1.4;
}

.status__section, .midBanner__section{
    background-color: #141414;
    color: #fff;
    padding-bottom: 200px;
    padding-top: 95px;
}

.parallax__mid {
    background-image: url('images/dca-large.png');
    height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
}

.midBanner__wrap h2, .pillars__wrap h2 {
    text-align: center;
    font-family: 'TAN-PEARL';
    font-size: 58px;
    margin: 0 auto 0;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 560px;
    line-height: 1.4;
    padding-bottom: 80px;
}

.pillars__section, .dcaCut__section{
    background-color: #141414;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 95px;
}

.dcaCut__section .container {
    max-width: 1440px;
}

.dcaCut__wrap {
    background-image: url('images/dca-cut.png');
    height: 880px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 90px;
    justify-content: space-between;
}


.pillarsInner {
    text-align: center;
}

.pillarsInner h3 {
    text-align: center;
    font-family: 'TAN-PEARL';
    font-size: 58px;
    margin: 0 auto 0;
    font-weight: normal;
    text-transform: uppercase;
    max-width: 560px;
    line-height: 1.4;
    padding: 15px 0;
}


@media (max-width: 1399px) {
    .logo_letters {
        width: 92%;
    }
    .logo_section_1 .row {
        margin-top: -100px;
    }

    img.logo-img {
        top: -20pc;
    }
    .logo_section_1 .content {
        width: 75%;
    }
}

@media (max-width: 991px) {

    .portal__section .container {
        max-width: 100%;
    }

    .sticky-container {
        gap: 40px;
    }

    .scroll-progress-container {
        right: 0;
        height: 390px;
    }

    .step-content .stepCount {
        font-size: clamp(50px, 23vw, 225px);
    }
    .sticky-right {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .parallax-banner {
        background-attachment: scroll; /* Disable parallax on mobile for performance */
    }

    .parallax-banner h1 {
        font-size: 2rem;
        padding: 15px;
    }

    .portal__section .container {
        max-width: 100%;
    }

    .parallax__portal {
        min-height: 500px;
    }

}

@media (max-width: 575px) {
    .portal__section {
        padding-bottom: 60px;
        padding-top: 65px;
    }

    .portal__wrap h3 {
        margin-bottom: 65px;
    }

    .sticky-container {
        gap: 20px;
        flex-direction: column;
    }

    .image-container {
        width: 100%;
        max-width: 100%;
    }

    .sticky-right {
        padding-right: 0;
    }


    .memberTesti__section h2 {
        font-size: 32px;
    }

    .member__number {
        font-size: 38px;
        margin: 100px 0 10px;
    }

    .member__img {
        padding-bottom: 70px;
    }

    .apply__section {
        padding-bottom: 50px;
        padding-top: 150px;
    }
}

/*** Custom Design page 17-10-2025 **/

header.membership_header {
    padding: 20px;
}

.custom_creation_banner{
    background-image: url('images/Frame 567.png');

}


section.custom_piece {
    padding: 80px;
}

section.custom_piece h2 {
    font-family: 'TAN-PEARL';
    font-size: 25px;
    line-height: 46px;
}

section .content.content_right {
    font-size: 15px;
    line-height: 30px;
}

.padding-60{

    padding:60px 0;
}

.product_type .business_section_items {
    background: #fff;
}

.custom_design_section h2 {
    font-family: 'TAN-PEARL';
    font-size: 40px;
    line-height: 55px;
}

.custom_design_section h2 span {
    font-size: 25px;
}

.custom_design_icons_row {
    margin-top: 40px;
}

.product_type .product_section_items {
    text-align: center;
}


.custom_design_section .business_section_items {
    /*max-width: 200px;*/
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_type .product_section_items .items_heading {
    margin-bottom: 10px;
    font-size: 10px;
    font-family: 'Bicyclette';
    text-transform: uppercase;
}

.custom_design_btns {
    max-width: 372px;
    background: #fff;
    color: #141414;
    margin: 100px auto 50px;
    text-align: center;
    font-size: 15px;
    font-family: 'Bicyclette';
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 4px;
    border-radius: 30px;
}
.custom_design_section .business_section_items .icon {
    margin: auto;
}

.product_section_items_big.product_section_items .icon {
    width: 100%;
    height: 300px;
    font-size: 50px;
    max-width: 100%;
}

.metal_type .product_section_items .icon {
    /* max-width: 150px;*/
    height: 150px;
    font-size: 17px;
    text-align: center;
}

.metal_purity .product_section_items .icon {
    /*  max-width: 175px;*/
    height: 175px;
}
.four_c {
    grid-template-columns: 2fr 2fr;
}

.additional_info_form input , .additional_info_form textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff82;
    width: 100%;
    padding: 30px 0;

    margin-bottom: 20px;
    color: #ffffff82;
}
.additional_info_form input:focus-visible, .additional_info_form textarea:focus-visible {
    offset: 0;
    outline: 0;
    border-bottom: 1px solid #fff;
}
.additional_info_form input[type="button"] {
    color: #fff;
    font-size: 35px;
    border-radius: 60px;
    margin-top: 120px;
    margin-bottom: 120px;
    background: url('images/image 5.png');
    background-size: cover;
    font-family: 'TAN-PEARL';
    background-repeat: no-repeat;
    padding: 10px;
}

.submitted_section{
    background: url(images/DCA_logo_charcoal.png);
    padding: 100px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
}


.submitted_section h2 {
    font-size: 58px;
    font-family: 'TAN-PEARL';
    position: relative;
}

.submitted_section .content {
    font-size: 20px;
    font-family: 'Bicyclette';
    letter-spacing: 5px;
    text-transform: uppercase;
    max-width: 800px;
    margin: 100px auto 0;
}

.submitted_section h2:after,.submitted_section h2:before {
    content: "+";
    position: absolute;
    left: -40px;
    top: 22%;
}

.submitted_section h2:after {
    right: -40px;
    left: auto;
}

.submitted_section .content p {
    margin-bottom: 60px;
}
footer.footer{

    padding-top: 30px;
}

.metal_purity .product_section_items {
    width: 100%;
}
/* General styling for icon boxes */
.product_section_items .icon {
    background: #fff;
    border-radius: 10px;
    font-size: 20px;
    color: #141414;
    font-family: 'TAN-PEARL', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;

    width: 100%; /* Make it responsive inside Bootstrap column */
    transition: border 0.3s ease, transform 0.3s ease;
}


.product_section_items .icon {

    height: 200px;

}

.product_section_items .icon:hover {
    box-shadow: 0 0 0px 4px #fff;
    border: 10px solid #141414;
    transform: scale(1.02);
}

.selected_icon {
    box-shadow: 0 0 0px 4px #fff;
    border: 10px solid #141414;
    transform: scale(1.02);
    /* border-radius: 10px; */
}

.custom_design_icons_row.metal_purity {
    flex-wrap: wrap;
}


.product_section_items {
    flex: 1 1 150px;

}


.custom_design_icons_row.metal_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.metal_type .product_section_items {

    width: calc(100% / 7 - 21px);
}
.product_section_items.product_section_items_big {
    width: 100%;
    max-width: -webkit-fill-available;
}

.product_type {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.product_type .product_section_items, .custom_design_section .business_section_items {
    flex: 0 0 auto;
    width: calc(20% - 20px);
}


@media (max-width: 1200px) {
    .product_section_items {
        width: calc(100% / 4 - 20px);
    }
}

/* Tablet: 3 items per row */
@media (max-width: 992px) {
    .product_type .product_section_items {
        width: calc(33.33% - 20px);
    }
}

/* Mobile: 2 items per row */
@media (max-width: 768px) {
    .product_type .product_section_items, .custom_design_section .business_section_items {
        width: calc(50% - 20px);
    }

    .product_section_items {
        width: calc(100% / 2 - 20px);
    }
        .additional_info_form input[type="submit"]
    {
        font-size: 20px;
    }
}

/* Small phones: 1 item per row */
@media (max-width: 480px) {
    /*.product_type .product_section_items {
        width: 100%;
    }*/

    .product_section_items {
        width: 100%;
    }

    .four_c {
        grid-template-columns: 1fr;
    }
        .additional_info_form input[type="submit"]
    {
        font-size: 15px;
    }
}


.cut_designs_modal {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cut_designs_modal .product_section_items {
    text-align: center;
    margin: auto;
    width: 100%;
}

.cut_designs_modal .product_section_items .icon {
    height: 6rem;
    width: 6rem;
    background: #efefef;

    margin: auto;
}

.cut_designs_modal .product_section_items .items_heading {
    font-size: 14px;
    text-transform: capitalize;
}

.fourc_modal.modal.show .modal-dialog {
    max-width: 600px;
}

.cut_designs_modal .product_section_items .icon:hover {
    border: 0;
    box-shadow: 0 0 0px 2px #bf9e7d;
}
#modal_carat .cut_designs_modal .product_section_items .icon {
    height: 3rem;
    width: 3rem;
    padding: 4px;
}

.cut_designs_modal .product_section_items .icon img {
    object-fit: contain;
}

#modal_carat .cut_designs_modal {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 16), 1fr));
    margin-bottom: 44px;
}
.uploaded_image{
    width: 190px !important;
    height: 190px !important;
    object-fit: cover;
}
 
@media (max-width: 540px) {
    section.custom_piece {
        padding: 20px;
    }
    .cut_designs_modal {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

