@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.main-wrpper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1250px;}

/* ***** Landing Page ***** */
.hero-banner-wrp{
    position: relative;
}
.hero-banner-wrp img.main-img{
    width: 100%;
}
.hero-center-row{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-img img{
    width: 100%;
}

.banner-img-landing img{
    width: 100%;
}


.banner-text{
    padding: 45px 0;
}
.banner-text h6{
    font-size: 20px;
    font-weight: bold;
    color: #c2ea00;
    margin: 0 0 5px;
}
.banner-text h1{
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
    line-height: 70px;
}
.banner-text p{
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
    margin: 0 0 25px;
    width: 70%;
}
.banner-text .btn-group{
    display: flex;
    align-items: center;
}
.banner-text .btn-group a{
    margin-right: 15px;
}
.banner-text .btn-group a:last-child{
    margin: 0;
}
.banner-text .btn-group a img{
    height:70px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.banner-text .btn-group a:hover img{
    opacity: 0.70;
}
.banner-img{
    width: 80%;
    position: relative;
    float: right;
}
.banner-img-landing{
    width: 100%;
    position: relative;
    float: center;
	padding-top: 30px;
}
.user-onebx img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #3BDEDE;
    position: absolute;
    top: 100px;
    left:-60px;
    box-shadow: -14px 14px 82px rgba(224,224,224,0.64);
}
.user-onebx-two img{
    width: 157px;   
    height: 157px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #006868;
    box-shadow: -14px 14px 82px rgba(224,224,224,0.64);
    position: absolute;
    top: 50%;
    left:-35px;
    transform: translateY(-50%);
}
.user-onebx-three img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #3BDEDE;
    box-shadow: -14px 14px 82px rgba(224,224,224,0.64);
    position: absolute;
    bottom: 33%;
    right: 0px;
}
img.banner-shp1{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}
img.banner-shp2{
    position: absolute;
    top: 0;
    left:11%;
    width: 150px;
}
img.banner-shp3{
    position: absolute;
    top:60%;
    left:16%;
    width:35px;
}

.discover-wrp{
    padding: 150px 0 0;
    position: relative;
}
.discover-wrp .row{
    align-items: center;
}
.discover-img{
    position: relative;
    z-index: 1;
    padding: 0 35px 0 0;
}
.discover-img img{
    width: 100%;
}
.discover-data h6{
    font-size: 20px;
    font-weight: normal;
    color: #e20c54;
    letter-spacing: 3px;
    margin: 0 0 5px;
}
.discover-data h2{
    color: #221e3c;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 35px;
}

.discover-data li{
    margin: 0 0 25px;
    display: flex;
}
.discover-data li:last-child{
    margin: 0;
}
.discover-ic{
    width: 60px;
    height:60px;
    background-color: #F9F9F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.discover-dt{
    padding-left: 25px;
    width: 75%;
}
.discover-dt h3{
    font-size: 18px;
    font-weight: normal;
    color: #3A3064;
    margin: 0 0 10px;
}
.discover-dt p{
    font-size: 14px;
    font-weight: normal;
    color: #938EAE;
    line-height: 22px;
    margin: 0;
}
img.discover-shp{
    position: absolute;
    top: 5%;
    left: 0;
    width:47%;
}

.app-wrapper{
    padding: 90px 0 60px;
    width: 100%;
    position: relative;
}
.app-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: url('../images_000001/app-back_lime.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
}
img.app-shp1{
    position: absolute;
    top:35px;
    left:35px;
}
img.app-shp2{
    position: absolute;
    top:10%;
    right: 0;
}
.app-wrapper .container{
    position: relative;
    z-index: 1;
    width: 1630px;
    max-width: 1630px;
}
.app-wrapper h6{
    font-size: 20px;
    font-weight: normal;
    color: #e20c54;
    text-align: center;
    margin: 0 0 10px;
    letter-spacing:7px;
    text-transform: uppercase;
}
.app-wrapper h2{
    font-size: 48px;
    font-weight: bold;
    color: #221e3c;
    text-align: center;
    margin: 0 0 15px;
}
.app-wrapper p{
    font-size: 14px;
    font-weight: normal;
    color:#221e3c;
    line-height: 22px;
    text-align: center;
    margin: 0 0 45px;
}
.feature-row{
    width: 1440px;
    margin: 0 auto;
    padding: 0 0 30px;
    position: relative;
}
.feature-row:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #F4F3F9;
    left: 0;
}
.feature-box{
    padding: 30px;
}
.feature-box img{
    margin: 0 auto 25px;
}
.feature-box h3{
    font-size: 24px;
    font-weight: normal;
    color: #3A3064;
    text-align: center;
    margin: 0 0 15px;
}
.feature-box p{
    font-size: 14px;
    font-weight: normal;
    color: #938EAE;
    line-height: 22px;
    margin: 0;
    text-align: center;
}

.download-wrp{
    padding: 0 0 40px;
    position: relative;
    width: 100%;
    background: #E3E3E3;
}
.download-wrp .container{
    max-width: 1440px;
    width: 1440px;
}
.download-wrp .row{
    align-items: center;
}
.download-img img{
    width: 100%;
    margin: -45px 0 0;
    position: relative;
    z-index: 9;
}
.app-d-dt h2{
    font-size: 60px;
    font-weight: bold;
    color: #e20c54;
    margin: 0 0 15px;
    line-height: 70px;
}
.app-d-dt p{
    font-size: 14px;
    font-weight: normal;
    color: #271E5E;
    line-height: 22px;
    margin: 0 0 30px;
    width: 75%;
}
.app-d-dt .btn-group{
    display: flex;
    align-items: center;
}
.app-d-dt .btn-group a{
    margin-right: 15px;
}
.app-d-dt .btn-group a:last-child{
    margin: 0;
}
.app-d-dt .btn-group a img{
    height:70px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.app-d-dt .btn-group a:hover img{
    opacity: 0.70;
}


.sub-title{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

/* ***** End Landing Page ***** */



/* **** features-slider **** */
.features-slider{
    margin: 40px 0 80px;
    position: relative;
    overflow: hidden;
}
.features-slider:before{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 330px;
    margin-left: 3px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url(../images_000001/mobile-mockup.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}
.features-slider .slider-box{
    transform: scale(0.9);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-slider .slider-box img{
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-slider .slick-slide.slick-current.slick-active.slick-center .slider-box{
    position: relative;
}
.features-slider .slick-slide.slick-current.slick-active.slick-center .slider-box img{
    transform: scale(1.1);
}
.features-slider .slick-track{
    display: flex;
    align-items: center;
}


.features-slider-nobg{
    background-image: url(../images_000001/logo_fantaeleven_header_oriz.png);
}


/* **** End features-slider **** */







/* **** features-slider **** */
.features-slider-lega{
    margin: 40px 0 80px;
    position: relative;
    overflow: hidden;
}
.features-slider-lega:before{
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 330px;
    margin-left: 3px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url(../images_000001/mobile-mockup.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
}
.features-slider-lega .slider-box-lega{
    transform: scale(0.9);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-slider-lega .slider-box-lega img{
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-slider-lega .slick-slide.slick-current.slick-active.slick-center .slider-box-lega{
    position: relative;
}
.features-slider-lega .slick-slide.slick-current.slick-active.slick-center .slider-box-lega img{
    transform: scale(1.1);
}
.features-slider-lega .slick-track{
    display: flex;
    align-items: center;
}
/* **** End features-slider **** */