@charset "UTF-8";


/*------------------------
[TABLE OF CONTENTS]

1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/

body {
    font-family: "Montserrat",sans-serif;
    position: relative;
}

a {
    color: #303030;
}

a:hover,
a:focus {
    color: #303030;
    text-decoration: none;
}

h1 {
    color: #303030;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    line-height: 64px;
}

h2 {
    font-size: 33px;
    font-weight: 300;
    color: black;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: black;
    font-size: 29px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: black;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    color: black;
    margin-bottom: 0.7rem;
}

p {
    color: #303030;
    text-align: justify;
    word-spacing: normal;
}

p.lead {
    color: #FF6600;
    margin-bottom: 2rem;
}

.text-primary {
    color: #FF6600 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #FF6600;
}

.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;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1728px;
    }
}

.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: black;
    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;
}

.header-text p {
    font-size: 26px;
}

.app-img img {
    float: left;
    width: 100%;
}

.app-img button {
    background-color: #030303;
    border-radius: 15px;
    color: white;
    width: 100%;
    height: 80px;
}

.color-gradient {
    position: relative;
    color: white;
    border-radius: 30px;
    background-image: linear-gradient(to right, #FAD126 0%, #FF564E 100%);
}

.color-gradient h2 {
    font-size: 52px;
    color: white;
    font-weight: 700;
    line-height: 6rem;
}
.color-gradient span {
    color: #FFF;
    mix-blend-mode: multiply;
    text-shadow: 1px 1px 2px black;
    background-color: #303030;
    border-radius: 25px;
    padding: 7px 12px;
}

.color-gradient p {
    color: white;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}

.color-gradient img {
    width: 100%;
}

@media (max-width:767px) {
    .color-gradient .hidden-img {
        display: none;
    }
}

@media (max-width:991px) {
    .color-gradient h2 {
        font-size: 16px;
        line-height: 2.5rem;
    }
    .color-gradient p {
        font-size: 14px;
    }
}

.bg-gradient-top {
    position: relative;
    height: 50vh;
    display: flex; /* Enable flexbox layout */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-image: linear-gradient(to right, orange , orangered);
}



.bg-gradient-top img {
    position: absolute;
    width: 50%;
    bottom: 50%;
    display: block;
    margin: 0 auto;
}

.img-container {
    max-height: 50vh;
}

.inner-color-text {
    padding-top: 45%;
}

.inner-color-text p {
    width: 80%;
}

@media (max-width:991px) {
    .inner-color-text {
        padding-top: unset;
    }
}

@media (max-width:767px) {
    .inner-color-text p {
        font-size: 14px;
        width: 100%;
    }
}

.color-gradient-infography img {
    width: 97px;
}
.color-gradient-infography h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
}

@media (max-width:991px) {
    .color-gradient-infography h3 {
        font-size: 18px;
    }
}

.carousel-review {
    margin: auto;
    padding: 33px 110px;
    max-width: 70%;
    min-height: 228px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.carousel-item {
    padding: 20px 0;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-control-prev-icon {
    background-image: url("../images/arrow-left.png");
    width: 70px;
    height: 70px;
}

.carousel-control-next-icon {
    background-image: url("../images/arrow-right.png");
    width: 70px;
    height: 70px;
}

.carousel-indicators {
    bottom: -95px;
}

.carousel-indicators .active {
    background-color: #FF7200;
}

.carousel-indicators li {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border: 2px solid #FF7200;
    border-radius: 50%;
}

.carousel-review img {
    width: 80px;
    border-radius: 50%;
}

.star-rate img {
    width: 155px;
    float: right;
    border-radius: unset;
}

@media (max-width:767px) {
    .carousel-review {
        max-width: 100%;
    }

    .carousel-item {
        margin: auto;
        width: 95%;
    }

    .carousel-review img {
        width: 25px;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    .star-rate img {
        float: right;
        width: 50px;
    }

    .carousel-indicators {
        bottom: -25px;
    }
}

.carousel-review span {
    font-size: 32px;
    font-weight: 700;
}

.carousel-review-text p{
    color: #8C8989;
    text-align: justify;
    font-size: 26px;
}

.color-gradient {
    position: relative;
    display: flex; /* Enable flexbox layout */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.section-absolute-image {
    position: relative;
    height: 10px;
    z-index: 3;
    display: flex; /* Enable flexbox layout */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

.section-absolute-image img {
    position: absolute;
    width: 50vw; /* Make the image take up 50% of the parent's width */
    display: block; /* Remove any extra spacing below the image */
    margin: 0 auto; /* Center the image horizontally */
}

.get-app-section {
    position: relative;
    margin-top: 95px;
    color: #FFFFFF;
    background: linear-gradient(108.17deg, #FAD126 0%, #FF564E 100%);
}

.get-app-section img {
    width: 100%;
}

.triangle-topright {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 100px solid white;
    border-left: 100vw solid transparent;
}

.get-app-section-info {
    margin: auto;
    width: 69%;
}

.get-app-section-info h2 {
    font-size: 52px;
    color: #FFFFFF;
    font-weight: 700;
}


.get-app-section-info p {
    font-size: 26px;
    color: #FFFFFF;
}

@media (max-width:767px) {
    .get-app-section-info h2 {
        text-align: center;
        font-size: 28px;
    }

    .get-app-section-info p {
        font-size: 14px;
    }

    .get-app-section-info {
        margin: auto;
        width: 100%;
    }

    .get-app-section {
        margin-top: unset;
    }
}

.get-app-button {
    cursor: pointer;
    width: 321px;
    height: 55px;
    font-size: 28px;
    font-weight: 500;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
}

.three-steps h3 {
    font-weight: 700;
    font-size: 36px;
}

.three-steps-header {
    margin: auto;
    width: 50%;
    text-align: center !important;
}

@media (max-width:767px) {
    .three-steps-header {
        margin: auto;
        width: 100%;
    }
}

.three-steps span {
    margin: auto;
    font-weight: 700;
    font-size: 100px;
}

.three-steps h4 {
    font-weight: 700;
    padding: 0.5rem 0;
    font-size: 32px;
}

.three-steps p {
    text-align: justify;
    font-size: 26px;
}

.three-steps-list {
    padding: 50px 0;
}

.three-steps-stats {
    margin: auto;
    background-color: #FD9A39;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    width: 412px;
    height: 193px;
}

.three-steps-stats-2 {
    margin: auto;
    background-color: #FD9A39;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    width: 412px;
    height: 161px;
}

.three-steps-stats div {
    margin: auto;
    display: flex;
    width: 337.319px;
    transform: rotate(-0.037deg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.three-steps-stats-2 div {
    margin: auto;
    display: flex;
    width: 337.319px;
    transform: rotate(-0.037deg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    #about-app p {
        width: 100% !important;
    }

    .three-steps-stats-2 {
        width: 290px;
        height: 161px;
    }

    .three-steps-stats-2 div{
        width: 270px;
    }

    .three-steps-stats {
        width: 300px;
        height: 161px;
    }

    .three-steps-stats div {
        width: 280px;
    }

    .font-fi {
        font-size: 24px !important;
    }
}

.three-steps-stats div p {
    text-align: center !important;
}

.three-steps-stats-2 div p{
    text-align: center !important;
}

@media (max-width:767px) {
    .three-steps-stats {
        margin: 20px auto;
    }
}

.three-steps-stats span {
    font-size: 55px;
}
.three-steps-stats p {
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

.three-steps-stats-2 span {
    font-size: 55px;
}
.three-steps-stats-2 p {
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

.carousel-header {
    margin-top: 53px;
}

.carousel-header h3 {
    font-size: 36px;
    margin-bottom: 45px;
}

@media (max-width:991px) {
    .three-steps h3 {
        font-size: 18px;
    }

    .three-steps p {
        text-align: justify !important;
        font-size: 14px;
    }

    .three-steps span {
        font-size: 64px;
    }

    .three-steps h4 {
        font-size: 22px;
    }

    .three-steps-stats {
        width: 284px;
        height: 110px;
    }

    .three-steps-stats-2 {
        margin: 27px auto;
        width: 284px;
        height: 110px;
    }

    .three-steps-stats div {
        width: 232px;
    }

    .three-steps-stats-2 div {
        width: 232px;
    }

    .three-steps-stats span {
        font-size: 28px;
    }
    .three-steps-stats p {
        font-size: 22px;
    }

    .three-steps-stats-2 span {
        font-size: 28px;
    }

    .three-steps-stats-2 p {
        font-size: 20px;
    }

    .carousel-header {
        margin-top: unset;
    }

    .carousel-header h3 {
        margin-bottom: unset;
        font-size: 12px;
    }

    .carousel-review span {
        font-size: 12px;
    }

    .carousel-review {
        padding: 9px 32px;
    }

    .carousel-review-text p {
        font-size: 14px;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

    .get-app-button {
        width: 210px;
        height: 36px;
        font-size: 18px;
    }
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    display: flex;
    padding: 38px 94px 14px 94px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background-color: #303030;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgba(0, 0, 0, 0.8);
    /*
    background-image: -moz-linear-gradient( 135deg, rgba(113, 113, 113, 0.8) 0%, rgb(185, 185, 185) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(113, 113, 113, 0.8) 0%, rgb(185, 185, 185) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(113, 113, 113, 0.8) 0%, rgb(185, 185, 185) 100%);
    background-image: linear-gradient( 135deg, rgba(113, 113, 113, 0.8) 0%, rgb(185, 185, 185) 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-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
}

.navbar-nav .nav-item {
    margin: auto 0 auto auto;
}

.img-fluid-logo{
    max-width: 100%;
    max-height: 32px;
}

.lang-ul .nav-item a {
    padding-right: 0.5rem;
}

.lang-ul .nav-item img  {
    width: 25px;
    height: 25px;
}

@media (max-width:991px) {
    .img-fluid-logo{
        max-width: 129px;
        max-height: 26px;
    }

    .navbar-toggler {
        margin-right: 10px;
        border-radius: 10px;
        border: 1px solid #FFF;
    }

    .nav-right-link {
        margin-right: auto;
    }
}

.nav-right-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.nav-right-link a {
    color: #303030;
}
.nav-right-link img {
    width: 25px;
    height: 25px;
}

.navbar-flag {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border-radius: 50%;
}

.lang-ul {
    height: fit-content;
    display: block;
    margin-left: auto;
    order: 4;
}

.app-nav {
    padding-right: unset;
}

.app-nav a {
    line-height: 1;
}

@media (min-width: 992px) {
    .app-nav {
        margin: auto 0 auto auto !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -100px;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2rem;
        font-size: 8px;
    }

    .app-nav {
        margin: auto 0 auto auto !important;
    }
}

@media screen and (min-width:1201px) and (max-width: 1420px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 2rem;
        font-size: 12px;
    }

    .app-nav {
        margin: auto 0 auto auto !important;
    }
}

@media (min-width: 1421px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 2rem;
        color: #FFF;
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        display: flex;
        margin-left: unset;
        flex-direction: column;
        justify-content: start;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        height: auto;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .nav-menu {
        padding: unset;
    }

    .nav-menu .col-md-12 {
        padding-left: 0;
    }

    .navbar-toggler {
        border: 1px solid white;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        left: -50px;
    }

    .lang-ul {
        height: fit-content;
        display: block;
        margin-left: auto;
        order: unset;
    }

    .app-nav {
        margin: auto;
    }

    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        margin: auto;
        text-align: center;
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
}

header h3 {
    font-weight: bold;
}

header img {
    width: 100%;
}

#about-app {
    margin-bottom: 50%;
    text-align: center;
    color: black;
    display: flex;
    padding: 100px 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 87px;
}

#about-app h2 {
    padding-bottom: 55px;
    font-size: 52px;
    font-weight: 700;
}

#about-app p {
    margin: auto;
    font-size: 26px;
    width: 70%;
    text-align: justify;
}

@media (max-width:992px) {
    #about-app {
        padding: unset;
        margin-bottom: unset;
        gap: 40px;
    }

    #about-app p {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width:767px) {
    .swipe-more-button {
        text-align: center;
    }
    #about-app h2 {
        padding-bottom: 16px;
        font-size: 18px;
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    #about-app p {
        width: 100%;
    }
}

.text-gradient {
    background: -webkit-linear-gradient(left, #FAD126 , #FF564E);
    background: -o-linear-gradient(right, #FAD126, #FF564E);
    background: -moz-linear-gradient(right, #FAD126, #FF564E);
    background: linear-gradient(to right, #FAD126 , #FF564E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient {
    /*
    background-image: -moz-linear-gradient( 135deg, rgba(185, 185, 185, 1) 0%, rgb(113, 113, 113) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(185, 185, 185, 1) 0%, rgb(113, 113, 113) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(185, 185, 185, 1) 0%, rgb(113, 113, 113) 100%);
    background-image: linear-gradient( 135deg, rgba(185, 185, 185, 1) 0%, rgb(113, 113, 113) 100%);
    */
    background-color:white;
    background: -moz-linear-gradient(left, #ddd 0%, #fff 15%, #fff 85%, #ddd 100%);
    background: -webkit-linear-gradient(left, #ddd 0%,#fff 15%,#fff 85%,#ddd 100%);
    background: linear-gradient(to right, #ddd 0%,#fff 15%,#fff 85%,#ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=1 );
}

.bg-header {
    background: rgba(0, 0, 0, 0.05);
}

@media (max-width:767px) {
    .bg-header h1 {
        font-size: 28px;
        text-align: center;
        line-height: normal;
    }

    .bg-header p {
        font-size: 16px;
        text-align: center;
        line-height: normal;
    }
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: black;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* 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: #FF6600;
    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-color: #FF6600;
    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;
}

.how-it-works-image {
    align-content: center;
}

.how-it-works-image img {
    width: 70%;
    margin: -35% auto 0 auto;
}

.margin-buffer {
    height: 25vh;
}

.margin-buffer img {
    width: 70%;
}

@media (max-width:767px) {
    .how-it-works-image img {
        width: 100%;
        margin: -50% auto 0 auto;
    }
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}

@media screen and (min-width:768px) and (max-width: 1200px) {
    .buffer {
        padding: 0 !important;
    }
}

@media (max-width:992px) {
    .margin-buffer {
        padding: 0;
    }
}

@media (max-width:767px) {
    .margin-buffer {
        height: 10vh;
    }
}

@media (max-width:449px) {
    .how-it-works-image img {
        margin-top: -70%;
    }
}

/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #ccc;
    background: #fff;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #FF6600 #faf6fb #FFF;
    color: black;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: lightgray;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #FF6600;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #FF6600;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  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);
}

.img-gallery {
    text-align: center;
}
.app-screenshot img{
    width: 100%;
}


/*  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
----------------------*/
.terms {
    padding-left: 94px;
    padding-right: 100px;
}

.terms h1 {
    margin: auto;
    padding-top: 75px;
    font-size: 52px;
}

.terms h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 35px;
}

.terms h3 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 35px;
}

.terms h4 {
    font-size: 29px;
    font-weight: 500;
    padding-top: 35px;
}

.terms p {
    font-size: 24px;
    font-weight: 400;
}

.terms a {
    text-decoration: underline;
}

.impressum {
    padding: 0 25%;
}

.impressum p {
    font-size: 20px;
}

@media (max-width:991px) {
    .terms {
        padding-left: 25px;
        padding-right: 25px;
    }
    .terms h1 {
        padding-top: unset;
        padding-bottom: 20px;
        font-size: 28px;
        text-align: center;
        line-height: 2.5rem;
    }

    .terms h2 {
        font-size: 28px;
        padding-top: 20px;
    }

    .terms h3 {
        font-size: 28px;
        padding-top: 20px;
    }

    .terms h4 {
        font-size: 24px;
        font-weight: 500;
        padding-top: 20px;
    }

    .terms p {
        font-size: 14px;
    }

    .impressum {
        padding: unset;
    }

    .impressum p {
        font-size: 14px;
    }
}

.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: black;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: black;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/
footer {
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    color: #303030;
}

footer a {
    color: #303030;
}

footer h5 {
    font-size: 22px;
    font-weight: 500;
    opacity: 0.6000000238418579;
    margin-bottom: 0.2em;
    color: #000;
}

footer li {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.5;
}

footer img {
    width: 100%;
}

.social-icons {
    text-align: right;
}

.contact-email a {
    text-decoration: underline;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

.footer-copyrights {
    border-top: 1px solid #cccccc;
}
.footer-copyrights p {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.6;
    line-height: 1.5rem;
}

.footer-app {
    border-right: 2px solid rgb(0, 0, 0, 0.5);
}

.footer-text{
    display: inline-flex;
    padding: 16px 149px 15.205px 151px;
    justify-content: right;
    gap: 787px;
}

@media (max-width:767px) {
    .footer-app {
        border-right: none;
    }
}

@media (min-width:992px) {
    .mobile-break {
        display: none;
    }
}

@media (max-width:991px) {
    footer li {
        font-size: 14px;
    }

    footer h5 {
        font-size: 18px;
    }

    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }

    .footer-text {
        padding: unset;
        justify-content: center;
    }

    .footer-text p {
        font-size: 16px;
    }

    .footer-contacts {
        text-align: center !important;
    }

    .download-app h5 {
        padding: unset;
        text-align: center;
    }
}
