/*================================================
Template name: AIPRO HTML Mobile Template
Version: 1.0.0
Author: Website Stock       
Author url: https://themeforest.net/user/website_stock/portfolio  

[ Table of Contents ]

01: home CSS
02: welcome-home CSS
03: dark-mode CSS

==================================================*/
/*===========================================================
01: home CSS
=============================================================*/
.home {
  padding: 16px 24px;
  margin-bottom: 70px;
  margin-top: 55px;
}

.home .title {
  padding-bottom: 16px;
}

.home .title h2 {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-text);
}

.home .title a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}

/*===========================================================
02: welcome-home CSS
=============================================================*/
.welcome-home {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 215px);
  overflow: auto;
}

.welcome-home h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-text);
  padding-top: 50px;
  padding-bottom: 32px;
}

.welcome-home p {
  font-size: 18px;
  color: var(--secondary-text);
  padding-bottom: 50px;
}

/*===========================================================
03: dark-mode CSS
=============================================================*/
.dark-mode .info ul a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(322deg) brightness(102%) contrast(102%);
}

.dark-mode .welcome-home h1,
.dark-mode .info h3,
.dark-mode .place-card .content h4,
.dark-mode .home .title h2,
.dark-mode .place-card .content .price h3,
.dark-mode .guide .item .content h4,
.dark-mode .budget .content h4,
.dark-mode .locationModal .content h4,
.dark-mode .budget .content .price span {
  color: white;
}

.dark-mode .serviceModal .item .image,
.dark-mode .service .item .image {
  background: var(--gray-90);
}

.dark-mode .locationModal .content .location,
.dark-mode .guide .item .content .location {
  color: var(--secondary-text);
}

.dark-mode .locationModal .content .location img,
.dark-mode .guide .item .content .location img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(9%) saturate(375%) hue-rotate(164deg) brightness(94%) contrast(92%);
}