/* Fonts */
/* fonts Start */
@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Poppins-100.woff2') format('woff2'),
        url('../fonts/Poppins-100.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Poppins-200.woff2') format('woff2'),
        url('../fonts/Poppins-200.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Poppins-300.woff2') format('woff2'),
        url('../fonts/Poppins-300.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Poppins-400.woff2') format('woff2'),
        url('../fonts/Poppins-400.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Poppins-500.woff2') format('woff2'),
        url('../fonts/Poppins-500.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Poppins-600.woff2') format('woff2'),
        url('../fonts/Poppins-600.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Poppins-700.woff2') format('woff2'),
        url('../fonts/Poppins-700.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Poppins-800.woff2') format('woff2'),
        url('../fonts/Poppins-800.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Poppins-900.woff2') format('woff2'),
        url('../fonts/Poppins-900.woff') format('woff');
}

/* Fonts */
/* Root CSS Start */
:root {
    --white: #FFFFFF;
    --blue: #0961F5;
    --black: #181818;
    --orange: #EE7B59;
    --light: #989898;
    --light-border: #E8ECF4;
    --light-blue: #E7F0FF;
    --light-pink: #FFF7E1;
    --light-purple: #F6F0FF;
    --light-orange: #EE7B591A;
    --blue-effect: #0961F54D;
    --purple: #211034;
    --backdrop-filter: blur(20px);
    --box-shadow: 0px 1.07px 12.88px 0px #00000040 inset;
    --box-shadow-second: 0px 8px 12px 0px #0514410D;
    --gradient-white: linear-gradient(105.98deg, rgba(255, 255, 255, 0.5) -15.14%, rgba(255, 255, 255, 0.05) 132.49%);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

button {
    border: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/* Root CSS End */
/* font size */
.fs-8 {
    font-size: 8px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

/* font size */
/* Color  */
.text-dark {
    color: var(--black) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-light-sm {
    color: var(--light-border) !important;
}

.text-main {
    color: var(--orange) !important;
}

/* Color  */
/* bg */
.bg-dark {
    background-color: var(--black) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-light-2 {
    background-color: var(--light-border-) !important;
}

.bg-main {
    background-color: var(--orange) !important;
}

/* bg */
/* Comman CSS Start======================== */
.comman-spacing-top-bottom-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.comman-spacing-top-bottom-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.comman-spacing-top-bottom-md {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.comman-heading {
    color: var(--black);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -4%;
    text-align: center;
    margin-bottom: 0;
}

.comman-heading-sm {
    color: var(--purple);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.comman-text-light {
    color: var(--light);
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -4%;
    text-align: center;
}

.comman-text {
    color: var(--light);
    font-weight: 400;
    font-size: 16px;
    line-height: Title Large/Line Height;
    letter-spacing: 0%;
    vertical-align: middle;
}

.bg-pill {
    width: 91px;
    height: 30px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--orange);
}

.bg-pill img {
    width: 21px;
    height: 21px;
}

.download-btn {
    width: 185.36px;
    height: 61.2px;
}

.comman-btn-sm {
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 0 12px;
    text-transform: capitalize;
    background-color: var(--orange);
}

.comman-btn {
    width: 100%;
    height: 60pxpx;
    line-height: 60px;
    text-align: center;
    color: var(--white);
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0%;
    background-color: var(--blue);
    transition: all .3s ease-in-out;
}

.comman-btn:hover {
    opacity: 80%;
    transform: scale(1.03);
}

.comman-header-top {
    margin-top: 80px;
}

/* Comman CSS End ==========================*/

/* Header Start  ============================ */
.header {
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header .navbar {
    padding: 0;
}

.header .navbar .nav-item .nav-link {
    padding: 0 2rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

.header .logo-blue {
    display: none;
}

.header.footer-fixed,
.about-us-header {
    z-index: 999;
    background-color: var(--white);
    box-shadow: var(--box-shadow-second);
}

.header.footer-fixed .navbar .nav-item .nav-link,
.about-us-header .navbar .nav-item .nav-link {
    color: var(--black);
}

.header.footer-fixed .logo.logo-blue,
.about-us-header .logo.logo-blue {
    display: block;
}

.header.footer-fixed .logo,
.about-us-header .logo {
    display: none;
}

.navbar .nav-item .nav-link.active {
    color: var(--blue) !important;
}

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

/* Footer Start ============================ */
.footer .bg-dark {
    padding: 3rem 0;
}

.footer .col-big {
    width: 25%;
    flex: 0 0 auto;
    padding: 0 .75rem;
}

.footer .col-small {
    width: 16%;
    flex: 0 0 auto;
    padding: 0 .75rem;
}

.footer-heading {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
}

.footer-text {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: .25rem;
    opacity: 80%;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
}

.footer-text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: all .3s ease-in-out;
    background-color: var(--light-border);
}

.footer-text::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    transition: all .3s ease-in-out;
    background-color: var(--light-border);
}

.footer-text:hover {
    text-shadow: 2px 3px 5px var(--light-border, rgba(0, 0, 0, 0.3));
}

.footer-text:hover::before,
.footer-text:hover::after {
    width: 100%;
}

.send-email {
    width: 217px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
}

.send-email input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: var(--black);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 8px 12px;
    padding-right: 30px;
    outline: none;
    border: 0;
    background-color: var(--white);
}

/* Footer End ============================ */

/* Banner Start ============================ */
.banner {
    width: 100%;
    height: 656px;
    background-image: url(../img/Banner/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-heading {
    width: 70%;
    margin: 0 auto;
    font-size: 58px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    color: var(--white);
    letter-spacing: -3.5px;
}

.banner .banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    color: var(--white);
    margin-top: 10px;
}

/* Banner End ============================ */

/* Product Card Start ============================ */

/* Product Card End ============================ */

/* feature CSS Start ============================ */
.feature-img {
    width: 55px;
    height: 55px;
}

/* feature CSS Start ============================ */

/* Brand Start */
.brand .col-custom {
    width: 145.51756286621094px;
    height: 28.0640869140625px;
}

.brand .col-custom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Brand Start */

/* Category Start */
.category .category-img {
    width: 100%;
    height: 158px;
    overflow: hidden;
    border-radius: 10px;
}

.category .category-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.category .category-text {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--light);
}

/* Category End */

/* working-on-wrapper */
.working-on .working-on-wrapper {
    height: 517px;
    border-radius: 20px;
    padding: 40px 80px;
    background-color: var(--light-blue);
}

.heading {
    color: var(--black);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -1.5px;
}

p.text {
    color: var(--light);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
}

.working-on .working-on-wrapper .img {
    width: 405.1px;
    height: 547.18px;
    position: absolute;
    bottom: 0;
    right: 180px;
}

/* working-on-wrapper */
/* share-anything */
.share-anything .first-card {
    height: 770px;
    padding: 1.75rem;
    border-radius: 20px;
    background-color: var(--light-pink);
}

.second-card {
    height: 770px;
    border-radius: 20px;
    padding: 40px 80px 0 80px;
    background-color: var(--light-purple);
}

.second-card .img {
    width: 405.1px;
    height: 450.18px;
    margin: 0 auto;
    position: relative;
}

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

.share-anything .card {
    width: 406px;
    height: 210px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--box-shadow-second);
    border: 1px solid var(--light-border);
    position: absolute;
    bottom: 10px;
    left: 0;
}

.custom-range {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #F7F8F9;
}

.custom-range::after {
    content: "";
    position: absolute;
    left: 0;
    width: 33.33%;
    height: 100%;
    background-color: var(--orange);
}

.custom-range .dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    background-color: #F7F8F9;
}

.custom-range .dot.active {
    background-color: var(--orange);
}

.custom-range .dot.dot-1 {
    left: 0;
}

.custom-range .dot.dot-2 {
    left: 33.33%;
}

.custom-range .dot.dot-3 {
    left: 66.66%;
}

.custom-range .dot.dot-4 {
    left: 100%;
}

.custom-range .custom-range-order {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--light-orange);
    position: absolute;
    left: 33.33%;
    top: -16px;
}

.custom-range .custom-range-order .custom-range-box {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--orange);
}

.custom-range .custom-range-order .custom-range-box img {
    width: 18px;
    height: 18px;
}

/* share-anything */
/* FAQ */
.accordion-item {
    margin-bottom: 1rem;
    border: 0;
}

.accordion-button {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -4%;
    color: var(--black);
    height: 56px;
    padding: 0 1.75rem;
    border-bottom: 1px solid var(--light-border);
}

.accordion-button:not(.collapsed) {
    color: var(--blue);
    background-color: var(--white);
}

.accordion-button:not(.collapsed) {
    border-bottom: 0;
    box-shadow: 2px 0px 4px 3px #0514410D;
}

.accordion-collapse {
    padding: 1rem 1.75rem;
    font-size: 16;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -4%;
}

.accordion-collapse.collapse.show {
    box-shadow: var(--box-shadow-second);
}

.accordion-button::after {
    background-image: url(../img/icon/plus-black.svg);
    background-size: 14.597900390625px 13.416666984558105px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/minus-blue.svg);
    background-size: 14.597900390625px 13.416666984558105px;
}

.accordion-button:focus {
    box-shadow: none;
}

/* FAQ */
/* about-us */
.about-us-banner {
    width: 100%;
    height: 302px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/Banner/about-us-banner-bg.png);
}

.contact-us-banner {
    width: 100%;
    height: 302px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/Banner/contact-us.png);
}

.count {
    width: 100%;
    height: 227px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg/about-us-count-bg.png);
}

.count-number {
    color: var(--white);
    font-weight: 600;
    font-size: 52px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.count-text {
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    line-height: 33.6px;
    letter-spacing: -0.56px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: 30px;
}

.count-border {
    position: relative;
}

.count-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
    width: 1px;
    z-index: 2;
    background-color: var(--white);
}

/* about-us */
/* Contact Us */
.icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--blue);
    transition: all .3s ease-in-out;
}

.icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.icon:hover {
    background-color: var(--blue);
}

.icon:hover img {
    filter: brightness(0) invert(1);
}

.form-label {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

.form-control {
    padding-left: 40px;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid var(--blue);
    box-shadow: none;
}

.form-control,
.form-select {
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
}

.form-select {
    line-height: 34px;
}

.form-group {
    margin: .5rem 0;
}

.map-wrapper {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-image: url(../img/bg/map.png);
}

/* Contact Us */