.outfit-jebbee {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

body {
    font-size: 18px;
    line-height: 22px;
    
} 
.listDisc li {
    list-style: disc;
}
.topLevelNav {
    background-color: rgba(38, 38, 38, 0.8);
    height: 40px;
    padding: 10px 80px 10px 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#topLevelOptions {
    text-align: right;
}
#topLevelOptions a {
    color: #a44af9;
    color: #c0e800;
    font-size: 0.8em;
    font-weight: 500;
    vertical-align: bottom;
}
#topLevelOptions .sep {
    margin: 0px 12px;
    color: #444444;
}
header .navbar-brand .default-logo {
    margin-top: 40px;
}
header.sticky .navbar-brand img {
    margin-top: 40px;
}
@media (min-width: 992px) {
    .nav-item {
        padding-top: 40px;
    }
}

/* MSU Page Styling */
.msu {
    font-size: 0.8em;
    line-height: 1.05em;
/*    text-shadow: 
    -1px -1px 0 #ffffff,  
     1px -1px 0 #ffffff,  
    -1px  1px 0 #ffffff,  
     1px  1px 0 #ffffff; */
     text-align: center;
     color: #ffffff;
     font-weight: 700;
}
.sxsw {
    font-size: 0.8em;
    line-height: 1.05em;
/*    text-shadow: 
    -1px -1px 0 #ffffff,  
     1px -1px 0 #ffffff,  
    -1px  1px 0 #ffffff,  
     1px  1px 0 #ffffff; */
     text-align: center;
     color: #222222;
     font-weight: 700;
}
.joinCode {
    background-color: #18453b;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1rem;
}
.joinCodeAC {
    background-color: #FFC10B;
    color: #222222;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.3rem;
}

.roboto-sxsw {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
/* End MSU Page Styling */

.h2Summary{
    font-size: 20px;
    line-height: 1.6rem;
}
.h4Features{
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
}

input,
select,
textarea,
.form-control,
.form-select {
    padding: 12px;
}

.jebbeePurple {
    color: #a44af9;
}
.border-color-transparent-white-very-light {
    border-color: rgb(26 26 26) !important;
}

.ppBold {
    font-weight: 600;
    list-style-type: none;
    padding: 10px 0px;
}
#tandc h2 {
    font-weight: 600;
    padding: 10px 0px;
    font-size: 1.2em;
    margin-bottom: 0;
}
#tandc h3 {
    font-weight: 600;
    padding: 10px 0px;
    font-size: 1.1em;
    margin-bottom: 0;
}
#tandc a {
    color: #a44af9;
}

#bulletList li {
    list-style: disc;
    padding-bottom: 10px;
}
#numberedList li {
    padding-bottom: 10px;
}

.form-label {
    font-size: 16px;
}

/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* variable */
:root {
    --alt-font: 'Manrope', sans-serif;
    --primary-font: 'Manrope', sans-serif;
    --alt-font: "Outfit", serif;
    --primary-font: "Outfit", serif;
    --base-color: #a44af9;
    --dark-gray: #222222;
    --medium-gray: #333333;
}

/* reset */
::-webkit-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1;
}

/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }

    .custom-cursor .circle-cursor-inner {
        width: 25px;
        height: 25px;
        background: rgba(44, 46, 60, .15)
    }
}

@media (max-width: 991px) {

    .navbar.bg-transparent,
    .navbar-modern-inner.bg-transparent,
    .navbar-full-screen-menu-inner.bg-transparent {
        background-color: #f9f9f9 !important;
    }
}

.toggle-sound {
    margin-top: 10px;
    background: none;
    border: none;
    cursor: pointer;
    border: 2px solid #dddddd;
    border-radius: 25px;
    padding: 8px 10px;
    color: #cccccc;
    width: 50px;
    height: 50px;
}

/* bg gradient color */
.bg-gradient-pink-orchid {
    background-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
}

.bg-dark-haiti {
    background-color: #2e2b39;
}

.bg-floral-white {
    background-color: #fff8e7;
}

.bg-licorice-blue {
    background-color: #585d72;
}

.bg-black-pearl-blue {
    background-color: #232530;
}

.bg-black {
    background-color: #000000;
}

.bg-linen {
    background-color: #fdedea;
}

.bg-oxford-blue {
    background-color: #262D38;
}

.bg-download {
    background-color: #e9e9e9
}

/* text gradient color */
.text-gradient-pink-orchid {
    background-image: linear-gradient(to right, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

/* btn */
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

.btn.btn-extra-large {
    font-size: 17px;
}

.btn.btn-large {
    font-size: 15px;
}

.btn.btn-medium {
    font-size: 14px;
}

.btn.btn-small {
    font-size: 13px;
}

.btn.btn-very-small {
    font-size: 12px;
}

.btn-gradient-pink-orchid {
    background-image: linear-gradient(to right, #e958a1, #bf63e5, #bf63e5);
    background-size: 200% auto;
    color: var(--white);
}

/* newsletter */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}

.newsletter-style-02 input {
    padding-right: 50px;
    font-size: 14px;
}

/* border color gradient */
.border-gradient-pink-orchid {
    border-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    border-image-slice: 1;
}

/* header */
header .navbar-brand img {
    max-height: 52px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.navbar .navbar-nav .nav-link:hover {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

#reverseHeader .navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #ddd;
}

#reverseHeader .navbar .navbar-nav .nav-link:hover {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}

#reverseHeader .navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #ddd;
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: #000000 !important;
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .btnLogin .nav-link {
    color: #ffffff !important;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1.0;
}

header.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link:hover {
    color: #a44af9;
}

header .btn i {
    top: -1px !important;
}

header.sticky.sticky-active .disable-fixed[data-header-hover=light] {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* top right bottom left */
.bottom-130px {
    bottom: 130px;
}

.bottom-150px {
    bottom: 150px;
}

.top-25 {
    top: 25% !important;
}

/* height */
.h-64px {
    height: 64px !important;
}

/* margin */
.margin-minus-95px-bottom {
    margin-bottom: -95px;
}

/* border radius */
.border-radius-top-left {
    border-radius: 10px 0 0 10px !important;
}

.border-color-transparent-dark {
    border-color: rgba(31, 36, 46, 0.5) !important;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.375rem;
}

.page-title-extra-large h2 {
    font-size: 16px;
    line-height: 20px;
}

/* scrolling text */
.marquees-text {
    word-break: normal;
}

/* review */
.review-star-icon i {
    color: #ffae00;
}

/*  process step style 05  */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}

/*  footer  */
footer .footer-logo img {
    max-height: 54px;
}

footer ul li {
    margin-bottom: 0;
    font-size: medium;
}

.footer-bg {
    -webkit-clip-path: ellipse(130% 100% at bottom);
    clip-path: ellipse(130% 100% at bottom);
}

@media (max-width: 991px) {
    .footer-bg {
        -webkit-clip-path: ellipse(1000% 95% at bottom);
        clip-path: ellipse(1000% 95% at bottom);
    }
}

.header-bg {
    -webkit-clip-path: ellipse(70% 100% at top);
    clip-path: ellipse(70% 100% at top);
}

/* media query responsive */
@media (max-width: 1199px) {
    .review-star-icon i {
        letter-spacing: 2px;
    }

    .newsletter-style-02 input {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    header .header-icon .btn.btn-rounded.btn-small {
        padding-left: 20px;
    }
}

.appStoreBtn {
    border-radius: 0.8rem !important;
}

.btn-jebbee {
    background-color: #a44af9;
    color: #ffffff;
    border-radius: 50px !important;
}

.btn-jebbee2 {
    background-color: #C8E735;
    color: #ffffff;
    border-radius: 50px !important;
}

.btn-jebbee3 {
    background-color: #1CB0EA;
    color: #ffffff;
    border-radius: 50px !important;
    font-size: 18px;
    font-weight: var(--bs-nav-link-font-weight);
    font-family: var(--alt-font);
}

.btn-jebbee4 {
    background-color: #1CB0EA;
    color: #ffffff;
    border-radius: 50px !important;
    font-size: 18px;
    font-weight: 900;
    font-family: var(--alt-font);

}

.forTitle {
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #555;
}

#featureHighlight .feature-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#featureHighlight .feature-box:hover {
    background-color: #333;
}

.feature-box-icon img {
    height: 80px;
    margin-bottom: 20px;
}

.box-shadow-quadruple-large-hover:hover {
    background-color: #35117e !important;
    color: #ffffff;
}

.btn.btn-hover-animation-switch .btn-text {
    color: #a44af9;
}

.btn.btn-hover-animation-switch .btn-icon {
    color: #a44af9;
}

btn.btn-rounded.btn-medium {
    padding: 12px 22px;
    font-size: 18px;
}

.transition-inner-all * {
    -webkit-transition: all 100ms cubic-bezier(0.1, 0.7, 1.0, 0.1);
    transition: all 100ms cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.bg-green {
    background-color: #C8E735;
    background-color: #f8ffd6
}

.bg-blue {
    background-color: #1CB0EA;
    background-color: #dcf5ff;
}

.bg-purple {
    background-color: #a44af9;
}

.bg-odd {
    background-color: #f1f1f1;
}

.btn-green {
    background-color: #C8E735;
}

.btn-blue {
    background-color: #1CB0EA;
}

.btn-purple {
    background-color: #a44af9;
    color: #ffffff;
}

.btn-grey {
    background-color: #e1e1e1;
    color: #444444;
}

.btnLogin,
.btnSignUp {
    margin: 6px 6px;
    border-radius: 25px;
    text-align: center;
}

.btnLogin a {
    color: #ffffff !important;
}

.btnLogin {
    background-color: #a44af9;
}

.btnSignUp {
    background-color: #e1e1e1;
}

.btnSignUp a {
    color: #000000;
}

#reverseHeader .navbar .navbar-nav .btnSignUp .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.learnMore {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a44af9;
}

.phoneScreenShot {
    max-width: 350px;
}

.btn.btn-hover-animation-switch .btn-text {
    margin-left: -8px;
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.tab-style-05 .nav-tabs .nav-item .nav-link.active {
    color: var(--white);
    background: var(--white);
    border: 2px solid var(--base-color);
    border-radius: 50px;
}

.tab-style-05 .nav-tabs .nav-item .nav-link.active span {
    color: var(--white);
}

.tab-style-05 .nav-tabs .nav-item .nav-link.active i {
    color: var(--white);
}

.tab-style-05 .nav-tabs .nav-item .nav-link {
    padding: 12px 12px 12px 24px;
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover {
    border-radius: 50px;
}

.tab-style-05 .nav-tabs .nav-item .nav-link {
    background: #f6f6f6;
    border-radius: 50px;
}

.tab-style-05 .nav-tabs .nav-item .nav-link:hover,
.tab-style-05 .nav-tabs .nav-item .nav-link.show,
.tab-style-05 .nav-tabs .nav-item .nav-link.active {
    color: var(--base-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.text-gradient-dark-purple-watermelon {
    background: linear-gradient(to right top, rgb(52 162 194) 15.923566878980886%, rgb(164 75 249) 50.63694267515923%, rgb(149 48 245) 99.68152866242038%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jebbeeIcon {
    height: 80px;
    margin: 0px 0px 14px 0px;
}

.anchorButton {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
}

.cardTitle {
    /* margin: ; */
}

.cardMessage {
    margin-bottom: 50px;
}

.icon-footer {
    font-size: 24px;
    color: #a44af9;
}

.links .icon {
    padding-right: 10px;
}

.playButton {
    border-radius: 90px;
    border: 12px solid #fff;
    height: 100px;
    position: absolute;
    width: 100px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
}

.playButton:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 50px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}

#contactJebbee input,
#contactJebbee i {
    color: #ffffff;
}

.trademark::after {
    content: '\2122';
    font-size: 0.5em;
    vertical-align: super;
}

#featureToggle img {
    max-height: 36px;
    padding-right: 10px;
}

#featureToggle span {
    font-weight: 500;
    color: #a44af9;
}

#pageHeader h2 {
    font-size: 28px;
    line-height: 34px;
}

@media (min-width: 1199px) {

    /* page container */
    .img-overlay {
        margin-bottom: -120px;
    }
}

.subnav-item a {
    font-weight: 600 !important;
}

.featureBoxTextSm {
    min-height: 80px;
}

.featureBoxText {
    min-height: 140px;
}

.stepNbrCircle {
    display: flex;
    background-color: #a44af9;
    color: #ffffff;
    width: 60px;
    height: 60px;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    font-weight: 700;
    font-size: 28px;
}

.stepNbrPosition {
    display: block;
    text-align: -webkit-center;
    padding-bottom: 20px;
}

.stepTitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 10px;
}

.stepDesc {
    font-weight: 400;
}

.contactTitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.colTitle {
    width: 36px;
    font-weight: 500;
}

.optionalText {
    opacity: 70%;
}

.icon-contact {
    font-size: 20px;
    color: #a44af9;
}

.autocomplete-suggestions {
    border: 1px solid #ddd;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    margin-top: 2px;
    position: absolute;
    z-index: 1000;
    width: 350px;
    font-size: medium;
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.video-play {
    position: absolute;
    top: 45%;
    left: 50%;
}

.video-play i {
    color: white;
    cursor: pointer;
}

@media (max-width: 767px) {
    .cover-background {
        background-size: 0 !important;
    }

    .skrollable-between {
        display: none !important;
    }

    .watermelon {
        padding-left: 70px !important;
    }

    section.half-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg > .container-fluid {
        margin-top: 36px;
    }
}