﻿@font-face {
    font-family: "TT Norms Pro-Bold";
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/TT Norms Pro Bold.otf') format("opentype");
}

@font-face {
    font-family: "TT Norms Pro-Regular";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/TT Norms Pro Regular.otf') format("opentype");
}

@font-face {
    font-family: "TT Norms Pro-Medium";
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/TT Norms Pro Medium.otf') format("opentype");
}

:root {
    --black: #000000;
    --black-haze: #f5f7fa;
    --black-rock: #0c022f;
    --cerulean: #00affa;
    --mercury: #dee1e5;
    --white: #ffffff;
    --font-size-l: 26px;
    --font-size-m: 16px;
    --font-size-s: 15px;
    --font-size-xl: 30px;
    --font-size-xs: 14px;
    --font-size-xxs: 13px;
    --font-size-xxxs: 12px;
    --font-family-sf_pro_text-regular: "SF Pro Text-Regular", Helvetica;
    --font-family-tt_norms_pro-bold: "TT Norms Pro-Bold", Helvetica;
    --font-family-tt_norms_pro-medium: "TT Norms Pro-Medium", Helvetica;
    --font-family-tt_norms_pro-regular: "TT Norms Pro-Regular", Helvetica;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* font-smooth: always;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: always;
    font-family: var(--font-family-tt_norms_pro-regular);
    font-size: var(--font-size-m);
    line-height: 24px;
}

.company-logo-header {
    width: 207px;
}


.slider-h1 {
    font-size: 35px;
    font-family: var(--font-family-tt_norms_pro-bold);
    letter-spacing: -0.50px;
    line-height: 42px;
    margin-top: 41px;
    width: 104%;
}

.mt-6 {
    margin-top: 5rem !important;
}

a {
    text-decoration-line: none;
    color:black;
}

/* Declare heights because of positioning of img element 
        .carousel-item {
            height: 42rem;
        }*/

.slider {
    background: #0C022F;
    color: white;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

/* Carousel base class */
.carousel {
    margin-bottom: 5rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-inner {
    margin-top: 10rem;
}
.nav-top{
    padding: 0;
}

div#navbarNav {
    flex-grow: 1;
}

.header-bottom {
    background: #0C022F;
}

.container-lg-1 {
    color: white;
}

.carousel-item {
    overflow: hidden;
    width: 100%;
}

button.carousel-control-next {
    border: 1px solid white;
    opacity: 1;
    width: 40px;
    height: 41px;
    position: relative;
}

button.carousel-control-prev {
    border: 1px solid white;
    opacity: 1;
    width: 40px;
    height: 41px;
    position: relative;
}

a.btn-primary {
    background-color: #00AFFA;
    mix-blend-mode: normal;
    --bs-btn-active-bg: #00AFFA;
    --bs-btn-active-border-color: #00AFFA;
    font-family: var(--font-family-tt_norms_pro-medium);
    font-size: var(--font-size-s);
    border-radius: 30px;
    border: 1px solid #00AFFA;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    width: 160px;
    color: white;
}

div.sec {
    align-items: flex-start;
    border: 1px solid;
    border-color: #00AFFA;
    border-radius: 30px;
    display: flex;
    margin-top: 0;
    width: 140px;
    padding: 0 27px;
}

.speech {
    height: 23px;
    width: 22px;
}

.h-main {
    color: var(--black-rock);
    font-family: var(--font-family-tt_norms_pro-bold);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    letter-spacing:-0.7px;
    line-height:38px;
}

.align-linkedin {
    vertical-align:sub;
}

.mr-1 {
    margin-right: 0.55rem;
}

.mr-2 {
    margin-right: 0.75rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 17px;
}

.up-arrow {
    transform: rotate(-92deg);
    height: 10px !important;
    width: 13px !important;
}

a.sec {
    border: 1px solid #00AFFA;
    font-size: var(--font-size-s);
    font-family: var(--font-family-tt_norms_pro-medium);
    --bs-btn-active-color: white;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: #00AFFA;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 30px;
    justify-content: center;
    line-height: 18px;
    width: 160px;
    height: 52px;
    color: white;
}

    a.sec:hover {
        background: none;
        color: none;
        border: 1px solid #00AFFA;
    }

.provide-title {
    font-family: var(--font-family-tt_norms_pro-bold);
    font-size: var( --font-size-xl);
    line-height: 38px;
    letter-spacing: -0.7px;
}

.take-back-control-txt {
    width: 40%;
}




.help {
    border-color: #00AFFA;
    border: 1px solid #00AFFA;
    color: #0C022F;
    gap: 10px;
    line-height: 18px;
    display: flex;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: #00AFFA;
    font-family: var(--font-family-tt_norms_pro-medium);
    font-size: var(--font-size-s);
    border-radius: 30px;
    width: 152px;
    align-items: center;
    text-align: center;
    height: 46px;
}

    .help:hover {
        background: none;
        color: none;
        border: 1px solid #00AFFA;
    }

.container-fluid {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

    .container-fluid img {
       max-height: 49px; 
       min-height: 49px;  
       width:100%;
       object-fit: contain;
    }

.slider-flex-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 1.95px;
    min-height: 516px;
    width: 530px;
}

.slider-text {
    color: white;
    /* font-family:*/
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.50px;
    line-height: 42px;
    margin-left: 46px;
    margin-top: 41px;
    min-height: 215px;
    width: 530px;
}

.reg-container {
    height: 53px;
    position: relative;
    width: 160px;
    display: contents;
}

.table-striped {
    background-color: #F5F7FA;
    height: 92px;
    display: flex;
    align-content: center;
    flex-direction: row;
}

.logo-container {
    width: 1000px;
    display: flex;
    justify-content:space-around;
}

.h-35 {
    height: 35% !important;
}

.w-95 {
    width: 95%;
}

.mt-8 {
    margin-top: 10rem !important;
}

.w-32 {
    width: 32% !important;
}

.Slide-2 {
    display: flex;
    gap: 78px;
}

.slide-2-text {
    float: right;
    padding-inline-start: 40px;
}

.container-lg {
    margin-top: 150px;
}

.textmessage {
    display: inline;
    padding-inline-start: 10px;
    font-family: var(--font-family-tt_norms_pro-medium);
    font-size: var(--font-size-xs);
    line-height: 17px;
    letter-spacing: 2px;
    font-variant: all-small-caps;
}

.blue-color {
    color: #00AFFA;
    font-size: 28px;
}

.sub-titles {
    font-family: var(--font-family-tt_norms_pro-bold);
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.bulletelm {
    display: initial;
}

ul {
    list-style-type: none;
    padding: 0;
}

footer {
    background-color: #F5F7FA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-header1 h2 {
    color: #333;
}

.footer-content1 p {
    color: #777;
}

.footer-header2 h2 {
    color: #555;
}

.footer-content2 p {
    color: #999;
}

.moves {
    display: flex;
    padding: 40px 20px 20px 25px;
}

    .moves p {
        padding: 8px 5px 5px 30px;
    }

.footerClass {
    padding: 5px 0px 0px 0px;
}

.nav-item {
    padding: 5px 5px 5px 5px;
}

.sml {
    padding-right: 250px;
}

.col-md-7.img-item {
    max-width: 100%;
}

.img-item img {
    width: 667px;
    margin-top: 10px;
    object-fit:contain;
    border-radius: 30px;
   
}

p#slideCounter {
    font-family: var(--font-family-tt_norms_pro-medium);
    margin:0;
    padding-left: 10px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    background: #00AFFA;
    right: 20px;
    display: none;
}

p.buttons-group {
    display: flex;
    gap: 12px;
    margin-top: 41px;
    align-items: flex-start;
}

a.nav-link.help.btn.btn-outline-secondary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.nav-link.btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
}

 .next-prev-buttons {
    gap: 12px;
    display: flex;
    align-items: center;
}

.row.featurette.sectiontwo {
    display: flex;
    flex-direction: row;
    margin-top: 150px;
    margin-bottom: 150px;
}

.check-boxes-margin {
   margin-right: 10px;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mb-7 {
    margin-bottom: 12rem !important;
}

.font-footer-1 {
    font-size: var(--font-size-m);
    line-height: 22px;
    color: #0C022F;
    width: 88%;
}

.footer-logo {
    width: 220px;
    height: 34px;
    position: relative;
}

.footer-titles {
    font-family: var(--font-family-tt_norms_pro-bold);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #0C022F;
}

.container.lower-footer {
    margin-top: 4rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-xxxs) !important;
}

.nav-top {
    background: white;
}

.left-arrow {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    height: 14px;
    width: 16px;
    margin: 4px;
    padding-bottom: 2px;
}

a.btn-primary:hover {
    background: #00AFFA;
    color: white;
    border: #00AFFA
}

.right-arrow {
    height: 14px;
    width: 16px;
    margin: 4px;
    padding-bottom: 2px;
}

.row.featurette.sectiontwo {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-buttons {
   height: 52px !important;
}

p.store-logos {
    display: flex;
    gap: 4px;
}

.mb-list-items {
    margin-bottom: 0.375rem;
}

.mt-button {
    margin-top: 2.5rem;
}


@media only screen and (max-width: 700px) {
    body {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }

    .container-fluid img {
        margin: 3px;
        padding: 2px;
        object-fit: contain;
    }

    .table-striped {
        width: 100%;
        height: 78px;
    }

    .row.featurette.sectiontwo {
        padding: 20px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .col-md-6.offset-1.order-md-2.gy-5 {
        padding: 13px;
    }

    .textmessage {
        letter-spacing: 2px;
    }

    .header-bottom {
    }

    figure {
        margin: 0;
    }

    .Slide-2 {
        display: grid;
        padding: 25px;
        width: 100%;
        flex-direction: row;
        align-items: end;
    }

    p.buttons-group {
        display: flex;
        gap: 12px;
        align-items: flex-end;
    }

    a.btn.btn-primary {
        height: 50px;
        margin-top: 25px;
        /* left: 22px; */
    }

    a.btn.btn-outline-secondary.sec {
        height: 50px;
        margin-top: 25px;
        /* text-align: center; */
        /* width: 84px; */
    }

    .img-item img {
        width: 100%;
        margin-top: 10px;
        height: max-content;
        border-radius: 30px;
        padding: 12px;
    }

    h1 {
        font-size: 33px;
        font-weight: 700;
        letter-spacing: -0.5px;
        line-height: 38px;
        margin-top: 25px;
        font-b
    }

    .slider-buttons {
        gap: 12px;
        /* margin-top: 7px; */
        margin: 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .carousel-inner {
        margin-top:10rem;
    }

    .row.next-prev-buttons {
        margin-top: 55px;
        gap: 15px;
        margin-left: 5px;
    }

    a.btn-primary {
        width: 145px;
    }

    .company-logo-header {
        width: 160px;
    }

    .take-back-control-txt {
        width: 100%;
    }
}
