/*----------------------------------------*/
/*  MAIN -> COLORS
/*----------------------------------------*/

.main-blue {
    color: #00bfff !important;
}
.main-a-blue {
    color: #00bfff !important;
}
.main-a-blue:hover {
    color: #ffaf23 !important;
}

.main-grey {
    color: #a9b0bc !important;
}
.main-a-grey {
    color: #a9b0bc !important;
}
.main-a-grey:hover {
    color: #ffaf23 !important;
}

.main-green {
    color: #32cd32 !important;
}
.main-a-green {
    color: #32cd32 !important;
}
.main-a-green:hover {
    color: #ffaf23 !important;
}

.main-green-light {
    color: #baebba !important;
}
.main-a-green-light {
    color: #baebba !important;
}
.main-a-green-light:hover {
    color: #ffaf23 !important;
}

.main-red {
    color: #ff0000 !important;
}
.main-a-red {
    color: #ff0000 !important;
}
.main-a-red:hover {
    color: #ffaf23 !important;
}

.main-red-dark {
    color: #e0103a !important;
}
.main-a-red-dark {
    color: #e0103a !important;
}
.main-a-red-dark:hover {
    color: #ffaf23 !important;
}

.main-red-medium {
    color: #ff4b4b !important;
}
.main-a-red-medium {
    color: #ff4b4b !important;
}
.main-a-red-medium:hover {
    color: #ffaf23 !important;
}

.main-red-light {
    color: #ffaeae !important;
}
.main-a-red-light {
    color: #ffaeae !important;
}
.main-a-red-light:hover {
    color: #ffaf23 !important;
}

.main-orange {
    color: #ffaf23 !important;
}
.main-a-orange {
    color: #ffaf23 !important;
}
.main-a-orange:hover {
    color: #00bfff !important;
}

.main-white {
    color: #fff !important;
}
.main-a-white {
    color: #fff !important;
}
.main-a-white:hover {
    color: #ffaf23 !important;
}

.main-grey-light {
    color: var(--tg-body-color) !important;
}
.main-a-grey-light {
    color: var(--tg-body-color) !important;
}
.main-a-grey-light:hover {
    color: #ffaf23 !important;
}

.main-grey-dark {
    color: #777777 !important;
}
.main-a-grey-dark {
    color: #777777 !important;
}
.main-a-grey-dark:hover {
    color: #ffaf23 !important;
}

.main-yellow {
    color: #fffb00 !important;
}
.main-a-yellow {
    color: #fffb00 !important;
}
.main-a-yellow:hover {
    color: #ffaf23 !important;
}

.main-black {
    color: #000 !important;
}
.main-a-black {
    color: #000 !important;
}
.main-a-black:hover {
    color: #ffaf23 !important;
}

.main-purple {
    color: #d100b5 !important;
}
.main-a-purple {
    color: #d100b5 !important;
}
.main-a-purple:hover {
    color: rgb(230, 0, 199) !important;
}

/*----------------------------------------*/
/*  FLEX BOX
/*----------------------------------------*/

.flex-box-column {
    display: flex;
    flex-direction: column;
}

.flex-box-row {
    display: flex;
    flex-direction: row;
}

.flex-box-content {
    display: flex;
}

/*----------------------------------------*/
/*  BUTTONS
/*----------------------------------------*/

.main-button {
    display: block;
    background: var(--tg-common-color-blzblue);
    color: var(--tg-common-color-white);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-bold);
    text-transform: none;
    border: 3px solid var(--tg-common-color-blzblue);
    padding: 12px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 0 auto !important;
}
@media (max-width: 767.98px) {
    .main-button {
        padding: 12px 32px;
    }
}
.main-button:hover {
    background: var(--tg-common-color-blzblue);
    color: var(--tg-common-color-white);
    border: 3px solid #47a6ff;
}
.main-button:disabled {
    background-color: #43474b;
    border: 3px solid #323538;
    color: #818181;
}

.login-button, .register-button, .content-button {
    width: 100% !important;
    max-width: 500px;
    margin: 30px auto 0 auto !important;
}

.about-button {
    display: block;
    background: #172129;
    color: var(--tg-body-color);
    font-family: var(--tg-heading-font-family);
    font-weight: var(--tg-fw-bold);
    text-transform: none;
    border: none;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-border-radius: 0 0 8px 0;
    -moz-border-radius: 0 0 8px 0;
    -o-border-radius: 0 0 8px 0;
    -ms-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
    height: 50px;
    padding: 7px;
    margin: 0 !important;
    box-sizing: border-box;
    margin-left: -20px !important;
    width: calc(100% + 20px) !important;
}
@media (max-width: 767.98px) {
    .about-button {
        margin-left: 0px !important;
        width: calc(100% + 20px) !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        width: calc(100%) !important;
    }
}
.about-button:hover {
    background-color: #1f2d38;
    border-color: #131a20;
    color: #fff;
}

/*----------------------------------------*/
/*  HEADER
/*----------------------------------------*/

.main-header-section {
    justify-content: center;
    align-items: center;
    background-image: url('../img/header/bg.jpg');
    background-position: center center;
    background-size: cover;
    border-top: 1px solid #151d23;
    overflow: hidden;
    padding: 50px 0;
}

.main-header-wrap {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    gap: 80px;
    padding: 0 70px;
    justify-content: center;
    align-items: center;
}

.main-header-logo {
    position: relative;
    visibility: hidden;
    max-height: 190px;
}
.main-header-logo::after {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -5px;
    height: 5px;
    width: 360px;
    background: linear-gradient(90deg, transparent 0%, #a0dcff 50%, transparent 100%);
    opacity: .15;
}

.main-header-navigation-wrap {
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
    visibility: hidden;
    gap: 25px;
}

.main-header-navigation-box {
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.main-header-navigation-box a {
    color: var(--tg-body-color);
    align-items: center;
    width: 100%;
    padding-left: 25px;
    background: linear-gradient(90deg, transparent 0%, rgba(160, 220, 255, 0.1) 50%, transparent 100%);
    font-size: 14px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-underline-offset: 5px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -ms-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.main-header-navigation-box a:hover {
    color: var(--tg-theme-primary);
    background: linear-gradient(90deg, transparent 0%, rgba(160, 220, 255, 0.2) 50%, transparent 100%);
}
.main-header-navigation-box a:hover span {
    text-decoration: none;
}
.main-header-navigation-box i,
.main-header-navigation-box a i {
    font-size: 12px;
    margin-right: 8px;
}

.main-header-navigation-a-active {
    color: var(--tg-theme-primary) !important;
    background: linear-gradient(90deg, transparent 0%, rgba(160, 220, 255, 0.2) 50%, transparent 100%) !important;
    pointer-events: none;
}

/* .main-header-line-wrap {
    width: 100%;
    justify-content: center;
}

.main-header-line {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent 0%, #a0dcff 50%, transparent 100%);
    opacity: .15;
    visibility: hidden;
    width: 1300px;
}
@media (max-width: 1199.98px) {
    .main-header-line-wrap {
        padding: 0 10px;
    }
} */

.main-header-navigation-mobile {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    max-width: 1300px;
    gap: 15px;
    display: none;
    padding: 0 15px;
    visibility: hidden;
}

.main-header-navigation-mobile a {
    align-items: center;
    color: var(--tg-body-color);
}
.main-header-navigation-mobile a:hover {
    color: var(--tg-theme-primary);
}
.main-header-navigation-mobile a i {
    font-size: 12px;
    margin-right: 8px;
}

@media (max-width: 767.98px) {
    .main-header-section {
        padding: 35px 0;
    }

    .main-header-navigation-mobile {
        display: flex;
        row-gap: 5px;
        column-gap: 15px;
    }

    .main-header-navigation-wrap {
        display: none;
    }

    .main-header-wrap {
        align-items: center !important;
        justify-content: center;
    }
}

.no-bounce {
    visibility: visible !important;
}

/*----------------------------------------*/
/*  HOME -> SHORT ABOUT
/*----------------------------------------*/

@media (max-width: 575px) {
    .about-item__avatar .avatar-name .name {
        padding-right: 0 !important;
    }
}

/*----------------------------------------*/
/*  HOME -> FREE TRIAL
/*----------------------------------------*/

.free-trial-section {
    margin: 0 0 100px 0;
    justify-content: center;
    align-items: center;
}

.free-trial-button {
    background: var(--tg-theme-primary);
    color: #000;
    border: 3px solid var(--tg-theme-primary);
    /* filter: drop-shadow(2px 2px 1rem #36464d); */
    filter: drop-shadow(0 0 1rem #36464d);
}

.free-trial-button:hover {
    background: var(--tg-theme-primary);
    color: #000;
    border: 3px solid #fe9401;
}

/*----------------------------------------*/
/*  HOME -> FEATURES & MEDIA
/*----------------------------------------*/

.video-bg
{
    min-height: 400px;
}

/*----------------------------------------*/
/*  HOME -> ABOUT
/*----------------------------------------*/

.about-area-custom {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media (max-width: 767.98px) {
    .about-area-custom {
        margin-top: 80px;
    }
}

.about__tab-wrap .nav-tabs {
    justify-content: flex-start;
    padding: 0;
    position: relative;
    gap: 15px;
}
@media (max-width: 1199.98px) {
    .about__tab-wrap .nav-tabs {
        gap: 15px 30px;
    }
}
@media (max-width: 767.98px) {
    .about__tab-wrap .nav-tabs {
        gap: 20px 25px;
    }
}

.about__tab-wrap .nav-tabs .nav-item .nav-link {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 7px 15px;
    color: var(--tg-theme-primary);
}
.about__tab-wrap .nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #333333;
}
.nav-tabs .nav-link.active {
    color: #a9b0bc !important;
    background: #131c22;
}

.about__area .tab-content {
    margin: 25px 0 0;
    position: relative;
    overflow: hidden;
}

/*----------------------------------------*/
/*  FAQ
/*----------------------------------------*/

.faq-area
{
    padding: 100px 0;
}

/*----------------------------------------*/
/*  FEATURES -> BOXES
/*----------------------------------------*/

.blog-post-content {
    clip-path: none;
    --webkit-clip-path: none;
    border-radius: 5px;
    text-align: center;
}

.blog-post-content-bg {
    background-image: url('/../img/features/bar.png');
    background-repeat: no-repeat;
    background-position: top;
    filter: drop-shadow(2px 2px 0.5rem #000);
}

.blog-post-content-anchor {
    position: absolute;
    background: #ff0000;
    height: 0;
    width: 0;
    margin-top: -50px;
    top: 0;
    left: 0;
}

.blog-post-content p {
    margin: 0;
    text-align: center;
}

.blog-post-thumb img {
    filter: drop-shadow(2px 2px 0.5rem #000);
}

@media (max-width: 991.98px) {
    .blog-sidebar {
        margin: 25px 0 10px;
    }
}

.video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}