.single-feature:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-color: rgba(var(--main-color-one-rgb), 0.2);
}

.single-feature-icon::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: -0.8;
}
.single-feature:hover {
    -webkit-transform: scale(1.1) skewX(5deg);
    transform: scale(1.1);
    border-color: rgba(var(--main-color-one-rgb), 0.2);
}

.single-choose-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(180 182 182);
    opacity: 0.2;
}

.single-feature-icon img {
    max-width: 100px;
    -webkit-transition: 300ms;
    transition: 300ms;
}


.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 99;
    background-color: #383232;
    border-bottom: 1px solid #1a1818;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0);
}
/*.navbar-area.nav-absolute {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    top: 0px;*/
/*    z-index: 99;*/
/*    background-color: #313f49;*/
/*    border-bottom: 1px solid #1a1818;*/
/*    box-shadow: 0px 0px 10px 2px rgb(0 0 0);*/
/*}*/


.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 18px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: rgb(255 255 255);
    font-weight: 500;
    line-height: 32px;
}


.btn-wrapper .cmn-btn-bg-1 {
    border-radius: 25px;
    background: var(--main-color-one);
    color: #fff;
    border: 1px solid rgb(255 255 255);
}


.btn-wrapper .cmn-btn-bg-1 {
    border-radius: 25px;
    background: linear-gradient(to bottom, #ffffff, #c5945a);
    color: #383334;
    border: 1px solid rgb(199 149 91);
}


.price-tab-list.active {
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 50px;
}

/*.price-tab-list.active {*/
/*    background-color: var(--main-color-one);*/
/*    color: #fff;*/
/*    border-radius: 25px;*/
/*}*/


.price-tab {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*-webkit-box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);*/
    box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
}
/*.price-tab {*/
/*    background-color: #fff;*/
/*    border-radius: 25px;*/
/*    padding: 10px;*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    -webkit-box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);*/
/*    box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);*/
/*}*/


.single-price.active .btn-wrapper .cmn-btn {
    border-radius: 50px;
    color: #fff;
    background-color: #ee312c;
}


.btn-wrapper .cmn-btn-outline-one {
    padding: 7px 35px;
    border: 1px solid var(--main-color-one);
}



.single-price {
    border-radius: 30px;
    padding: 30px;
    background-color: #c4af96;
    -webkit-box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
    box-shadow: 1px 2px 8px 10px rgb(197 175 150 / 48%);
    border: 1px solid #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.single-price.active .btn-wrapper .cmn-btn {
    border-radius: 50px;
    color: #fff;
    background-color: #ee312c;
    
}


.btn-wrapper .cmn-btn-outline-one.color-one {
    border-radius: 50px;
    color: #fff;
    background-color: #cf2b25;
}



.btn-wrapper .cmn-btn-outline-one {
    padding: 7px 35px;
    border: 1px solid #faafad;
}




.single-price.active {
    border-color: rgb(255 255 255);
    background-color: rgb(192 161 126);
    color: #fffafa;
}


.single-price:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #FFFBFB;
}



.getupdate-wrapper .getupdate-shape {
    background-color: #383232;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    height: 100%;
}
/*.getupdate-wrapper .getupdate-shape {*/
/*    background-color: #313f49;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    height: 100%;*/
/*}*/


.getupdate-content-title {
    font-size: 56px;
    font-weight: 400;
    line-height: 70px;
    color: rgb(239 50 44);
    margin: -10px 0 0;
}


.radius-20 {
    border-radius: 25px;
}

.getupdate-content-para {
    font-size: 18px;
    color: #ffffff;
}

.getupdate-content-form-single-input {
    border-radius: 35px;
    height: 60px;
    width: 100%;
    background-color: #fff;
    color: #312f30;
    font-size: 16px;
    padding: 0 15px;
    border: 0;
    outline: none;
    padding-right: 110px;
}

.getupdate-content-form-single button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    background-color: var(--main-color-one);
    color: #fff;
    height: 50px;
    padding: 5px 20px;
    border-radius: 40px;
}


@media (min-width: 992px) {
    .col-lg-4 {
        color: #ffffff;
        flex: 0 0 auto;
        width: 33.33333333333334%;
        
    }
}


.single-feature-content-para {
    font-size: 16px;
    line-height: 26px;
    color: #c6965c;
}
.single-feature:hover {
    -webkit-transform: scale(1.1) skewX(5deg);
    transform: scale(1.1);
    border-color: rgb(251 243 243 / 20%);
}

.single-feature-wrapper div[class*=col]:not(:nth-child(3n+3)) .single-feature {
    border-right: 1px solid rgb(255 255 255 / 0%);
}

.single-feature-wrapper div[class*=col] .single-feature {
    border-top: 1px solid rgb(255 255 255 / 10%);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.single-feature-wrapper div[class*=col] .single-feature:hover {
    background-color: #ead8c3;
}

.single-feature-icon::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: -0.8;
}

.single-feature-icon img {
    max-width: 100px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.single-price:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #FFFBFB;
}
.bg-white {
    border-radius: 30px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
    box-shadow:  1px 2px 5px 5px rgb(217 203 186 / 39%);
    border: 1px solid #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
    --bs-bg-opacity: 1;
}

.counter-wrapper-border {
    border: 2px dashed rgb(255 255 255);
}

.single-choose-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    opacity: -5.8;
}

.padding-bottom-70 {
    padding-bottom: 70px;
    background-color: #c5af96;
}
/*.padding-bottom-70 {*/
/*    padding-bottom: 70px;*/
/*    background-color: #e3c093;*/
/*}*/
/*.padding-bottom-70 {*/
/*    padding-bottom: 70px;*/
/*    background-color: #c5af96;*/
/*}*/

.copyright-area {
    padding: 25px 0;
    color: #fff;
    background-color: #383232;
}
/*.copyright-area {*/
/*    padding: 25px 0;*/
/*    color: #fff;*/
/*    background-color: #313f49;*/
/*}*/

.copyright-area .copyright-contents {
    font-size: 16px;
    color: #e9312b;
    text-align: center;
}