nav.navbar {
    background-color: #F6F3FB !important;
}

body {
    overflow-x: hidden;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.bg-white {
    background-color: #fff;
}

.bg-beige {
    background-color: #FEFAF3;
}

.bg-purple {
    background-color: #F6F3FB;
}

.bg-purple-2 {
    background-color: #5A4E67;
}

.text-center {
    text-align: center;
}

.direction-column {
    flex-direction: column;
}

.bg-style {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .container {
        padding: 100px 20px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .container {
        padding: 70px 20px;
    } 
}

@media (max-width: 767px) {
    .container {
        padding: 40px 20px;
    } 
}

.footer-top {
    background-color: #F6F3FB;
}

.footer-bottom * {
    color: #fff;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.item-center {
    align-content: center;
    align-items: center;
}

.heading-title {
    font-weight: bold;
}

.btn-wrapper a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    min-height: 56px;
    border-radius: 28px;
    padding: 10px 40px;
    cursor: pointer;
    font-weight: bold;
}

.btn-purple a {
    background-color: #9D63FF;
    font-size: 22px;
    transition: all 0.3s;
}

.btn-purple a:hover,
.btn-purple a:active,
.btn-purple a:focus {
    text-decoration: none;
    background-color: #5A4E67;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

.heading-title {
     margin-bottom: 20px;
     font-weight: bold;
}


@media (max-width: 1024px) {
    .tablet-column-reverse {
        flex-direction: column-reverse;
    }
}

.section-hero .heading-title {
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .section-hero div.heading-title {
        font-size: 40px;
    }    
    
    .section-hero {
        min-height: 270px;
    }

    .btn-wrapper a {
         font-size: 16px !important;
         min-height: 1px !important;
    }
}

@media (max-width: 1024px) {
    .section-hero  div.heading-title {
        font-size: calc(1.375rem + 1.5vw);
    }    

}

.section-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

@media (min-width: 1025px) {
    .section-hero .content-wrapper {
        padding: 100px 0;
    }
}

@media (max-width: 1024px) {
    .section-hero .content-wrapper {
        padding: 70px 0;
    }
}

.section-hero .content-wrapper {
    position: relative;
    max-width: 700px;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.section-hero .content-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #fff 100%) 0% 0% no-repeat padding-box;
}