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

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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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



:root {
    --bs-blue: #004aad;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #da5353;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #32373b;
    --bs-gray-2: #2a2a2a;
    --bs-gray-dark: #1e1e1e;
    --bs-primary: #FF3131;
    --bs-secondary: #1e1e1e;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F8F8F8;
    --bs-dark: #000000;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

.block {
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 12px 10px 0px 10px;
}

.font-primary {
    font-family: 'Bicubik', sans-serif !important;
    letter-spacing: 0.075em;
}

.font-secondary {
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}

.font-script {
    font-family: "Vujahday Script", cursive;
    font-weight: 400;
    font-style: normal;
}

.text-shadow-lg {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.text-shadow-sm {
    text-shadow: 2px 2px 2px #000;
}

.text-outline {
    color: var(--bs-primary);
    -webkit-text-fill-color: var(--bs-primary);
    -webkit-text-stroke: 1px var(--bs-white);
    font-weight: 800;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--bs-light);
}

p,
ul,
ol,
a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--bs-primary) !important;
}

a:hover {
    color: var(--bs-light) !important;
}

.weak-password {
    color: var(--bs-danger) !important;
}

.medium-password {
    color: var(--bs-orange) !important;
}

.strong-password {
    color: var(--bs-success) !important;
}

body {
    /* background-color: var(--bs-dark) !important; */
}

.background-image {
    background-image: url('../img/365-background.jpg');
}

.bg-primary {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: var(--bs-dark) !important;
}

.bg-secondary {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: var(--bs-gray-dark) !important;
}

.bg-tertiary {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: var(--bs-primary) !important;
}

.bg-partners {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: var(--bs-gray) !important;
}

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

.text-black {
    color: black;
}

.text-white {
    color: var(--bs-white);
}

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

.text-secondary {
    color: var(--bs-red) !important;
}

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

.text-blank {
    color: var(--bs-gray-dark) !important;
}

.text-strike {
    text-decoration: line-through;
    color: var(--bs-white);
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: white !important;
    background-color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: var(--bs-dark);
    border: 2px solid var(--bs-primary);
}

.btn.btn-secondary {
    color: var(--bs-white) !important;
    background: transparent;
    border: 2px solid var(--bs-white);
}

.btn.btn-secondary:hover {
    color: var(--bs-white) !important;
    background: var(--bs-primary);
    border: 2px solid var(--bs-white);
}

.btn.btn-ems {
    color: var(--bs-white) !important;
    background: var(--bs-blue);
    border: 2px solid var(--bs-blue);
}

.btn.btn-ems:hover {
    color: var(--bs-white) !important;
    background: var(--bs-blue);
    border: 2px solid var(--bs-white);
}

.btn.btn-social {
    color: black;
    background-color: transparent;
    border: 2px solid transparent;
}

.btn.btn-social:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
    border: 2px solid var(--bs-primary);
}

.btn.btn-social i {
    color: var(--bs-primary);
}

.logo-pricing {
    width: 125px;
    height: auto;
}

.logo-footer {
    width: 250px;
    height: auto;
}

.hero-mobile {
    min-width: 250px;
    max-width: 500px;
}


/*** Topbar Start ***/
.topbar {
    background: var(--bs-primary);
}
.topbar a {
    text-decoration: none !important;
}
/*** Topbar End ***/



/*** Navbar ***/
.navbar-light {
    position: relative;
    background: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    text-decoration: none !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-primary) !important;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
    width: auto !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a {
    color: var(--bs-white) !important;
}
.dropdown .dropdown-menu a:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-primary);
    transition: .5s;
    opacity: 1;
}

/* Responsive Menu */
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 0px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 0px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        width: auto !important;
        transition: .5s;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-dark);
    }

    .sticky-top.navbar-light .nav-link {
        color: var(--bs-light) !important;
    }

    .sticky-top.navbar-light .nav-link:hover {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}

@media (max-width: 991.98px) {
    .navbar-light {
        position: relative;
        background: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 35px !important;
        width: auto !important;
        transition: .5s;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 5px 10px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }
}
/*** Navbar End ***/

/*** Header Start ***/
.header-desktop img {
    object-fit: cover;
}

.header-desktop,
.header-desktop img {
        height: 700px;
}

.header-mobile img {
    object-fit: cover;
}

.header-mobile,
.header-mobile img {
        height: 400px;
}

/*** About Start ***/
.about {
    position: relative;
    background-image: url('../img/Life-Saver Hero.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.about .block {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    border: 1px solid white;
}

/*** Feature Start ***/
.feature .feature-item {
    text-align: left;
    border-radius: 10px;
    padding: 20px !important;
    background: transparent;
    border: 1px solid var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item .border {
    border-top: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-left: none !important;
    border-right: none !important;
}

.feature .feature-item h1 {
    line-height: 1.0;
    margin: 0 !important;
}

.feature .feature-item h2 {
    line-height: 1.0;
    margin: 0 !important;
}

.feature-item p {
    margin: 0 0 5px 0;
    padding: 0;
}

.feature-item p a {
    color: var(--bs-dark) !important;
    font-weight: bold;
    text-decoration: underline;
}
.feature-item p a:hover {
    color: var(--bs-primary) !important;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item.active,
.feature .feature-item.active:hover {
    border: 2px solid var(--bs-primary) !important;
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}

/*** Feature Product ***/
.feature .feature-product {
    text-align: left;
    border-radius: 10px;
    padding: 0px 20px 20px 20px !important;
    background: var(--bs-gray-dark);
    border: 1px solid var(--bs-white);
    transition: 0.5s;
}

.feature .feature-product h1 {
    line-height: 1.0;
    margin: 0 !important;
}

.feature .feature-product h2 {
    line-height: 1.0;
    margin: 0 !important;
}

.feature-product p {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 13px;
}

.feature-product p a {
    color: var(--bs-dark) !important;
    font-weight: bold;
    text-decoration: underline;
}
.feature-product p a:hover {
    color: var(--bs-primary) !important;
}

.feature .feature-product:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-product.active,
.feature .feature-product.active:hover {
    border: 2px solid var(--bs-primary) !important;
}

.feature .feature-product .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}

/*** Footer Start ***/
.footer {
    
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item .logo-image img {
    max-height: 200px;
    transition: .5s;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white) !important;
    transition: 0.5s;
    text-decoration: none !important;
}

.footer .footer-item a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}

.footer .footer-social a i {
    color: var(--bs-light);
    font-size: 24px;
}

.footer .footer-social a:hover i {
    color: var(--bs-primary);
}

/*** copyright Start ***/
.copyright {
    font-family: 'Roboto', sans-serif;
    color: var(--bs-white);
    text-align: center;
}

/*** form-control ***/
.form-control.otp {
    border: 1px solid var(--bs-white) !important;
    background-color: transparent !important;
    color: var(--bs-white);
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.formFields .form-control,
.formFields .form-control:focus,
.formFields .form-control:active {
    border: 0px solid !important;
    background-color: transparent !important;
    color: var(--bs-white);
    width: 100%;
    margin: 0 auto;
}

.formFields .form-control.formBorder {
    border: 1px solid !important;
    border-color: var(--white) !important;
}

.formFields .qty {
    width: 70px !important;
    height: 30px !important;
}

.formFields .total {
    width: 100px !important;
    height: 30px !important;
}

/*** accordion ***/

.accordion {
    background-color: var(--bs-secondary) !important;
    border: none !important;
    border-radius: 0px !important;
}

.accordion-header {
    background-color: var(--bs-secondary) !important;
    border: none !important;
    border-radius: 0px !important;
}

.accordion-body {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    border: none !important;
    border-radius: 0px !important;
}

.accordion-button {
    background-color: var(--bs-dark) !important;
    color: var(--bs-white) !important;
    border: none !important;
    border-radius: 0px !important;
}

.accordion-button:focus,
.accordion-button:active {
    background-color: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    box-shadow: none !important;
    border-color: rgba(0,0,0,.125) !important;
    border: none !important;
    border-radius: 0px !important;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }