.logo-icon {
  height: 40.5px;
  width: 156px;
}
.home,
.logo-icon {
  position: relative;
}
.nav-links {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap-30);
  min-width: 230px;
  text-align: left;
  font-size: var(--font-size-14);
  color: var(--color-black);
  font-family: var(--font-archivo);
}
.header,
.header-content {
  display: flex;
  align-items: center;
}
.header-content {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-20) 0;
  max-width: 1340px;
}
.header {
  align-self: stretch;
  background-color: var(--White);
  border-bottom: 1px solid var(--Light-grey-border);
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-14) var(--padding-20) var(--padding-12);
  top: 0;
  z-index: 99;
  position: sticky;
}
.subtitle,
.title {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-family: inherit;
}
.title {
  font-size: inherit;
  line-height: 110%;
  font-weight: 700;
}
.subtitle {
  font-size: var(--font-size-20);
  line-height: 120%;
  font-weight: 300;
}
.title-container {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-8);
}
.date-pickers {
  width: calc(100% - 45px);
  border: 0;
  outline: 0;
  font-family: var(--font-roboto);
  font-size: var(--font-size-14);
  background-color: transparent;
  flex: 1;
  position: relative;
  line-height: 160%;
  color: var(--color-black);
  text-align: left;
  display: inline-block;
  min-width: 150px;
  padding: 0;
}
.iconhome {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.accomodation-input {
  flex: 0.9594;
  border-radius: var(--br-4);
  background-color: var(--White);
  border: 1px solid var(--color-gainsboro);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-14) 9px var(--padding-14) var(--padding-12);
  gap: var(--gap-12);
  min-width: 335px;
}
.label {
  position: relative;
  line-height: 22px;
}
.checkin-datepicker,
.icon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkin-datepicker {
  flex: 1;
  border-radius: var(--br-4);
  background-color: var(--White);
  border: 1px solid var(--color-gainsboro);
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: var(--padding-14) var(--padding-12);
  gap: 0;
  min-width: 72px;
}
.label2 {
  width: calc(100% - 48px);
  border: 0;
  outline: 0;
  font-family: var(--font-roboto);
  font-size: var(--font-size-14);
  background-color: transparent;
  position: relative;
  line-height: 22px;
  color: var(--color-gray-300);
  text-align: left;
  display: inline-block;
  min-width: 22px;
  padding: 0;
}
.input-container {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-12);
  min-width: 335px;
}
.iconsearch {
  width: 19px;
  position: relative;
  height: 19px;
  overflow: hidden;
  flex-shrink: 0;
}
.button {
  position: relative;
  font-size: var(--font-size-16);
  letter-spacing: 0.46px;
  line-height: 150%;
  font-weight: 500;
  font-family: var(--font-archivo);
  color: var(--White);
  text-align: center;
}
.form,
.search-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-button {
  cursor: pointer;
  border: 0;
  padding: var(--padding-16) 36px;
  background-color: var(--Accent);
  border-radius: var(--br-4);
  overflow: hidden;
  justify-content: center;
  gap: 11px;
}
.search-button:hover {
  background-color: var(--color-lightseagreen-100);
}
.form {
  align-self: stretch;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.02);
  border-radius: var(--br-10);
  background-color: var(--White);
  border: 0.7px solid var(--Light-grey-border1);
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  padding: var(--padding-11) var(--padding-12);
  gap: var(--gap-12);
  font-size: var(--font-size-14);
  color: var(--color-gray-300);
  font-family: var(--font-roboto);
}
.content,
.hero-container,
.image-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.content {
  width: 100%;
  align-items: flex-start;
  gap: var(--gap-24);
  max-width: 1340px;
}
.hero-container,
.image-container {
  align-self: stretch;
}
.image-container {
  align-items: center;
  padding: 50px var(--padding-20) var(--padding-30);
  background-image: url(./public/image-container@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.hero-container {
  align-items: flex-start;
  text-align: left;
  font-size: 40.4px;
  color: var(--color-black);
  font-family: var(--font-archivo);
}
.stays-nearby,
.toronto-ontario {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 400;
  font-family: inherit;
}
.toronto-ontario {
  font-weight: 600;
}
.left-side {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-2);
}
.layout-options-icon {
  border-radius: var(--br-6);
}
.layout-options-icon,
.layout-options-icon1 {
  width: 36px;
  max-height: 100%;
}
.layout-selection,
.search-section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.layout-selection {
  border-radius: 9px;
  background-color: var(--White);
  border: 0.7px solid var(--Light-grey-border);
  justify-content: flex-start;
  padding: 5px var(--padding-6);
}
.search-section-header {
  align-self: stretch;
  height: 60px;
  justify-content: space-between;
  padding: var(--padding-14) 0 0;
  box-sizing: border-box;
  gap: 0;
}
.listing-01-image-icon {
  align-self: stretch;
  height: 300px;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
  z-index: 0;
}
.superhost-icon {
  width: 6.7px;
  position: relative;
  height: 10px;
}
.superhost {
  position: relative;
  font-weight: 500;
}
.heart-icon,
.superhost-tag {
  position: absolute;
  margin: 0 !important;
  top: 10px;
}
.superhost-tag {
  left: 10px;
  border-radius: 13px;
  background-color: var(--White);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-6);
  gap: var(--gap-2);
  z-index: 1;
}
.heart-icon {
  width: 30px;
  height: 30px;
  right: 10px;
  object-fit: cover;
  z-index: 2;
}
.listing-subtitle,
.listing-title {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listing-title {
  line-height: 16px;
  font-weight: 600;
}
.listing-subtitle {
  font-size: var(--font-size-14);
  line-height: 14px;
  color: var(--Light-Text);
}
.listing-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-4);
}
.rating {
  position: relative;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.star-icon {
  height: 13px;
  width: 13px;
  position: relative;
}
.listing-info,
.rating-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.rating-cont {
  width: 42px;
  gap: var(--gap-5);
  font-size: var(--font-size-14);
}
.listing-info {
  align-self: stretch;
  gap: var(--gap-4);
}
.night {
  position: relative;
  font-size: var(--font-size-14);
  letter-spacing: 0.02em;
  color: var(--Light-Text);
}
.bottom-container,
.price-per-night {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.price-per-night {
  flex: 1;
  gap: var(--gap-2);
}
.bottom-container {
  align-self: stretch;
  height: 28px;
  font-size: var(--font-size-19);
}
.item-details,
.listing-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.item-details {
  align-self: stretch;
  padding: var(--padding-16);
  gap: var(--gap-14);
  z-index: 3;
  font-size: var(--font-size-16);
  color: var(--Dark);
}
.listing-item {
  height: 408px;
  flex: 1;
  border-radius: var(--br-10);
  background-color: var(--White);
  border: 1px solid var(--Light-grey-border);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-width: 288px;
  cursor: pointer;
  text-align: left;
  font-size: var(--font-size-12);
  color: var(--Accent1);
  font-family: var(--font-archivo);
}
.listing-item:hover {
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.superhost1 {
  position: relative;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.superhost-tag1 {
  margin: 0 !important;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 13px;
  background-color: var(--White);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-6);
  gap: var(--gap-2);
  z-index: 1;
}
.homes,
.listing-item1 {
  display: flex;
  justify-content: flex-start;
}
.listing-item1 {
  height: 408px;
  flex: 1;
  border-radius: var(--br-10);
  background-color: var(--White);
  border: 1px solid var(--Light-grey-border);
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-width: 288px;
  text-align: left;
  font-size: var(--font-size-12);
  color: var(--Accent1);
  font-family: var(--font-archivo);
}
.homes {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-20);
}
.show-more-text {
  position: relative;
  font-size: var(--font-size-16);
  letter-spacing: 0.46px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--font-archivo);
  color: var(--Accent1);
  text-align: center;
}
.show-more-button {
  cursor: pointer;
  border: 1px solid var(--Accent1);
  padding: 9px 28px;
  background-color: transparent;
  border-radius: var(--br-6);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.show-more-button:hover {
  background-color: var(--color-lightseagreen-200);
  border: 1px solid var(--color-lightseagreen-100);
  box-sizing: border-box;
}
.stays-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px var(--padding-20);
  box-sizing: border-box;
  gap: var(--gap-20);
  max-width: 1380px;
  text-align: left;
  font-size: var(--font-size-20);
  color: var(--color-black);
  font-family: var(--font-archivo);
}
.footer-link-title {
  margin: 0;
  height: 22px;
  font-size: var(--font-size-20);
  font-weight: 600;
  font-family: inherit;
  display: inline-block;
}
.footer-link-title,
.footer-links {
  align-self: stretch;
  position: relative;
}
.link-column {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-20) 0 0;
  box-sizing: border-box;
  gap: var(--gap-20);
  min-width: 280px;
}
.container,
.footer,
.link-column {
  display: flex;
  justify-content: flex-start;
}
.container {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--gap-10);
  max-width: 1340px;
}
.footer {
  align-self: stretch;
  background-color: var(--color-whitesmoke-200);
  flex-direction: column;
  align-items: center;
  padding: var(--padding-20);
  text-align: left;
  font-size: var(--font-size-16);
  color: var(--Dark);
  font-family: var(--font-archivo);
}
.localhost-inc-all {
  flex: 1;
  display: inline-block;
  min-width: 280px;
}
.localhost-inc-all,
.privacy-policy {
  position: relative;
  line-height: 120%;
  font-weight: 300;
}
.legal-links {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-8);
  font-size: var(--font-size-12);
}
.band,
.container1,
.homepage,
.legal-links {
  display: flex;
  align-items: center;
}
.container1 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-10) var(--gap-20);
  max-width: 1340px;
}
.band,
.homepage {
  flex-direction: column;
}
.band {
  align-self: stretch;
  border-top: 1px solid var(--Light-grey-border);
  justify-content: flex-start;
  padding: var(--padding-10) var(--padding-30) var(--padding-12);
  text-align: left;
  font-size: var(--font-size-14);
  color: var(--color-black);
  font-family: var(--font-archivo);
}
.homepage {
  width: 100%;
  position: relative;
  background-color: var(--White);
  overflow: hidden;
  justify-content: space-between;
  gap: 0;
  min-height: 2524px;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 1350px) {
  .content,
  .header-content {
    max-width: 100%;
  }
  .stays-section {
    padding-top: var(--padding-20);
    padding-bottom: var(--padding-20);
    box-sizing: border-box;
    max-width: 100%;
  }
  .container,
  .container1 {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 450px) {
  .title {
    font-size: var(--font-size-24);
    line-height: 27px;
  }
  .subtitle {
    font-size: var(--font-size-16);
    line-height: 19px;
  }
  .accomodation-input {
    flex: 1;
  }
  .stays-nearby,
  .toronto-ontario {
    font-size: var(--font-size-16);
    line-height: 19px;
  }
  .search-section-header {
    height: auto;
    flex-wrap: wrap;
  }
  .footer-link-title {
    font-size: var(--font-size-16);
  }
}
