@font-face {
    font-family: 'Jeko DEMO';
    src: url('../fonts/JekoDEMO-ExtraBold.woff2') format('woff2'),
        url('../fonts/JekoDEMO-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko DEMO';
    src: url('../fonts/JekoDEMO-Medium.woff2') format('woff2'),
        url('../fonts/JekoDEMO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko DEMO';
    src: url('../fonts/JekoDEMO-MediumItalic.woff2') format('woff2'),
        url('../fonts/JekoDEMO-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko DEMO';
    src: url('../fonts/JekoDEMO-ExtraLight.woff2') format('woff2'),
        url('../fonts/JekoDEMO-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko DEMO';
    src: url('../fonts/JekoDEMO-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/JekoDEMO-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko DEMO';
    src: url('../fonts/JekoDEMO-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/JekoDEMO-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary: #05c2cb;
    --dark: #101820;
    --highcharts-background-color: #101820;
}

body {
    background: var(--dark);
    font-family: 'Jeko DEMO';
    color: #fff;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: 0.5s ease;
}

a:hover {
    color: #fff;
}

p {
    color: #BFBFBF;
    font-size: 16px;
    margin: 0 0 20px;
}

p:last-child {
    margin: 0;
}

.btn_primary {
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 10px 25px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-weight: 600;
    transition: 0.5s ease;
}

.btn_primary:hover {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

h1 {
    font-size: 52px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 500;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fw_400{
    font-weight: 400;
}
.fw_700{
    font-weight: 700;
}

img {
    max-width: 100%;
}
.form-check-input{
box-shadow: none !important;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    
}

header .navbar .navbar-nav {
    display: flex;
    align-items: center;
}

header .navbar .navbar-nav .nav-link {
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}

header .navbar .navbar-nav .nav-link.btn_primary {
    padding: 10px 25px;
    color: #000;
    margin-left: 20px;
}

header .navbar .navbar-nav .nav-link.btn_primary.active {
    color: var(--dark);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary);
}

header .navbar .navbar-nav .nav-link:hover,
header .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    transition: 0.5s ease;
}

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

.navbar {
    padding: 0;
}

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s ease;
}

header.fixed {
    background: #101820d9;
    box-shadow: 0 0 10px 0 rgb(5 194 203 / 10%);
    backdrop-filter: blur(25px);
}

.banner_content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.banner_content>* {
    margin: 0;
}

.title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    gap: 15px;
}

.title_wrapper>* {
    margin: 0;
}

.title_wrapper h6 {
    padding: 8px 20px;
    border: 1px solid var(--primary);
    border-radius: 40px;
    color: var(--primary);
}

.tab_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab_wrapper .nav-tabs {
    justify-content: center;
    border: 0;
    background: #ffffff1f;
    display: inline-flex;
    padding: 7px;
    border-radius: 50px;
}

.tab_wrapper .nav-tabs .nav-link {
    margin: 0;
    padding: 10px 25px;
    border-radius: 50px;
    border: 0;
    color: #fff;
}

.tab_wrapper .nav-tabs .nav-link.active {
    background: var(--primary);
    color: var(--dark);
}

.tab_wrapper .tab-content {
    width: 100%;
    padding: 50px 0 0;
}

ul.list_ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 30px;
}

ul.list_ul li {
    position: relative;
    padding-left: 20px;
}

ul.list_ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
}

.tab_img {
    aspect-ratio: 9 / 7;
    overflow: hidden;
    padding-left: 70px;
}

.tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.service_box_wrap {
    background: rgb(255 255 255 / 3%);
    border: 1px solid #003c3f;
    padding: 25px;
    border-radius: 16px;
    height: 100%;
}

.service_box_wrap .icon img {
    max-width: 60px;
}

.service_box_wrap h4 {
    margin: 20px 0 10px;
    font-size: 24px;
}

.service_box_wrap h6 {
    font-size: 16px;
}

.service_box_wrap p {
    margin: 0 0 15px;
    font-size: 14px;
}

.service_box_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.service_box_wrap ul li {
    padding-left: 25px;
    position: relative;
    color: #fff;
    font-size: 14px;
}

.service_box_wrap ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 15px;
    background: url(../images/check.svg);
    background-size: 16px;
    filter: hue-rotate(-45deg);
}

.demo_img_wrap {
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.demo_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing_box {
    padding: 35px;
}

.pricing_box.popular {
    border-color: var(--primary);
}

.pricing_box h4 {
    margin: 0 0 15px;
}

.pricing_box h2 {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 400;
    color: #BFBFBF;
}

.pricing_box h2 span {
    font-size: 30px;
    font-weight: 700;
    margin-right: 5px;
    color: #fff;
}

.pricing_box p {
    margin: 15px 0 0;
}

.pricing_box h4 {
    display: flex;
    align-items: center;
}

.pricing_box h4 span {
    background: var(--primary);
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    margin-left: 10px;
}

.testimonial_box {
    background: rgb(255 255 255 / 3%);
    border: 1px solid #003c3f;
    padding: 25px;
    border-radius: 16px;
}

.testimonial_box>h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    min-height: 66px;
}

.testimonial_box .user_wrap {
    display: flex;
    align-items: center;
}

.testimonial_box .user_wrap .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_box .user_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_box .user_wrap .content {
    padding-left: 15px;
}

.testimonial_box .user_wrap .content h6 {
    margin: 0 0 5px;
}

.testimonial_slide {
    padding: 0 0 50px;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
}

.accordian_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.accordian_wrapper .accordion-item {
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 15px;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
    background: var(--primary);

}

.accordion-button:not(.collapsed)::after {
    filter: inherit;
}

.contact_form_wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: rgb(255 255 255 / 3%);
    border: 1px solid #003c3f;
    padding: 40px;
    border-radius: 20px;
}

.form-group label {
    display: inline-block;
    margin: 0 0 5px;
}

.form-group .form-control {
    background: rgb(255 255 255 / 5%);
    border: 1px solid #2f3e4d;
    color: #fff;
    padding: 10px 20px;
    box-shadow: none !important;
}

.form-control::placeholder {
    color: #4c5f79;
}
/* Style the select box */
#country_code {
    background: rgb(255 255 255 / 5%);
    color: #fff;                      
    border: 1px solid #2f3e4d;
    padding: 10px 15px;
}
#country_code::-ms-expand {
    display: none; 
}
#country_code option {
    color: #fff;
    background: #232a32;
}


footer {
    background: rgb(0 0 0 / 30%);
}

.footer_logo_wrap {
    max-width: 400px;
}

.footer_contact_wrapper {
    max-width: 500px;
    margin-left: auto;

}

.footer_contact_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_contact_wrapper ul li {
    font-size: 15px;
    line-height: 22px;
    display: flex;
    gap: 10px;
}

.footer_contact_wrapper ul li a {
    color: #fff;
}

.footer_contact_wrapper ul li a:hover {
    color: var(--primary);
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.copyright ul li a {
    color: #fff;
}

.copyright ul li a:hover {
    color: var(--primary);
}

.login_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 0;
}

.login_box{
    background: rgb(255 255 255 / 3%);
    border: 1px solid #003c3f;
    padding: 35px;
    border-radius: 16px;
    width: calc(100% - 30px);
    max-width: 500px;
}


@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }
}

@media (max-width: 1200px) {
    .navbar-brand img {
        height: 35px;
    }

    header .navbar .navbar-nav .nav-link {
        padding: 0 11px;
    }

    .tab_img {
        padding-left: 0;
    }

    .demo_img_wrap {
        max-height: 500px;
    }

    .pricing_box {
        padding: 20px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .service_box_wrap h4 {
        font-size: 20px;
    }

    .testimonial_box {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        border: 0;
        padding: 0;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent;
        outline: 0 !important;
    }

    .navbar-toggler-icon {
        background: #fff;
        width: 25px;
        height: 3px;
        border-radius: 10px;
        position: relative;
    }

    .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        right: 0;
        top: -7px;
        width: 20px;
        height: 3px;
        background: #fff;
    }

    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 15px;
        height: 3px;
        background: #fff;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        transform: rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        bottom: 0;
        width: 25px;
        transform: rotate(90deg);
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
        display: none;
    }

    header .navbar .navbar-nav {
        display: flex;
        align-items: flex-start;
        margin: 30px 0 0;
        gap: 15px;
    }

    header .navbar .navbar-nav .nav-link.btn_primary {
        margin-left: 0;
    }

    header {
        background: #101820d9;
        backdrop-filter: blur(25px)
    }

    header .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .banner_content {
        align-items: center;
        text-align: center;
    }

    .footer_logo_wrap {
        max-width: inherit;
        text-align: center;
    }

    .footer_contact_wrapper {
        max-width: inherit;
        margin-left: 0;
    }

    .footer_contact_wrapper h5 {
        text-align: center;
    }

    .footer_contact_wrapper ul {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .footer_contact_wrapper ul li {
        display: inline-block;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .copyright ul {
        justify-content: center;
    }

}

@media (max-width: 575px) {
    .contact_form_wrapper {
        padding: 20px;
    }

    .tab_img img {
        border-radius: 10px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    .pricing_box h2 span {
        font-size: 22px;
    }
}