.top-header-area {
    position: absolute;
    z-index: 999999;
    width: 100%;
    padding: 8px 0;
    height: 76px;
    background: #051922;
}

.site-logo a img {
    height: 60px;
}

#productList {
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
}

#tool2-content,
#tool3-content {
    max-height: calc(100vh - 180px);
    overflow: auto;
    padding-bottom: 15px;
}
#tool3-content .picker{
    width: auto !important;
    display: flex;
    justify-content: center;
}



#Pattern-Container,
#texturesContainer {
    display: none !important;
}



.colors-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
    padding: 0;
}

.colors-list li {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    margin: 2px;
    cursor: pointer;
}

.colors-list li.red {
    background-color: #FF0000;
}

.colors-list li.milk-white {
    background-color: #DCD9CD;
}

.colors-list li.black {
    background-color: #000000;
}

.colors-list li.yellow {
    background-color: #FFFF00;
}

.colors-list li.pink {
    background-color: #FFC0CB;
}

.colors-list li.green {
    background-color: #008000;
}

.colors-list li.blue {
    background-color: #0000FF;
}

.colors-list li.orange {
    background-color: #FFA500;
}
#productList::-webkit-scrollbar,
#tool2-content::-webkit-scrollbar,
#tool3-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#productList::-webkit-scrollbar-track,
#tool2-content::-webkit-scrollbar-track,
#tool3-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#productList::-webkit-scrollbar-thumb,
#tool2-content::-webkit-scrollbar-thumb,
#tool3-content::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#productList::-webkit-scrollbar-thumb:hover,
#tool2-content::-webkit-scrollbar-thumb:hover,
#tool3-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}



@media screen and (min-width:1024px) and (max-width:1100px) {
    .home {
        max-height: 600.375px !important;
        min-height: 600.375px !important;
        height: 600.375px !important;
    }
}

#lottie_1 {
    width: 1540px;
    overflow: hidden;
    margin-top: 15% !important;
}

@media screen and (min-width:1024px) and (max-width:1099px) {
    #lottie_1 {
        width: 950px;
    }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
    #lottie_1 {
        width: 1050px;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
    #lottie_1 {
        width: 1150px;
    }
}

@media screen and (min-width:1300px) and (max-width:1399px) {
    #lottie_1 {
        width: 1270px;
    }
}

@media screen and (min-width:1400px) and (max-width:1499px) {
    #lottie_1 {
        width: 1370px;
    }
}

@media screen and (min-width:1500px) and (max-width:1599px) {
    #lottie_1 {
        width: 1450px;
    }
}

@media screen and (min-width:1700px) and (max-width:1799px) {
    #lottie_1 {
        width: 1650px;
    }

    .first-animation-text {
        margin-top: -15%;
    }
}

@media screen and (min-width:1800px) and (max-width:1899px) {
    #lottie_1 {
        width: 1750px;
    }
}

@media screen and (min-width:1900px) and (max-width:1999px) {
    #lottie_1 {
        width: 1870px;
    }
}

@media screen and (min-width:2000px) {
    #lottie_1 {
        width: 2000px;
    }
}

.first-section-img {
    position: absolute;
    top: 2.5%;
    left: 7%;
}

.first-section-right {
    position: absolute;
    top: 3%;
    left: 55%;
}

@media screen and (min-width:1800px) {
    .first-section-right {
        top: 4%;
    }

    .first-section-right h1 {
        font-size: 70px !important;
    }

    .first-section-right>p {
        margin-top: 2%;
        font-size: 35px !important;
    }

    .first-section-right .top-icons {
        /* margin-top: 1.5%; */
        /* transform: scale(1.2); */
        justify-content: space-evenly;
    }

    .top-icon-text p:nth-child(1) {
        left: 4.5% !important;
    }

    .top-icon-text p:nth-child(2) {
        left: 22% !important;
    }

    .top-icon-text p:nth-child(5) {
        left: 75.5% !important;
    }
}

.first-section-right h1 {
    font-family: var(--myfont);
    font-size: 50px;
}

.first-section-right span {
    font-family: var(--myfont);
    background-color: #b8860b;
    /* padding: 0 .5em ; */
    display: flex;
    justify-content: center;
    /* width: 40%; */
    width: fit-content;
    padding: 0 .3em;
    text-transform: uppercase;
}

@media screen and (max-width:1024px) {
    .first-section-right span {
        margin: auto;
    }

    .first-section-right p {
        justify-content: center;
    }
}

.first-section-right span::before {
    content: '\a';
    white-space: pre;
}

.first-section-right span::after {
    content: '\a';
    white-space: pre;
}

.first-section-right p {
    width: 70%;
    font-size: 20px;
    display: flex;
    width: 100%;
}

.top-icons {
    justify-content: space-between;
    transform: scale(.85);
    margin-left: -10%;

}

.icon-first {
    background-color: #000;
    padding: 1em;
    margin: 0 1em;
    border-radius: 50%;
}

.icon-first img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: inherit;
}

.top-icon-text {
    justify-content: space-between;
}

.top-icon-text p {
    /* display: inline-block; */
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: .25em;
    position: absolute;
    width: fit-content !important;
    justify-content: space-between;
}

.top-icon-text p:nth-child(1) {
    left: 2%;
}

.top-icon-text p:nth-child(2) {
    left: 20.5%;
}

.top-icon-text p:nth-child(3) {
    left: 37%;
}

.top-icon-text p:nth-child(4) {
    left: 57%;
}

.top-icon-text p:nth-child(5) {
    left: 78%;
}

.first-animation-text {
    margin-top: -17%;
}

.first-animation-text .card {
    background-color: transparent;
}

@media screen and (max-width:1023px) {
    .home {
        display: none;
    }

    .first-animation-text {
        display: none;
    }

    .first-animation-text .card {
        display: none;
    }

    .first-section-right {
        margin-top: 5%;
        position: static;
        text-align: center;
    }

    .first-section-right p {
        text-align: center;
        width: 100%;
    }

}

@media screen and (min-width:1024px) {
    .second-animation-text {
        display: none !important;
    }
}

.second-animation-text {
    margin-top: 15%;
}

.second-animation-text .card {
    background-color: transparent;
}

.second-animation-text .card .card-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.card-no-bd {
    border: none;
    margin: 0 2.5%;
}


.final-animation {
    min-height: 10vh;
    background-color: beige;
}

.about-us {
    overflow: hidden;
    padding: 2%;
}

.about-content-div h2 {
    text-transform: uppercase;
    color: #b8860b;
    font-size: calc(120%);
}

.about-text-1 {
    font-size: 30px;
    font-weight: bold;
    font-family: var(--myfont);
}

.about-text-main {
    font-size: 20px;
    margin-top: 40px;
    line-height: 30px;
}

.about-btn-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-btn {
    text-decoration: none;
    color: #fff;
    padding: 22px;
    /* background-color: #FEA116; */
    border: 2px solid #FEA116;
    background-image: -webkit-linear-gradient(30deg, #FEA116 50%, transparent 50%);
    background-image: linear-gradient(30deg, #FEA116 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 400ms ease-in-out;
}

.about-btn:hover {
    background-position: 100%;
    color: #FEA116;
    border: 2px solid #FEA116;
}

.about-image-div {
    display: flex;
    justify-content: flex-end;
}

.about-image {
    height: 600px;
    width: 650px;
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.my-cards-row .card {
    border-radius: 25px;
    width: 90%;
}

.my-cards-row .card h3 {
    text-transform: uppercase;
    position: relative;
    top: 5px;
    font-size: 20px;
    font-weight: 800;
    color: white;
}

.my-cards-row .card .card-title {
    background-color: #b8860b;
    width: 100%;
    text-align: center;
    padding: 5%;
    margin-top: -5.8%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-cards-row .card .card-image {
    padding-top: 5%;
}

.my-cards-row .card .card-body {
    font-size: 110%;
    text-align: center;
}

.my-cards-row .col-sm-12 {
    display: flex;
    justify-content: center;
}

.products-list .card {
    background-color: transparent;
    border: none;
}

.products-list .product-name {
    font-size: large;
    font-weight: 700;
    color: #e4a700;
    padding-top: 1em;
}

.products-list .card p:not(.product-name) {
    line-height: 10px;
}

img[src="./image/products-img.jpg"] {
    border-radius: 5%;
}

.products-list .card img {
    background-color: bisque;
    border-radius: 10%;
}

.products-list .card p {
    margin-left: 10%;
}

/*********************************** Contact Page Design ***********************************************/

.contact-info h1 {
    font-weight: 600;
}

.contact-info h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact-row {
    margin-top: 2em;
    width: 100%;
    /* margin: 1em 7em; */
    /* justify-content: center; */

}

.contact-row .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.contact-row .col-lg-4 {
    text-align: center;
}

.contact-info iframe {
    width: 100%;
    padding: 0 1.5em;
    height: 300px;
    margin-top: 2em;
    /* margin: 0 .5em; */
}

/*************************************************** Form Styling- Contact ***********************************************/

.container-contact100 .col-lg-4 {
    /* padding: 5em; */
    padding-top: 55px;
}

.contact-h1 {
    color: #b8860b;
}

.container-contact100 .col-lg-4 .address {
    font-size: 20px;
    margin-top: 1em;
}

.container-contact100 .col-lg-4 .address p {
    width: 50%;
}

@media screen and (max-width:768px) {
    .container-contact100 .col-lg-4 .address p {
        width: 100%;
    }
}

.container-contact100 .col-lg-4 .address p i {
    color: #b8860b;
}

.container-contact100 .col-lg-4 .mobile-no {
    font-size: 20px;
    margin-top: 1em;
}

.container-contact100 .col-lg-4 .mobile-no p {
    /* width: 50%; */
}

.container-contact100 .col-lg-4 .mobile-no p i {
    color: #b8860b;
}

.container-contact100 .col-lg-4 .mail-id {
    font-size: 20px;
    margin-top: 1em;
}

.container-contact100 .col-lg-4 .mail-id p {
    /* width: 50%; */
}

.container-contact100 .col-lg-4 .mail-id p i {
    color: #b8860b;
}

.opening {
    margin-top: 1em;
}

.opening h3 {
    margin-top: .8em;
    font-size: 28px;
    color: #b8860b;
}

.opening .opening-text-1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.opening p {
    font-size: 18px;
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

textarea:focus,
input:focus {
    border-color: transparent !important
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

input::-webkit-input-placeholder {
    color: #adadad
}

input:-moz-placeholder {
    color: #adadad
}

input::-moz-placeholder {
    color: #adadad
}

input:-ms-input-placeholder {
    color: #adadad
}

textarea::-webkit-input-placeholder {
    color: #adadad
}

textarea:-moz-placeholder {
    color: #adadad
}

textarea::-moz-placeholder {
    color: #adadad
}

textarea:-ms-input-placeholder {
    color: #adadad
}

label {
    display: block;
    margin: 0
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

iframe {
    border: none !important
}

.txt1 {
    font-family: var(--poppin) !important;
    font-size: 18px;
    line-height: 1.2;
    color: #fff
}

.txt2 {
    font-family: var(--poppin) !important;
    font-size: 15px;
    line-height: 1.6;
    color: #999
}

.txt3 {
    font-family: var(--poppin) !important;
    font-size: 15px;
    line-height: 1.6;
    color: #00ad5f
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.bg1 {
    background: #3b5998
}

.bg2 {
    background: #1da1f2
}

.bg3 {
    background: #cd201f
}

.container-contact100 {
    width: 100%;
    /* min-height: 100vh; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2em;
}

.wrap-contact100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.contact100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 0
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1)
}

.contact100-form {
    width: 560px;
    min-height: 70vh;
    display: block;
    padding: 55px 55px
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-family: var(--myfont);
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 48px
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #8b8b8b;
    border-radius: 10px;
    margin-bottom: 20px
}

.label-input100 {
    font-family: var(--poppin);
    font-size: 11px;
    color: #666;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 15px 0 2px 24px
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: var(--poppin);
    font-size: 18px;
    color: #404b46;
    line-height: 1.2;
    padding: 0 26px
}

input.input100 {
    height: 48px
}

textarea.input100 {
    min-height: 130px;
    padding-top: 14px;
    padding-bottom: 15px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #b8860b;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #b8860b;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    color: black;
    font-weight: bolder;
    font-family: var(--poppin);
    font-size: large;
}

.contact100-form-btn:hover {
    background: #404b46
}

@media(max-width:992px) {
    .contact100-form {
        width: 50%;
        padding: 110px 30px 55px
    }

    .contact100-more {
        width: 50%
    }
}

@media(max-width:768px) {
    .contact100-form {
        width: 100%
    }

    .contact100-more {
        display: none
    }
}

@media(max-width:576px) {
    .contact100-form {
        padding: 110px 15px 55px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.contact100-form-social {
    padding-top: 100px
}

.contact100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%
}

.contact100-form-social-item:hover {
    background: #404b46;
    color: #fff
}

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 48px;
    outline: none;
    position: relative
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2;
    padding-left: 26px;
    background-color: transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 100%;
    top: 45%;
    transform: translateY(-50%);
    right: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #404b46
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #404b46
}

.select2-container--open .select2-dropdown {
    z-index: 1251;
    width: calc(100% + 2px);
    border: 0 solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    left: -2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
}

.select2-dropdown--above {
    top: -34px
}

.select2-dropdown--below {
    top: 2px
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 26px
}

.select2-container .select2-results__option[aria-selected=true] {
    background: #b8860b;
    color: #fff
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #b8860b;
    color: #fff
}

.select2-results__options {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
    width: 100% !important
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
    width: calc(100% + 2px) !important
}


/**************************************************** Form Styling Ended *****************************************************/

/******************************************************** Footer Section *********************************************************/

.footer-quick-links {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.footer-quick-links a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.footer-quick-links a:hover {
    color: #ccc;
}

.footer-social-icons {
    justify-content: center;
    gap: 2%;
}

.footer-social-icons a i {
    font-size: 23px;
    color: #fff;
    transition: color .3s ease;
}

.footer-social-icons a i:hover {
    color: #b8860b;
}

footer hr {
    color: #fff;
}

.copyright-div {
    color: white;
}

.copyright-div a {
    color: white;
    text-decoration: none;
    position: relative;
}

.copyright-div a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: white;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
}

.copyright-div a:hover::before {
    width: 100%;
}

/* Footer Section Ended */

/********************************************************* Editor Layout Styling *********************************************************/
/* static/css/styles.css */

/* #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.spinner {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */


.editpage {
    overflow: hidden;
    position: relative;
}

.editor-section {
    height: 100vh;
    /* background-color: #3b5998; */
    background: transparent !important;
    overflow: hidden;
}

.edit-panel {
    height: calc(100vh - 100px);
    background-color: white;
    width: 18%;
    position: absolute;
    top: 90px;
    right: 2%;
    border-radius: 12px;
    z-index: 99;
}

@media screen and (min-width:1024px) and (max-width:1370px) {
    .edit-panel {
        width: 22%;
    }

}

@media screen and (min-width:1900px) {
    .edit-panel {
        min-height: 50.2vh;
    }

}

@media screen and (min-width:1024px) and (max-width:1065px) {
    .picker {
        transform: translateX(-30px);
    }
}

@media screen and (min-width:1065px) and (max-width:1165px) {
    .picker {
        transform: translateX(-15px);
    }
}

.edit-panel .col-35 {
    display: flex;
    justify-content: space-around;
}

.edit-panel .col-35>div {
    text-align: center;
    margin-top: 1em;

}

.edit-panel .col-35>div i {
    font-size: 20px;
}

.edit-panel .col-35 a {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.edit-panel .col-35 a:hover {
    cursor: pointer;
}

.edit-panel .col-35>div a:hover {
    color: #b8860b;
}

.edit-panel .col-95 {
    /* background-color: #00ad5f;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px; */
}

.editor-section>.row {
    display: flex;
    flex-wrap: wrap;
}

.col-35 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-95 {
    flex-basis: 100%;
    max-width: 100%;
}

.texture-color-btn {
    display: none;
}

.model-tool {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 200px);
    margin: 1em 0;
    /* background: transparent; */
    scrollbar-width: 12px;
    scrollbar-width: thin;
    border-radius: 10px;
}

.model-tool::-webkit-scrollbar {
    width: 12px;
    scrollbar-color: #4CAF50 #f1f1f1;
}

.model-tool {
    /* For Firefox */
    scrollbar-width: 50%;
}

.model-tool::-moz-scrollbar {
    /* For Firefox */
    display: none;
}

.model-tool::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb/handle */
    border-radius: 6px;
    /* Radius of the scrollbar thumb/handle */
    border: 3px solid #f1f1f1;
    /* Border around the scrollbar thumb/handle */
}

.model-row .col-6 .card {
    border: none;
}

.model-row .col-6 .card .card-image img {
    width: 101%;
    height: auto;
    object-fit: cover;
}

/* .model-row .col-6 .card .card-image{
    transition: all .5s  !important;
    padding:.5em;
    background: none;
    cursor: pointer;
} */
/* .model-row .col-6 .card .card-image:hover{
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.7));
    transition: all .3s;
    background: rgba(0, 0, 0, 0.692);
} */
.model-row .col-6 .card .card-image:hover {
    cursor: pointer;
}

.model-row .col-6 .card .card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    border-radius: 5%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    opacity: 0;
    /* Initially set to transparent */
    transition: opacity 0.3s ease;
}

.model-row .col-6 .card .card-image:hover::before {
    opacity: 1;
    /* On hover, make the overlay fully visible */
}

.col-6 a {
    text-decoration: none;
}

.model-row .col-6 .card .card-text {
    font-size: 11px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    padding-bottom: .5em;
}

.model-row .col-6 .card .card-body .change-btn {
    display: flex;
    justify-content: space-evenly;
}


.model-row .col-6 .card .card-body a .color-btn {
    height: 20px;
    width: 20px;

    background: white;
    box-shadow: inset -10px -10px 10px rgba(0, 0, 0, .6);
    border-radius: 50%;
    border: 1px solid #ccc;
}

.model-row .col-6 .card .card-body a:nth-child(2) .color-btn {
    background: black;
    box-shadow: none;
}

.edit-tool {
    margin: 0 1em;
    margin-bottom: 20%;
}

.edit-tool .dimension-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.editor-section .dimension-title p {
    font-size: 12px;
    font-weight: 600;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.edit-tool form.dimension-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.edit-tool .dimension-form input {
    flex-basis: 30%;
    max-width: 30%;
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.edit-materials {
    margin: 1em 0;
}

.edit-materials h4 {
    font-size: 16px;
    font-weight: 600;
}

.material-bottom-text {
    padding-top: 10px;
}

.edit-materials h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.edit-materials .edit-color-container {
    display: flex;
    margin: 0 .5em;
    gap: 5%;
}

.edit-materials .edit-color-container>div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 4%;
}

.edit-materials .edit-color-container a {
    flex-basis: 25%;
    max-width: 25%;
}

.edit-materials .edit-color-container2 {
    display: flex;
    margin: 0 .5em;
    gap: 5%;
}

.edit-materials .edit-color-container2>div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 4%;
}

.edit-materials .edit-color-container2 a {
    flex-basis: 25%;
    max-width: 25%;
}

.black-material a span {
    background: #000 !important;
}

[class$="-material"] p {
    font-size: .9rem;
    text-align: center;
}

.edit-materials>div a .color-btn {
    display: block;
    height: 25px;
    width: 25px;
    background: #fff;
    /* box-shadow: inset -10px -10px 10px rgba(0, 0, 0, .6); */
    border-radius: 50%;
    border: 1px solid #ccc;
}

.color-btn img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.transparent-material span {
    background: none !important;
}

.edit-materials>div a:nth-child(2) .color-btn {
    background: #000;
}

.edit-materials a:nth-child(3) .color-btn {
    background: #619298;
}

.edit-materials a:nth-child(4) .color-btn {
    background: #fff;
}

.Textures-container {
    margin: 1em 0;
}

.Textures-container>div {
    margin: 1em 0;
}

.Textures-container h3 {
    font-size: 18px;
    font-weight: 600;
}

.Textures-container h4 {
    font-size: 16px;
}

#textureUploadContainer {
    display: none;

}

.edit-logo {
    margin: 1em 0;
}

.edit-logo h4 {
    font-size: 16px;
    font-weight: 600;
}

.edit-materials .btn-warning {
    font-size: 12px;
    background-color: #b8860b !important;
    border-color: #b8860b !important;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
}

.edit-materials .btn-warning:hover {
    background-color: #a1780e !important;
    border-color: #a1780e !important;
}

#uploadBtnT {
    font-size: 13px;
    display: block;
}

#logoFetch1 {
    flex-basis: 100% !important;
    max-width: 100% !important;

}

.edit-logo .edit-logo-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.edit-logo #edit-logo-row2 {
    display: block !important;
}

.edit-logo .edit-logo-row a {
    flex-basis: 45%;
    max-width: 45%;

}

.edit-logo .edit-logo-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.edit-textures {
    margin: 1em 0;
}

.edit-textures h4 {
    font-size: 16px;
    font-weight: 600;
}

.edit-textures .edit-color-container {
    display: flex;
    margin: 0 .5em;
}

.edit-textures .edit-color-container a {
    flex-basis: 25%;
    max-width: 25%;
}

.texture-holder {
    height: 100px;
    width: 100px;
}

.texture-holder img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

#toggle-Hotspot-btn {
    display: none;
}

.netural-lighting {
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}

.netural-lighting label {
    flex-basis: 75%;
    max-width: 75%;
}

.netural-lighting input {
    flex-basis: 25%;
    max-width: 25%;
    color: #000;
}

.background-tool .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.background-tool .column {
    align-self: center;
    width: 50%;
    text-align: center;
}

.background-tool #colorscontent {
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}

.background-tool h4 {
    margin: .5em 0;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width:1100px) {
    .a-color-picker {
        margin-left: 30%;
        margin-bottom: 15%;
    }
}

.background-tool .container .IroColorPicker {
    display: inline-block !important;
}

.texture-tool .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.texture-tool .column {
    align-self: center;
    width: 50%;
    text-align: center;
}

.texture-tool #colorscontent {
    text-align: left;
    max-width: 360px;
    margin: 0 auto;
}

.texture-tool h4 {
    margin: .5em 0;
    font-size: 18px;
    font-weight: 600;
}

.texture-btn-container {
    display: flex;
    justify-content: space-evenly;
    gap: 2%;
}

.texture-btn-container a {
    flex: 1;
}

.texture-btn-container a:hover {
    cursor: pointer;
}

.texture-btn-container a div {
    height: 60px;
    width: 60px;
    margin: .5em 0 0 0;
    border: 1px solid black;
    border-radius: 5px;
}

.texture-btn-container a div img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

#textureUploadContainer {
    display: none;
}

.tool-button {
    padding: 10px;
    cursor: pointer;
    border: none;
    background-color: #ddd;
    transition: background-color 0.3s;
}

.tool-button:hover {
    background-color: #ccc;
}

#tool-options {
    height: 75%;
    padding: 10px;
    overflow: auto;
}

.tool-content {
    display: none;
}

.tool-content.active {
    display: block;
}

.editTextureHide {
    display: none;
}

.pattern-edit-container {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    padding: 1%;
    top: 90px;
    right: 20%;
    z-index: 99;
}

.pattern-edit-container h3 {
    font-size: medium;
}

.texture-btns-container {
    display: flex;
    justify-content: space-evenly;
    gap: 2%;
}

.texture-btns-container a {
    cursor: pointer;
}

.texture-btns-container a div {
    height: 50px;
    width: 50px;
}

.texture1 {
    /* background-color: #1da1f2; */
    border: 1px solid black;
    border-radius: 2px;
}

.texture1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.texture2 {
    /* background-color:#00ad5f; */
    border: 1px solid black;
    border-radius: 2px;
}

.texture2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.texture3 {
    /* background-color: #3b5998; */
    border: 1px solid black;
    border-radius: 2px;
}

.texture3 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.texture-edit-container,
.texture-edit-container {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    padding: 1%;
    top: 43%;
    right: 20%;
    z-index: 9999;
    width: 212px;
}

/* .texture-edit-container {
    display: none !important;
} */
#showMsg {
    display: none;
    color: red;
    font-size: 12px;
}

#topColorInput,
#topColorInput2,
#topColorInput3 {
    border: none;
    outline: none;
}

.div-model {
    display: flex;
    justify-content: space-evenly;
}

.model-container {
    background: transparent !important;
}

model-viewer {
    height: 966px;
    width: 1150px;
    background: transparent !important;
    margin-right: 25em;
    position: relative;
    /* bottom: 90px; */
    bottom: 70px;
    /* background: url('../images/watermark2.png') no-repeat 100% 100%; */
}

@media screen and (min-width:1024px) and (max-width:1599px) {
    model-viewer {
        bottom: 70px;
    }
}

@media screen and (min-width:1800px) {
    model-viewer {
        top: 100px;
    }

}

.container {
    background: transparent !important;
}

.userInput {
    background: transparent !important;
}

.bottom-editor {
    display: flex;
    background: #fff;
    width: 150px;
    min-height: 32px;
    position: absolute;
    bottom: 12px;
    border-radius: 10px;
    left: 15px;
    justify-content: space-evenly;
    align-items: center;
}

.bottom-editor a i {
    font-size: 22px;
    color: #b8860b;
}

.bottom-editor a {
    cursor: pointer;
    color: #000;
    line-height: 1;
    font-weight: bold;
}

#preview_model {
    cursor: pointer !important;
    /* Change the cursor style to a pointer */
}

.top-right-btn {
    position: absolute;
    top: 92px;
    left: 15px;
}

.top-right-btn a {
    width: 150px;
}

.model-information {
    position: absolute;
    top: 15%;
    right: 55%;
}

.model-information span {
    font-weight: bold;
    font-size: large;
}

.details-model {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999999;
    background: linear-gradient(to right, rgba(225, 225, 225, 0.705), rgb(225, 225, 225, 0.705));
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: -999999;
    visibility: hidden;
    position: relative;
    display: none;
    top: 0;
    left: 0;
}

#close_model {
    position: absolute;
    top: 10%;
    right: 5%;
    text-decoration: none;
    color: black;
    transform: scale(1.5);
    cursor: pointer;
}

#close_model2 {
    position: absolute;
    top: 10%;
    right: 5%;
    text-decoration: none;
    color: black;
    transform: scale(1.5);
    cursor: pointer;
}

.details-model.show {
    display: flex;
    visibility: visible;
    z-index: 999999;
}

.details-model h3 {
    text-align: center;
}

.details-model form {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5%;
    height: 60%;
    width: 50%;

}

.details-model .details-input-feild {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.details-model .details-input-feild input {
    margin: 0.5em 0;
    outline: 1px solid black;
    padding: 2%;
    font-size: 18px;
    height: 40px;
    width: 150%;
    transition: outline .5s ease;
}

.details-model .details-input-feild input:focus {
    outline: 1.5px solid #b8860b;
}

.details-model button {
    padding: 2%;
    border-radius: 5%;
    background: #b8860b;
    color: white;
    font-size: 18px;
}

.details-model button:hover {
    background: #ebc357;
}

.picker {
    display: inline-block;
    --box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(3, 1, 1, 0.08);
    width: 100px !important;
}

#controls {
    display: none;
}

/****************************** Hotspot **************************************/

/*************************************************************** Texture Upload Button Styling **********************************************/

#uploadBtnT,
#uploadBtnT2,
#uploadBtnT3 {
    margin-bottom: 0.6em !important;
}

#uploadBtnT2,
#uploadBtnT3,
#textureUploadContainer2,
#textureUploadContainer3 {
    display: none;
    font-size: 13px;
}

#uploadPlain,
#uploadTop,
#uploadBottom {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: red;
}

/* Otp styling */
#otpButton {
    pointer-events: none;
    background-color: #47bb85;
    border-color: #47bb85;
}

#otpStatus {
    text-align: center;
    color: #4CAF50;
}

#submitBtn {
    pointer-events: none;
}