body {
    font-family: 'Montserrat', sans-serif;
}

.height-80vh {
    min-height: 100vh !important;
}

.big-header {
    font-size: calc(5rem + 4.5vw);
    color: rgb(0, 0, 0);
    text-shadow: 10px 5px 0px rgba(0, 0, 0, 1);
}

.landing-banner {
    background-image: url("../images/undraw_city_life_gnpr.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.feature-circle {
    height: 250px;
    width: 250px;
    border: 1px solid black;
    cursor: default;
    transition: .5s;
    box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 10px 0px 0px rgba(0, 0, 0, 0.75);
}

.feature-circle:hover {
    transition: .5s;
    transform: translate(5px, -5px);
    box-shadow: -35px 35px 0px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -35px 35px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -35px 35px 0px 0px rgba(0, 0, 0, 0.75);
}

.cursor-pointer {
    cursor: pointer;
}


/* .btn
{
    border-radius: 0;
} */

.btn-white {
    background-color: #fff;
}

.header .lead {
    max-width: 620px;
}


/** Below CSS is completely optional **/

.gallery-item {
    width: 200px;
    padding: 5px;
}

.footer-clip {
    height: 50px;
    background-color: white;
}


/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */


/* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 0rem;
}


/* 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;
}

.carousel-item>img {
   
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


/* MARKETING CONTENT
  -------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}


/* 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 */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* 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;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/* 
  .container {
    max-width: 960px;
  }
   */


/*
   * Custom translucent site header
   */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
    color: #999;
    transition: ease-in-out color .15s;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}


/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
   * Extra utilities
   */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}

#topheader .navbar-nav li>a {
    text-transform: capitalize;
    color: #333;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

#topheader .navbar-nav li>a:hover,
#topheader .navbar-nav li>a:focus {
    background-color: #005596;
    color: #fff;
}

#topheader .navbar-nav li.active>a {
    background-color: #3990E0;
    color: white;
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.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;
}