/* @import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner&family=Poppins:wght@400;500;700&display=swap'); */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    list-style-type: none;
}
:root {
    --primary-Color: #f5f5f5;
    --secondary-Color: #fff;
    --client-color: #ffd24e;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
}
body {
    overflow-x: hidden;
}
.main-configurator {
    height: 100vh;
    width: 100%;
    /* border: 1px solid red; */
    position: relative;
}
.configurator-box {
    /* background-image: url(./assets/wood-images/backgroundimage.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    width: 100%;
    height: 100%;
}
.option-box {
    height: 100%;
    /* border: 1px solid #000; */
    position: absolute;
    top: 0;
    right: 10px;
    width: 600px;
}
.bottom-box {
    height: 80px;
    /* border: 2px solid red; */
    box-shadow: 0 0.28571429rem 0.28571429rem rgb(0 0 0 / 25%);
    background-color: var(--secondary-Color);
    border-top: 0.21428571rem solid #f5f5f5;
    border-bottom-right-radius: 0.64285714rem;
    border-bottom-left-radius: 0.64285714rem;
    /* display: flex;
    flex-direction: row;
    
        justify-content: space-between;
      
        padding: 2rem; */
}
.bottom-section {
    display: flex;
    flex-direction: row;

    justify-content: space-between;

    /* padding: 1rem; */
}
.top-box {
    height: calc(100vh - 80px);
    /* border: 2px solid green; */
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 200px auto;
}
.top-left-box {
    background-color: var(--primary-Color);
    box-shadow: 0 0.28571429rem 0.28571429rem rgb(0 0 0 / 25%);
    position: relative;
    /* border: 1px solid yellowgreen; */
    height: 100%;
}
.sidebar {
    position: absolute;
    top: 10%;
    transform: translateY((-10%));
}
.sidebar ul {
    list-style-type: none;
}
.sidebar li {
    line-height: 4rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.sidebar ul p {
    padding-left: 3rem;
}
.sidebar li p {
    color: rgba(29, 29, 27, 0.3);
    text-decoration: none;
    font-weight: 400;
    font-size: 2.1rem;
}
.top-right-box {
    background-color: var(--secondary-Color);
    /* border: 1px solid red; */
    height: 100%;
    /* padding: 5rem 1.5rem 2rem; */
    box-shadow: 0 0.28571429rem 0.28571429rem rgba(0, 0, 0, 0.25);
}
.dimension-child,
.Furnishing-child,
.decors-child {
    margin-left: 1.5rem;
    display: none;
}
.dimension-child p {
    margin-bottom: 0.5rem;
    line-height: 2rem;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    cursor: pointer;
}
.Furnishing-child p,
.decors-child p {
    margin-bottom: 0.5rem;
    line-height: 2rem;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    cursor: pointer;
}

.parent-element {
    border-left: 0.5rem solid transparent;
}

.colorActive {
    border-left: 0.5rem solid var(--client-color);
    color: var(--client-color) !important;
}
.colorActive p {
    color: var(--client-color) !important;
    font-weight: 700 !important;
}
.sidebar ul {
    padding-left: 0.5rem;
}

/* /////////////////////bottom section ////////////////// */

.bottom-parent li {
    font-size: 1.2rem;
    line-height: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.bottom-parent li a {
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000;
}
.bottom-parent li a:hover {
    text-decoration: underline;
    color: var(--client-color);
}

.bottom-parent li::before {
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    background-image: url(./assets/wood-images/tick.svg);
}

.delivery-item {
    font-size: 2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
}
.bottom-right h3 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 0;
}
.top-right-first {
    height: calc(90vh - 12rem);
    /* border: 1px solid yellow; */
    overflow: auto;
    padding: 5rem 1.5rem 2rem;
    position: relative;
    scrollbar-width: none;
}
.top-right-first::-webkit-scrollbar {
    display: none;
}

.top-right-second {
    height: 12rem;
    position: relative;
    /* border: 1px solid green; */
    border-top: 0.21428571rem solid #f5f5f5;
    padding: 2rem 1.5rem;
}
.top-right-second ul {
    padding-left: 0;
}
.bottom-parent li {
    font-size: 1rem;
}
.wordrobe-content p {
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}
.wordrobe-content p a {
    color: var(--client-color);
    font-weight: bold;
    line-height: normal;
}
.wordrobe-content p a:hover {
    text-decoration: underline;
}

#measurementcontent {
    margin-bottom: 0;
}
.wordrobe-dimension label {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}
.content-box {
    border: 0.1rem solid #000;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    max-width: 20rem;
    padding: 0.5rem 1rem;
    text-align: center;
    overflow: hidden;
}
.content-box input {
    text-align: center;
}
.content-box2 {
    border: 1px solid var(--client-color);
    border-radius: 0.8rem;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    background-color: var(--client-color);
    color: var(--secondary-Color);
    font-weight: bold;
    cursor: pointer;
}
.wordrobe-dimension-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0px 1.5rem;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

/* ///slider progress// */

.slider-box-compart {
    /* background: #f9f9f9; */
    padding: 40px 0px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 5px 40px rgba(0, 0, 0, .1);
	box-shadow: 0px 5px 40px rgba(0, 0, 0, .1); */
}
.slider-box-compart .left {
    width: calc(100% - 50px);
}
/* .slider-box-compart .right{
	width: 50px;
} */

#minus {
    margin-right: 30px;
}
#plus {
    margin-left: 5rem;
}

.right {
    width: 3rem;
    float: left;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 5%);
    height: 3rem;
    position: relative;
}
.right span {
    color: #000;

    padding-right: 1px;
    display: block;
    cursor: pointer;
    font-weight: 300;
    position: absolute;
    top: 50%;
    font-size: 3rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noUi-target {
    height: 2px;
    border: none;
    margin: 0px 0 0 0;
}
.main-use-compart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.parent-slider-compart {
    display: grid;
}
.colorchange {
    color: #000 !important;
    font-weight: 500 !important;
}

.skirting-content h3,
.panel-content h3,
.second-btn-panel-heading h3,
.floors-content h3,
.overview-content h3 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 600;
}
.skirting-content p,
.panel-content p {
    font-size: 1.4rem;
    margin-bottom: 2.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}
.panel-content p a {
    color: var(--client-color);
}

.overview-button button {
    border: 1px solid var(--client-color);
    padding: 0.8rem 0.6rem;
    font-size: 1rem;
    background-color: var(--secondary-Color);
    border-radius: 1rem;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.overview-button button:hover {
    background-color: var(--client-color);
    color: var(--secondary-Color);
}
.inner-button {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0rem 0.5rem;
}
.overview-button {
    padding-top: 2rem;
}
.overview-list {
    padding-top: 1rem;
}
.broad {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    line-height: 2.5rem;
}
.broad .broad-text {
    font-weight: bold;
}
.overview-color {
    padding-top: 1rem;
}
@media screen and (max-width: 767px) {
    .noUi-target {
        margin: 40px 0 50px 0;
    }
}
.noUi-target .noUi-base {
    background: #000;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.noUi-connects {
    border-radius: 15px;
}
.noUi-target .noUi-base .noUi-connect {
    background: #ffd24e;
}
.noUi-target .noUi-base .noUi-tooltip {
    bottom: -20px;
    color: #000;
    border: none;
    outline: none;
    width: 55px;
    font-weight: bold;
    font-size: 1.2rem;
}
.noUi-handle.noUi-handle-lower {
    background: #0d064c;
    border-radius: 20px;
    width: 00px;
    height: 00px;
    outline: none;
    right: 0px;
    /* top: -8px; */
    cursor: pointer;
    box-shadow: none;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    /* shahzad */
}
/* .noUi-handle.noUi-handle-lower.noUi-active{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
} */
.noUi-handle.noUi-handle-lower::before,
.noUi-handle.noUi-handle-lower::after {
    display: none;
}
.noUi-handle.noUi-handle-lower .noUi-touch-area {
    width: 30px;
    height: 30px;
}
.slider-name {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}
.button-section {
    display: flex;
    justify-content: space-evenly;
    padding: 1rem 2rem;
}

.button-section button {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.2rem;
    letter-spacing: 0.02em;
    color: #777776;
    background: #fff;
    border: 2px solid #777776;
    border-radius: 1rem;
    padding: 1.5rem 3rem;
}
#returnbtn {
    border: 1px solid #1d1d1b;
    opacity: 0.6;
}
#continue {
    background: var(--client-color);
    border: 1px solid var(--client-color);
    color: #fff;
}
.skirtin-button,
.panel-button,
.panel-second-button {
    display: flex;
    gap: 0px 1rem;
    padding-bottom: 3rem;
}
.skirtin-button button,
.panel-button button,
.panel-second-button button {
    background-color: #fff;
    border: 0.2rem solid #000;
    border-radius: 0.9rem;
    opacity: 0.6;
    font-size: 1.2rem;
    width: 12rem;

    padding: 0.5rem 3.5rem;
    text-align: center;
    position: relative;
}

/* ///slider height////// */

.slider-box-2 {
    padding: 10px 10px;
    max-width: 700px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slider-box-2 .left {
    width: calc(100% - 50px);
}
/* .slider-box-2 .right{
	width: 50px;
} */

.noUi-target {
    height: 2px;
    border: none;
    margin: 0px 0 0 0;
}
.main-use-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.parent-slider-2 {
    display: grid;
}
@media screen and (max-width: 767px) {
    .noUi-target {
        margin: 40px 0 50px 0;
    }
}
.noUi-target .noUi-base {
    background: #000;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    /* shahzad */
}
.noUi-connects {
    border-radius: 15px;
}
.noUi-target .noUi-base .noUi-connect {
    background: #ffd24e;
}
.noUi-target .noUi-base .noUi-tooltip {
    bottom: -20px;
    color: #000;
    border: none;
    outline: none;

    width: 75px;
}
.noUi-handle.noUi-handle-lower {
    background: #0d064c;
    border-radius: 20px;
    width: 00px;
    height: 00px;
    outline: none;
    right: 0px;
    /* top: -8px; */
    cursor: pointer;
    box-shadow: none;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* .noUi-handle.noUi-handle-lower.noUi-active{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
} */
.noUi-handle.noUi-handle-lower::before,
.noUi-handle.noUi-handle-lower::after {
    display: none;
}
.noUi-handle.noUi-handle-lower .noUi-touch-area {
    width: 30px;
    height: 30px;
}

.slider-box-3 {
    padding: 10px 10px;
    max-width: 700px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 5px 40px rgba(0, 0, 0, .1);
	box-shadow: 0px 5px 40px rgba(0, 0, 0, .1); */
}
.slider-box-3 .left {
    width: calc(100% - 50px);
}
/* .slider-box-3 .right{
	width: 50px;
} */

.noUi-target {
    height: 2px;
    border: none;
    margin: 0px 0 0 0;
}
.main-use-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.parent-slider-3 {
    display: grid;
}

.active,
.panelactive,
.secondpanelactive {
    color: #000;
    border-color: var(--client-color) !important;
    background: rgba(180, 189, 0, 0.09) !important;
}
.secondpanelactive::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
}
.floor-box-handle::before {
    border-radius: 9999px;
    content: url(./assets/wood-images/exclamation-mark.png);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 0.2rem;
    top: 0.5rem;
}
.handleshadow::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
}
.floor-box::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
}
.boxunderline::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
}

.panelactive::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
}
.active::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
}
@media screen and (max-width: 767px) {
    .noUi-target {
        margin: 40px 0 50px 0;
    }
}
.noUi-target .noUi-base {
    background: #000;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
}
.noUi-connects {
    border-radius: 15px;
}
.noUi-target .noUi-base .noUi-connect {
    background: #ffd24e;
}
.noUi-target .noUi-base .noUi-tooltip {
    bottom: -20px;
    color: #000;
    border: none;
    outline: none;

    width: 75px;
}
.noUi-handle.noUi-handle-lower {
    background: #0d064c;
    border-radius: 20px;
    width: 00px;
    height: 00px;
    outline: none;
    right: 0px;
    /* top: -8px; */
    cursor: pointer;
    box-shadow: none;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* .noUi-handle.noUi-handle-lower.noUi-active{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
} */
.noUi-handle.noUi-handle-lower::before,
.noUi-handle.noUi-handle-lower::after {
    display: none;
}
.noUi-handle.noUi-handle-lower .noUi-touch-area {
    width: 30px;
    height: 30px;
}

.dimension-portion,
.furnishish-portion {
    display: none;
}

.show {
    display: block !important;
}
/* #tenth-section{
    display: block;
} */

.parent-box {
    position: relative;
}
.new-screen {
    position: absolute;

    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 1000;
}
.Block {
    display: none !important;
}
#third-portion {
    display: block;
}

.image-section,
.floor-image-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
}
.box-section {
    background-color: var(--primary-Color);
    border-radius: 0.5rem;
}
.box-image,
.floor-box-image {
    width: 100%;
    height: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.71428571rem;
    border-top-right-radius: 0.71428571rem;
}

.box-content {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}
#panel-image-1 {
    background-image: url(./assets/wood-images/pass-panel-1.jpg);
}
#panel-image-2 {
    background-image: url(./assets/wood-images/pass-panel-2.jpg);
}
#panel-image-3 {
    background-image: url(./assets/wood-images/pass-panel-3.jpg);
}
#panel-image-4 {
    background-image: url(./assets/wood-images/pass-panel-4.jpg);
}
#floor-image-1 {
    background-image: url(./assets/wood-images/floor1.png);
}
#floor-image-2 {
    background-image: url(./assets/wood-images/floor2.png);
}
#floor-image-3 {
    background-image: url(./assets/wood-images/floor3.png);
}
#floor-image-4 {
    background-image: url(./assets/wood-images/floor4.png);
}
#floor-image-5 {
    background-image: url(./assets/wood-images/floor5.png);
}
#floor-image-6 {
    background-image: url(./assets/wood-images/floor6.png);
}
#drawer-image-1 {
    background-image: url(./assets/wood-images/drawer1.png);
}
#drawer-image-2 {
    background-image: url(./assets/wood-images/drawer2.png);
}

.second-section-panel {
    padding: 3rem 0rem;
}
.second-btn-panel-heading {
    padding: 1rem 0;
}
.floor-box,
.floor-box-handle {
    background-color: var(--primary-Color);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    position: relative;
    cursor: pointer;
}
.floor-box h3,
.floor-box-handle h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
.floor-box p,
.floor-box-handle p {
    margin-bottom: 0;
}
.boxunderline {
    box-shadow: 0 0 0 3px var(--client-color);
    /* border: 1px solid red; */
    position: relative;
}
.section-inner {
    position: inherit;
    top: 30%;
    /* transform: translateY(-30%); */
}
.handleshadow {
    box-shadow: 0 0 0 3px var(--client-color);
    position: relative;
}

.body-content > p {
    margin-bottom: 0;
    font-size: 1.4rem;

    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}
#body-anc {
    margin-bottom: 2.2rem;
}
.body-content a {
    color: var(--client-color);
    font-weight: bold;
    line-height: normal;
}
.unicolor {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px 2px;
}
.uni-content h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}
.uni-image,
.uni-image-wood,
.uni-image-high-gloss,
.uni-image-super-matt,
.overview-image {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    border: 2px solid #b9b8b6;
}
.uni-image img,
.uni-image-wood img,
.uni-image-high-gloss img,
.uni-image-super-matt img,
.overview-image img {
    width: 100%;
    border-radius: 50%;
}
.uniborder {
    border: 3px solid var(--client-color);
    border-radius: 50%;
    position: relative;
}
.uniborder::before {
    background: var(--client-color);
    border-radius: 9999px;
    content: url(./assets/wood-images/download.svg);
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: -0.3rem;
    top: -0.3rem;
}

.uni-decor {
    padding: 3rem 0rem;
}
.front-button {
    background-color: var(--client-color);
    opacity: 0.5;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
}
.front-section {
    background-color: var(--client-color);
    opacity: 0.5;
    padding: 1rem;
    margin-top: 1rem;
}
.front-section p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}
.front-button button {
    background-color: #dfad17;
    opacity: 1;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: var(--primary-Color);
    font-size: 1.5rem;
    font-weight: 600;
}
/* #eleventh-section{
    display: block;
    position: relative;
} */
.blind-section {
    position: relative;
}
#monchrome {
    background-color: #ffc721 !important;
}

.backchange {
    background-color: #000 !important;
    color: var(--client-color) !important;
}

/* //////////////////////////form screen start ////////////////////////// */

.form-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1000%;
    background-color: var(--primary-Color);
    opacity: 0.95;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_show {
    left: 0 !important;
}
.form-section {
    width: 50rem;
    height: 50rem;

    padding: 5rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
}
.topform-section {
    text-align: center;
    margin-bottom: 2rem;
}
.formColor {
    color: var(--client-color);
}
.topform-section h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.topform-section p {
    margin-bottom: 0;
    font-size: 1.2rem;
}
.number_section {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
}
.time_section {
    font-size: 1.4rem;
    font-weight: 600;
}
.form-control {
    padding: 1rem !important;
    border-radius: 1rem;
}
.sbt_btn {
    padding: 0.7rem 5rem;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: var(--client-color);
    border: 1px solid var(--client-color);
}
.sbt_btn:hover {
    background-color: var(--primary-Color);
    color: #000;
    border: 1px solid #000;
}
#form_cross {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer;
    border-radius: 50%;
    padding: 1rem;

    background: var(--client-color);
    font-size: 1rem;
}
/* //////////////////////////form screen end ////////////////////////// */
/* //next scree// */

.next-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--primary-Color);
    opacity: 0.9;
    z-index: 1000;
    display: none;
}
.nextshow {
    display: block !important;
}
.cart-screen {
    width: 65rem;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0%;
    /* border: 1px solid red; */
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    border-radius: 6rem;
    transition: all 2s ease-in-out;
}
.cartscreenshow {
    left: 0 !important;
}
.cart-content {
    padding: 2rem 3rem;
}
.continue-shopping p {
    font-size: 1.5rem;
    font-weight: 501;
}
.navigation-bar {
    color: rgba(0, 0, 0, 0.6);
}
.navigation-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    font-weight: 700;
}
.left-navigation {
    display: flex;
    gap: 0px 10px;
}
.right-navigation {
    display: flex;
    gap: 10px;
    align-items: center;
}
.parent-content {
    display: flex;
    flex-direction: column;
}
.cart-content {
    height: 100px;
    /* border: 1px solid green; */
}
.parent-content {
    height: calc(100vh - 100px);
    /* border: 1px solid red; */
}
.right-navigation p {
    font-size: 1.3rem;
    font-weight: 600;
}
.cart-first-section {
    height: 50%;
    overflow-y: auto;
    scrollbar-width: none;
    /* border: 2px solid #000 */
}
.cart-first-section::-webkit-scrollbar {
    display: none;
}

.cart-second-section {
    height: 50%;
    overflow-y: auto;
    scrollbar-width: none;
    /* border: 1px solid blue; */
}
.cart-second-section::-webkit-scrollbar {
    display: none;
}
.cart-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2rem 1.5rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-bottom: 0.2rem solid rgba(0, 0, 0, 0.16);
}

#assembly-box {
    display: none;
}
.assembly-box-show {
    display: block !important;
}
.cart-box:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.cart-quantity {
    text-align: center;
}
.cart-numner {
    border: 0.2rem solid var(--client-color);
    padding: 1rem;
    border-radius: 1rem;
    max-width: 4rem;
    max-height: 4rem;
    overflow: hidden;
}
.cart-image {
    width: 15rem;
}
.cart-image img {
    width: 100%;
    border-radius: 1.5rem;
}
.cart-heading-inner h3 {
    font-weight: 700;
    color: #000;
    font-size: 2rem;
}
.cart-article p {
    font-size: 1.5rem;
    color: #000;
    font-style: italic;
}
.cart-article span {
    font-size: 1rem;
}
.cart-info p {
    font-size: 1.5rem;
    font-weight: 600;
}
.cart-option-inner {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.3rem;
}
.cart-price {
    font-size: 1.7rem;
    font-weight: bolder;
    color: #000;
}
#check-one,
#check-two {
    height: 2rem;
    width: 2rem;
    background-color: var(--secondary-Color);
    border: 0.3rem solid var(--client-color);
    display: inline-block;
}
#check-Plausibility,
#check-asembly {
    color: #000;
    font-weight: 800;
}
/* .cart-second-section{
    padding: 2rem 1.5rem;
} */
.checking-parent {
    padding: 2rem 1.5rem;
}
.summary-child {
    padding: 4rem 1.5rem;
}
.top-second-check {
    padding-top: 2rem;
}
.check-portion {
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;

    gap: 0px 1rem;
}
#check-price {
    font-weight: 700;
}
.checkbtn {
    background-color: var(--client-color) !important;
}
.form {
    font-size: 1.2rem;
    padding-top: 2rem;
    display: none;
}
.formshow {
    display: block !important;
}
.form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem 0.5rem;
}
.form input {
    border: 2px solid var(--client-color);
    padding: 0.5rem 0.8rem;
    border-radius: 1rem;
}
.top-check-section {
    cursor: pointer;
}
/* .next-screen{
    display: none;
} */

.summary-section {
    background-color: var(--primary-Color);
    /* border-top-left-radius: 6rem 6rem;
  border-top-right-radius: 6rem 6rem; */
    border-radius: 6rem;
    margin-top: 2rem;
}
.summary-box {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.summary-text h4 {
    font-weight: 500;
    font-size: 1.7rem;
}
.request-text p {
    font-size: 1.7rem;
    font-weight: 500;
}
.voucher-code {
    flex-grow: 1;
}
.voucher {
    display: grid;
    grid-template-columns: 1.2fr 1.7fr 1fr;
}

.voucher-code input {
    border: 0.2rem solid var(--client-color);
    border-radius: 0.8rem;
    padding: 0.5rem 3rem;
    width: 100%;
}
.voucherbtn {
    display: grid;
    justify-content: end;
}
.voucherbtn button {
    background-color: var(--client-color);
    color: var(--secondary-Color);
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 1rem;
}
.checkout-btn {
    display: GRID;
    justify-content: end;
}
#summary {
    color: #000;
    border-bottom: 2px solid var(--client-color);
    font-weight: 600;
}
.btncheck {
    background-color: var(--client-color);
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
    border-radius: 1rem;
}
.btncheck button {
    color: var(--secondary-Color);
    background-color: transparent;
}

.textdoc {
    color: #000;
    font-weight: bold;
    font-size: 2rem;
}
#cart-screen {
    display: none;
}
.continueshow {
    display: none;
}
.btnshow {
    display: block !important;
}
.broad-inner {
    display: none;
}
.input-box,
.height-inner {
    display: none;
}
.broadshow {
    display: block !important;
}
.hangup {
    pointer-events: none;
}
.inputHeight-box {
    display: none;
}
#cross {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    background: var(--client-color);
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    padding: 0rem 0.5rem;
    cursor: pointer;
}
#burger {
    display: none;
}
@media (max-width: 991px) {
    html {
        font-size: 55%;
    }

    .option-box {
        right: 0;
        width: 400px;
    }
    .top-box {
        grid-template-columns: 150px auto;
    }
    .image-section,
    .floor-image-box {
        grid-template-columns: 1fr;
    }
    .unicolor {
        grid-template-columns: repeat(5, 1fr);
    }
    .top-right-first {
        height: calc(90vh - 20rem);
    }
    .top-right-second {
        height: 20rem;
        padding: 2rem 1.5rem;
    }
    .bottom-section {
        flex-direction: column;
        text-align: center;
    }
    .bottom-parent li {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 55%;
    }
    .configurator-box {
        height: 50vh;
    }
    #burger {
        display: block;
    }
    .form-section {
        width: 100%;
        margin: 2rem;
    }
    .option-box {
        height: 50vh;
        position: unset;
        width: 100%;
        overflow: auto;
    }
    .top-box {
        height: calc(100vh - 60px);
        grid-template-columns: 1fr;
    }
    .bottom-box {
        height: 60px;
    }
    .top-right-first {
        padding: 2rem 1.5rem 2rem;
        height: calc(90vh - 10rem);
    }
    .top-right-second {
        height: 10rem;
    }
    .top-left-box {
        position: absolute;
        top: 5rem;
        right: -100%;
        height: calc(50vh - 5rem);
        width: 200px;
        overflow: scroll;
        transition: all 1s ease-in-out;
    }
    .top-leftActive {
        right: 0;
    }
    .section-inner {
        position: unset;
    }
    .noUi-target {
        margin: 0;
    }
    .sidebar {
        position: unset;
    }
    .cart-screen {
        width: 100%;
    }
    .cart-option-inner {
        font-size: 1rem;
    }
    .cart-screen {
        border-radius: 6rem;
    }
    .image-section,
    .floor-image-box {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .box-image,
    .floor-box-image {
        height: 150px;
    }
    .unicolor {
        grid-template-columns: repeat(14, 1fr);
        grid-template-columns: repeat(14, 1fr);
    }
    .bottom-section {
        flex-direction: row;
        text-align: left;
    }
    #burger {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 5rem;
        cursor: pointer;
    }
    .wordrobe-dimension-content {
        flex-direction: column-reverse;
    }
    .content-box2 {
        margin-bottom: 1rem;
    }
    .content-box {
        max-width: 100%;
    }
}
@media (max-width: 450px) {
    html {
        font-size: 50%;
    }
    .box-image,
    .floor-box-image {
        height: 100px;
    }
    #burger {
        display: block;
    }
    .form-section {
        width: 100%;
        margin: 2rem;
    }
    .unicolor {
        grid-template-columns: repeat(8, 1fr);
    }
    .top-right-first {
        height: calc(90vh - 12rem);
    }
    .top-right-second {
        height: 12rem;
        padding: 2rem 1.5rem;
    }
    .bottom-section {
        flex-direction: row;
        text-align: left;
    }

    .image-section,
    .floor-image-box {
        grid-template-columns: 1fr 1fr;
    }

    .configurator-box {
        height: 50vh;
    }
    .option-box {
        height: 50vh;
        position: unset;
        width: 100%;
        overflow: auto;
    }
    .top-box {
        height: calc(100vh - 60px);
        grid-template-columns: 1fr !;
    }
    .bottom-box {
        height: 60px;
    }
    .top-right-first {
        padding: 2rem 1.5rem 2rem;
        height: calc(90vh - 10rem);
    }
    .top-right-second {
        height: 10rem;
    }
    .top-left-box {
        position: absolute;
        top: 5rem;
        right: -100%;
        height: calc(50vh - 5rem);
        width: 150px;
        transition: all 1s ease-in-out;
        overflow: scroll;
    }
    .top-leftActive {
        right: 0;
    }
    .section-inner {
        position: unset;
    }
    .noUi-target {
        margin: 0;
    }
    .sidebar {
        position: unset;
    }
    .cart-screen {
        width: 100%;
    }
    .cart-option-inner {
        font-size: 1rem;
    }
    .cart-screen {
        border-radius: 6rem;
    }
    #burger {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 5rem;
        cursor: pointer;
    }
    .wordrobe-dimension-content {
        flex-direction: column-reverse;
    }
    .content-box2 {
        margin-bottom: 1rem;
    }
    .content-box {
        max-width: 100%;
    }
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadershow {
    display: none;
}
