/* general */
* {
    transition: all 0.4s cubic-bezier(0.58, 0.73, 0.79, 0.25);
}

.ls-1 {
    letter-spacing: 1px;
}

.of-contain {
    object-fit: contain;
}

/* override */
.text-bg.md {
    position: relative;
    font-size: 65px;
    color: #6ca39a;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .text-bg.md {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .text-bg.md {
        font-size: 38px;
    }
}

/* footer */
.footer--logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer--logo span {
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: initial;
    margin-right: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer--logo img {
    height: 45px;
}

/* floating icons */
.floating--icons {
    position: fixed;
}

/* portfolio */
.portfolio--overlay-img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: contain;
}

/* faqs */
.faq--question {
    width: 100%;
    display: flex;
    align-items: start;
    background-color: #1b1d1e;
    color: white;
    padding: 21px 25px 21px;
    border-radius: 0px;
    border: 1px solid #242424;
}

.faq--answer {
    width: 100%;
    border-radius: 0px;
    font-size: 17px;
    padding: 18px 25px 18px;
    font-weight: 500;
}

.faq--question:focus {
    box-shadow: none;
}

.faq--question span {
    color: white;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: initial;
    text-align: left;
}

.faq--question img {
    max-width: 22px;
    margin-right: 14px;
    height: 22px;
    object-fit: contain;
    background-color: #bdf9ef;
    border-radius: 50%;
    padding: 3px;
}

/* brands */
.brand--wrapper {
    width: 100%;
}

/* modules */
.module--features span {
    display: flex;
    text-align: left;
    color: #fff;
    border-bottom: 1px dashed white;
    padding: 6px 0px;
    padding-left: 20px;
    border-color: #ffffff08;
}

.module--features span:before {
    font-family: "bootstrap-icons";
    content: "\F582";
    font-size: 8px;
    margin-right: 18px;
    color: #2c2c2c;
}

.pricing--pre-plan {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    border-bottom: 1px dashed #ffffff0d;
    margin-bottom: 20px;
}

/* pricing */
.pricing--features span {
    display: flex;
    text-align: left;
    color: #c7c7c7;
    padding: 4px 0px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.pricing--features span:before {
    font-family: "bootstrap-icons";
    content: "\F582";
    font-size: 8px;
    margin-right: 18px;
    color: #2c2c2c;
}

/* dropdown-menu */

.dropdown-menu {
    min-width: auto;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}
.dropdown-toggle::after {
    font-size: 13px;
    margin-left: 5px;
}

.dropdown-toggle.no-icon::after {
    display: none;
}

.dropdown-item {
    font-weight: 500;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active {
    background-color: #6ca39a;
    color: white;
}

/* switch */
.form--switch {
    padding: 0px;
    display: inline-flex;
    align-items: center;
}

.form--switch input {
    margin: 0px !important;
    width: 50px !important;
    height: 20px;
}

.form--switch label {
    color: white;
    width: auto;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #6ca39a;
}

.no-events-loading {
    pointer-events: none;
    opacity: 0.6;
}

.no-events-loading * {
    pointer-events: none;
    opacity: 0.6;
}

.form-check-input:checked {
    background-color: #6ca39a;
    border-color: #6ca39a;
    color: white;
}

/* payments */
.payments--img {
    height: 50px;
    object-fit: contain;
    width: 100%;
    object-position: right;
}
