@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif !important;
}

.navbar {
  transition: all 0.5s ease;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
  margin-top: 1rem;
}

h2 {
  font-size: 1.6rem;
  font-weight: 300;
}

h3 {
  margin-bottom: 1em;
}

h4 {
  font-weight: 300;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}

a {
  cursor: pointer;
}

b,
strong {
  font-weight: 600;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23999999%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
}

select,
input:not(input[type="radio"], input[type="checkbox"]),
textarea {
  padding: 0.6rem 0.8rem !important;
  margin-top: 0.4em;
  border-radius: 0.25rem;
}

select {
  padding: 0.6rem 2rem 0.6rem 0.8rem !important;
}

.ipd-form input:not(input[type="radio"], input[type="checkbox"]) {
  /* min-width: 300px; */
}

input[type="radio"] {
  display: block;
  float: left;
  margin-top: 0.1em;
  width: 1.2em;
  height: 1.2em;
  margin-right: 7px;
}

select:focus,
input:focus,
textarea:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
  color: #212529;
  background-color: #fff;
  border: 1px solid #86b7fe !important;
  outline: 0;
}

.bg-blue {
  background-color: #0068d8;
  color: white;
}

.alert-info {
  color: #053460;
  background-color: #cfeafc;
  border-color: #b6dafb;
}

.bg-light-blue {
  background-color: #cfeafc;
}

.bg-grey {
  background-color: #eee;
}

.navbar-brand {
  max-width: 300px;
}

.card-body {
  padding: 2rem;
}

.card-header {
  padding: 0.5rem 2rem;
}

.checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mt-start {
  margin-top: 120px;
}

.mt-start-ipd {
  margin-top: 140px;
}

input[type="checkbox"] {
  padding: 0.8em;
  margin: 0;
}

.text-danger {
  font-size: 0.8em;
  display: block;
  margin-top: 10px;
}

.navbar.hide {
  top: -115px;
}

.logged-in-bar {
  width: 100%;
  z-index: 1031;
  left: 0;
  top: 0;
  height: 33px;
}

div > .navbar-nav {
  gap: 0;
}

.navbar-brand {
  height: 82px;
  display: flex;
  align-items: center;
}

.nav-item form button {
  width: 100%;
  text-align: left;
}

.nav-absolute {
  background: white;
  width: 100%;
  height: 82px;
  left: 0;
  top: 0;
}

.nav-absolute.logged {
  top: 33px;
}

header nav {
  padding: 0.4em 2em !important;
}

header nav ul {
  gap: 0.5em;
}

header nav ul li a,
header button {
  font-size: 1em !important;
  border-radius: 0.25rem;
  padding: 0.8em !important;
}
header button {
  padding: 0.7em !important;
}

header nav ul li:hover a,
header nav ul li:hover button,
header nav ul li a.active {
  background-color: #258cfb;
  color: #fff !important;
}

main {
  min-height: 60vh;
}

footer .container form select {
  margin-top: 0;
}

#account p {
  margin: 0;
}

#account button {
  margin-bottom: 0.5em;
}

.ipdpart-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  margin: 2em 0;
}

.ipdpart-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-outline-primary,
.btn.btn-primary,
.btn.btn-danger {
  padding: 0.8rem 1.5rem !important;
  margin-top: 0;
}

a.btn.btn-light {
  background-color: #f3f3f3;
  border: none !important;
  padding: 0.8em 1.5em;
}

a.btn.btn-light:hover,
a.btn.btn-light.activeipdpart {
  background-color: #258cfb;
  color: #fff !important;
}

.navbar-brand {
  margin-right: 1em;
}

.exanteradiospan {
  display: inline-block;
  width: 50px;
}

/* PARALLAX SLIDER */
.carousel-item h5 {
  font-size: 2.5rem;
  font-weight: 300;
}

.carousel-item p {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 100;
}

.carousel-item {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 5, 20, 0.7);
  z-index: 1;
}

.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 10;
}

.carousel-caption * {
  transform: translateX(-50%);
}

/* FORM */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.7) translateY(-0.4rem) translateX(0.4rem);
}

.form-floating > input.form-control {
  padding: 0.8rem 0.8rem 0rem !important;
}

.hr-light {
  background-color: #bbb !important;
}

@media (min-width: 768px) {
  .carousel-caption {
    bottom: 20%;
  }
}

/*************************************/
.expectationInnerDiv {
  margin: 10px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  select,
  input,
  textarea {
    min-width: initial;
    width: 100%;
  }
  header nav {
    padding: 0.4em 0.4em !important;
  }
  a.btn.btn-light {
    font-size: 0.9em;
    padding: 0.5em 0.8em;
  }
  .ipdpart-buttons {
    gap: 5px;
  }
}

@media (max-width: 500px) {
  footer .container {
    flex-direction: column;
    text-align: center;
    gap: 0.5em;
  }
  .mt-start {
    margin-top: 80px;
  }
}

@media (max-width: 420px) {
  .navbar-brand {
    max-width: 240px;
  }
}
