
body{
    background: #000;
}

/* COLORS */

.color--custom--1{
    color:#DA3E88;
}

.color--custom--2{
    color:#6818EB;
}

.color--gradient{
    background: -webkit-linear-gradient(237deg, #DA3E88, #6818EB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.b-sx-4-white{
    border-width:4px 4px 0px 0;
    border-color: #fff;
    border-style: solid;
}

.b-dx-4-white{
    border-width:4px 0px 0px 4px;
    border-color: #fff;
    border-style: solid;
}

.custom--icons{
    height: 150px;
}

/* TEXT */

h1{
    font-family: 'Nunito Sans', sans-serif;
}

.fw--extrabold{
    font-weight: 900;
    font-style: bold;
}

.form-control, .select-control, .form-select{
    border:0 !important;
    border-radius:0 !important;
    font-size: 1rem !important;
}

input::placeholder, textarea::placeholder {
    font-size: 1rem;
}

textarea{
    resize: none;
}

.custom--spaced--text{
    color:#6818EB;
    text-transform: uppercase;
    letter-spacing:1rem;
    font-weight: bold;
    padding-bottom:20px;
}

/* BG */

.bg--gradient{
    background: linear-gradient(242deg, #DA3E88 0%, #6818EB 100.42%);
}

/* VIDEO BANNER */

.video-container {
    padding-top:260px;
    padding-bottom:260px;
}

/* BTNS */

.btn--custom{
    background: linear-gradient(237deg, #DA3E88 19.86%, #6818EB 100%);
    border-radius:0;
    border:0;
    padding:15px 25px;
    color:#fff;
}

.btn--custom i{
    margin-left:20px;
}

.btn--custom:hover{
    background: linear-gradient(237deg, #6818EB 19.86%, #DA3E88 100%);
    color:#fff;
}

.btn--custom--white{
    background:#fff;
    border-radius:0;
    padding:15px 25px;
    color:#DA3E88;
}

.btn--custom--white:hover{
    background:#000;
    color:#DA3E88;
}

/* FOOTER */

footer{
    background: linear-gradient(0deg, #DA3E88 19.86%, #000 100%);
    position: relative;
    padding-top:100px;
    padding-bottom:60px;
}

.footer--btns{
    padding-top: 40px;
}

.footer--btns li{
    display: inline-block;
    padding-right:15px;
    padding-bottom:15px;
}

.footer--social{
    padding-bottom: 40px;
}

.footer--social li{
    display: inline-block;
    padding-right:15px;
    padding-left:15px;
}

.footer--social li a{
    border: 2px solid rgba(255,255,255,0.2);
    border-radius:50%;
    height: 60px;
    width:60px;
}

.footer--social li a:hover{
    background: #fff;
}

.footer--social li i{
    font-size: 1.4rem;
    color: #fff;
    line-height:56px;
} 

.footer--social li a:hover i{
    color:#DA3E88;
}

/* CUSTOM LANG */

.custom--lang{
    padding-top:20px;
}

.custom--lang .lang{
    height: 40px;
    width:40px;
    display: inline-block;
}

.custom--lang .lang a {
    color: #fff;
    font-size: 1rem;
    line-height:40px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left:12px;
    padding-right:12px;
}

.custom--lang .active a {
    background: #fff;
    color:#DA3E88;
}


/* VIDEO IPHONE */
.banner--iphone{
    position: relative;
}

.banner--iphone img{
    top: -60px;
    left:0;
    position: absolute;
}

.banner--iphone video{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top:-20px;
    width:90%;
}
