
body {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

.btn {
    font-size: 16px;
    color: white;
    border-radius: 2px;
    background-color: #2a3139;
    border-color: #434d55;
}

li.nav-item a {
    color:#4594d1;
    margin-left:auto;
}

nav.navbar {
    border-bottom: 1px solid lightgray;
    box-shadow: 0px 4px 4px #595c5f5c
}

.bd-placeholder-img {
                font-size: 1.125rem;
                text-anchor: middle;
                -webkit-user-select: none;
                -moz-user-select: none;
                user-select: none;
                margin: 0 auto;
                /* width: 100%; */
                text-align: center;
            }

@media (min-width: 768px) {
       .bd-placeholder-img-lg {
                    font-size:3.5rem
                }
   }

            .b-example-divider {
                width: 100%;
                height: 3rem;
                background-color: #0000001a;
                border: solid rgba(0,0,0,.15);
                border-width: 1px 0;
                box-shadow: inset 0 .5em 1.5em #0000001a,inset 0 .125em .5em #00000026
            }

            .b-example-vr {
                flex-shrink: 0;
                width: 1.5rem;
                height: 100vh
            }

            .bi {
                vertical-align: -.125em;
                fill: currentColor
            }

            .nav-scroller {
                position: relative;
                z-index: 2;
                height: 2.75rem;
                overflow-y: hidden
            }

            .nav-scroller .nav {
                display: flex;
                flex-wrap: nowrap;
                padding-bottom: 1rem;
                margin-top: -1px;
                overflow-x: auto;
                text-align: center;
                white-space: nowrap;
                -webkit-overflow-scrolling: touch
            }

            .btn-bd-primary {
                --bd-violet-bg: #4594d1;
                --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
                --bs-btn-font-weight: 600;
                --bs-btn-color: var(--bs-white);
                --bs-btn-bg: var(--bd-violet-bg);
                --bs-btn-border-color: var(--bd-violet-bg);
                --bs-btn-hover-color: var(--bs-white);
                --bs-btn-hover-bg: #4594d1;
                --bs-btn-hover-border-color: #6528e0;
                --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
                --bs-btn-active-color: var(--bs-btn-hover-color);
                --bs-btn-active-bg: #5a23c8;
                --bs-btn-active-border-color: #5a23c8
            }

            .bd-mode-toggle {
                z-index: 1500
            }

            .bd-mode-toggle .bi {
                width: 1em;
                height: 1em
            }

            .bd-mode-toggle .dropdown-menu .active .bi {
                display: block!important
            }



/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  overflow-x:hidden;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.nav-link:focus, .nav-link:hover {
    color: black;
}

a.phoneheader {
  text-decoration:none;
  font-weight:400;
  margin-left:40px;
}
main {
  border: 1px solid #80808026;
  padding:0px;
  box-shadow: 0px 0px 6px gray;
}

main.container {}

main.container.pad0 {
    padding: 0px;
}

h2.featurette-heading.fw-normal.lh-1 {color:#4594d1}

h2.fw-normal {color:#4594d1}


nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-white {
  background-repeat: no-repeat;}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-white::after {
  content:'';
  width:100%;
  z-index:-1;
  height:100%;
  position: absolute;
  background: url(/assets/img/bg-top.avif);
  background-repeat: no-repeat;
  filter:opacity(0.27);
}

a.phoneheader.btn.btn-lg.btn-primary {
                                     font-size:16px;
                                     color: white;
                                     border-radius: 2px;
                                     background-color: #2a3139;
                                     border-color: #434d55;
                                     }



a.btn.btn-lg.btn-primary {
    font-size: 16px;
    color: white;
    border-radius: 2px;
    background-color: #2a3139;
    border-color: #434d55;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4594d1;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].active {
    background-color:white;
}

img.img.img-responsive {}

img.silde.img-fluid {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

span.carousel-control-prev-icon {
    background-image: url( "data: image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234594d1'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e"); 
}

.carousel-caption {
    backdrop-filter: blur(10px);
    background-color: rgb(69 148 209 / 50%);
    border-radius: 2px;
    padding: 2em;
    width: min-content;
    margin-top: 1em;
}

span.carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234594d1'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.sm-card {
    background-color:#f8f9fb;
    padding:2em;;
    height:-webkit-fill-available;
    border: 1px solid #80808021;
    box-shadow:0px 1px 4px lightblue;
    border-radius:2px;
    
}

header { text-align:center; align-content:center; }
.header h1 {
 font-weight:600;
 text-align:center;
 margin-bottom: -26px;
}
.header h1::after{
 content:'';
 position:relative;
 background-position:center;
 background-image: url(/assets/img/deliverer.svg);
 background-size:contain;
 background-repeat:no-repeat;
 margin:-10px auto;
 display:block;
 width:75px;
 height:75px;
 
 font-weight:600;
 text-align:center;
 margin-bottom: 0.4em;
}

.header p {
 font-weight:100;
 text-align:center;
  padding-bottom:2em;
}

h1 > span {color:#4594d1;}

        .navbar-toggler-icon {
            background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234594d1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

@media (max-width: 767.98px) {
   ul.dropdown-menu.show {
    background:transparent;
    border:none;
    text-align:center}
}

a.nav-link.dropdown-toggle.show {color:#4594d1; text-decoration:dotted;}
.hero-section .lead {color:white;}
.hero-glass {color:white;}



header { text-align:center; align-content:center; }
.header h2 {
 font-weight:400;
 text-align:center;
 margin-bottom: -26px;
}
.header h2::after{
 content:'';
 position:relative;
 background-position:center;
 background-image: url(/assets/img/deliverer.svg);
 background-size:contain;
 background-repeat:no-repeat;
 margin:-10px auto;
 display:block;
 width:75px;
 height:75px;
 
 font-weight:600;
 text-align:center;
 margin-bottom: 0.4em;
}

.header p {
 font-weight:100;
 text-align:center;
  padding-bottom:2em;
}

h2 > span {color:#4594d1;}

.sm-card:hover {
    transition:0.7s all ease-in;
    box-shadow: 0px 0px 15px 0px rgba(13, 110, 253, 0.25) !important;
    /* border: 1px solid lightgrey; */
    border-radius: 4px;
}

.sm-card {
      transition:0.7s all ease-out;
    box-shadow:none!important;
    border: 1px solid #80808021;
    
}