/* Home hero-area */

.home-section-padding {
  padding: 50px 0 60px;
}

.home-hero__content-header {
  padding-bottom: 20px;
}
.home-hero__content-video__title {
  padding: 20px 0;
}
.home-hero__content-video__iframe {
  height: 260px;
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.home-hero__content-video__iframe .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.home-hero__video-play img {
  max-width: 3rem;
}

/* hero-area--end */


/* rent-slider */
.home-rent--area {
  background-color: #2B32520D;
}
.home-rent__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.home-rent__slider-dirLeft {
  margin-bottom: 1.5rem;
}
.home-rent__slider-item {
  width: 120px;
  height: 100px;
  border-radius: 0.8rem;
}
.home-rent__slider-item img {
  width: 100%;
  border-radius: 0.8rem;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-rent__slider {
  margin-bottom: 3rem;
}
.home-rent__content {
  max-width: 37.0rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.home-rent__content p {
  font-weight: 500;
}

/* rent-slider---end */

/* home host*/

.home-host__header {
  max-width: 320px;
  margin: 60px auto;
}
.home-host-image-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  overflow: hidden;
  font-size: 12px;
  color: var(--blue);
  text-align: center;
  line-height: 1;
  justify-content: start;
  width: 50%;
  height: 100%;
}

.home-host-photo {
  aspect-ratio: 1.54;
  object-fit: cover;
  object-position: center;
  width: 100%;
  z-index: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.home-host-image-label {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 4px;
  justify-content: center;
  left: 25px;
  bottom: 25px;
  padding: 3px 8px;
  border: 1px solid rgba(43, 50, 82, 1);
}
.home-host-image-label > span {
  display: flex;
  flex-direction: column;
  line-height: 120%;
}

.home-host .border-line-below {
  padding-bottom: 10px;
}
.home-host .border-line-below::after {
  border-bottom-width: 6px;
}

@media (max-width: 767px) {
  .home-host-image-container {
    position: relative;
    width: 100%;
  }
  .home-host__header {
    max-width: 370px;
    margin: 30px auto;
  }
}

/* featured-area */
.home-featured__header {
  margin-bottom: 30px;
}
.home-featured__header h2 {
  font-weight: 900;
}
.home-featured__wrapper {
  background: #3772FF;
  border-radius: 1.2rem;
  padding: 2rem 2rem;
}
.home-featured__item-title h2 {
  margin-bottom: 0;
}
.home-bordered-title {
  padding: 5px 0;
  padding-left: 30px;
}
.home-bordered-title::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  content: "";
  border-radius: 2px;
  background: var(--blue);
}
.home-featured__item-title {
  margin-bottom: 24px;
}
.home-featured__item-img {
  margin-bottom: 30px;
}
.home-featured__item-img img {
  object-position: center;
  box-shadow: 10px 10px 0px 0px #FAD744;
}
.home-featured__item-content-list li {
  position: relative;
  padding: 5px 0;
  font-weight: 700;
  list-style: none;
  padding-left: 20px;
}
.home-featured__item-content-list li::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../../img-towlos/svg/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.home-featured__item-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-featured__item-features {
  background: #2B3252;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  margin: 0 auto;
}
.home-featured__item-features h5 {
  font-weight: normal;
  line-height: 170%;
}
.home-featured__item-features h5 span {
  font-weight: 900 !important;
  line-height: 170%;
}
.home-features__item {
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF26;
  display: inline-block;
}
.home-features__item:first-child {
  padding-top: 0;
}
.home-features__item:last-child {
  padding-bottom: 0;
  border: none;
}
/* featured-area--end */

/* type-area */
.sw-nav button {
  background: transparent;
  border: none;
  width: 3rem;
  height: 3rem;
}
.sw-nav button svg path {
  fill: #2B3252;
  fill-opacity: 1;
}
.sw-nav button.swiper-button-disabled svg path {
  fill: #2B325240;
  fill-opacity: 1;
}
.home-type__header {
  margin-bottom: 30px;
}
.home-type__slider .swiper-slide {
  box-shadow: 0px 1px 5px 0px #2B32520D;
  max-width: 160px;
  border-radius: 10px;
  border: 1px solid #2B325226;
}
.home-type__item:hover, .home-type__item:active, .home-type__item:focus {
  text-decoration: none;
}
.home-type__item-img {
  overflow: hidden;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.home-type__item-img img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
}
.home-type__item-content h5 {
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.5;
}
.home-type__item-content {
  padding: 12px 20px;
}
.home-type__item-content p {
  line-height: 1.3;
}
.home-type__item-content p {
  min-height: 59px;
}
/* type-area--end */

/* blog-area */
.home-blog--area {
  background: linear-gradient(145.82deg, #2B3252 27.67%, #3772FF 133.45%);
}
.home-blog-title {
  margin-bottom: 20px;
}
.home-blog-title h2 {
  margin-bottom: 25px;
}

.home-blog__search .form-control {
  background: #FFFFFF26;
  border-color: #FFFFFF26;
  text-align: center;
  color: #FFFFFFBF;
  margin-bottom: 0;
}
.home-blog__search .form-control:focus {
  border-color: #FFFFFF26;
  outline: none;
  box-shadow: none;
}
.home-blog__search .form-control::placeholder {
  color: #FFFFFFBF;
}
.home-blog__search form {
  display: flex;
  gap: 1.5rem;
}
.home-blog__search form button {
  width: 5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-blog__search form button span.icon {
  position: initial;
  height: auto;
  transform: translate(0);
}
.home-blog__search {
  margin-bottom: 2rem;
}
.home-blog__item-img {
  height: 110px;
  margin-bottom: 10px;
}
.home-blog__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-blog__item.home-blog__item--lg .home-blog__item-img {
  height: 180px;
}
.home-blog__item-content h3 a {
  color: #fff;
  display: block;
}
.home-blog__item-content h3 {
  margin-bottom: 8px;
}
.home-blog__item {
  padding: 14px 0;
  border-bottom: 1px solid #FFFFFF40;
}
.home-blog__item-author {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #fff;
}
.home-blog__item-author__img {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}
.home-blog__wrapper {
  margin-bottom: 20px;
}
/* blog-area--end */

/* state-area */
.home-state--area {
  background: #2B32520D;
}
.home-list__header {
  margin-bottom: 20px;
}
.home-list__item {
  box-shadow: 0px 1px 5px 0px #2B325226;
  display: flex;
  border: 1px solid #2B325226;
  padding: 12px 13px;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  line-height: 140%;
  color: #2B3252;
  transition: all .3s;
}
.home-list__row {
  --bs-gutter-x: 15px;
  --bg-gutter-y: 15px;
}
.home-list__item:hover {
  background: #2B32520D;
  color: #2B3252;
}
.home-list__item i {
  flex-shrink: 0;
}
/* state-area--end */

/* faq-area */
.home-faq__title {
  margin-bottom: 3rem;
}
.home-faq__title h2::after {
  background: #EF5455;
}
.home-faq__box {
  background: #2B32520D;
  padding: 20px;
  margin-bottom: 30px;
}
.home-faq__accordion .accordion-item {
  border-radius: 10px !important;
  box-shadow: 0px 1px 5px 0px #2B325226;
  border: 1px solid #2B325226;
  background: #FFFFFF;
  border: none;
  margin-bottom: 20px;
}
.home-faq__accordion .accordion-button {
  background: #FFFFFF;
  color: #2B3252;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 10px !important;
  font-weight: 700;
  line-height: 140%;
  padding-right: 50px;
  font-size: 15px;
}
.home-faq__accordion .accordion-button::after {
  background-image: url('../../img-towlos/svg/caret-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
}
.home-faq__accordion .accordion-body p {
  color: var(--text-color);
  font-weight: 500;
}
.home-faq__accordion .accordion-body {
  padding: 0 20px 10px 20px;
}
/* faq-area--end */

/* Medium devices (md) */
@media (max-width: 767px) {
  .home-type__slider-active {
    overflow: visible;
  }
  .home-state__slider-active {
    overflow: visible;
  }
  .home-hero__content-header h2 {
    font-size: 18px !important;
    line-height: 140%;
  }
   .home-list__item {
    font-size: 13px;
  }
}

/* Small devices (sm) */
@media (min-width: 520px) {
  .home-blog__item.home-blog__item--lg .home-blog__item-img {
    height: 320px;
  }
}

/* Medium devices (md) */
@media (min-width: 768px) {

  .home-type__slider .swiper-slide {
    max-width: 100%;
  }

  .home-rent__slider {
    position: relative;
    height: 100%;
    padding: 40px 0;
  }
  .home-rent__slider::after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    content: '';
    background: #ef5455;
    z-index: 11;
    border-radius: 2px;
  }
  .home-rent__slider {
    margin-bottom: 0;
  }

  .home-type__item-img img {
    height: 120px;
  }
}

/* Large devices (lg) */
@media (min-width: 992px) {
  .hero--area {
    padding: 40px 0 45px;
  }
  .home-hero__content-header {
    padding-bottom: 20px;
  }
  .row.home-hero__content-blocks {
    --bs-gutter-x: 24px;
    justify-content: space-between;
    padding: 40px 0;
  }
  .row.home-hero__content-blocks .col-md-6 {
    max-width: 550px;
  }
  
  .home-hero__content-video__title {
    padding: 30px 0 40px;
  }
  .home-hero__content-video__iframe {
    height: 460px;
  }
  .home-hero__video-play img {
    max-width: 500px;
  }
  .home-section-padding {
    padding: 70px 0 80px;
  }
  .home-rent__slider-item {
    width: 120px
    height: 100px;
  }
  .home-rent__content {
    max-width: 430px;
    margin: 0;
    padding: 0 10px;;
    padding-left: 25px;
  }
  .home-featured__item-features {
    padding: 15px 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }
  .home-featured__header h2 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
  .home-features__item {
    padding: 0rem 0;
    border-bottom: none;
    border-right: 0.1rem solid #ffffff26;
    width: 20%;
    flex: 0 0 auto;
  }
  .home-featured__item-features h5 {
    font-weight: 500;
  }
  .home-featured__item-features h5 span {
    font-size: 18px;
  }
  .home-featured__item-inner {
    padding-bottom: 40px;
  }
  .home-featured__wrapper {
    padding: 4rem 4rem;
  }
  .home-featured__item-img {
    margin-bottom: 0rem;
  }
  .home-featured__item-inner .row {
    --bs-gutter-x: 40px;
  }
  .home-featured__item-title h2 {
    margin-bottom: 0;
  }
  .home-type__slider .swiper-slide {
    max-width: 100%;
  }
  .home-type__item-img img {
    height: 180px;
  }
  .home-type__item-content h5 {
    margin-bottom: 0.2rem;
    line-height: 2rem;
  }
  .home-type__item-content p {
    margin-bottom: 0;
  }
  .sw-nav button {
    width: 40px;
    height: 40px;
    border: 2px solid var(--blue);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .sw-nav button.swiper-button-disabled {
    border-color: #2b325240;
  }
  .home-blog__search form button {
    width: max-content;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex: 0 0 auto;
  }
  .home-blog__search form button span.icon {
    flex: 0 0 auto;
    width: 20px;
  }
  .home-blog-title h2 {
    margin-bottom: 30px;
  }
  .home-blog-title {
    margin-bottom: 20px;
  }
  .home-blog__item.home-blog__item--lg .home-blog__item-img {
    height: 420px;
  }
  .home-blog__item-img {
    height: 170px;
  }
  .home-blog__item {
    border-bottom: none;
  }
  .home-blog__wrapper {
    margin-bottom: 0;
  }
  .home-type__slider-active.swiper {
    padding-bottom: 1rem;
  }
  .row.home-state__row .col-lg-3 {
    width: 20%;
  }
  .home-state__header {
    margin-bottom: 30px;
  }
  .home-faq__title {
    margin-bottom: 40px;
  }
  .home-faq__box {
    padding: 25px 25px;
    margin-bottom: 0;
  }
  .home-faq__accordion .accordion-button {
    font-weight: 900;
    gap: 10px;
  }
  .home-list__item {
    font-weight: 900;
  }
}

/* XL devices (lg) */
@media (min-width: 1200px) {

  .home-blog__item.home-blog__item--lg .home-blog__item-img {
    height: 560px;
  }
  .home-blog__item-img {
    height: 220px;
  }

  .home-rent__content {
    max-width: 540px;
  }
}
