/*google font*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root, [data-bs-theme=light] {
    --font-family: Inter;
    /*Common Color */
    --white: #FFFFFF;
    --black: #000;
    --red: #D10404;
    --red-light: #FBDCDC;
    --blue: #0775DE;
    --blue-light: #E2EFFB;
    --green: #008300;
    --green-light: #D9EDD3;
    --teal: #027D7D;
    --teal-light: #7FF6F6;
    --purple: #312D40;
    /*Theme Color */
    --theme-banner-bg-color: #84AAD2; /*Blue*/
    --theme-banner-bg-light-color: #E2EEFA; /*Light Blue*/
    --theme-primary-color: #84AAD2; /*theme Blue - --bs-primary */
    --theme-primary-color-light: #B3CEEA; /*mild-yellow*/
    --theme-primary-color-light1: #FFD7AC; /*extra-light yellow*/
    --theme-primary-color-mild: #B3CEEA; /*mild-yellow*/
    --theme-secondary-color-dark: #202020; /*dark-gray --btn-hover-bg */
    --theme-secondary-color-dark2: #434343; /*dark-gray Two */
    --theme-secondary-color-mild: #343535; /*mild-gray --bs-secondry */
    --theme-secondary-color-mild2: #AFAFAF; /*mild-gray --bs-secondry */
    --theme-secondary-color-mild3: #D7D7D7; /*mild-gray --bs-secondry */
    --theme-secondary-color-mild4: #E3E3D9; /*gray*/
    --theme-secondary-color-light: #EFEFEF; /*light-gray --bs-bg-light-gray */
    --theme-third-color: #A98500; /*gold*/
    --theme-price-color: #2E77E5; /*blue*/
    /*Primary Button*/
    --btn-primary-bg-color: #D9534F; /*theme Maroon*/
    --btn-primary-bg-color-hover: #FFFFFF; /*dark-gray*/
    --btn-primary-border-color-hover: #FFFFFF; /*dark-gray*/
    --btn-primary-color: #FFFFFF; /*dark-gray*/
    --btn-primary-color-hover: #D9534F; /*white*/
    --btn-primary-border-color: #D9534F; /*theme Maroon*/
    /*Secondary Button*/
    --btn-secondary-bg-color: #929292; /*mild-gray*/
    --btn-secondary-bg-color-hover: #202020; /*dark-gray*/
    --btn-secondary-color: #202020; /*dark-gray*/
    --btn-secondary-color-hover: #ffffff; /*white*/
    --btn-secondary-border-color: #343535; /*mild-gray*/
}

@font-face {font-family: 'Inter Thin';font-style: normal;font-weight: 100;font-display: swap;src: url("../fonts/Inter/Inter-Thin.ttf");}
@font-face {font-family: 'Inter ExtraLight';font-style: normal;font-weight: 300;font-display: swap;src: url("../fonts/Inter/Inter-ExtraLight.ttf");}
@font-face {font-family: 'Inter Light';font-style: normal;font-weight: 300;font-display: swap;src: url("../fonts/Inter/Inter-Light.ttf");}
@font-face {font-family: 'Inter Medium';font-style: normal;font-weight: 500;font-display: swap;src: url("../fonts/Inter/Inter-Medium.ttf");}
@font-face {font-family: 'Inter'; font-style: normal;font-weight: 100;font-display: swap;src: url("../fonts/Inter/Inter-Regular.ttf");}
@font-face {font-family: 'Inter SemiBold';font-style: normal;font-weight: 100;font-display: swap;src: url("../fonts/Inter/Inter-SemiBold.ttf");}
@font-face {font-family: 'Inter ExtraBold';font-style: normal;font-weight: 800;font-display: swap;src: url("../fonts/Inter/Inter-ExtraBold.ttf");}
@font-face {font-family: 'Inter Black';font-style: normal;font-weight: 900;font-display: swap;src: url("../fonts/Inter/Inter-Black.ttf");}

body, h1, h2, h3, h4, h5, h6, a, span, p, html, div, button {
    font-family: "Inter", sans-serif;
    /*content-visibility: auto;*/
}

.bg-theme-primary {
    background-color: var(--theme-bg-color-one);
}
.btn-primary {
    color: var(--btn-primary-color) !important;
    background-color: var(--btn-primary-bg-color) !important;
    border-color: var(--btn-primary-border-color) !important;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 15px;
    margin-top: 20px;
}
.btn-primary:hover,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	color: var(--btn-primary-color-hover);
	background-color: var(--btn-primary-bg-color-hover);
	border-color: var(--btn-primary-border-color-hover);
}
.btn.btn-download {
    background: var(--bs-white);
    padding: 12px 20px;
    color: var(--theme-secondary-color-dark);
    border: 1px solid var(--bs-white);
}
.btn.btn-download:hover{
    color: var(--bs-white);
    background: var(--theme-secondary-color-dark);
}
.btn-block{
    display: block;
    width: 100%;
}
.btn.btn-outline {
    font-size: 16px;
    padding: 12px 20px;
    border: 1px solid var(--theme-secondary-color-dark);
    border-radius: 16px;
    color: var(--theme-secondary-color-dark);
}
body {
    font-size: .875rem;
    color: var(--theme-secondary-color-mild);
    position: relative;
    visibility: visible;
}


/* top-bar-css-start */
/*.header.header-sticky {
    position: sticky;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
}
.top-bar {
    padding: 5px 0;
    background: var(--theme-secondary-color-dark);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.top-social ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.top-social i,
.top-social img {
    color: var(--bs-white);
    padding: 5px;
    font-size: 18px;
}
.top-social img {
    width: 35px;
    height: 35px;
}
.top-links ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.top-links ul li .nav-link {
    color: var(--white);
    padding: 5px;
}

.menu .list-item-wrapp .list-item a {
    font-family: "Inter", sans-serif;
    text-align: left;
    color: var(--theme-secondary-color-mild);
    margin-bottom: 10px;
}

.menu .list-item-wrapp .list-item ul li a {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #333333;
}

.menu .list-item-wrapp .list-item ul li {
    margin-bottom: 14px !important;
    line-height: 20px;
}

.top-cart-product-count {
    position: relative;
    bottom: -10px;
    right: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.top-cart-count-color {
    background-color: var(--theme-secondary-color-mild);
}
.menu-right ul li img{
    width:25px;
}*/
/*top-bar-css-end*/

/*banner*/
section.banner {
    position: relative;
    display: block;
}
.banner-text-main,
.banner-text-main h1,
.banner-text-main p {
    display: inline-block;
}

.hero-wrapp {
    background-color: var(--theme-secondary-color-dark);
}
.firstHeroSlide {
    background-color: var(--white);
}
.secondHeroSlide {
    background-color: var(--theme-banner-bg-color);
}
.thirdHeroSlide {
    background-color: var(--theme-banner-bg-color);
}
.banner-text-main {
    display: inline;
    text-align: center;
    transform: translate(0, -50%);
    color: var(--theme-secondary-color-dark);
    z-index: 1;
}
.banner-text-main p {
    margin-bottom: 0;
}

.banner-text-main h1 {
    background-clip: text;
    color: var(--theme-secondary-color-dark);   
    font-size: 70px;
    font-weight:800;
    display:block;
}
.banner-text-main p {
    padding-top:10px;
    font-size: 48px;
    font-weight: 600;
    display: block;
}
.banner-text-main span {
    color: var(--theme-color-one);
    padding-top: 20px;
    font-size: 24px;
    font-weight: 400;
    display: block;
}


.banner-text-bottom span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.banner-text-bottom {
    top: 0;
    bottom: auto;
    transform: none;
}

.banner-text-bottom {
    text-align: center;
    left: 0;
    right: 0;
}
.banner-text-bottom span {
    display:block;
    padding-bottom:10px;
}
.banner-text-bottom a:hover {
    background-color: var(--btn-primary-bg-color-hover);
}
.banner-text-bottom h2 {
    font-size: 50px;
    font-weight: 900;
    color: var(--bs-white);
    filter: drop-shadow(2px 4px 6px black);
}
.hero-inner {
    padding: 0px 0px;
}
/*banner*/

/*Below-Banner Steps css*/
.both {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.both {
    padding-bottom: 35px;
}
.q_hm {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-secondary-color-mild);
    margin-bottom: 2px;
}
.t_hm {
    margin: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-secondary-color-dark2);
}
.hm_bb {
    padding: 30px 0;
    background: var(--theme-secondary-color-light);
    border-bottom: 1px solid #C5C5C5;
}
.im {
    text-align: center;
}
.im_hm {
    text-align: center;
    border-radius: 12px;
    background-color: var(--theme-primary-color);
    width: 50px;
    height: 50px;
    align-content: center;
    line-height: 50px;
}
.choose_hm {
    color: var(--theme-secondary-color-mild);
    font-size: 14px;
}
.hm_human {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
}

.hm_sliding {
    background-color: var(--theme-secondary-color-light);
    padding: 35px 0;
}
.hm_slide img {    
    padding-bottom: 40px;
    object-fit: cover;
}
.hm_slide {
    width: 100%;
}
.off {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}
.subheat {
    padding: 20px;
    text-align: center;
    background-color: #FA121C; /*red*/
    border-radius: 24px;
}
.bu a {
    border-radius: 12px;
    border: 0px;
    background-color: #ffffff;
    color: black;
    padding: 12px 16px 12px 16px;
}
.b.bu {
    margin-top: 15px;
}
.no {
    color: #ffffff;
}
/*hm_sliding end*/

/* why order from us */
.live-agentbox .agentbox {
    background: linear-gradient(227.11deg, #FFFFFF 9.31%, #EBEBEB 16.06%, #FFFFFF 20.77%, #E6E6E6 29.36%, #FFFFFF 40.99%);
    padding: 20px;
    border-radius:25.19px;
}
.live-agentbox {
    position: absolute;
    top: 30px;
    left: 20px;
    padding: 15px;
    background: linear-gradient(226.51deg, rgba(255, 255, 255, 0.3) 27.4%, #4A3F89 95.9%);
    border: 1.00762px solid #FFFFFF;
    backdrop-filter: blur(2.87173px);
    border-radius: 40.305px;
}
.live-agentbox h2 {
    font-weight: 700;
}
.live-agentbox p.text {
    margin-bottom: 0;
    font-weight: 500;
    color: #545454;
    line-height: 20px;
}
.live-agentbox p.highlight {
    margin-bottom: 0;
    color: var(--blue);
    font-weight: 600;
}
.live-agentbox p.highlight1 {
    margin-bottom: 0;
    color: var(--green);
    font-weight: 600;
}
.wo-img {
    width: 82%;
    margin-left: auto;
    border-radius: 24.18px;
}
.wo-img img {
    border-radius: 24.18px;
}
section.whyorder {
    background-color: var(--theme-secondary-color-dark);
}
ul.list-with-svg {
    margin-top: 10px;
}
ul.list-with-svg li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
}
ul.list-with-svg li .svg {
    margin-right: 10px;
    width: 22px;
    text-align: center;
}
ul.list-with-svg li span {
    width: calc(100% - 32px);
}
.wo-contact .wo-contact-d {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.wo-contact h3, 
.wo-contact h3 a {
    color: inherit;
    margin-bottom: 0;
}
.wo-contact .wo-contact-d > span {
    padding: 0 20px;
    font-size:17px;
}
.wo-contact a.btn.btn-primary {
    --bs-btn-padding-x: 1rem;
}
.wo-contact a.btn:hover {
    background-color: var(--bs-white);
    color:var(--bs-black);
}
.divider {
    width: 200px;
}
.whyorder h3 {
    font-size: 17px;
}
.wo-innerwrapper {
    margin-bottom: 30px;
}
/* End why order from us */


/* How to order */
.howtoorder {
    background-color: var(--theme-secondary-color-light);
}

.step {
    padding: 0;
    text-align: center;
}

.step img {
    width: 60px;
    padding: 10px;
    background-color: var(--theme-primary-color);
    border-radius: 16px;
    margin-bottom: 20px;
}

.row.step-horizontal {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.step .step-bullet:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: linear-gradient(180deg, #FFC74B 0%, #CF5A95 100%);
    border-radius: 100%;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.step .step-bullet {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto 35px;
}

.step .step-bullet {
    border-radius: 100%;
    background-color: var(--bs-white);
    box-shadow: 0px 1px 5.4px 0px #00000040 inset;
}
/* End How to order */

/* Card - scroller css */
:root {
    --card-height: 40vw;
    --card-margin: 4vw;
    --card-top-offset: 2em;
    --numcards: 4;
    --outline-width: 0px;
}
#ged-card_1 {
    --index: 1;
}
#ged-card_2 {
    --index: 2;
}
#ged-card_3 {
    --index: 3;
}
.ged-card {
    position: sticky;
    top: 0;
    padding-top: calc(var(--index) * var(--card-top-offset)) !important;
}

@supports (animation-timeline: works) {
    @scroll-timeline cards-element-scrolls-in-body {
        source: selector(body);
        scroll-offsets:
        /* Start when the start edge touches the top of the scrollport */ selector(
                #ged-cards
            )
            start 1,
        /* End when the start edge touches the start of the scrollport */
            selector(#ged-cards) start 0;
        start: selector(#ged-cards) start 1; /* Start when the start edge touches the top of the scrollport */
        end: selector(#ged-cards) start 0; /* End when the start edge touches the start of the scrollport */
        time-range: 4s;
    }

    .ged-card {
        --index0: calc(var(--index) - 1); /* 0-based index */
        --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
        --reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
    }

    .ged-card__content {
        transform-origin: 50% 0%;
        will-change: transform;

        --duration: calc(var(--reverse-index0) * 1s);
        --delay: calc(var(--index0) * 1s);

        animation: var(--duration) linear scale var(--delay) forwards;
        animation-timeline: cards-element-scrolls-in-body;
    }

    @keyframes scale {
        to {
            transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
        }
    }
}
section.got-ed {
    background: var(--theme-secondary-color-dark);
}
.gedcard-inner {
    background-color: var(--purple);
    padding: 30px;
    backdrop-filter: blur(151px);
    border-radius: 22.67px;
}
.ged-card:nth-child(even) .gedcard-inner {
    background-color: #26203E; /*dark purple*/
}
.gedcard-inner p {
    font-size: 15px;
    color: #FFFFFFCC;
}
.gedcard-inner .subheading {
    font-weight: 600;
    color: #FFFFFFD4;
    font-size: 17px;
}
.card-img-wrapp {
    position: relative;
}
.card-img-wrapp:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: #FFFFFF24;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.ged-card__content {
    background-color: var(--theme-secondary-color-dark);
}

/* End Card - scroller css */


/*faq-start*/
.faq-main {
    background-color: #E0E0DF;
    border-radius: 12px;
    padding: 50px 15px;
    z-index: 1;
    position: relative;
}
.faq-main .accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}
.faq-content .accordion-button {
    box-shadow: unset !important;
}
.hm_question {
    background-color: var(--theme-banner-bg-color);
}
.hm_freqenly {
    padding: 14px 0;
    font-size: 30px;
    line-height: 41px;
    font-weight: 400;
    text-align: center;
}
.faq-content .accordion-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #1a1a1a;
}
.faq-content .accordion-flush {
    --bs-accordion-bg: transparent !important;
}
.stbtn.stbtn-container.pb-4 {
    padding: 10px;
}
.faq-question .accordion-button {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}
.faq-main .accordion-button:not(.collapsed) {
    color: var(--bs-dark);
    background: transparent;
}
.faq-main .accordion-button{
    padding: 18px 18px 15px 0;
}
.faq-main .accordion-body {
    padding: 0 var(--bs-accordion-body-padding-x) var(--bs-accordion-body-padding-y) 0;
}
.faq-question button {
    padding: 20px 0 20px 0;
    font-size: 17px;
}
.faq-main .accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #1a1a1a;
}
.faq-question button:focus {
    box-shadow: unset !important;
    background-color: unset !important;
}

.faq-question .accordion-button:not(.collapsed) {
    background-color: unset !important;
}

.faq-question .accordion-body {
    padding: 0px 0 20px 0;
    font-size: 14px;
}
.faq-question .accordion-button:not(.collapsed) i {
    rotate: 182deg;
}
.faq-main .hm_viewall {
    text-align: center;
    margin-top: 30px;
    border-radius: 12px;
    padding: 14px 20px;
    border-color: #1a1a1a;
    color: #1a1a1a;
}
.hm_faq {
    background: var(--theme-secondary-color-light);
    overflow: hidden;
}
.faq-question .accordion-button.collapsed::after {
    transform: translate(-10px, -50%);
}
.faq-question .accordion-button:not(.collapsed)::after {
    transform: translate(-15px, -50%) rotate(-180deg);
}
.hm_faq {
    position: relative;
}
.hm_faq:before {
    position: absolute;
    /*content: url(../assets/images/home/curvsmall.png);*/
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: 100px;
}
/*faq-end*/

/*logo swiper*/
.logoSwiper img {
    max-width: 150px;
    height: auto;
    margin: auto;
}

.logoSwiper .swiper-slide {
    text-align: center;
}
/*logo swiper*/


/*subscribecontent-start*/
.sub {
    background: #fff;
    padding: 20px;
    border: 1px solid var(--theme-primary-color);
    border-radius: 25px;
    box-shadow: 1px -4px 20px 3px #53535340;
    transform: translateY(85px);
}
.subscribecontent h2 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
}
.subscribecontent p {
    font-size: 12px;
    color: #000000;
}
.subscribecontent input[type='text'] {
    font-size: 10px;
    border: 1px solid var(--theme-secondary-color-dark2);
    border-right: none;
    outline: none;
    padding: 11px;
    border-radius: 12px 0px 0px 12px;
    margin: 0;
    width: 66%;
}
.subscribecontent input[type="submit"] {
    background: var(--btn-primary-bg-color);
    color: var(--btn-primary-color);
    outline: none;
    font-size: 10px;
    padding: 11px 32px 11px;
    margin: 0;
    border-radius: 0px 12px 12px 0px;
    width: 33%;
    margin-left: -5px;
    border: 1px solid var(--theme-primary-color);
}
.subscribe {
    position: relative;
    z-index: 1111;
}



/*Footer-css*/
footer {
    background: var(--theme-secondary-color-dark);
    padding: 110px 0 50px 0;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #020202;
}
.footer-menu li {
    flex: 50%;
}
.footer-menu a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.footer-links ul {
    margin-top: 20px;
}
.footer-links li {
    flex: 50%;
}
.footer-links a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--theme-secondary-color-mild2);
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.footer-links2 ul {
    margin-top: 20px;
}
.footer-g-img {
    flex: 50%;
}
.footer-links2 a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--theme-secondary-color-mild2);
    padding-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.PaymenOption_hm {
    padding: 20px 0;
}
.PaymenOption_hm span {
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #fff;
}
.PaymenOption_hm ul {
    display: flex;
}
.PaymenOption_hm ul li {
    padding: 0 20px 0 0 !important;
    margin-top: 15px !important;
}
.PaymenOption_hm i {
    font-size: 60px;
    color: #ffffff94;
}
.footer-l-img {
    padding: 30px 0 20px 0;
}
.footer-l-img p {
    font-size: 14px;
    color: var(--theme-secondary-color-mild2);
    margin-top: 15px;
    line-height: 18px;
}
.footer-l-img a {
    font-size: 24px;
    margin-top: 30px;
    display: block;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #fff;
}
.footer-l-links p {
    color: var(--theme-secondary-color-mild2);
    line-height: 24px;
    font-size: 13px;
}
.footer-social ul {
    display: flex;
    justify-content: center;
}
.footer-social li {
    padding: 0 20px 0 0 !important;
}
.footer-social img {
    width: 30px;
    height: 30px;
}
.footer-social-link {
    padding: 10px 0;
    text-align: center;
    margin-top: 25px;
    background-color: var(--theme-secondary-color-mild);
}
footer .footer-order3 {
    order: 1;
}
.footer-order2 {
    order: 2;
}
.footer-order1 {
    order: 3;
}
.col-lg-4.listfm1 {
    width: 50%;
}
footer {
    position: relative;
}
.PaymenOption_hm {
    border-top: 1px solid var(--theme-banner-bg-color);
}
.footer-g-img {
    right: 52px;
    top: 34%;
    position: absolute;
}
.footer-bottom {
    display: flex;
    margin-top: 10px;    
}
.footer-bottom .copyright {
    text-align: left;
    color: #7EACEF;
}
.footer-bottom .privacy {
    text-align: right;
    display: flex;
    color: #7EACEF;
}
.footer-bottom .privacy a {
    color: #7EACEF;
    padding-right: 1px;
    padding-left: 1px;
}
/*Footer-css-end*/

