/* @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Gujarati:wght@100;200;300;400;500;600;700;800;900&display=swap");
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #fcd462;
    border-radius: 5px;
}

body {
    font-family: "Open Sans", sans-serif;
    /* font-family: 'Noto Sans Gujarati', sans-serif; */
    font-family: "Noto Sans Gujarati", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans Gujarati", sans-serif;
}

.sigma-header .sigma-main-menu>.menu-item>a {
    font-family: "Noto Sans Gujarati", sans-serif;
}

.counter-section .counter-box,
.counter-section .counter-box h4 {
    font-family: "Noto Sans Gujarati", sans-serif;
}

.latest-news .latest-post-box .post-desc h4 {
    letter-spacing: 0;
    font-size: 22px;
}

.banner-area .banner-content .title {
    font-size: 74px;
    letter-spacing: 0px;
}

.section-title h2 {
    font-size: 44px;
    letter-spacing: 0px;
}

.food-box.shop-box .thumb .badges .price {
    font-size: 14px;
}

.food-box.shop-box .desc h4 {
    font-size: 15px;
}

.desc .price {
    font-size: 14px;
}

.counter-section .counter-box h4 {
    font-size: 50px;
}

footer .footer-widget-area .widget.nav-widget ul li a {
    font-family: "Noto Sans Gujarati", sans-serif;
}

.contact-part .contact-maps {
    height: 500px;
}

footer .copyright-area .copyright-text.copyright-two {
    text-transform: none;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}

footer .copyright-area .copyright-text.copyright-two span.heart {
    color: #e74c3c;
}

footer .copyright-area .copyright-text a {
    text-decoration: none;
    color: #e4bc5f;
    transition: all 0.5s;
}

footer .copyright-area .copyright-text a:hover {
    color: #fff;
}

.counter-section .counter-box {
    text-align: center;
}

.condo-item .title.title-hidden .book-btn a {
    color: #fff;
    margin-top: 0;
}

.uycbbbcasas {
    display: flex;
}

.contact-part .contact-info .uycbbbcasas .info-box {
    width: 100%;
    align-items: center;
}

.latest-news .latest-post-box .post-img {
    height: auto;
}

.latest-news .latest-post-box .post-img img {
    width: 100%;
}

.preloader img {
    position: absolute;
    height: 100px;
}

.banner-area .main-slider .slick-arrow {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    left: 15px;
}

.banner-area .main-slider .slick-arrow:hover {
    background: #e4bc5f;
}

.banner-area .main-slider .slick-arrow.next-arrow {
    right: 15px;
    left: auto;
}

.news-details-box .entry-content h2.title {
    letter-spacing: 0;
}

.restaurant-tab-area .food-box .desc .quantity-box {
    width: 140px;
    height: 40px;
    display: flex;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.restaurant-tab-area .food-box .desc .quantity-box .input-qty {
    border: 0;
    height: auto;
    color: #fff;
    text-align: center;
    background-color: #272626;
    font-size: 15px;
    padding: 0 10px;
    line-height: 40px;
}

.restaurant-tab-area .food-box .desc .quantity-box button {
    border: 0px;
    padding: 0 15px;
    background: #272626;
    color: #fff;
    transition: 0.3s;
}

.restaurant-tab-area .food-box .desc .quantity-box button:hover {
    background-color: #e4bc5f;
    color: #fff;
}

.restaurant-tab-area .food-box .desc .link {
    top: 22%;
}

.restaurant-tab-area .food-box:hover .desc .link {
    right: 15px;
}

.restaurant-tab-area .food-box .desc .product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border {
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 0px 15px;
    height: auto;
    line-height: 40px;
    background: transparent;
    font-size: 18px;
    border-radius: 5px;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border:hover {
    background: #e4bc5f;
}

.subscribe .textshow {
    letter-spacing: 0.5px;
    font-weight: 500;
}

.app-download a.btn-custom-2.grey {
    background-color: transparent;
    border: 2px solid #e4bc5f;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: normal;
    padding: 15px 20px;
    width: 190px;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.app-download a.btn-custom-2.grey i {
    margin-right: 10px;
    font-size: 18px;
    color: #e4bc5f;
}

.app-download {
    text-align: right;
}

.app-download a.btn-custom-2.grey:hover {
    background-color: #e4bc5f;
    color: #fff;
    -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
    box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.4);
}

.app-download a.btn-custom-2.grey:hover i {
    color: #fff;
    transition: all 0.3s;
}

footer .footer-widget-area .widget.nav-widget ul li a::before {
    content: "\f10f";
    transform: rotate(180deg);
}

.breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 24px;
    letter-spacing: 0;
    font-family: "Open Sans", sans-serif;
}

.breadcrumb-area .breadcrumb-text {
    padding: 45px 0;
}

.food-box.shop-box .thumb .badges .price {
    text-align: center;
}

.food-box.shop-box .thumb .badges .price.new_one {
    background-color: #1c1b19;
}

.detail-slider-1 .image-box .customshowbadges .price {
    position: unset;
    background-color: #be8d30;
    color: #fff;
    font-weight: 500;
    padding: 2px 15px;
    font-size: 13px;
    margin-left: 10px;
}

.detail-slider-1 .image-box .customshowbadges {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}

.detail-slider-1 .image-box .customshowbadges .price.discounted {
    background: #fff;
    color: #000;
}

.detail-slider-1 .image-box .customshowbadges .price.new_one {
    background: #1c1b19;
}

.other-info {
    margin-bottom: 15px;
}

.full-width-search {
    position: fixed;
    width: 100%;
    height: 0%;
    z-index: 999;
    background: #353530;
    background: #1c1b19;
    top: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.full-width-search .inner-search-section {
    padding: 50px 50px;
}

.full-width-search.show {
    height: 100%;
}

.full-width-search .inner-search-section .input-group #searchvalue {
    padding: 0px 50px 0 60px;
}

.full-width-search .inner-search-section .searchicon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.full-width-search .inner-search-section .closesearch {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background: #bf8e31;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.listofproducts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    max-height: 550px;
    overflow: hidden;
    overflow-y: auto;
}

.listofproducts .singleview {
    display: flex;
    width: 32%;
    background: #353530;
    padding: 15px;
    margin: 0 15px 25px 0;
}

.listofproducts .singleview img {
    height: 150px;
}

.listofproducts .singleview .productnameshow {
    margin-left: 25px;
}

.listofproducts .singleview .productnameshow h6 {
    margin-bottom: 15px;
}

.listofproducts .singleview .productnameshow p {
    margin-bottom: 5px;
}

.listofproducts .singleview .productnameshow p b {
    margin-right: 5px;
}

.listofproducts .singleview:nth-child(3n) {
    margin-right: 0;
}

.share_design_steps {
    padding: 125px 0 80px;
}

.stepdesignbox .imgyvcsauyfs {
    text-align: center;
}

.stepdesignbox .imgyvcsauyfs img {
    height: 200px;
    width: 300px;
    object-fit: cover;
}

.stepdesignbox {
    margin-bottom: 35px;
}

.stepdesignbox .ncsaiuhcsa_nbcsa {
    text-align: center;
    background: #2d2d2d;
    width: 300px;
    width: auto;
    margin: 0 auto;
    padding: 35px 15px 25px;
    position: relative;
}

.stepdesignbox .ncsaiuhcsa_nbcsa h6 {
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    top: -15px;
    background: linear-gradient(90deg, #eebe10 0%, #d6a626 100%);
    padding: 5px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

.stepdesignbox .ncsaiuhcsa_nbcsa p {
    font-size: 14px;
}

.share_design_steps .row {
    justify-content: center;
}

.customize_tabs li {
    margin: 0 15px;
}

.customize_tabs li .nav-link {
    background: #1c1b19;
    color: #fff;
    text-align: center;
    width: max-content;
    padding: 15px 25px;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.customize_tabs li .nav-link.active {
    background: #e4bc5f;
}

.customize_tabs {
    margin-bottom: 50px;
    border-bottom: 1px solid #e4bc5f;
    padding-bottom: 35px;
}

.customize_upoad_section .inputfile {
    position: relative;
}

.customize_upoad_section .inputfile input.imgupload_123 {
    color: #f1e5e6;
    transition: all 0.5s;
    width: 270px;
    height: 240px;
    margin: 0;
    line-height: 246px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
}

.customize_upoad_section .inputfile img.csaocnsa_ioacsa {
    position: absolute;
    left: 0;
    width: 100%;
}

.customize_upoad_section .inputfile input.vdsvd_casuiohcas {
    width: 270px;
    line-height: 50px;
    z-index: 11;
    position: relative;
    opacity: 0;
    cursor: pointer;
}

.customize_upoad_section .inputfile p.uinniscasad {
    width: 100%;
}

.contact-form_new [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.contact-form_new [type="file"]+label {
    background: #1c1b19;
    cursor: pointer;
    display: flex;
    font-size: inherit;
    font-weight: 500;
    padding: 0 0 0 80px;
    position: relative;
    transition: all 0.3s;
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 70px;
    align-items: center;
    color: #a3a3a3;
}

.sidebar .widget {
    padding: 30px 15px;
}

.sidebar .widget .filter-color {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.sidebar .widget .filter-color::-webkit-scrollbar {
    width: 2px;
}

.sidebar .widget .product_weight {
    height: 40px;
    width: 60%;
    margin: 0 auto 20px;
    display: block;
    padding: 0 15px;
    text-align: center;
}

.ciudsgcsdtdasb {
    text-align: center;
    width: 100%;
}

.restaurant-tab-area .food-box .thumb.showani:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%), linear-gradient(#ddd 150px, transparent 0), linear-gradient(#ddd 16px, transparent 0), linear-gradient(#ddd 200px, transparent 0) #fff;
    background-repeat: no-repeat;
    background-size: 50px 100%, 100% 150px, 100% 0, 100% 200px;
    background-position: 0 0, 0 0, 0 1000px, 0 377px;
    animation: animloader126 1s linear infinite;
    left: 0;
    z-index: 9;
    top: 0;
}

@keyframes animloader126 {
    0% {
        background-position: 0 0, 0 0, 0px 85px, 0px 110px;
    }
    100% {
        background-position: 150% 0, 0 0, 0px 85px, 0px 110px;
    }
}

.datanotfoundmsg {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #e4bc5f;
    margin-top: 25px;
}

.notification_custom .obcdbffvduuu_isdbffd {
    position: fixed;
    bottom: 10%;
    right: -40%;
    z-index: 99;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #1ea84a;
    border-radius: 5px;
    margin-right: 15px;
    padding: 8px 25px;
    font-size: 16px;
    transition: all 0.7s;
}

.notification_custom .obcdbffvduuu_isdbffd.alertshow {
    background-color: tomato;
}

.notification_custom .obcdbffvduuu_isdbffd i {
    font-weight: 400;
}

.notification_custom .obcdbffvduuu_isdbffd p {
    margin: 0;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.notification_custom.show .obcdbffvduuu_isdbffd {
    right: 0;
    transition: all 0.7s;
}

.sigma-header .sigma-notification {
    background: #bf8e31;
    width: 18px;
    height: 18px;
    font-size: 11px;
}

.shop-box .thumb .button-group a {
    cursor: pointer;
}

.listofproducts .singleview .productnameshow button {
    height: 45px;
    line-height: 45px;
    width: max-content;
    font-size: 13px;
    padding: 0 15px;
    margin-top: 5px;
}

#productaddcart {
    cursor: pointer;
    background: transparent;
    height: 50px;
    line-height: 50px;
}

.product-thumbnail {
    width: 80px;
}

.removecartproduct {
    cursor: pointer;
}

.otp-wrapper.mycustomotpsec {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.otp-wrapper.mycustomotpsec p.headingotp {
    margin-bottom: 25px;
    color: #afafaf;
    font-weight: 600;
    font-size: 16px;
}

.otp-wrapper.mycustomotpsec .otp-container {
    display: inline-block;
}

.otp-wrapper.mycustomotpsec .otp-container .otp-number-input {
    width: 26px;
    height: 33px;
    margin: 0 2px;
    border: none;
    border-bottom: 2px solid #afafaf;
    padding: 0;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    transition: border 0.3s ease;
    background: transparent;
}

#loginotp_error {
    font-size: 13px;
    color: red;
    padding-top: 15px;
}

.bcbdigsbsotp {
    font-size: 15px;
    font-weight: 600;
    color: #e4bc5f;
}

.bcbdigsbsotp span {
    margin-left: 5px;
}

.otp-wrapper.mycustomotpsec .otp-submit {
    border: 0;
    color: #aaa;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
    margin-top: 10px;
}

span.error_show {
    display: block;
    text-align: left;
    padding-left: 0;
    color: tomato;
    font-weight: 500;
    margin: 0;
    padding-top: 5px;
}

#registerotp_error {
    margin-top: 10px;
    color: tomato;
    font-weight: 600;
}

.showstatusbox {
    display: block;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0;
    line-height: 1;
}

.btn-orderview {
    background: #bf8e31;
    color: #fff !important;
    font-size: 13px;
    padding: 3px 15px;
    box-shadow: none !important;
}

.dcdsiug_asbcs {
    font-size: 22px;
    color: #ff0000;
}

#orderviewmodel .modal-dialog {
    max-width: 70%;
}

#orderviewmodel .custom-header {
    border-bottom: 1px solid #efefef;
    padding: 10px 25px;
}

#orderviewmodelLongTitle {
    font-size: 20px;
}

#orderviewmodel .custom-body {
    padding: 10px 25px;
}

#orderviewmodel .ocdbdg_cbdgf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyff p {
    font-size: 14px;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyff p span {
    color: #fff;
    font-weight: 500;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyff {
    width: 100%;
    margin-bottom: 10px;
}

#orderviewmodel .ocdbdg_cbdgf .vfbfydg_ccnduf p {
    font-size: 16px;
}

#orderviewmodel .ocdbdg_cbdgf .vfbfydg_ccnduf p span {
    color: #fff;
    font-weight: 500;
}

.pasjvbfy_cdbyfd .table thead th,
.pasjvbfy_cdbyfd .table td {
    vertical-align: middle;
}

.pasjvbfy_cdbyfd {
    margin-top: 10px;
    position: relative;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

#orderviewmodel .modal-dialog .close {
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.cart-table-cutom .input-group.input-group-two textarea {
    resize: none;
    padding: 7px 15px;
    font-size: 14px;
}

.aciuygdbdncdvcd .sorting-box {
    width: 100%;
}

.aciuygdbdncdvcd {
    border: 1px solid #40403b;
    padding: 50px;
}

.ivyvdgdtfasd textarea {
    background: transparent !important;
    border-color: #40403b;
    font-size: 14px;
    resize: none;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
}

.ivyvdgdtfasd textarea:focus {
    color: #fff;
}

.cart-table-cutom .form-control-custom {
    margin: auto !important;
    font-size: 14px;
    padding: 7px 15px !important;
    height: 50px !important;
}

.detailsflex-products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 75%;
    padding-top: 20px;
}

.detailsflex-products .other-info {
    width: 100%;
}

.shop-detail-content .touchinfo {
    margin-bottom: 25px;
    width: 175px;
}

.shop-detail-content .touchinfo .nice-select {
    float: none;
    border: 1px solid #40403b;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px 0 50px;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff;
}

.shop-detail-content .touchinfo .nice-select:before {
    left: 20px;
}

.shop-detail-content .touchinfo label {
    color: #fff;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.shop-detail-content .quantity-box {
    width: 175px;
    height: 50px;
}

.restaurant-tab-area .food-box .desc .product-actions .touch_list {
    width: 45%;
}

.restaurant-tab-area .food-box .desc .product-actions .touch_list .nice-select {
    float: none;
    border: 1px solid #40403b;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 45px;
    color: #ffff;
    background: transparent !important;
    box-shadow: none !important;
}

.restaurant-tab-area .food-box .desc .product-actions .touch_list .nice-select::before {
    left: 15px;
    font-size: 14px;
}

.restaurant-tab-area .food-box .desc .product-actions .touch_list~.cart-btn {
    margin-top: 15px;
    width: 100%;
}

.restaurant-tab-area .food-box .desc .product-actions .touch_list~.cart-btn .main-btn.btn-border {
    width: 100%;
}

.shop-product-top {
    justify-content: end;
}

.cart-table-cutom .nice-select {
    border: 1px solid #40403b;
    padding: 0px 10px 0 40px;
    width: 100px;
    height: 50px;
    line-height: 50px;
}

.cart-table-cutom .nice-select::before {
    left: 15px;
}

.shop-detail-content .buicsabob_cacsabk {
    padding-left: 0px;
    width: 65%;
}

.shop-detail-content .buicsabob_cacsabk label {
    color: #fff;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.shop-detail-content .buicsabob_cacsabk .form-control {
    height: 80px;
    background: transparent;
    border-color: rgb(64, 64, 59);
    border-radius: 0px;
    resize: none;
    color: #fff;
    font-size: 13px;
}

.cartform-product .ycsay_cbsacbas {
    display: flex;
    margin-bottom: 25px;
}

.restaurant-tab-area .food-box .desc {
    padding: 25px 15px;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn a.main-btn.btn-border {
    font-size: 13px;
}

.food-box.shop-box {
    border-radius: 15px;
}

.restaurant-tab-area .food-box .desc .productswei {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.restaurant-tab-area .food-box .desc .productswei p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.restaurant-tab-area .food-box .desc .productswei p b {
    color: #a3a3a3;
    margin-right: 5px;
}

.banner-section-design {
    padding: 80px 0 0;
}

.imagscasjhb_cbasgb {
    overflow: hidden;
}

.imagscasjhb_cbasgb img {
    transition: all 0.7s;
}

.imagscasjhb_cbasgb img:hover {
    transform: scale(1.03);
    width: 100%;
}

.whatsapp-us-section {
    position: fixed;
    bottom: 25px;
    background: #4dc247;
    z-index: 999;
    left: 25px;
    border-radius: 35px;
    padding: 7px 20px;
    border-radius: 25px 30px 5px 25px;
    border-radius: 5px 30px 25px 25px;
    border-radius: 25px 30px 25px 5px;
}

.whatsapp-us-section p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.whatsapp-us-section p span {
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.reelbox video {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.reel-section {
    padding: 80px 0;
}

.reelbox {
    position: relative;
}

.reelbox .vidiobtn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    transition: all 0.3s;
}

.reelbox:hover .vidiobtn-play.pause {
    opacity: 1;
}

.reelbox .vidiobtn-play.pause {
    opacity: 0;
}

.section-title .section-title-icon span.icondesign {
    font-size: 50px;
    padding: 0 30px;
}

.section-title .section-title-icon span.icondesign.instagram {
    background: #f09433;
    background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: instagram1 3s ease infinite;
}

@keyframes instagram {
    0% {
        background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    25% {
        background: linear-gradient( 45deg, #e6683c 0%, #dc2743 25%, #cc2366 50%, #bc1888 75%, #f09433 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    50% {
        background: linear-gradient( 45deg, #dc2743 0%, #cc2366 25%, #bc1888 50%, #f09433 75%, #e6683c 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    75% {
        background: linear-gradient( 45deg, #cc2366 0%, #bc1888 25%, #f09433 50%, #e6683c 75%, #dc2743 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    100% {
        background: linear-gradient( 45deg, #bc1888 0%, #f09433 25%, #e6683c 50%, #dc2743 75%, #cc2366 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@keyframes instagram1 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.instagram-feed-section {
    padding-bottom: 100px;
}

.instagram-slider .image img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.instagram-slider .image a.insta-popup {
    width: 100%;
    padding: 0 10px;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border:hover {
    background: transparent;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border.istrue {
    background: #44ba3a;
    color: #fff;
    border-color: #44ba3a;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border:hover i {
    animation: toRightFromLeft 0.5s forwards;
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border i {
    animation: toLeftFromRight 0.5s forwards;
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}


/* cart demo 1 */

.shop-sign {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    margin-top: 50px;
    width: 380px;
}

.icon-hook {
    position: relative;
}

.icon-hook:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-hook>svg {
    pointer-events: none;
    pointer-events: none;
    position: unset;
    width: 45px;
    height: 45px;
    z-index: 9;
    position: relative;
}

.demo-1 {
    background: #e3da74;
}

svg {
    position: absolute;
    z-index: 5;
}

.check-1 {
    opacity: 0;
    transform-origin: bottom right;
    stroke: #fff;
}

.apple-1 {
    position: absolute;
    opacity: 0;
    top: -20px;
    left: 22px;
    width: 16px;
    transform: rotate(-40deg);
}

.active .apple-1 {
    animation: add-apple-1 2s forwards;
}

.active .cart-plus-1 {
    animation: added 1s forwards;
}

.active .check-1 {
    animation: checked 1s forwards;
}

@keyframes add-apple-1 {
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(29px);
        opacity: 1;
    }
}

@keyframes added {
    1% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes checked {
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.restaurant-tab-area .food-box .desc .product-actions .cart-btn .main-btn.btn-border.load i {
    animation: rotate 1s linear infinite;
}

#whatsapp-fixed {
    height: 0;
}

.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigm-megamenu-nav>.nav-item>.nav-link>img {
    width: 24px;
    margin-right: 5px;
}

.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-image a {
    display: block;
}

.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-image span {
    color: #a3a3a3;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-top: 5px;
}

.breadcrumb-area {
    margin-top: 150px;
}

section.orderview-section {
    padding: 80px 0;
}

section.orderview-section {
    padding: 80px 0 40px;
}

.orders-details {
    padding: 0;
    width: 100%;
}

.orders-details table.table {
    margin: 0;
}

.orders-details table.table tr th,
.orders-details table.table tr td {
    color: #fff;
    border: 0;
}

.orders-details .titledetails {
    font-size: 16px;
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 10px;
    font-weight: 600;
    color: #bf8e31;
    padding: 15px 35px 10px;
}

.orders-details .csaijcsa_cnoais {
    padding: 0 25px 10px;
}

.orderview-section .row .col-md-6 {
    display: flex;
}

.orders-details table.table tr th {
    width: 35%;
}

section.orderproduct-section {
    padding-bottom: 80px;
}

.orderproduct-section table th,
.orderproduct-section table td {
    vertical-align: middle;
    text-align: center;
}

.orderstatusview {
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.homeshowpro .row .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.restaurant-tab-area .food-box .desc .productswei p:nth-child(2) {
    color: #e3bb5f;
}

.instagram-slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
}

.instagram-slider:hover .slick-arrow {
    opacity: 1;
}

.instagram-slider .slick-arrow.next-arrow {
    right: 0;
    left: auto;
}

.instagram-slider .image a.insta-popup1 {
    width: 100%;
    padding: 0 10px;
}

.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-navbox .row .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.banner-area.banner-style-two .single-banner .banner-bg,
.banner-area.banner-style-three .single-banner .banner-bg {
    -webkit-animation: none;
    animation: none;
}

.banner-area.banner-style-three .single-banner {
    height: auto;
    padding-top: 6%;
    padding-bottom: 2%;
}

.banner-area.banner-style-two .single-banner .banner-overly,
.banner-area.banner-style-three .single-banner .banner-overly {
    background-color: #353530;
    z-index: -1;
    opacity: 0;
}

.banner-area.banner-style-three .single-banner .banner-bg {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.condo-item.hotel-intro:before {
    background-color: rgb(0 0 0 / 0%);
}

.condo-item.hotel-intro .title h4 {
    opacity: 0;
    transition: all 0.5s;
}

.condo-item.hotel-intro:hover .title h4 {
    opacity: 1;
}


/* .condo-item.hotel-intro:hover:before {
    background-color: rgb(191 142 49 / 80%);
} */

.condo-item.hotel-intro a {
    display: block;
    width: 100%;
    height: 100%;
}

.about-section .abour-text p {
    margin-bottom: 10px;
}

.about-section .abour-text h4 {
    margin: 25px 0 5px;
}

.counter-section .counter-box.counter-box-two {
    background-color: #1c1b19;
}

.htmlshowdesc h1 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 40px;
}

.htmlshowdesc p {
    margin-bottom: 10px;
}

.htmlshowdesc h4 {
    margin: 35px 0 15px;
    border-bottom: 1px solid #e4bc5f;
    padding: 10px 0px 5px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px
}

.htmlshowdesc ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.htmlshowdesc ul li {
    margin-bottom: 5px;
}

.about-section .about-features-boxes .single-feature-box h4 {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -1px;
}

.htmlshowdesc h2,
.htmlshowdesc h3,
.htmlshowdesc h4,
.htmlshowdesc h5,
.htmlshowdesc h6 {}

.condo-item {
    height: auto;
}

.condo-item img {
    position: relative;
    z-index: -2;
}

.headicon {
    font-size: 16px;
    color: #E4BC5F;
}

.blog_content_ps {}

.blog_content_ps h1,
.blog_content_ps h2,
.blog_content_ps h3,
.blog_content_ps h4,
.blog_content_ps h5,
.blog_content_ps h6 {
    margin-bottom: 15px;
}

.blog_content_ps p {
    margin-bottom: 10px;
}

.blog_content_ps ol {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog_content_ps ol li {
    margin-bottom: 15px;
}

.condo-item.hotel-intro {
    height: auto;
    margin-top: 30px;
}

.bcduygcdbsd_loadrre {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 /70%);
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.bcduygcdbsd_loadrre.show {
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.circle-loader-custom {
    position: relative;
    width: auto;
    height: auto;
}

@-webkit-keyframes opaque {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes opaque {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.1;
    }
}

.circle-loader-custom div {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: 0.8s opaque ease-in-out infinite both;
    animation: 0.8s opaque ease-in-out infinite both;
}

.circle-loader-custom>div:nth-child(1) {
    top: -25px;
    left: 0;
}

.circle-loader-custom>div:nth-child(2) {
    top: -17px;
    left: 17px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.circle-loader-custom>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.circle-loader-custom>div:nth-child(4) {
    top: 17px;
    left: 17px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.circle-loader-custom>div:nth-child(5) {
    top: 25px;
    left: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.circle-loader-custom>div:nth-child(6) {
    top: 17px;
    left: -17px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.circle-loader-custom>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.circle-loader-custom>div:nth-child(8) {
    top: -17px;
    left: -17px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}