

:root {
    --text-color: #212121;
    --primary-color: #04413D;
    --secondary-color: #F9B030;
    --white-color: #fff;
    --additional-color: #F3F3F3;
    --dark-color: #333333;
}

.sample-item-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 0.8rem;
    gap: 5px;
}
.sample-item-title svg{
    width: 30px;
    height: 30px;
}
.faraz_sample_desc{
    background: #04413d;
    width: 100%;
    padding: 0.9rem;
     display: block;
    border-radius: 10px;
    color: #fff;
    margin-top: 1rem;
}


.samples-text-before {
    background: linear-gradient(89.78deg, #10F3F3 30.4%, #14C210 95.49%);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    border-radius: 17px;
    padding-inline: 20px;
    padding-block: 5px;
    height: 40px;
    width: 60% !important;
    right: 30px;
    position: absolute;
}
:is(.samples-text-before,
.samples-text-after) span{
    color: #fff;
}
.samples-img-before{
    display: block;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    outline: 1px dashed #d7d7d7;
    outline-offset: 10px;
    position: absolute;
    left: 20%;
}
.samples-text-after {
    background: linear-gradient(89.78deg, #10F3F3 30.4%, #14C210 95.49%);
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    border-radius: 17px;
    padding-inline: 20px;
    padding-block: 5px;
    width: 60% !important;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 15%;
}
.samples-img-after{
    display: block;
    width: 217px;
    height: 217px;
    border-radius: 50%;
    outline: 1px dashed #d7d7d7;
    position: absolute;
    bottom: -40px;
    right: 7%;
    z-index: 2;
    outline-offset: 10px;
}


.sample-comparision {
    /* width: 320px; */
    height: 450px;
    max-height: 450px;
    /* margin-bottom: 50px; */
    margin-inline: auto;
    overflow: hidden;
    position: relative;
    /* border-radius: 50%; */
    direction: ltr;
}

.sample-comparision figure {
    position: absolute;
    /* background-image: url(../img/pamchal/photoshop-face-before.jpg); */
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.sample-comparision .divisor {
    /* background-image: url(../img/pamchal/photoshop-face-after.jpg); */
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    height: 100%;
}

.sample-comparision .divisor::before,
.sample-comparision .divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: #fff;
    z-index: 3;
}

.sample-comparision .divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

.sample-comparision .divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.sample-comparision .handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    border-radius: 50%;
    border: 3px solid #fff;
    background: transparent;
}

.sample-comparision .handle::before,
.sample-comparision .handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.sample-comparision .handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.sample-comparision .handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.sample-comparision input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    opacity: 0;
}

.sample-comparision input[type=range]:focus,
.sample-comparision input[type=range]:active {
    border: none;
    outline: none;
}

.sample-comparision input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

.sample-comparision input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}


.my_gallery .container{
    padding-block: 70px;
}

.my_gallery .extra-container {
    padding-block: 0 20px;
}





















/*responsive*/
/*responsive*/
/*responsive*/

@media screen and (max-width: 991px){
    .sample-comparision {
        width: 300px;
    }
}



@media screen and (max-width: 767px){
    .sample-comparision {
        margin-bottom: 20px;
    }

    .sample-comparision {
        margin-top: 30px;
    }

    .my_gallery .container{
        padding-block: 40px;
    }

    .my_gallery .container {
        padding-block: 0 20px;
    }
}


@media screen and (max-width: 320px){
    .sample-comparision {
        width: 100%;
    }
}






/*responsive*/
/*responsive*/
/*responsive*/
