/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

body {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    overflow-x: hidden !important;
}

:root {
    --primary: #275473;
    --secondary: #2b313e;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 12px;
}

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    padding: 12px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

/* =============================  Header  ================================= */

.header.home-page {
    background-color: #0000001a;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header {
    background-color: #14171e;
}

.header .btn-primary {
    width: 130px;
    /* width: 100%; */
    padding: 11px 20px;
}

.header .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 12px !important;
    letter-spacing: 0.2px;
}

.header .nav-link:hover {
    color: var(--primary);
}

.banner_sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* black with 50% opacity */
    z-index: 1;
}

.banner_sec .share_icon svg {
    width: 25%;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    content: "";
    fill: #fff;
    z-index: 9;
    margin: auto;
}

.banner_sec {
    padding: 250px 0px 150px 0px;
    background: #f3f3f3;
    /* height: 750px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_sec .content h1 {
    font-size: 76px;
    letter-spacing: 0px;
    color: #ffffff;
}

.banner_sec .content p {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}

.banner_sec .content {
    z-index: 9;
    position: relative;
}

.banner_sec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.banner_sec .btn-primary,
.banner_sec .btn-secondary {
    padding: 18px 25px;
}


.section_title {
    max-width: 570px;
    margin: auto;
    padding-bottom: 50px;
}

.section_title h4 {
    color: #2B313E;
    font-size: 32px;
}

.section_title p {
    color: #2B313E;
}

.about_sec {
    padding-top: 80px;
}

.about_us_content {
    font-size: 16px;
    color: #333;
}

.howtowork_sec {
    padding: 50px 0px;
}

.howtowork_sec .nav-link {
    width: 100%;
    display: block;
    text-align: left;
    padding: 30px;
    background: #673ab708;
    margin-bottom: 30px;
    border: 1px solid #8f0ae724;
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.howtowork_sec .tab_icon {
    position: absolute;
    top: -32px;
    left: -29px;
    margin: auto;
    border: 1px solid #ebebeb;
    width: 70px;
    height: 70px;
    border-radius: 50px 50px 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    color: var(--primary);
}


.howtowork_sec .nav-pills .nav-link.active,
.howtowork_sec .nav-pills .show>.nav-link {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.howtowork_sec .nav-pills .nav-link.active .tab_icon {
    border: 1px solid var(--primary);
    color: #ffffff;
    background: var(--primary);
}

.howtowork_sec .nav-pills .nav-link.active p {
    color: #ffffff;
}


.features_sec {
    padding: 50px 0px;
    background: #2B313E;
    margin-bottom: 80px;
    background-image: url('../../images/section-bg.png');
}

.work_card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}


.work_card .icon svg {
    color: var(--primary);
}

.work_card .content h4 {
    font-size: 21px;
    font-weight: 500;
    color: #212121;
}

.work_card .content p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

.work_card span {
    height: 50px;
    width: 50px;
    margin: auto;
    background: #275473;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-bottom: 20px;
    border-radius: 50px;
    color: #fff;
    position: relative;
}

.work_card span:before {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    border-radius: 50px;
}

.review_text {
    font-size: 17px;
    margin: 0;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.review_item i {
    color: orange;
    font-size: 12px;
}

.review_item p {
    font-size: 15px;
    line-height: 25px;
    color: #3f3f3f !important;
    margin: 0 !important;
}

.review_item .card-footer h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px !important;
}

.review_item .card-footer p {
    font-size: 14px;
    color: #595959 !important;
    font-weight: 400;
}

.review_item .card-footer img {
    border: 1px solid #ddd !important;
}

.testimonial_sec {
    padding: 100px 0px;
    background-image: url('../../images/testimonial-bg.webp');
    background-size: inherit;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.sliderTestimonial .card {
    border-radius: 12px !important;
}

.controls-testimonial li {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 0.5px solid #f1f1f1;
}

.controls-testimonial li svg {
    width: 20px;
}

.prev.swiper-button-disabled {
    background: #f4f4f4;
    color: #ddd;
}

.next.swiper-button-disabled {
    background: #f4f4f4;
    color: #ddd;
}


.pricing_sec {
    background-color: #fdfdfd;
    padding: 80px 0px;
    background-image: url('../../images/pricing-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.form-switch {
    padding-left: 45px;
    padding-right: 5px;
}


.pricing-item .primary-btn {
    background: var(--primary);
    color: #ffffff;
    padding: 10px 10px;
}

.pricing-item .active.primary-btn,
.pricing-item .primary-btn:hover,
.pricing-item .primary-btn:focus {
    background: var(--secondary);
    color: #ffffff;
}

.pricing-item .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}


.pricing-item {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #EEE;
}


.pricing-item .sub-title {
    font-size: 18px;
}

.pricing-item sub {
    font-size: 15px;
    font-weight: 400;
}

.pricing-item .price {
    font-size: 45px;
    font-weight: 600;
}


.pricing-item .year {
    color: var(--dark-3);
    margin-top: 3px;
}


.pricing-item .pricing-list li {
    color: #2b313e;
    font-size: 16px;
    padding: 5px 0px;
}

.pricing-item .pricing-list li i {
    color: #4CAF50;
    margin-right: 8px;
}


.pricing-item .bottom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
    z-index: -1;
}


.form-control {
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #c4c4c4;
}

.form-control::placeholder {
    color: #AAA;
}

.register_sec,
.login_page {
    background-size: cover;
}

.login_page {
    min-height: 750px;
}

.checkout_page {
    min-height: 740px;
}

.about-section {
    min-height: 780px;
}

.services_content h4 {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 15px;
    line-height: inherit;
}

.services_content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #000;
}

.services_content ul li {
    font-size: 18px;
    padding-bottom: 10px;
    color: #000;
}


.howtowork_content h4 {
    font-size: 22px;
    color: #222;
    font-weight: 600;
}

.howtowork_content p {
    font-size: 18px;
}

.howtowork_content .step {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-radius: 100px !important;
    background: #fafafa;
    height: 100px;
    max-width: 100px !important;
    width: 100%;
}

.call_to_action_section {
    padding: 100px 0px;
    background: linear-gradient(45deg, #2754731c, #ffffff);
}

.call_to_action_section .content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.call_to_action_section .content p {
    font-size: 18px;
    color: #212121;
}

.social_items a {
    border-radius: 50%;
    color: white !important;
    transition: background-color 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    background: #d4d4d4;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_post .title {
    font-size: 20px;
    color: #212121;
    line-height: inherit;
}

.blog_post .title a {
    color: #212121;
    font-weight: 500;
}

.blog_post .blog_desc {
    font-size: 18px;
    color: #666;
}

.blog_post .card-footer {
    padding: 0px 0px;
}

.blog_post .card-footer .learn_more {
    padding: 10px 20px;
    border: 1px solid #ddd;
    display: inline-block;
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}



.single_post h1 {
    font-size: 23px;
    font-weight: 600;
    color: #212121;
}

.single_post p {
    font-size: 18px;
    line-height: 30px;
    color: #555;
}

.blog_sidebar .title {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}


.blog_sidebar .title a{
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.blog_post .title a:hover{
    color: var(--primary) !important;
}

.categories_list ul li a {
    font-size: 16px;
    color: #212121;
    display: block;
    padding: 6px 0px;
}

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

.category_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 120px;
    overflow: hidden;
}


.blog_tags a {
    font-size: 16px;
    color: #2d2b2b;
}

.blog_tags a:hover {
    color: rgb(13 110 253);
}




/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
