@charset "UTF-8";

.twentyHalf {
    padding: clamp(80px, 7.292vw, 140px) 0;
 }

.twentyHalf, 
.twentyHalf .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    align-content: center;
}

.twentyHalf .text a:not(.btn) {
    color: var(--primary-color);
}

.twenRt {
    background-color: var( --white );
    padding: 128px 0;
}

.bAndA {
    position: relative;
    display: grid;
    align-content: center;
    align-items: center;
    justify-items: center;
    float: right;
    padding: 0;
}

.smileshot {
    position: relative;
    display: block;
    width: clamp(  310px, 42.29vw, 812px );
    height: clamp(  310px, 42.29vw, 812px );
}

.twentytwenty-handle {
    background-color: var( --white );
}

.twentytwenty-left-arrow {
    border-right-color: var( --secondary-color );
}

.twentytwenty-right-arrow {
    border-left-color: var( --secondary-color );
}

.twentyHalf .text {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* justify-items: center; */
    color: var( --black );
}

.twentyHalf .text h2 {
    color: var( --black );
    font-size: clamp(32px, 2.50vw, 48px);
    line-height: clamp(32px, 2.50vw, 48px);
    text-transform: none;
}

/* .twentyHalf .text h2:after {
    content: '';
    width: 80px;
    height: 4px;
    border: 0;
    border-bottom: 0;
    display: block;
    margin: clamp(8px, 0.833vw, 16px) 0 clamp(12px, 1.25vw, 24px);
    background-image: linear-gradient(91deg, #d69e2a 0%, #ba8729 100%);
} */

.twentyHalf .text>div {
    /* padding: min(4.427vw, 85px) 0; */
    text-align: left;
}

.twenRt .text h2 {
    color: var( --primary-color );
    font-size: clamp(32px, 2.188vw, 42px);
    line-height: clamp(36px, 2.500vw, 46px);
}

.twenRt .text h2::after, .row-location.row-place .place h4::after {
    content: '';
    width: 80px;
    height: 4px;
    background-image: linear-gradient(to right, #02bbc8 0%, #3157b0 100%);
    margin: 24px 0;
    display: none;
}

.twenRt .text {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    color: var( --black );
}

.bAndA .heading h2 {
    margin-bottom: 80px;
}

.bAndA .row.center {
    position: relative;
    overflow: visible;
}

.bAndA .row.center .container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.bAndA .btn.btn-orange {
    margin: 60px auto 0;
}

.twenRt a.btn.btn-orange {
    margin: 24px 0;
}

.twentyHalf.blueBg {
    background-color: var( --secondary-color );
    padding: 165px 0;
    background-position: right center;
    background-size: 100%;
}

.twentyHalf.blueBg .text .container {
    padding: 20px 0;
    width: 65%;
    color: var( --white );
}

.twentyHalf.blueBg .text .container h2 {
    color: var( --white );
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.68px;
    line-height: 50px;
}

.twentyHalf.blueBg .text .container h2::after {
    content: '';
    width: 150px;
    border-bottom: 4px solid #c2da4e;
    display: block;
    margin: 24px 0;
}

.twentytwenty-overlay { 
    pointer-events: none; 
}

.twentytwenty-horizontal .twentytwenty-before-label,
.twentytwenty-horizontal .twentytwenty-after-label {
    position: absolute;
    line-height: 1;
    opacity: 1;
    background: none;
}

.twentytwenty-before-label { 
    left: 12px; 
}

.twentytwenty-after-label  { 
    right: 12px; 
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
    content: attr(data-content);
    top: unset;
    bottom: min(2.34vw, 45px);
    background: rgba(0,0,0,.65);
    color: #fff;
}


@media ( max-width: 1440px ) {
    .compare {
        margin: 20px 0;
    }
}

@media ( max-width: 1024px ) {
    .compare {
        margin: 40px auto;
        /* width: 90%; */
        max-width: 536px;
    }

    .bAndA {
        float: none;
        margin: 0 auto;
        padding: 0px;
    }

    .twentyHalf, .twentyHalf .container {
        align-content: center;
        justify-content: center;
        padding: 0;
    }

    .twenRt {
        padding: 0 0 80px;
    }
}

@media ( max-width: 479px ) {
    .compare {
        /* width: 85%; */
    }
}