body {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

a {
    color: #3498db;
}

    a:hover {
        color: #5faee3;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.banner {
    background: url(../img/banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.postion-center {
    text-align: center;
}

.banner-upload {
    background: #fffffff2;
    border-radius: 10px;
}

.banner-upload-inner {
    border: 2px dashed #FE015E;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafbff+1,e0e9fc+100 */
    background: #fafbff; /* Old browsers */
    background: -moz-linear-gradient(top, #fafbff 1%, #e0e9fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafbff 1%,#e0e9fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafbff 1%,#e0e9fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbff', endColorstr='#e0e9fc',GradientType=0 ); /* IE6-9 */
}



.btn-browse {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn {
    background: #FE015E;
    border: 1px solid #CE010F;
    color: #ffffff;
}

.btn-browse input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


.video-compress-img {
    position: relative;
    top: -50px;
    z-index: 111111;
}


.subscription-bg {
    background-color: #F3F3F3;
}



.dark-bg {
    background: #0000008c;
    border-radius: 10px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px !important;
    }
}





.logo a {
    color: #F61648 !important;
    font-weight: 400
}

.banner-video-formet-list ul li {
    float: left;
    width: 12.5%;
    color: #FE015E;
}


.banner-video-formet-list ul li span {
    float: left;
    color: #FFFFFF;
}

.qr-banner-text-list{
    color: #fff;
}

    .qr-banner-text-list ul {
        float: left;
        width: 100%;
    }

    .qr-banner-text-list ul li {
        float: left;
        width: 100%;
        color: #FE015E;
        padding: 10px 0;
        font-weight: 300
    }


    .qr-banner-text-list ul li span {
        float: left;
        color: #FFFFFF;
    }


.uploading-slots {
    background: #ffffff;
    box-shadow: 0 6px 18px #E8E9EA;
    border-radius: 9px;
}

.uploading-video-label h6 {
    width: 80%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uploading-video-label span {
    width: 20%;
    float: left;
}


.uploading-slots .progress {
    background-color: #E9EDFD;
    border-radius: 100px;
    height: 6px
}

    .uploading-slots .progress-inner {
        background-color: #F61648;
        width: 75%;
        border-radius: 100px
    }

@media (max-width: 767px) {
    .banner-video-formet-list ul li {
        float: left;
        width: 25%;
        color: #FE015E;
    }
    .video-compress-img {
        position: relative;
        top: 0px;
        z-index: 111111;
    }
    .info-mail{
        text-align: center;
    }
}


.social-links-footer ul li {
    list-style: none;
    float: right;
    padding-right: 10px
}

    .social-links-footer ul li:first-child {
        padding-right: 0px
    }

footer p {
    font-size: 14px;
    font-weight: 400
}



.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top img {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #E60055;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top img:hover {
            background: #FE015E;
            color: #fff;
        }

#header {
    height: 80px;
    z-index: 997;
    transition: all 0.5s;
}

    #header.header-scrolled {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        height: 85px;
    }

    #header .logo h1 {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #222222;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 70px;
    }


.nav-menu ul{
    width: 256px;
    margin: auto;
}

@media (max-width: 768px) {
    #header {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        height: 60px;

    }

        #header .logo h1 {
            font-size: 28px;
        }
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
        padding: 8px 0 12px 10%;
    }


    .nav-menu > ul > li:first-child {
        padding: 8px 0 12px 0px;
    }



    .nav-menu a {
        display: block;
        position: relative;
        color: #9093A7;
        transition: 0.3s;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #ffffff;
            text-decoration: none;
        }

    .nav-menu .get-started a {
        background: #3498db;
        color: #fff;
        border-radius: 50px;
        margin: 0 0 0 30px;
        padding: 10px 25px;
    }

        .nav-menu .get-started a:hover {
            background: #57aae1;
            color: #fff;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 25px;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        border-radius: 5px;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: none;
        color: #222222;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #3498db;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: 'Montserrat', sans-serif;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: 'Montserrat', sans-serif;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #222222;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #222222;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #3498db;
            text-decoration: none;
        }

    .mobile-nav .get-started {
        text-align: center;
        margin-top: 10px;
    }

        .mobile-nav .get-started a {
            background: #3498db;
            color: #fff;
            border-radius: 50px;
            margin: 0 15px;
            padding: 10px 30px;
            display: inline-block;
        }

            .mobile-nav .get-started a:hover {
                background: #57aae1;
                color: #fff;
            }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: 'Montserrat', sans-serif;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

#hero {
    width: 100%;
    margin-top: 0px;
}

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: black;
    }

    #hero h2 {
        color: #484848;
        margin-bottom: 50px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 50px;
        transition: 0.5s;
        color: #3498db;
        border: 2px solid #3498db;
    }

        #hero .btn-get-started:hover {
            background: #3498db;
            color: #fff;
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }



@media (max-width: 991px) {

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero {
        margin-top: 20px;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }

        #hero .hero-img img {
            width: 70%;
        }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    .nav-menu ul {
        width: 100%;
        margin: auto;
    }

  

        .nav-menu > ul > li {
            padding:0;
            width: 50%;
            text-align: center;
    padding: 8px 0 12px 0px;
        }

}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}



#footer {
    background: #252529;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #ffffff;
}



.footer-reserved .footer-links a {
    color: #ffffff;
    padding-left: 15px;
    font-size: 12px
}

    .footer-reserved .footer-links a:first-child {
        padding-left: 0;
    }

    .footer-reserved .footer-links a:hover {
        color: #3498db;
    }


.footer-reserved {
    background: #232327
}

.copyright {
    color: #A7A7A8
}

.info-mail a {
    color: #FE015E;
    text-decoration: underline;
    font-weight: 600
}


@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}




.background-shapes div img {
   width: 30px
}


.background-shapes .box1 {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1;
    -webkit-animation: box-shape linear 5s infinite;
    animation: box-shape linear 5s infinite
}

.background-shapes .box2 {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 1;
    -webkit-animation: box-shape linear 8s infinite;
    animation: box-shape linear 8s infinite
}

.background-shapes .box3 {
    position: absolute;
    top: 30%;
    right: 15%;
    z-index: 1;
    -webkit-animation: box-shape linear 9s infinite;
    animation: box-shape linear 9s infinite
}

.background-shapes .dot1 {
    position: absolute;
    top: 77%;
    left: 6%;
    z-index: 1;
    border-radius: 50%
}

.background-shapes .dot2 {
    position: absolute;
    top: 18%;
    right: 4%;
    z-index: 1;
    border-radius: 50%
}

.background-shapes .dot3 {
    position: absolute;
    top: 90%;
    left: 43%;
    z-index: 1;
    border-radius: 50%
}

.background-shapes .dot4 {
    position: absolute;
    top: 91%;
    right: 5%;
    z-index: 1;
    border-radius: 50%
}

.background-shapes .heart1 {
    font-size: 1.5rem;
    position: absolute;
    top: 51%;
    left: 13%;
    z-index: 1;
    color: #34d8be;
    -webkit-animation: box-shape linear 9s infinite;
    animation: box-shape linear 9s infinite
}

.background-shapes .heart2 {
    font-size: 1.5rem;
    position: absolute;
    top: 55%;
    right: 8%;
    z-index: 1;
    color: #34d8be;
    -webkit-animation: box-shape linear 12s infinite;
    animation: box-shape linear 12s infinite
}

.background-shapes .circle1 {
    position: absolute;
    bottom: 10%;
    left: 21%;
    z-index: 1;
    -webkit-animation: box-shape linear 4s infinite;
    animation: box-shape linear 4s infinite
}

.background-shapes .circle2 {
    position: absolute;
    top: 24%;
    left: 52%;
    z-index: 1;
    -webkit-animation: box-shape linear 4s infinite;
    animation: box-shape linear 4s infinite
}

@-webkit-keyframes box-shape {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes box-shape {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

    .flag-icon:before {
        content: '\00a0'
    }

.flag-icon-de {
    background-image: url(../fonts/flags/4x3/de.svg)
}

.flag-icon-es {
    background-image: url(../fonts/flags/4x3/es.svg)
}

.flag-icon-fr {
    background-image: url(../fonts/flags/4x3/fr.svg)
}

.flag-icon-sa {
    background-image: url(../fonts/flags/4x3/sa.svg)
}

.flag-icon-us {
    background-image: url(../fonts/flags/4x3/us.svg)
}

.navbar {
    padding: 1rem 0;
    border-bottom: 1px solid #f5f5ff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: 9991
}

.top-nav-collapse {
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    padding: .5rem 0;
    border-color: transparent
}
.cancel-btn {
	    margin-top: 12px;
}
.cancel-btn span{
	    background: #F61648;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}
.h5, h5 {
    font-size: 25px !important;
    /*color: #F61648 !important;*/
}
p{
	    font-size: 16px;
}