:root {
    --theme:#ff557f;
    --theme-hover:#d1395f;
    --theme-light:#ffedf2;
    --black:#000;
    --grid-gap:20px;
    --white: #ffffff;
    --f20: 20px;
    --f16: 16px;
    --gap10: 10px;
    --gap20: 20px;
    --button-padding: 15px 25px 15px 25px;
    --button-radius: 5px;
    --common-gradient:linear-gradient(180deg, rgba(252, 0, 105, 0.05) 0%, rgba(152, 0, 172, 0.05) 37.6%, rgba(152, 0, 172, 0.05) 68.33%, rgba(191, 0, 111, 0.05) 100%);
}
.common-btn {
    background-color: var(--theme);
    color: var(--white);
    padding: var(--button-padding);
    gap: var(--gap20);
    font-size: var(--f16);
    border-radius: var(--button-radius);
    -webkit-border-radius: var(--button-radius);
    -moz-border-radius: var(--button-radius);
    -ms-border-radius: var(--button-radius);
    -o-border-radius: var(--button-radius);
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    gap: var(--gap10);
    font-weight: 400;
    font-family: 'Exo 2';
    border: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 0;
    position: relative;
    overflow: hidden;
    min-height: 48px;
    text-transform: capitalize;
}
.common-btn:focus,
.common-btn:visited {
    color: #fff;
}
.common-btn.white {
    background-color: var(--white);
    color: var(--theme);
    font-weight: 600;
}
.common-btn.nagative {
    background-color: transparent;
    border: 1px solid var(--theme);
    color: var(--theme);
}
.common-btn::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    pointer-events: none;
}
.common-btn.black-btn {
    background-color: var(--black);
    color: #fff;
}
.common-btn.black-btn::before {
    background-color: var(--theme);
}
.common-btn:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.common-btn img {
    width: 16px;
    height: 21px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.common-btn small {
    font-size: 12px;
    display: block;
}
.common-btn:hover {
    color: var(--white);
}
.heading-area {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.otherscreens {
    padding: 40px 0 0 0 ;
}
.otherscreens-inner {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.otherscreens ul {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
}
.otherscreens ul li img {
    border: 1px solid #ccc;
}
.otherscreens ul li  strong {
    display: block;
    font-size: 25px;
    text-align: center;
    color: var(--white);
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.30);
    background-color: rgba(255, 85, 127, 0.6);
    backdrop-filter: saturate(180%) blur(10px);
}
.otherscreens ul li {
    display: grid;
    gap: 10px;
    padding: 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
.heading-style {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: var(--theme);
}

.heading-area.center {
    text-align: center;
}

.heading-area.center>* {
    text-align: center;
}
.heading-area > p{
    margin: 10px 0 0 0;
}
.main-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #1C1C1C;
    text-transform: capitalize;
}

.sub-title {
    padding: 6px 26px;
    font-size: 18px;
    line-height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #E69C24;
    margin: 0 0 10px 0;
    border-radius: 50px;
    background: #EAEAEA;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

img {
    max-width: 100%;
}
#midd-part {
    margin: 80px 0 50px 0;
}
.banner {
    padding: 40px 0;
    position: relative;
    background-color: var(--theme-light);
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
    align-items: center;
}
.banner .demo-video {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.banner img {
    width: 43vw;
    max-width: unset;
}
p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px 0;
    color: var(--black);
}
p:last-child {
    margin-bottom:0;
}
.banner h1 {
    font-weight: bold;
    font-size: 46px;
    color: #000;
}
.banner h1 span {
    color: var(--theme);
}
.banner h2 b {
    font-size: 26px;
    color: var(--black);
    display: block;
}
.banner h2 {
    font-size: 22px;
    display: block;
    margin: 10px 0;
    font-weight: bold;
}
.visuals-main-heading {
    width: 100%;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F94C00;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
    margin-top: -40px;
    margin-bottom: 20px;
}
.visuals-main-heading h3 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    margin-top: -40px;
}
ul.control-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1310px;
    margin: 50px auto 50px auto;
    padding: 0 15px;
    gap: 20px;
}
ul.control-list li {
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
    align-items: center;
    gap: 20px;
}
ul.control-list li:first-child {
    grid-column: span 2;
}
ul.control-list li:first-child img {
    margin-bottom: -40px;
}
ul.control-list li img {
    margin-bottom: -70px;
}
ul.control-list li:nth-child(2) .common-btn {
    color: #262626;
}
ul.control-list li:nth-child(2) .common-btn:hover,
ul.control-list li:last-child .common-btn:hover {
    color: #fff;
}
ul.control-list li:last-child .common-btn {
    color: #69BD33;
}
.control-caption strong {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.control-caption p {
    color: #fff;
}
.control-caption {
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main-screen {
    padding: 40px 0;
    position: relative;
    z-index: 0;
}
/* .main-screen::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 1043px;
    left: 0;
    background-color: #FFF0E9;
    z-index: -1;
} */
.main-screen-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1.55fr 1.1fr;
    gap: 10px;
}
.guide-lines h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-top: -13px;
}
.guide-caption {
    font-size: 26px;
    display: flex;
    font-weight: bold;
    color: #000;
    position: relative;
    justify-content: space-between;
    left: 88%;
    width: 561px;
    padding-bottom: 10px;
}
.guide-caption em {
    font-style: normal;
}
.guide-caption .firstline {
    position: absolute;
    top: 105%;
}
.guide-lines {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 68px;
}
ul.uber-visuals-right {
    margin-top: 120px;
    position: relative;
    list-style-type: none;
}
.line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: 0;
}
.line:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #000;
    transform: rotate(45deg);
    top: -3px;
}
ul.uber-visuals-right li {
    position: relative;
}
ul.uber-visuals-right li label {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 12px;
}
ul.uber-visuals-right li label em {
    font-style: normal;
}
ul.uber-visuals-right li:first-child img {
    margin: 30px 0 30px 30px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
}
ul.uber-visuals-right li:nth-child(2) {
    margin-top: 110px;
}
ul.uber-visuals-right li:nth-child(3) {
    margin-top: 210px;
}
ul.uber-visuals-right li:nth-child(4) {
    margin-top: 300px;
}
ul.uber-visuals-right li:nth-child(5) {
    margin-top: 250px;
}
ul.uber-visuals-right li:nth-child(6) {
    margin-top: 360px;
}
ul.uber-visuals-right li:nth-child(7) {
    margin-top: 260px;
}
/* ul.uber-visuals-right li:nth-last-child(-n+2) label {
    color: var(--theme);
} */
img.main-image {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/*********************************/
/* ======================================= */
.flow-section {
    background-color: #fff2ed;
    padding: 25px 0;
}

.flow-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.flow-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.flow-item {
    width: 54%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.flow-item img {
    max-width: 52.5vw;
    border: 3px solid #ddd;
}

.flow-right {
    width: 40%;
}

.flow-right strong {
    color: #101010;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}

.flow-right strong::before {
    content: attr(data-num);
    padding-right: 15px;
}

.flow-row.right-side {
    align-items: center;
}

.flow-row.right-side .flow-item {
    align-items: flex-start;
}

.flow-inner .arrow {
    text-align: center;
    float: none;
    margin: 15px 0;
}


@media (min-width: 768px) {
    .main-screen-inner {
        max-width: 750px;
    }
}

@media (min-width: 1200px) {
    .main-screen-inner {
        max-width: 1310px;
    }
    ul.uber-visuals-right li:nth-child(2) {
        margin-top: 190px;
    }
    ul.uber-visuals-right li:nth-child(3) {
        margin-top: 550px;
    }
    ul.uber-visuals-right li:nth-child(4) {
        margin-top: 450px;
    }
    ul.uber-visuals-right li:nth-child(5) {
        margin-top: 650px;
    }
    ul.uber-visuals-right li:nth-child(6) {
        margin-top: 320px;
    }
    ul.uber-visuals-right li:nth-child(7) {
        margin-top: 460px;
    }
}
@media (min-width: 992px) {
    .main-screen-inner {
        max-width: 1010px;
    }
    ul.uber-visuals-right li:nth-child(2) {
        margin-top: 450px;
    }
    ul.uber-visuals-right li:nth-child(3) {
        margin-top: 290px;
    }
    ul.uber-visuals-right li:nth-child(4) {
        margin-top: 290px;
    }
    ul.uber-visuals-right li:nth-child(5) {
        margin-top: 400px;
    }
    ul.uber-visuals-right li:nth-child(6) {
        margin-top: 230px;
    }
    ul.uber-visuals-right li:nth-child(7) {
        margin-top: 490px;
    }
}

@media (max-width:1380px) {
    .flow-inner .arrow img {
        height: 525px;
    }
}
@media (max-width: 991px) {
    .main-screen-inner {
        grid-template-columns: 1fr;
    }
    ul.uber-visuals-right {
        display: none;
    }
    .guide-lines {
        display: none;
    }
    .banner-inner {
        grid-template-columns: 1fr;
    }
    .banner-left {
        order: 2;
    }
    .banner-right {
        order: 1;
    }
    .banner img {
        width: 100%;
        max-width: 100%;
    }
    ul.control-list {
        display: flex;
        flex-wrap: wrap;
    }
    ul.control-list li img,
    ul.control-list li:first-child img {
        margin: 0;
    }
    .banner h1 {
        font-size: 35px;
    }
    .banner h2 b {
        font-size: 24px;
    }
    .flow-inner .arrow img{
        display: none;
    }
    .flow-row.right-side .flow-item,
    .flow-item{
        width: 100%;
        margin: 0;
    }
    .flow-item img{
        max-width: 100%;
    }
    .flow-right{
        width: 100%;
    }
    .flow-inner .arrow{
        display: none;
    }
    .flow-row{
        row-gap: 10px;
        margin: 0 0 25px 0;
    }
    .flow-row:last-child{
        margin: 0;
    }
    .flow-row.right-side {
        flex-direction: column-reverse;
    }
    .flow-right strong {
        color: #000;
        font-size: 27px;
    }
    .flow-section {
        padding: 0 0 25px 0;
    }
    .heading-style {
        font-size: 35px;
    }
    .otherscreens ul li strong {
        font-size: 22px;
    }
    .otherscreens ul {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:630px) {
    ul.control-list li {
        display: flex;
        flex-direction: column-reverse;
        padding: 15px;
    }
    .banner h1 {
        font-size: 30px;
    }
    .banner h2 b {
        font-size: 20px;
    }
    .flow-section{
        padding: 25px 0 !important;
    }
    .main-title {
        font-size: 30px;
        line-height: 30px;
   }
   .heading-style {
        font-size: 30px;
    }
    .otherscreens ul li strong {
        font-size: 20px;
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1920px){
    .flow-inner .arrow img {
        height: 545px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.50) and (max-width:1920px){
    .flow-inner .arrow img {
        height: 505px;
    }
}