.about-city-container {
  text-align: center;
  background-color: #fff;
}
.about-city-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1166px;
  margin: 0 auto;
  padding: 58px 0;
}
.about-city-heading {
  margin: 0 0 4px;
  font-family: Heebo-Bold;
  font-size: 54px;
  line-height: 42px;
  color: #404040;
}
.about-city-sub-heading {
  font-size: 26px;
  font-weight: 500;
  color: #717171;
}
.about-city-sec2 {
  display: flex;
  align-items: flex-start;
  text-align: start;
  gap: 40px;
}
.about-city-img {
  width: 415px;
  height: 375px;
}
.about-city-sec2-img {

}
.about-city-sec2-text-mob {
  display: none;
}
.about-city-sec2-text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  row-gap: 17px;
  line-height: 26px;
  color: #717171;
}
.about-city-sec2-text1 {
  font-size: 18px;
}
.about-city-sec2-text p {
  margin: 0;
}
.about-city-price-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
}
.about-city-price-btn a {
  display: flex;
  width: 225px;
  height: 62px;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.about-city-price-btn .arrow-price {
  padding-left: 6px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 0.5px;
}
.about-city-price-btn a:hover {
  background: #f67106;
}
.about-city-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}

.read-more-state {
  display: none;
}
.about-city-sec2-text1 {
  font-size: 18px;
}
.read-more-target {
  display: none;
  font-size: 0;
  transition: 0.25s ease;
}
.read-more-target p,
.read-more-preview p {
  padding-bottom: 6px;
}
.read-more-state:checked ~ .read-more-target {
  display: block;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state:checked ~ .read-more-preview p {
  display: none;
}
.read-more-state ~ .read-more-trigger:before {
  content: ' Read More';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: ' Read Less';
}
.read-more-trigger {
  cursor: pointer;
  color: #ff8800;
  font-size: inherit;
  text-decoration: underline;
}
.read-more-trigger:hover {
  font-weight: bold;
}
.faded-container {
  position: relative;
  overflow: hidden;
}
.fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .about-city-inner {
    gap: 28px;
    max-width: 1092px;
    padding: 52px 0;
  }
  .about-city-heading {
    margin: 0 0 8px;
    font-size: 50px;
  }
  .about-city-sub-heading {
    font-size: 24px;
  }
  .about-city-sec2 {
    gap: 34px;
  }
  .about-city-img {
    width: 390px;
    height: 350px;
  }
  .about-city-sec2-text {
    font-size: 18px;
    row-gap: 8px;
    line-height: 1.3;
  }
  .about-city-sec2-text1 {
    font-size: 18px;
  }
  .about-city-price-btn {
    margin-top: 6px;
  }
  .about-city-price-btn a {
    width: 214px;
    height: 56px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .about-city-inner {
    gap: 22px;
    max-width: 940px;
    padding: 48px 0;
  }
  .about-city-heading {
    margin: 0px 0 6px;
    font-size: 44px;
  }
  .about-city-sub-heading {
    font-size: 20px;
  }
  .about-city-sec2 {
    gap: 30px;
  }
  .about-city-img {
    width: 334px;
    height: 300px;
  }
  .about-city-sec2-text {
    font-size: 15px;
  }
  .about-city-sec2-text1 {
    font-size: 15px;
  }
  .about-city-price-btn {
    margin-top: 8px;
  }
  .about-city-price-btn a {
    width: 186px;
    height: 48px;
    font-size: 16px;
  }
  .about-city-price-btn .arrow-price {
    height: 12px;
  }
}

@media screen and (max-width: 1099px) {
  .about-city-inner {
    gap: 20px;
    max-width: 875px;
    padding: 44px 0;
  }
  .about-city-heading {
    margin: 0px 0 8px;
    font-size: 40px;
  }
  .about-city-sub-heading {
    font-size: 19px;
  }
  .about-city-sec2 {
    gap: 28px;
  }
  .about-city-img {
    width: 311px;
    height: 281px;
  }
  .about-city-sec2-text {
    font-size: 15px;
    row-gap: 5px;
  }
  .about-city-sec2-text1 {
    font-size: 15px;
  }
  .about-city-price-btn {
    margin-top: 11px;
  }
  .about-city-price-btn a {
    width: 172px;
    height: 46px;
    font-size: 16px;
  }
  .about-city-price-btn .arrow-price {
    height: 11px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .about-city-inner {
    gap: 14px;
    max-width: 657px;
    padding: 30px 0;
  }
  .about-city-heading {
    margin: 0px 0 1px;
    font-size: 32px;
  }
  .about-city-sub-heading {
    font-size: 15px;
  }
  .about-city-sec2 {
    gap: 22px;
  }
  .about-city-img {
    width: 234px;
    height: 209px;
  }
  .about-city-sec2-text {
    font-size: 11px;
    row-gap: 5px;
  }
  .about-city-sec2-text1 {
    font-size: 11px;
  }
  .about-city-price-btn {
    margin-top: 6px;
  }
  .about-city-price-btn a {
    width: 128px;
    height: 35px;
    font-size: 12px;
  }
  .about-city-price-btn .arrow-price {
    height: 8px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .about-city-inner {
    max-width: 512px;
    padding: 60px 0;
  }
  .about-city-heading {
    margin: 0px 0 6px;
    font-size: 36px;
    line-height: 44px;
  }
  .about-city-sub-heading {
    max-width: 328px;
    font-size: 22px;
    margin: 0 auto;
    line-height: 32px;
  }
  .about-city-sec2 {
    flex-direction: column;
    margin-top: 8px;
    gap: 18px;
  }
  .about-city-img {
    width: 512px;
    height: 300px;
  }
  .about-city-sec2-text1 {
    display: none;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 24px;
    line-height: 36px;
  }
  .about-city-price-btn {
    margin-top: 24px;
    justify-content: center;
  }
  .about-city-price-btn a {
    width: 50%;
    height: 68px;
    font-size: 24px;
  }
  .about-city-price-btn .arrow-price {
    height: 16px;
    padding-left: 5px;
    top: 1px;
  }
  .read-more-target p,
  .read-more-preview p {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 719px) {
  .about-city-inner {
    max-width: 450px;
    padding: 56px 0;
  }
  .about-city-heading {
    font-size: 34px;
    line-height: 42px;
  }
  .about-city-img {
    width: 450px;
    height: 252px;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 22px;
    line-height: 34px;
  }
}

@media screen and (max-width: 539px) {
  .about-city-inner {
    max-width: 390px;
    padding: 50px 0;
  }
  .about-city-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .about-city-sub-heading {
    max-width: 328px;
    font-size: 22px;
    margin: 0 auto;
    line-height: 32px;
  }
  .about-city-sec2 {
    flex-direction: column;
    margin-top: 8px;
    gap: 18px;
  }
  .about-city-img {
    width: 390px;
    height: 190px;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 23px;
    line-height: 38px;
  }
  .about-city-price-btn {
    margin-top: 20px;
  }
  .about-city-price-btn a {
    width: 100%;
    height: 64px;
    font-size: 22px;
  }
  .about-city-price-btn .arrow-price {
    height: 15px;
    padding-left: 5px;
    top: 2px;
  }
}

@media screen and (max-width: 429px) {

}

@media screen and (max-width: 427px) {
  .about-city-inner {
    max-width: 372px;
    padding: 48px 0;
  }
  .about-city-img {
    width: 372px;
    height: 184px;
  }
  .about-city-heading {
    font-size: 35px;
    line-height: 41px;
  }
  .about-city-sub-heading {
    max-width: 318px;
    font-size: 21px;
    line-height: 31px;
  }
  .about-city-sec2-text-mob {
    font-size: 22px;
    line-height: 37px;
  }
  .about-city-price-btn a {
    height: 62px;
  }
  .about-city-price-btn .arrow-price {
    top: 1px;
  }
}

@media screen and (max-width: 409px) {
  .about-city-inner {
    max-width: 362px;
  }
  .about-city-img {
    width: 362px;
    height: 180px;
  }
}

@media screen and (max-width: 399px) {
  .about-city-inner {
    max-width: 350px;
    padding: 45px 0;
  }
  .about-city-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .about-city-sub-heading {
    max-width: 298px;
    font-size: 20px;
    line-height: 30px;
  }
  .about-city-sec2 {
    flex-direction: column;
    margin-top: 7px;
    gap: 16px;
  }
  .about-city-img {
    width: 350px;
    height: 168px;
  }
  .about-city-sec2-text-mob {
    display: block;
    font-size: 22px;
    line-height: 36px;
  }
  .about-city-price-btn {
    margin-top: 17px;
  }
  .about-city-price-btn a {
    width: 100%;
    height: 60px;
    font-size: 22px;
  }
  .about-city-price-btn .arrow-price {
    height: 15px;
    padding-left: 5px;
    top: 2px;
  }
}

@media screen and (max-width: 389px) {
  .about-city-inner {
    max-width: 336px;
    padding: 42px 0;
  }
  .about-city-heading {
    font-size: 36px;
  }
  .about-city-sub-heading {
    font-size: 20px;
  }
  .about-city-sec2 {
    margin-top: 5px;
  }
  .about-city-img {
    width: 336px;
    height: 162px;
  }
  .about-city-sec2-text-mob {
    font-size: 23px;
    line-height: 34px;
  }
  .about-city-price-btn {
    margin-top: 18px;
  }
  .about-city-price-btn a {
    height: 58px;
  }
}

@media screen and (max-width: 374px) {
  .about-city-inner {
    max-width: 328px;
    padding: 40px 0;
  }
  .about-city-heading {
    font-size: 34px;
  }
  .about-city-sub-heading {
    line-height: 1.4;
  }
  .about-city-sec2 {
    gap: 12px;
  }
  .about-city-img {
    width: 328px;
    height: 158px;
  }
  .about-city-sec2-text-mob {
    font-size: 22px;
    line-height: 33px;
  }
  .about-city-price-btn {
    margin-top: 22px;
  }
  .about-city-price-btn a {
    height: 56px;
  }
  .about-city-price-btn .arrow-price {
    height: 15px;
  }
}

@media screen and (max-width: 364px) {
  .about-city-inner {
    max-width: 288px;
    padding: 38px 0;
  }
  .about-city-heading {
    font-size: 30px;
    margin: 0px 0 4px;
  }
  .about-city-sub-heading {
    font-size: 18px;
  }
  .about-city-sec2 {
    margin-top: 4px;
  }
  .about-city-img {
    width: 288px;
    height: 138px;
  }
  .about-city-sec2-text-mob {
    font-size: 19px;
    line-height: 28px;
  }
  .about-city-price-btn {
    margin-top: 17px;
  }
  .about-city-price-btn a {
    height: 48px;
    font-size: 18px;
  }
  .about-city-price-btn .arrow-price {
    height: 12px;
    top: 1px;
  }
} 
