/**
* Class name number indicates unique css styling. Feel free to make 
* it a dynamic but unique number while converting with scripting 
* language.
*
**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

/***** global style *****/

.classyea-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.classyea-section-padding {
    padding: 70px 0;
}

.classyea-btn-secondary {
    border: none;
    outline: none;
    padding: 10px 20px;
    background: rgb(170, 4, 87);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
}

/***** Imran *****/

/***** Design One *****/

#classyea-imageCompare-section-401 .classyea-container .classyea-container-left,
#classyea-imageCompare-section-401 .classyea-container .classyea-container-right {
    width: 50%;
    float: left;
    padding: 20px;
}

#classyea-imageCompare-section-401 .classyea-container .classyea-container-left p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(82, 82, 82);
    line-height: 1.6em;
}

.custom-section{
    clear: both;
    width: 100%;
    float: left;
}

/***** set the vertical image compare height *****/

.classyea-imagecompare-vertical {
    height: 500px !important;
}

/***** Image compare styles *****/

.classyea-imagecompare-wrapper.classyea-imagecompare-horizontal {
    height: 100% !important;
}

.classyea-imagecompare-horizontal .classyea-imagecompare-handle:before,
.classyea-imagecompare-horizontal .classyea-imagecompare-handle:after,
.classyea-imagecompare-vertical .classyea-imagecompare-handle:before,
.classyea-imagecompare-vertical .classyea-imagecompare-handle:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
}

img.classyea-imagecompare-before,
img.classyea-imagecompare-after {
    height: 100%!important;
    object-fit: cover;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.classyea-imagecompare-before-label,
.classyea-imagecompare-after-label,
.classyea-imagecompare-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.classyea-imagecompare-before-label,
.classyea-imagecompare-after-label,
.classyea-imagecompare-overlay {
    transition-duration: 0.5s;
}

.classyea-imagecompare-before-label,
.classyea-imagecompare-after-label {
    transition-property: opacity;
}

.classyea-imagecompare-horizontal .classyea-imagecompare-before-label:before,
.classyea-imagecompare-horizontal .classyea-imagecompare-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.classyea-imagecompare-vertical .classyea-imagecompare-before-label:before,
.classyea-imagecompare-vertical .classyea-imagecompare-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.classyea-imagecompare-left-arrow,
.classyea-imagecompare-right-arrow,
.classyea-imagecompare-up-arrow,
.classyea-imagecompare-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.classyea-imagecompare-left-arrow,
.classyea-imagecompare-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.classyea-imagecompare-up-arrow,
.classyea-imagecompare-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.classyea-imagecompare-container {
    box-sizing: content-box;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.classyea-imagecompare-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}


.classyea-imagecompare-container.active .classyea-imagecompare-overlay,
  .classyea-imagecompare-container.active :hover.classyea-imagecompare-overlay {
    background: transparent; 
  }

.classyea-imagecompare-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.classyea-imagecompare-overlay:hover span {
    opacity: 1;
}

.classyea-imagecompare-overlay span {
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.582);
    opacity: 0;
    transition: 0.5s;
}

.classyea-imagecompare-container.active .classyea-imagecompare-overlay .classyea-imagecompare-before-label,
.classyea-imagecompare-container.active .classyea-imagecompare-overlay .classyea-imagecompare-after-label,
.classyea-imagecompare-container.active :hover.classyea-imagecompare-overlay .classyea-imagecompare-before-label,
.classyea-imagecompare-container.active :hover.classyea-imagecompare-overlay .classyea-imagecompare-after-label {
    opacity: 0;
}

.classyea-imagecompare-container * {
    box-sizing: content-box;
}

.classyea-imagecompare-before-label {
    opacity: 0;
}

.classyea-imagecompare-before-label:before {
    content: attr(data-content);
}

.classyea-imagecompare-after-label {
    opacity: 0;
}

.classyea-imagecompare-after-label:before {
    content: attr(data-content);
}

.classyea-imagecompare-horizontal .classyea-imagecompare-before-label:before {
    left: 10px;
}

.classyea-imagecompare-horizontal .classyea-imagecompare-after-label:before {
    right: 10px;
}

.classyea-imagecompare-vertical .classyea-imagecompare-before-label:before {
    top: 10px;
}

.classyea-imagecompare-vertical .classyea-imagecompare-after-label:before {
    bottom: 10px;
}

.classyea-imagecompare-overlay {
    transition-property: background;
    background: transparent;
    z-index: 25;
}

.classyea-imagecompare-overlay:hover,
.classyea-imagecompare-container.active .classyea-imagecompare-overlay,
.classyea-imagecompare-handle:hover+.classyea-imagecompare-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.classyea-imagecompare-overlay:hover .classyea-imagecompare-after-label {
    opacity: 1;
}

.classyea-imagecompare-overlay:hover .classyea-imagecompare-before-label {
    opacity: 1;
}

.classyea-imagecompare-before {
    z-index: 20;
}

.classyea-imagecompare-after {
    z-index: 10;
}

.classyea-imagecompare-vertical .classyea-imagecompare-handle {
    background-color: rgba(247, 237, 237, 0.71);
    height: 20px;
    width: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -10px;
    border-radius: 1000px;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.classyea-imagecompare-horizontal .classyea-imagecompare-handle {
    background-color: rgba(247, 237, 237, 0.71);
    height: 65px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -19px;
    margin-left: -10px;
    border-radius: 1000px;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
}

.classyea-imagecompare-horizontal .classyea-imagecompare-handle:before {
    bottom: 50%;
    height: 799px;
    margin-bottom: 33px;
    margin-left: 10px;
    background: none;
    position: absolute;
    z-index: 999;
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.classyea-imagecompare-horizontal .classyea-imagecompare-handle:after {
    top: 50%;
    height: 257px;
    margin-top: 33px;
    margin-left: 10px;
    background: none;
    position: absolute;
    z-index: 999;
    border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.classyea-imagecompare-vertical .classyea-imagecompare-handle:before {
    margin-top: 10px;
    margin-left: 11px;
    width: 100vw;
    background: none;
    position: absolute;
    z-index: 999;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    right: 50%;
    margin-right: 33px;
}

.classyea-imagecompare-vertical .classyea-imagecompare-handle:after {
    margin-top: 10px;
    width: 100vw;
    background: none;
    position: absolute;
    z-index: 999;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    left: 50%;
    margin-left: 33px;
}

.classyea-imagecompare-left-arrow {
    border-right: 6px solid rgba(247, 237, 237, 0.71);
    left: 50%;
    margin-left: -13px;
}

.classyea-imagecompare-right-arrow {
    border-left: 6px solid rgba(247, 237, 237, 0.71);
    right: 50%;
    margin-right: -13px;
}

.classyea-imagecompare-up-arrow {
    border-bottom: 6px solid rgba(247, 237, 237, 0.71);
    top: 50%;
    margin-top: -13px;
}

.classyea-imagecompare-down-arrow {
    border-top: 6px solid rgba(247, 237, 237, 0.71);
    bottom: 50%;
    margin-bottom: -13px;
}

/****** Image compare styles *****/

/***** Design two *****/

#classyea-imageCompare-section-402 .classyea-container .classyea-container-left {
    width: 35%;
    float: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.classyea-container-left {
    float: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

#classyea-imageCompare-section-402 .classyea-container .classyea-container-right {
    width: 65%;
    float: left;
    padding: 20px !important;
}

#classyea-imageCompare-section-402 .classyea-container-left .classyea-service-box {
    background: #fff;
    display: flex;
    padding: 30px;
    gap: 15px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: -2px 5px 20px #00000036;
}

.classyea-container-left .classyea-service-box {
    background: #fff;
    display: flex;
    padding: 30px;
    gap: 15px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: -2px 5px 20px #00000036;
}

#classyea-imageCompare-section-402 .classyea-container-left .classyea-service-box:hover {
    background: #0e0202;
    color: #fff;
}

.classyea-container-left .classyea-service-box:hover {
    background: #0e0202;
    color: #fff;
}

#classyea-imageCompare-section-402 .classyea-container-left .classyea-service-box:hover * {
    color: #fff;
}

.classyea-container-left .classyea-service-box:hover * {
    color: #fff;
}

#classyea-imageCompare-section-402 .classyea-container-left .classyea-service-box .icon {
    font-size: 35px;
    object-fit: contain;
    margin-bottom: 15px;
    color: #0e0202;
}

.classyea-container-left .classyea-service-box .icon {
    font-size: 35px;
    object-fit: contain;
    margin-bottom: 15px;
    color: #0e0202;
}

#classyea-imageCompare-section-402 .classyea-container-left .classyea-service-box h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #12284C;
}

.classyea-container-left .classyea-service-box h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #12284C;
}

#classyea-imageCompare-section-402 .classyea-container-left .classyea-service-box p {
    font-size: 13px;
    color: rgb(187, 182, 182);
    margin-bottom: 0;
}

.classyea-container-left .classyea-service-box p {
    font-size: 13px;
    color: rgb(187, 182, 182);
}

@media(max-width:800px) {
    #classyea-imageCompare-section-402 .classyea-container .classyea-container-right,
    #classyea-imageCompare-section-402 .classyea-container .classyea-container-left,
    #classyea-imageCompare-section-401 .classyea-container .classyea-container-right,
    #classyea-imageCompare-section-401 .classyea-container .classyea-container-left {
        width: 100%;
    }
}


/***** Arif *****/


/***** Design Three *****/

#classyea-imageCompare-section-403 {
    overflow-x: hidden;
}

.classyea-imageCompare-section-403 {
    display: flex;
    align-items: center;
    position: relative;
}

.classyea-imageCompare-section-403 .classyea-imageCompare-left-403 {
    width: 40%;
    margin-right: 30px;
}

.classyea-imageCompare-section-403::after,
.classyea-imageCompare-section-403::before {
    content: '';
    position: absolute;
    background-color: tomato;
    opacity: .3;
    height: 140px;
    z-index: -1;
    width: 140px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.classyea-imageCompare-section-403::after {
    left: -70px;
    bottom: -70px;
}

.classyea-imageCompare-section-403::before {
    top: -70px;
    right: -70px;
}

.classyea-imageCompare-section-403 .classyea-imageCompare-right-403 {
    width: 60%;
}

.classyea-imageCompare-403 {
    height: 450px;
    overflow: hidden;
}

.classyea-imageCompare-403 figure {
    background-size: cover;
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}

.classyea-imageCompare-403 #separator {
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    box-shadow: 10px 0 15px -13px #000;
    height: 100%;
    max-width: 100%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%;
}

#separator::before {
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top: 0;
    width: 64px;
}

#classyea-imageCompare-range {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%;
}

#classyea-imageCompare-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}


/***** Media queries ******/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 900px) {
    .classyea-imageCompare-section-403 {
        flex-direction: column;
    }
    .classyea-imageCompare-section-403 .classyea-imageCompare-left-403 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .classyea-imageCompare-section-403 .classyea-imageCompare-right-403 {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {}


/***** Design Four *****/

#classyea-imageCompare-section-404 {
    overflow-x: hidden;
}

.classyea-imageCompare-section-404 {
    display: flex;
    align-items: center;
    position: relative;
}

.classyea-imageCompare-section-404::after,
.classyea-imageCompare-section-404::before {
    content: '';
    position: absolute;
    background-color: blueviolet;
    opacity: .3;
    height: 140px;
    z-index: -1;
    width: 140px;
    border-radius: 70px 0px 70px 0px;
    -webkit-border-radius: 70px 0px 70px 0px;
    -moz-border-radius: 70px 0px 70px 0px;
    -ms-border-radius: 70px 0px 70px 0px;
    -o-border-radius: 70px 0px 70px 0px;
}

.classyea-imageCompare-section-404::after {
    left: -70px;
    bottom: -70px;
}

.classyea-imageCompare-section-404::before {
    top: -70px;
    right: -70px;
}

.classyea-imageCompare-section-404 .classyea-imageCompare-left-404 {
    width: 60%;
    margin-right: 40px;
}

.classyea-imageCompare-section-404 .classyea-imageCompare-right-404 {
    width: 40%;
}

#classyea-imageCompare-box-404 {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
}

.imageCompare-original,
.imageCompare-edited {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imageCompare-original {
    width: 50%;
    overflow: hidden;
}

.imageCompare-original img,
.imageCompare-edited img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    background-size: cover;
}

.imageCompare-edited img {
    border-radius: 10px;
}

.imageCompare-slider {
    width: 3px;
    background: white;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.imageCompare-slider::before {
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -23px;
    position: relative;
    top: 0;
    width: 50px;
}


/****** Media queries ******/

@media only screen and (max-width: 900px) {
    .classyea-imageCompare-section-404 {
        flex-direction: column;
    }
    .classyea-imageCompare-section-404 .classyea-imageCompare-left-404 {
        width: 100%;
        margin-right: 0px;
        order: 2;
    }
    .classyea-imageCompare-section-404 .classyea-imageCompare-right-404 {
        width: 100%;
        margin-bottom: 30px;
    }
}

/***** Monjur *****/


/***** Design Five *****/

#classyea-image-compare-section-405 {
    overflow-x: hidden;
}

#classyea-image-compare-section-405 h1 {
    text-align: center;
}

.classyea-image-compare-405 h2 {
    font-size: 30px;
    text-align: center;
}

.classyea-image-compare-405 {
    width: 700px !important;
    height: 470px;
    max-height: 470px;
    margin: 0px auto;
    margin-top: -69px;
}

#classyea-image-compare-section-406 {
    background-color: #ddd;
}

.classyea-image-compare .classyea-image-compare {
    width: 30%;
    float: left;
    display: block;
}


/***** Design Six *****/

#classyea-image-compare-section-406 {
    background-color: #F6F6F6;
    overflow-x: hidden;
}

.classyea-image-compare-section-406 {
    display: flex;
    align-items: center;
    position: relative;
}

.classyea-image-compare-left-406 h1 {
    color: salmon;
}

.classyea-image-compare-left-406 h2 {
    line-height: 1.2em;
    margin: 10px 0 20px 0;
}

.classyea-image-compare-section-406 .classyea-image-compare-left-406 {
    width: 40%;
    margin-right: 30px;
}

.classyea-image-compare-section-406 .classyea-image-compare-right-406 {
    width: 60%;
}

.classyea-image-compare-406 {
    height: 450px;
    overflow: hidden;
}

.classyea-image-compare-406 figure {
    background-size: cover;
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
}

.classyea-image-compare-406 #separator-406 {
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    box-shadow: 10px 0 15px -13px #000;
    height: 100%;
    max-width: 100%;
    min-width: 0.6%;
    overflow: visible;
    position: absolute;
    width: 50%;
}

#separator-406::before {
    background-size: contain;
    content: " ";
    float: right;
    height: 100%;
    margin-right: -34px;
    position: relative;
    top: 0;
    width: 64px;
}

#classyea-image-compare-range-406 {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    cursor: col-resize;
    height: 100vw;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: -100vw;
    width: 100%;
}

#classyea-image-compare-range-406::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 100vw;
    width: 0.5%;
    opacity: 0;
}

/****** Media queries ******/

@media only screen and (max-width: 800px) {
    .classyea-image-compare-section-406 {
        flex-direction: column;
    }
    .classyea-image-compare-406 .classyea-image-compare-left-406 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .classyea-image-compare-section-406 .classyea-image-compare-right-406 {
        width: 100%;
        padding: 0px 20px;
    }
}

/*** image compare css ***/

.before-effect-main-div { /* plugin main div */
    position: relative;
    overflow: hidden;
    width:100%;
    margin:70px auto 0;
    border-radius:5px;
}

.before-effect-main-div img { /* it's images */
    width: 100%;
    display:block;
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%!important;
}

.before-effect-resizable-div { /* resizable div*/
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
}

.before-effect-line { /* Tha seperator line */
    position:absolute; 
    left:50%;
    top:0;
    bottom:0;
    margin-left:-2px;
    background: var(--LineColor);
    Cursor: var(--Cursor);
}

.before-effect-line:after {  /* Line middle button */
    text-align: center;
    position: absolute;
    color:var(--IconColor);
    top: var(--IconPosT);
    right: var(--IconPosR);
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    transition: all 0.2s;
    content:var(--icon);
    background-image: linear-gradient(180deg, var(--buttonG1) 0%, var(--buttonG2) 100%);
    border: 1px solid var(--ButtonBorder);
    background-size:56px;
    border-radius: var(--ButtonRaduis);
    font-size: var(--IconSize);
    line-height: 52px;
    box-sizing: border-box;
}

.before-effect-line:hover:after { /* let's scale button on hover! */
    transform: scale(1.03);
}

.dragging:hover:after { /* it's dragging !!! */
    transform: scale(1.03) translateY(2px);
}


.before-effect-button { /* slider buttons */
    position: absolute;
    bottom: 0;
    background: #121212;
    color: #fff;
    pointer-events: none;
    border-radius: .2rem;
    padding: 2px 10px;
    margin: 1rem;
    font-size: 1em;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.before-effect-button-right { /* Tha before one! */
    right: 0;
}

.after-effect-button { /* Tha before one! */
}

@media screen and (max-width: 1000px) { /* some responsive */
  .before-effect-line:after { 
    width: 28px; 
    height: 28px; 
    margin: -14px 0 0 -14px; 
    font-size: 12px; 
    line-height: 26px; 
  }
}


.vertical-align-middle{
    display: flex;
    align-items: center!important;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-align-left{
    display: flex;
    align-items: flex-start!important;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-align-right{
    
    display: flex;
    align-items: flex-end!important;
    flex-direction: column;
    justify-content: space-between;
}

.vertical-align-toptwo .before-effect-main-div .before-effect-button{
    top: 0;
    bottom: unset;
}

.vertical-align-middletwo .before-effect-main-div .before-effect-button{
    position: absolute;
    left: 0;
    top: calc( 50% - 40px );
    bottom: auto;
    right: auto;
}

.classyea-service-box .classyea-service-text{
    margin-bottom: 0;
}

.before-effect-resizable-div img{
    display: none;
}

#classyea-image-compare-405 .before-effect-main-div{
    display: none;
}

#classyea-image-compare-405 .before-effect-main-div:first-child{
    display: block;
}

.elementor-editor-active .game-changer.elementor-section {
    position: relative !important;
}
