body {
  margin: 0;
  background-color: #f6f6f6 !important;
  font-family: "Inter", serif !important;
}

.header {
  padding: 24px 0;
}
.row {
  display: flex;
  align-items: center;
}
.header .col-sm-12.col-md-6.col-lg-6.col-xl-6 {
  padding: 0;
}
.nav {
  display: flex;
  justify-content: end;
}
.nav ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  justify-content: end;
  align-items: center;
}
.nav ul li {
  display: block;
  margin-left: 20px;
}
.nav ul li a {
  color: #40474f;
  transition: 0.3s all ease;
}
.nav ul li a:hover {
  text-decoration: none !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.first-section {
  padding: 16px 28px;
  box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  background: #fff;
  /* border: 1px solid #000; */
}
.img-with-text {
  display: flex;
  align-items: center;
}
.img-with-text p {
  margin: 0 !important;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.img-with-text span {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.first-one {
  margin-right: 5px;
}
.frame,
.frame * {
  box-sizing: border-box;
}

.frame {
  background: #ffffff;
  border-radius: 12px;
  border-style: solid;
  border-color: var(--gb-gray-2, #ebebeb);
  border-width: 1px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 38px;
  position: relative;
}

.frame2 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}
.event-section {
  padding-bottom: 40px;
}
svg.search-icon {
  position: absolute;
  left: 20px;
}

.frame input {
  padding: 1px 149px 0 32px;
  border: none;
}
.calender img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-top: -3px;
  margin-right: 5px;
}

.frame input[type="text"] {
  color: #999999;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
.frame {
  background: #ffffff;
  border-radius: 10px;
  border-style: solid;
  border-color: var(--gb-gray-2, #ebebeb);
  border-width: 1px;
  padding: 10px 16px 10px 16px;
  display: flex;
  flex-direction: row;
  gap: 11px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 38px;
  position: relative;
  width: 400px;
  height: 38px;
  margin: 24px auto;
}

.events-list,
.events-list * {
  box-sizing: border-box;
}

.events-list {
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.event-card {
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 24px;
}

.new-frame {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.image {
  border-radius: 12px 12px 0px 0px;
  align-self: stretch;
  flex-shrink: 0;
  height: 240px;
  position: relative;
  object-fit: cover;
}

.frame2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  right: 66px;
  top: 22px;
}

.frame3 {
  background: #ffffff;
  border-radius: 50px;
  padding: 6px 8px 6px 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0) scale(1, 1);
  overflow: hidden;
  transition: 0.3s all ease;
  cursor: pointer;
}
.frame3:hover {
  background: #17a2b8;
}
.frame3:hover svg,
.frame3:hover svg path {
  color: #fff;
  fill: #fff;
}
.frame4 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.frame5 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.frame6 {
  border-radius: 0px 0px 12px 12px;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 0px 1px 1px 1px;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.frame7 {
  border-radius: 10px;
  padding: 0px 5px 0px 5px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.frame8 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.pbr-michigan-summer {
  color: var(--type-primary-mono-14, #333333);
  text-align: left;
  font-size: 17px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame9 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.frame10 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.novi-michigan-mi-49017 {
  color: #595959;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame11 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.frame12 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.june-20-june-23-2024 {
  color: #595959;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.frame13 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame8 svg {
  margin-top: 1px;
}
.frame14 {
  border-radius: 50px;
  border-style: solid;
  border-color: var(--gb-teal-1, #17a2b8);
  border-width: 1px;
  padding: 9px 30px 9px 30px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 260px;
  position: relative;
  transition: 0.3s all ease;
}
.frame14:hover {
  text-decoration: unset !important;
  background: #17a2b8 !important;
}
.frame14:hover svg,
.frame14:hover * {
  color: #fff;
  fill: #fff;
}
.frame15 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.create-room-block-link {
  color: var(--gb-teal-1, #17a2b8);
  text-align: left;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* text-decoration: unset !IMPORTANT; */
}

.frame16 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.single-room-deals {
  color: var(--gb-teal-1, #17a2b8);
  text-align: left;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frame17 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.vacation-rental-booking {
  color: var(--gb-teal-1, #17a2b8);
  text-align: left;
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frame18 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.frame19 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.pbr-great-lakes {
  color: var(--type-primary-mono-14, #333333);
  text-align: left;
  font-size: 17px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame20 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.frame21 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.june-27-june-30-2024 {
  color: #595959;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.frame22 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame23 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame24 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame25 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.frame26 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.pbr-western-michigan-limited-series {
  color: var(--type-primary-mono-14, #333333);
  text-align: left;
  font-size: 17px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame27 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

._1600-w-michigan-ave-kalamazoo-mi-49008 {
  color: #595959;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame28 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.july-04-july-07-2024 {
  color: #595959;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.frame29 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame30 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame31 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame32 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.frame33 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.pbr-michigan-upperclassmen-championship {
  color: var(--type-primary-mono-14, #333333);
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 17px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame34 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

._1525-equity-dr-troy-mi-48084 {
  color: #595959;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.frame35 {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: visible;
}

.july-11-july-14-2024 {
  color: #595959;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.frame36 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame37 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}

.frame38 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.frame input:focus-visible {
  outline: none;
}
.nav-mob {
  display: none;
}

@media only screen and (max-width: 767px) {
  .first-section {
    box-shadow: unset;
  }

  .frame {
    padding: 10px 16px 10px 47px;
  }
  .frame {
    max-width: 100%;
  }
  .frame input {
    padding: initial;
    border: none;
  }
  .frame14 {
    width: auto;
    max-width: 100%;
    min-width: 235px;
  }
  .new-frame img {
    height: 200px;
  }
  .header {
    padding: 15px;
    background: #fff;
  }
  .first-mob img {
    width: 120px;
    height: auto;
  }
  .first-mob {
    width: 50% !important;
  }
  .nav {
    display: none !important;
  }
  .nav-mob {
    display: block;
    width: 50% !important;
  }
  .nav-mob ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    justify-content: end;
    align-items: center;
  }
  .nav-mob ul li {
    display: block;
    margin-left: 20px;
  }
  .nav-mob ul li a {
    color: #40474f;
    transition: box-shadow 0.3s ease;
  }
  .first-section {
    justify-content: flex-start;
  }
  .first-one img {
    width: 55px;
    height: 55px;
  }
  .first-section {
    justify-content: flex-start;
    padding: 0 24px;
    border-radius: 0;
  }
  .img-with-text p {
    font-size: 15px;
  }
  .third-mob {
    background: #fff;
  }
  .frame {
    margin: 15px auto;
  }
  .event-section {
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 20px;
  }
  .event-card {
    width: 320px;
    margin: 0px auto 24px auto;
    max-width: 100%;
  }
  .container.third-mob {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  }
  .event-section .container {
    padding: 0 20px;
  }
  .frame14 {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-card {
    margin-top: 10px;
  }
  .nav {
    display: none !important;
  }
  .nav-mob {
    display: block !important;
  }
  .nav-mob ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    justify-content: end;
    align-items: center;
  }
  .nav-mob ul li {
    display: block;
    margin-left: 20px;
  }
  .nav-mob ul li a {
    color: #40474f;
    transition: box-shadow 0.3s ease;
  }
}
