@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;1,400&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

a {
  color: rgba(33, 37, 41, 0.75) !important;
  transition: 0.4s all ease;
  text-decoration: none;
}

/* nav styling */
.top-nav {
  background-color: #e1ecfe;
  padding: 5px 0 5px 0;
}

.top-nav p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 16px;
}

.top-nav i,
.top-nav span {
  vertical-align: middle;
}

.social-links a {
  width: 34px;
  height: 34px;
  background-color: #687e8d;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 16px;
  border-radius: 50%;
}

.social-links a:hover {
  background-color: #fff;
  color: #000 !important;
}

/* Mobile Styles */
/* Mobile Styles */
@media (max-width: 767px) {
  .top-nav {
    display: none;
  }
  .header {
    height: 850px !important;
    min-height: 850px !important;
  }
  .header .slide {
    width: 60% !important;
    min-width: 60% !important;
  }
  .register h2 {
    text-align: center;
  }
  #discover h2 {
    text-align: center;
  }
  .details h2 {
    text-align: center;
  }
  .summary {
    margin-top: 0 !important;
    width: 90% !important;
  }
  .bg-cover {
    background: url(../img/customer-care.jpg) !important;
    margin-bottom: 10px;
  }
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active {
  color: #687e8d !important;
  transition: 0.4s all ease-in;
}

.navbar {
  transition: all 0.5s ease-in;
}

.btn-secondary:hover {
  background-color: var(--bs-dark);
  color: #fff;
  transition: all 0.5s ease-in;
}

header a.btn-outline-light:hover {
  color: #333 !important;
  transition: all 0.5s ease-in;
}

header .btn-secondary:hover {
  color: #333 !important;
  background-color: var(--bs-light);
  transition: all 0.5s ease-in;
}

.round {
  border-radius: 50px;
  padding: 10px;
}

header .slide {
  width: 55%;
  margin: 0 auto;
}

.form-check-input[type=checkbox] {
  border: #333 1px solid;
}

.form-check-input:checked {
  background-color: #333;
}

.btn-outline-dark:hover {
  background-color: var(--bs-light);
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

/* slider styling */
.header {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/header-background.jpg) center center no-repeat;
  background-size: cover;
  min-height: 1000px;
}

.invitation-bg {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/pexels-pixabay-147413.jpg) center center no-repeat;
  background-size: cover;
}
