.location-title {
  margin-bottom: 1.25vw;
  font-size: 3.333vw;
  font-weight: 400;
}

.location-subtitle {
  display: flex;
  width: 6.806vw;
  height: auto;
  object-fit: contain;
}

.new-location-list {
  list-style: none;
  position: absolute;
  z-index: 1;
  left: 7.917vw;
  bottom: 5.556vw;
}

.new-location-list li:not(:last-child) {
  margin-bottom: 2.778vw;
}

.location-km {
  font-weight: 300;
  font-size: 2.014vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  display: block;
  line-height: 1;
}

.location-car {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-family: 300;
  font-size: 1.042vw;
  margin-top: 0.347vw;
  line-height: 1;
  display: block;
}

.location-heading {
  font-family: "TT Hoves Pro Trial", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.319vw;
  margin-top: 0.486vw;
  position: relative;
  margin-bottom: 0;
}

.new-location-list li:nth-child(1) .location-heading:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.868vw);
  top: 50%;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  background: #000;
  border-radius: 50%;
}

.new-location-list li:nth-child(2) .location-heading:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625vw);
  top: 50%;
  transform: translateY(-50%);
  width: 1.736vw;
  height: 1.736vw;
  background: url("../icons/s.svg") center center / contain no-repeat;
}

.location-bus {
  display: flex;
  flex-direction: column;
  gap: 0.556vw;
  max-width: 17.778vw;
  color: #3e3e3e;
  font-weight: 300;
  font-size: 1.042vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
  margin-top: 1.042vw;
}

.location-bus img {
  width: 1.597vw;
  height: 1.597vw;
  object-fit: contain;
}

.location-bottom-text {
  color: #808080;
  font-weight: 300;
  font-size: 1.042vw;
  font-family: "TT Hoves Pro Trial", sans-serif;
}

.location-logo {
  position: absolute;
  bottom: 5.556vw;
  right: 2.7777777778vw;
  width: 5.972vw;
  object-fit: contain;
}

.location-link-mobile {
  display: none;
}

@media (max-width: 768px) {
  .location-title {
    margin-bottom: 4px;
    font-size: 28px;
    text-align: left;
  }
  .location-subtitle {
    width: 90px;
  }
  .location .heading {
    position: absolute;
    left: 0;
    top: 0;
  }
  .new-location-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .location-km {
    font-size: 22px;
  }
  .location-car {
    margin-top: 4px;
    font-size: 11px;
  }

  .location-heading {
    font-size: 15px;
    margin-top: 5px;
  }
  .new-location-list li:nth-child(1) .location-heading:before {
    width: 14px;
    height: 14px;
    right: calc(100% + 10px);
  }

  .new-location-list li:nth-child(2) .location-heading:before {
    width: 19px;
    height: 19px;
    right: calc(100% + 7px);
  }

  .new-location-list {
    left: 40px;
    bottom: 0;
  }

  .location-bus {
    margin-top: 15px;
    gap: 6px;
    font-size: 11px;
    max-width: 200px;
  }
  .location-bus img {
    width: 18px;
    height: 18px;
  }
  .location-bottom-text {
    margin-top: 6px;
    font-size: 11px;
  }

  .location-logo {
    bottom: 155px;
    width: 56px;
    right: 30px;
  }

  .location-link-mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 21px;
    color: #000;
    font-family: "TT Hoves Pro Trial", sans-serif;
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 2;
    text-decoration: none;
    line-height: 1;
  }
}

.iti__search-input {
  height: 40px;
}

.about__wrap .title {
  text-transform: none;
}

.about__wrap .subtitle {
  text-transform: none;
}

.dev__col:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dev__col:nth-child(1) img {
  max-width: 10vw;
}

@media (max-width: 767px) {
  .dev__col:nth-child(1) img {
    max-width: 120px;
  }
  .dev__col:nth-child(1) {
    margin-bottom: 20px;
  }
}

.hero-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  width: 12.014vw;
}

.hero-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .hero-logo {
       width: 160px;
        top: -45px;
  }
	.hero__info {
		padding-top: 50px;
	}
  .hero__bottom-text {
    width: 100%;
  }
  .hero__bottom-right {
    max-width: 360px;
    margin: 0 auto;
  }
  .hero__bottom-right .btn {
    width: 100%;
  }
	.about__top-img {
		display: none;
	}
}

.master-plan {
  margin-bottom: 10.4166666667vw;
}

.master-plan__image {
  width: 100%;
  height: 53.125vw;
  object-fit: cover;
}

@media (max-width: 768px) {
  .master-plan {
    margin-bottom: 100px;
  }
  .master-plan__image {
    height: 244px;
  }
	
	.dev__wrap {
		display: flex; 
		align-items: center; 
		justify-content: center;
		flex-wrap: wrap;
		gap: 0;
	}
	
	.dev__col:nth-child(1) {
		width: 100%; 
		
	}
	
	.dev__col:nth-child(1) img {
		max-width: 113px;
	}
	
	.dev__col:nth-child(2),
	.dev__col:nth-child(3){
		width: 50%; 
	}
	
	.dev__col:nth-child(3) img {
		width: 80px;
	}
	
	
}


.team-image {
	display: flex; 
	width: 100%;
}

.hero {
	position: relative;
}

.hero:before {
	content: '';
	position: absolute; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
z-index: 1;
}

.hero .container {
	position: relative; 
	z-index: 2;
}

.hero-bg-image,
.hero-bg-image-mobile{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
	display: flex; 
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.hero-bg-image-mobile {
	display: none;
}

@media (max-width: 768px) {
	.hero-bg-image-mobile {
		display: flex;
	}
	.hero-bg-image {
		display: none;
	}
}