body{
    background-color: #FFFAF0;
}
.header{
    background-image: url("../img/bg-inner.webp");
    background-size: cover;
    background-position: center;
}

.services:before{
    content:'';
    position: absolute;
    width: 25%;
    height: 25%;
    right: 0;
    top: -5%;
    background: #DEC79F;
    filter: blur(120px);
    opacity: 0.8;
    z-index: 0;
}
.service-box, .sample-box{
    background-color: white;
    color: black;
}
.service-box:hover{
    background-color: rgba(222, 199, 159, 0.65) !important;
    transition: 0.5s;
}
.services .service-box .img-box:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.49%, #000000 100%);
    z-index: 1;
}
.seo-desc{
    background-color: white;
}
.form-custom .form-control:focus {
    border-color: #dec79f;
    box-shadow: 0 0 0 .25rem rgba(222, 199, 159, 0.63);
}
.form-custom .form-control{
    border-radius: 72px;
    background-color: #f9f9f9;
}
.form-custom  .form-control:focus ~ label::after{
    background-color: #f9f9f9;
}
.form-custom textarea{
    min-height: 100px !important;
    border-radius: 30px !important;
}
.cm-box .head{
    border-bottom: 1px solid #AB8D59;
}
.comments .cm-box:last-child{
    margin-bottom: 0 !important;
}
.detail-box{
    height: fit-content;
    background-color: white;
}
.detail-box .title{
    color:#AB8D59;
}
.article-box .title{
    height: 65px;
}
.sidebar{
    top:85px;
}
.desc-section{
    top:-85px;
}
.image-comparison__label {
    font-size: 0;
    line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
}

@media (hover) {
    .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
        transform: scale(1.2);
    }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: rgba(19, 183, 146, 0.5);;
}

.image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
}

.image-comparison__figure {
    margin: 0;
}
.image-comparison__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 100%;
}

.image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    bottom: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
    .image-comparison__caption {
        font-size: 12px;
    }
}

.image-comparison__caption--before {
    left: 12px;
    z-index: 2;
}

.image-comparison__caption--after {
    right: 12px;
    text-align: right;
}

.image-comparison__caption-body {
    max-width: 40vmin;
    padding: 6px 12px;
    background-color: #dec79f;
    color: black;
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
    background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #13B792;;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
    background-color: transparent;
}

.image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
}

.image-comparison__range::-ms-tooltip {
    display: none;
}
.filter-custom{
    filter: invert(59%) sepia(14%) saturate(1106%) hue-rotate(359deg) brightness(95%) contrast(87%);
}
.mySwiper4 .swiper-button-next::after,.mySwiper4 .swiper-button-prev::after{
    display: none;
}
.title-desc{
overflow-x: auto;
/*-ms-overflow-style: none;*/
/*scrollbar-width: none;*/
}
/*.title-desc::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/
.title-desc ul{
    animation: move-left 2s;
    animation-iteration-count: 4;
    width: max-content;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #a78b5e;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fffaf0;
}
body {
    scrollbar-width: thin;
    scrollbar-color:  #a78b5e #fffaf0 ;
}
@keyframes move-left {
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(5%);
    }
    100%{
        transform: translateX(0);
    }
}
@media (max-width: 576px) {
    .sidebar{
        top:75px;
    }
    .desc-section{
        top:-75px;
    }

}
@media (min-width: 576px) and (max-width: 768px){
    .sidebar{
        top:75px;
    }
    .desc-section{
        top:-75px;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .sidebar, .desc-section{
        top:75px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){


}
@media (min-width: 1200px) and (max-width: 1400px){

}
@media (min-width: 1400px){

}
.swiper-button-next, .swiper-button-prev{
    width:fit-content !important;
    height: fit-content !important;
}
