.nav-item :hover {
    color: #1933FC;
}

.nav-link {
    color: black;
}

.active {
    color: #1933FC;
}

.systemBackground {
    background-image: url('assets/img/hero/background.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    max-height: 100vh;
    min-height: 100vh;
}

.subscribe {
    background-image: url("assets/img/offer/gradient.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    max-width: 100%;
}

.subscribeContainer {
    /* background: rgba(0, 0, 0, 0.4); */
    max-width: 100%;
    height: 100%;
}

.contact-form {
    background-color: #d9d9d9 !important;
    border: none;
    color: black;
}

.coverContainer {
    /* background: rgba(0, 0, 0, 0.5); */
    max-height: 100vh;
    min-height: 100vh;
    ;
    min-height: -webkit-calc(100vh - 90px);
    min-height: -moz-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
}

.footercontainer {
    background: #414042;
}

input::placeholder {
    opacity: .3 !important;
}

.Dq4amc {
    display: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

input,
button,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.btn,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
    font-family: 'Poppins', sans-serif;
}

.btn {
    font-family: 'Poppins', sans-serif
}

.text-customcolor {
    color: #222222;
}

.customhover:hover {
    background-color: #5C8AFE;
    color: white;
    border-color: white;
}

.btn-outline-customBlack {
    color: white;
    background-color: #5C8AFE;
    border-color: #5C8AFE;
}

.customhoverBlak:hover {
    background-color: white;
    color: #0A2640;
    border-color: #0A2640;
}

.customhoverTag:hover {
    color: #5C8AFE !important;
    border-color: white;
}

.cookie-overlay {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    z-index: 2051;
    line-height: 20px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.cookie-overlay div:first-child {
    width: 458px;
}

a {
    text-decoration: underline;
}

.close-cookies {
    cursor: pointer;
}


/* @include media-breakpoint-down(md) {
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;

  
} */

.cookie-overlay div:first-child {
    width: auto;
}

.bluelotusColor {
    color: #0B91F2;
}