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

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #11203D;
    font-family: 'Lexend Deca', sans-serif;
}

.nav-link{
    color:#fff;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
}

.nav-link:hover{
    color:#AD1325;
}

.dpbtn {
    color:#fff;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    display:block;
    border-radius: 25px;
    padding: 6px 20px;
    border: 1px solid white;
    background: #11203D;
    margin-left: 20px;
}

.dpbtn:hover {
    color:#fff;
    border: 1px solid white;
    background: #AD1325;
}

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

/* Carousel base class */
.carousel {
    margin-top: -110px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
    padding-left: 350px;
}

.title{
    color:#fff;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}

.title2{
    color:#fff;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 35px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:  100vh;
}

.overlay-div{
   height:100vh;
   width: 100%;
   position:absolute;
   background-color:#000;
   opacity:.4;
}

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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
    margin-top:  20px;
  text-align: center;
}
.marketing h2 {
   color:#fff;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 21px;
    padding-top: 15px;
}



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

.dpcontainer {
    height: 500px;
    display: flex;
    align-items:center;
    justify-content:center;
    padding-bottom: 100px;
}

p {
    margin: 0px;
}

.dptitle {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}

.dpcontent {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}

.card {
    width: 280px;
    height: 420px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden
}

.card .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%
}

.card:hover {
    color: #fff;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

.card:hover .backgroundEffect {
    bottom: 0;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: #AD1325;
    animation: popBackground 0.3s ease-in
}

@keyframes popBackground {
    0% {
        height: 20px;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%
    }

    50% {
        height: 80px;
        border-top-left-radius: 75%;
        border-top-right-radius: 75%
    }

    75% {
        height: 160px;
        border-top-left-radius: 85%;
        border-top-right-radius: 85%
    }

    100% {
        height: 320px;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%
    }
}

.card .pic {
    position: relative
}

.card .pic img {
    width: 100%;
    height: 280px;
    object-fit: cover
}

.card .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 70px;
    background-color: #1b9ce3;
    color: white;
    position: absolute;
    bottom: 0px;
    transition: all ease
}

.card .date .day {
    font-size: 14px;
    font-weight: 600
}

.card .date .month,
.card .date .year {
    font-size: 10px
}

.card .text-muted {
    font-size: 12px
}

.card:hover .text-muted {
    color: #fff !important
}

.card .content {
    padding: 0 20px
}

.card .content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #1b9ce3;
    border-radius: 25px;
    font-size: 12px;
    border: none
}

.card:hover .content .btn {
    background: #fff;
    color: #1b9ce3;
    box-shadow: #0000001a 0px 3px 5px
}

.card .content .btn .fas {
    font-size: 10px;
    padding-left: 5px
}

.card .content .foot .admin {
    color: #1b9ce3;
    font-size: 12px
}

.card:hover .content .foot .admin {
    color: #fff
}

.card .content .foot .icon {
    font-size: 12px
}

.dpfooter{
    background: #797979;
    padding: 25px;
    color: #fff;
}

a {
    color: #fff;
}

a:hover{
    color: #AD1325;
}

.hero {
    margin-top: -110px;
    position: relative; 
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 150px;
}

.hero::before {    
      content: "";
      background-image: url('../assets/img/about.jpeg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
}

h1 {
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    color: #ffffff;  
    font-size: 35px;
    line-height: 1;
    text-align: left;
    padding-left: 75px;
    padding-right: 25px;
}

.dpabout{
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    color: #ffffff;  
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    padding-left: 75px;
    padding-right: 75px;
}

.hero2 {
    margin-top: -110px;
    position: relative; 
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 100px;
}

.hero2::before {    
      content: "";
      background-image: url('../assets/img/system-features.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.6;
}

.dpsftitle1{
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    color: #ffffff;  
    font-size: 21px;
    line-height: 1.6;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 10px;
    font-weight: 600;
}

.dppoints{
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    color: #ffffff;  
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    padding: 8px 20px;
    background: #55595F;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.row{
    width: 100%;
    display: flex;
}

.hero3 {
    margin-top: -110px;
    position: relative; 
    width: 100%;
    display: flex;
    align-items: top;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 100px;
}

.hero3::before {    
      content: "";
      background-image: url('../assets/img/benefits.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
}

.dpbenefitstitle{
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    color: #ffffff;  
    font-size: 21px;
    line-height: 1;
    text-align: left;
    padding-left: 0px;
    padding-right: 75px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.dpbenefitspara{
    font-family: 'Lexend Deca', sans-serif;
    position: relative;
    color: #ffffff;  
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.contact {
    margin-top: -110px;
    position: relative; 
    width: 100%;
     height:450px;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    padding-top: 110px;
    padding-bottom: 0px;
}

.contact::before {    
      content: "";
      background-image: url('../assets/img/contact-us.jpeg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
}

.col-lg-6{
    position: relative; 
    padding: 0px;
    margin: 0px;
}

.dpmap {
    margin-top: 0px;
    position: relative; 
    width: 100%;
     height:450px;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    padding-bottom: 0px;
}

.login {
    margin-top: -110px;
    position: relative; 
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: top;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 100px;
}

.login::before {    
      content: "";
      background-image: url('../assets/img/login.jpeg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
}

.form-signin {
    width: 350px;
    padding: 15px;
    margin: auto;
    position: relative;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.demo {
    margin-top: -110px;
    position: relative; 
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: top;
    justify-content: center;
    padding-top: 200px;
    padding-bottom: 100px;
}

.demo::before {    
      content: "";
      background-image: url('../assets/img/demo.jpeg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
}

/* 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;
  }
}
