:root {
    --container-width:1344px;
    --theme:#4169E1;
    --theme-medium:#597ff0;
    --theme-dark:#2c4fb9;
    --theme-light:#f0f4ff;
    --separator-color:#d84c69;
}
body {
    font-family: 'Exo 2';
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Exo 2';
}

p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: 'Exo 2';
    text-align: justify;
    font-weight: 400;
}
p:last-child{
    margin-bottom: 0;
}
a:hover,
a:active,
a:visited,
a:focus{
    text-decoration: none;
}
li {display: block;}

#main {
    float: none;
}

.btn__div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn__div.center{
    justify-content: center;
}

main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
}

main>* {
    padding: 40px 0;
}
a{
    color: #000;
}

.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    color: #000;
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -8px;
}

.main-title.small {
    font-size: 25px;
}

.sub-title {
    color: #000;
    font-size: 18.54px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}

.heading-area.center>* {
    text-align: center;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area.white .main-title>* {
    color: #fff;
}

.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}

.heading-area>.sub-title {
    margin-bottom: 0;
}

.flow__btn{
    padding: 20px 30px;
    display: inline-block;
    background: var(--theme);
    color: #FFFFFF;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}
.flow__btn:hover{
    background-color: var(--theme-dark);
    color: #fff;
}
img{
    max-width: 100%;
}
.gen-btn {
    color: #fff;
    background-color: #bb0014;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 15px 25px 16px 25px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
}
.gen-btn:hover
 {
    background-color: #ffbb01;
    color: #fff;
}
.gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(../svg/play-button1.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: contain;
}
.gen-btn .play-anim-ico:after {
    display: none;
}
.gen-btn.havevideo small {
    font-size: 12px;
    display: block;
}
.flow__btn:visited,
.gen-btn:visited{
    color: #fff;
}
/* -------------------------------------------------------------- */
.banner-section {
    background-color: #ffd6dd;
}
.banner-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-section-left {
    width: 558px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.banner-section-right {
    padding-left: 10px;
    width: calc(100% - 580px);
    width: -o-calc(100% - 580px);
    width: -ms-calc(100% - 580px);
    width: -moz-calc(100% - 580px);
    width: -webkit-calc(100% - 580px);
}
.banner-section h1 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    color: #bb0014;
    margin: 0 0 10px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.banner-section strong {
    font-size: 17px;
    color: #000;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
}
/* -------------------------------------------------------------- */
.payment__gatway{
    background-color: #f4f4f4;
}
.payment__gatway__inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.payment-logos {
    display: grid;
    gap: 20px;
    max-width: 450px;
    margin: 0 auto;
}
ul.payment-logos li .payment-block {
    padding: 35px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* -------------------------------------------------------------- */
.screen-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.app-screen {
    margin-bottom: 20px;
}

.screen h4.inner-heading {
    margin: 0 0 15px;
    padding: 0px;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.screen h4.inner-heading b {
    color: var(--theme);
}

.app-screen ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.app-screen ul img {
    image-rendering: -webkit-optimize-contrast;
    border: 1px solid #ddd;
    box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 50px 0 rgb(0, 0, 0, 0.10);
    vertical-align: top;
}

/* -------------------------------------- */
.aboutclone-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutclone-left {
    width: 49%;
    position: relative;
}
.aboutclone-right {
    width: 49%;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.50) and (max-width:1680px) {
    .banner-section-right {
        width: calc(100% - 620px);
        width: -o-calc(100% - 620px);
        width: -ms-calc(100% - 620px);
        width: -moz-calc(100% - 620px);
        width: -webkit-calc(100% - 620px);
    }
}
@media screen and (max-width:1280px) {
    .banner-section-left img {
        max-width: 100%;
    }
    .banner-section-left {
        width: 598px;
    }
}
@media screen and (max-width:1199px) {
    .main-title {
        font-size: 33px;
    }
    .banner-section-inner{
        gap: 25px;
    }
    .banner-section-left {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .banner-section-right {
        padding: 0;
        width: 100%;
    }
    .banner-section h1 {
        font-size: 40px;
        line-height: 1em;
    }
}
@media screen and (max-width:991px) {
    .main-title {
        font-size: 30px;
    }
    .aboutclone-left{
        width: 100%;
        margin: 0 0 25px;
    }
    .aboutclone-right{
        width: 100%;
    }
    .app-screen ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .flow__btn {
        padding: 20px 20px;
        font-size: 18px;
    }
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:630px) {
    main>*{
        padding: 40px 0;
    }
    .main-title {
        font-size: 27px;
        margin-top: -4px;
    }
    .banner-section h1 {
        font-size: 30px;
        line-height: 1em;
    }
    .gen-btn {
        font-size: 16px;
    }
    .app-screen ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:530px) {
    .banner-section .gen-btn.havevideo {
        padding: 6px;
    }
    .app-screen ul {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .flow__btn {
        padding: 15px 15px;
        font-size: 16px;
    }
}

