@charset "UTF-8";

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER
10. LOGIN

------------------------*/


/* GLOBAL
----------------------*/

/* h1 {
    font-family: 'Ubuntu-Bold';
    position: relative;
} */

a {
    color: #000000;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
}

a.navlink {
    width: 53px;
    height: 10px;
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

/* @media (max-width:414px) {
    .container {
        margin-right: 30px;
        margin-left: 30px
    }
} */

h1 {
    height: 104px;
    font-family: "Raleway","Source Sans Pro";
    font-weight: 900;
    position: relative;
    font-size: 90px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 414px) {
    h1 {
        font-size: 42px;
        width: 200px;
        margin: 0px 20px;
    }
}

h2 {
    font-family: "Source Sans Pro";
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

@media (max-width: 414px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    color: #633991;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p {
    color: #959094;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 20px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    background-color: #3878ff;
    font-family: "Open Sans";
    font-weight: 600;
    position: relative;
    border-radius: 10px;
}

.sec-btn {
    font-size: 20px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
    position: relative;
    top: 9px;
    border-radius: 10px;
}

.cta {
    font-size: 20px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    background-color: #3878ff;
    font-family: "Poppins";
    font-weight: 600;
    position: relative;
    width: 200px;
    top: 184px;
    border-radius: 0.5px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .cta {
        top: 110px;
    }
}

@media (max-width: 767px) {
    .cta {
        top: 55px;
    }
}

@media (max-width: 414px) {
    .cta {
        top: 70px;
        width: 200px;
        margin: 0px 20px;
    }
}

.cta-price {
    font-size: 20px;
    font-weight: 600;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    background-color: #3878ff;
    font-family: "Poppins";
    margin: auto;
    margin-top: 50px;
    color: #ffffff;
    width: 200px;
    border-radius: 10px;
    cursor: pointer;
}

.trial-disclaimer {
    position: relative;
    margin-left: 10px;
}

.sec-btn-outline-light {
    color:#3878ff;
    background-color:transparent;
    background-image:none;
    border: solid 1px #3572ff;
}

.btn-outline-light:hover {
    color: #ffffff;
    background-color: #1f1f89;
}

.sec-btn-outline-light:hover {
    color: #ffffff;
    background-color: #1f1f89;
    border: solid 1px #1f1f89;
}

.cta-outline-light:hover {
    color: #ffffff;
    background-color: #1f1f89;
}

/* .btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
} */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    /* background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3); */
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    margin-bottom: 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

/* FEATURES
----------------------*/
.container-features {
    max-width: 900px;
    /*margin-bottom: 15px;*/
    margin: 0 auto 0 auto;
}

.feature {
    /*float: left; */
    display: inline-block;
}

@media (max-width: 414px) {
    .feature {
        float: left;
        margin: 0px 50px;
        left: 0px;
    }
}

.feature-text {
    font-family: "Source Sans Pro";
    font-size: 19px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

@media (max-width: 414px) {
    .feature-text {
        font-size: 15px;
    }
}

.feature-img {
    width: 30%;
    height: 30%;
    float: right;
}

.feature-img-1 {
    width: 30%;
    height: 30%;
    float: right;
}

.feature-img img {
    display: inline-block;
    height: auto;
    max-width: 130%;
    overflow: hidden;
    position: relative;
    margin-left: 150px;
    top: -50px;
}

.feature-img-1 img {
    display: inline-block;
    height: auto;
    max-width: 130%;
    overflow: hidden;
    position: relative;
    margin-left: 200px;
    top: -50px;
}

@media (max-width: 414px) {
    .feature-img img {
        float: none;
        display: block; 
        margin: 10px 18%;
        top: 10px;
        max-width: 60%;
    }
}

.feature-img-right img {
    float: right;
    height: auto;
    max-width: 40%;
    overflow: hidden;
    position: relative;
    top: -470px;
    left: 220px;
}

@media (max-width: 414px) {
    .feature-img-right img {
        float: none;
        display: block; 
        margin: 10px 18%;
        top: -455px;
        max-width: 60%;
        left: 0px;
    }
}

.feature-right {
    float: right;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: -235px;
    left: -50px;
}

@media (max-width: 414px) {
    .feature-right {
        float: left;
        margin: 0px 50px;
        left: -13px;
    }
}

.feature-left {
    float: right;
    height: auto;
    max-width: auto;
    overflow: hidden;
    position: relative;
    top: -235px;
}

@media (max-width: 414px) {
    .feature-left {
        float: left;
        margin: 0px 50px;
        left: 0px;
        top: -475px;
    }
}

.feature-img-left img {
    float: left;
    height: auto;
    max-width: 40%;
    overflow: hidden;
    position: relative;
    top: -235px;
  }

@media (max-width: 414px) {
    .feature-img-left img {
        float: none;
        display: block; 
        margin: 10px 18%;
        top: -210px;
        max-width: 70%;
    }
}

/* .feature-img-right img {
    float: right;
    height: auto;
    max-width: 50%;
    overflow: hidden;
    position: relative;
    top: -460px;
    left: 200px;
} */

/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #FFF;
    /* background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%); */
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    color: #000000;
}

.navbar-dark .navbar-brand {
    color: #000000;
} 

a.navbar-brand {
    color: #000000;
    font-size: 30px;
}

a.navbar-brand:hover {
    color: #000000;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: left;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

/* .bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
} */

.tagline {
    height: 48px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: 0.54px;
    text-align: center;
    color: #000000;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media (max-width: 1200px) {
    .tagline {
        top: 80px;
    }
}

@media (max-width: 414px) {
    .tagline {
        width: 300px;
    }
}

.social-validation {
    height: 20px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: 0.54px;
    text-align: center;
    color: #000000;
    position: relative;
    top: 20px;
    margin-top: 20px;
}

input[type=text] {
    position: relative;
    top: 40px;
    display: inline-block;
    border: solid 0.5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1.5px 3.8px 0.2px rgba(98, 98, 98, 0.1), 0px -1.5px 3.8px 0.2px rgba(98, 98, 98, 0.1);
    border-radius: 4px;
    padding: 10px 30px;
    outline:none !important;
}

input[type=password] {
    position: relative;
    top: 40px;
    display: inline-block;
    border: solid 0.5px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1.5px 3.8px 0.2px rgba(98, 98, 98, 0.1), 0px -1.5px 3.8px 0.2px rgba(98, 98, 98, 0.1);
    border-radius: 4px;
    padding: 10px 30px;
    outline:none !important;
}

input[type=submit] {
    font-size: 20px;
    font-weight: 400;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
    background-color: #3878ff;
    font-family: "Open Sans";
    font-weight: 600;
    color: #ffffff; 
    position: relative;
    top: 40px;
    left: 15px;
    border-radius: 10px;
    border-color: #3878ff;
    outline:none !important;
}

input[type=submit]:hover {
    background-color: #1f1f89;
    border-color: #1f1f89;
}
  

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#e5e5e5;
    opacity: 1; /* Firefox */
}

.hero {
    max-width: 100%;
    max-height: 80%;
    position: relative;
    margin-top: 65px;
    margin-bottom: 65px;
    /*left: 300px; */
}

@media (max-width: 1200px) {
    .hero {
        width: 50%;
        height: auto;
        top: -300px;
        left: 250px;
    }
}

@media (max-width: 767px) {
    .hero {
        left: 200px;
    }
}

@media (max-width: 674px) {
    .hero {
        display: none;
    }
}

.hero-holder {
    position: inherit;
    top:10px;

}


.img-fluid {
    position: relative;
}
.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

.flex-container {
    text-align: center;
}

.app-row {
    width:800px; 
    margin:0 auto 0 auto; 
    text-align:center; 
}

.app-col {
    display: inline-block;
    margin: 2px;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
        top: 10px;
        margin: 0px 20px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}

/* FOLD
----------------------*/

.mt-5 {
    margin-bottom: -12rem !important;
}

.fold-text {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: "Raleway","Source Sans Pro";
    font-weight: 900;
    position: relative;
    font-size: 75px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: default;
    margin-top: 0rem;
    margin-bottom: 6rem;
}

.fold-text-1 {
    display: flex;
    /* height: 100%; */
    align-items: center;
    justify-content: center;
    font-family: "Raleway","Source Sans Pro";
    font-weight: 900;
    position: relative;
    font-size: 75px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    cursor: default;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
    .fold-text {
        margin-top: 45px;
    }
}

@media (max-width: 674px) {
    .fold-text {
        font-size: 35px;
        margin-top: 340px;
    }
}

@media (max-width: 414px) {
    .fold-text {
        font-size: 27px;
    }
}

.first-fold {
    max-width: 100vw;
    background-color: #ffffff;
    height: 200px;
    margin-top: 200px;
    margin-bottom: 50px;
}

.second-fold {
    max-width: 100vw;
    background-color: #afc6f5;
    height: 200px;
    position: relative;
    top: -650px;
    margin-top: 200px;
}

@media (max-width: 414px) {
    .second-fold {
        top: -780px;
    }
}

/* PRICING
----------------------*/

.pricing-tagline {
    /* height: 100%; */
    align-items: center;
    justify-content: center;
    font-family: OpenSans;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: 0.75px;
    text-align: center;
    color: #000000;
}

.sectionTwo {
    padding: 80px 15px;
    margin-top: 200px;
    margin-bottom: 200px
}

@media (max-width:414px) {
    .sectionTwo {
        padding: 0;
        margin-top: 80px;
        margin-bottom: 80px
    }
}
.pricing-text {
    position: relative;
    margin-top: -630px;
    display: flex;
    justify-content: center;
    font-family: "Source Sans Pro";
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1f1f89;
    text-align: center;
    cursor: default;
}

@media (max-width: 414px) {
    .pricing-text {
        margin-top: -785px;
        font-size: 40px;
    }
}

.pricing-subtitle {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: center;
    cursor: default;
}

@media (max-width: 414px) {
    .pricing-subtitle {
        font-size: 16px;
    }
}

.pricing-modal {
    text-align: center;
    margin-bottom: 20px;
}

.pricing-modal-box {
    height: 440px;
    width: 475px;
    box-shadow: 0px 1.5px 3.8px 0.2px rgba(98, 98, 98, 0.15), 0px -1.5px 3.8px 0.2px rgba(98, 98, 98, 0.15);
    background-color: #fafafa;
    display: inline-block;
}

.pricing-currency {
    font-family: OpenSans;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.42px;
    color: #000000;
    position: relative;
    right: 90px;
    top: 50px;
}

.pricing-price {
    font-family: OpenSans;
    font-size: 120px;
    width: 100px;
    height: 120px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.5px;
    margin-left: 35%;
    margin-right: auto;
    padding-top: 0px;
    position: relative;
    top: -50px;
    color: #000000;
}

.pricing-annually {
    font-family: OpenSans;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.42px;
    color: #000000;
    position: relative;
    right: -100px;
    top: -120px;
}

.pricing-usp {
    position:relative;
    top: -70px;
}

blockquote {
    font-size: 15px;
    width:60%;
    margin:7px auto;
    font-family:Open Sans;
    color: #555555;
    border-left:4px solid #3878ff;
    padding-left:15px;
    position: relative;
    text-align: left;
}

/* @media (max-width:414px) {
    .pricing-container {
        display: none;
    }
} */

.pricing-container-box {
    width: 750px;
    height: 250px;
    border-radius: 10px;
    background-color: #cddbf1;
    margin-top: 120px;
}

@media (max-width: 414px) {
    .pricing-container-box{
        width: 200px;
        height: 166px;
        display: block; 
        margin: 40px 20px;


    }
}

.pricing-container-left {
    position: overlay;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    border-radius: 10px;
    background-color: #3878ff;

}

@media (max-width: 414px) {
    .pricing-container-left {
        width: 200px;
        height: 166px;
    }
}

.dollar {
    position: relative;
    top: 64px;
    left: 50px;
    color: #ffffff;
    font-family: "Ubuntu","Source Sans Pro";
    font-weight: 700;
}

@media (max-width:414px) {
    .dollar {
        top: 30px;
        left: 30px;
    }
}

.price {
    position: relative;
    left: 60px;
    color: #ffffff;
    font-family: "Ubuntu","Source Sans Pro";
    font-weight: 700;
    font-size: 120px;
}

@media (max-width:414px) {
    .price {
        top: -35px;
        font-size: 85px;
    }
}

.duration {
    position: relative;
    top: -100px;
    left: 200px;
    color: #ffffff;
    font-family: "Ubuntu","Source Sans Pro";
    font-weight: 700;
    font-size: 30px;
}

@media (max-width:414px) {
    .duration {
        display: block;
        position: relative;
        top: -70px;
        left: 75px;
        font-size: 25px;
    }
}

.valueprop {
    list-style-image: url('../images/ListIcon.png');
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    position: relative;
    float: right;
    top: -215px;
    left: -100px;
    margin-bottom: 20px;

}

@media (max-width:414px) {
    .valueprop {
        display: none;
    }
}

.valueprop-item {
    margin-bottom: 20px;
}
/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/
.footer {
    height: 200px;
    background-color: #1f1f89;
}

@media (max-width:414px) {
    .footer {
        height: 100px;
    }
}

/* LOGIN
----------------------*/
.login-section {
    position: relative;
    margin-top: 50px;
}

/* LOGOUT
----------------------*/
.logout-button {
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 20px;
}

/* TOOLTIP
----------------------*/
.tooltip {
    height: 440px;
    width: 475px;
    box-shadow: 0px 1.5px 3.8px 0.2px rgba(98, 98, 98, 0.15), 0px -1.5px 3.8px 0.2px rgba(98, 98, 98, 0.15);
    background-color: #fafafa;
    display: inline-block;
  }