#hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/replacements/atlantic-south-end.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: right;
}
.a-img{
  position: relative;
  width: 300px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin-block: 24px;
}
.a-img img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.a-img h3{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .75);

}

.content1{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  #hero {
  }
}
#hero .content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#hero .content,
#hero .container {
  height: inherit;
}

#hero .content .heading-1 {
  line-height: 1.1;
}
#welcome .flex {
  flex-direction: column;
  gap: 1.375rem;
}
#welcome .flex .h {
  max-width: 500px;
}
@media (min-width: 992px) {
  #welcome .flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
#welcome .button {
  display: block;
  width: max-content;
  margin-top: 1rem;
}

#listing .heading {
  color: var(--color-secondary);
}
#listing .section-head {
  position: relative;
}
#listing .section-head img {
  width: 50px;
  top: -1.7rem;
  left: -0.5rem;
  position: absolute;
}
@media (min-width: 768px) {
  #listing .section-head img {
    /* width: 70px; */
    top: -1.735rem;
    left: -1rem;
  }
}
@media (min-width: 992px) {
  #listing .section-head img {
    width: 70px;
  }
}

#listing .latest-listing-item .popular-img-ctn {
  height: 490px;
}
#listing .latest-listing-item {
  width: 100%;
}
#listing .grid {
  gap: 2rem;
}
#listing .latest-listing-detail .more-detail,
.more-detail div,
.more-detail,
#listing .latest-listing-detail .location,
.more-detail div span {
  display: flex;
  align-items: center;
}
#listing .latest-listing-detail .location {
  gap: 0.75rem;
}
#listing .latest-listing-detail .location i {
  color: red;
}
.more-detail {
  justify-content: space-between;
}
.more-detail div {
  margin-top: 1.125rem;
  gap: 1rem;
}
.more-detail div span {
  font-size: 1.25rem;
  gap: 0.75rem;
}
.more-detail div span span {
  color: #6b6b6b;
}
#listing .latest-listing-detail {
  font-size: 1.125rem;
  color: var(--color-secondary);
}
#listing .latest-listing-detail i {
  font-size: 32px;
}
#listing .latest-listing-detail .location {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #listing .latest-listing-item {
    width: 100%;
  }
  #listing .grid,
  #dive .dive-items.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #listing .latest-listing-item {
    width: 100%;
  }
  #listing .grid,
  #dive .dive-items.grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#listing .latest-listing-item .popular-img-ctn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#dive .dive-items.grid {
  gap: 3rem;
}
#dive .dive-items {
  margin-top: 50px;
}
#dive .dive-items .dive-item h3 {
  color: white;
  margin-bottom: 1.375rem;
}
#dive .heading-2 {
  line-height: 1;
}
.section-head {
  margin-bottom: 4.125rem;
}
#dive .cta {
  text-align: center;
  margin-top: 60px;
}
#areas .detail {
  order: 2;
  width: 100%;
}
#areas .detail .cta {
  margin-top: 2rem;
}
#areas .detail ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

#areas .detail ul li {
  text-align: center;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  font-size: 1.125rem;
}

#areas .detail .button.primary {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #areas .detail ul {
    grid-template-columns: repeat(3, 1fr);
  }
  #areas .detail .button.primary {
    grid-column-start: 2;
    grid-column-end: 4;
  }
}
#areas .content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
#areas .seafood-image-ctn {
  order: 1;
  width: 100%;
  height: 580px;
}

#areas .seafood-image-ctn img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  #areas .seafood-image-ctn {
    margin: 0;
    order: 2;
    max-width: 500px;
  }
  #areas .content {
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }
  #areas .detail {
    width: 420px;
  }
}

#areas .heading-2 {
  color: var(--color-secondary);
  line-height: 1;
  margin-bottom: 2rem;
}
.section-bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/images/replacements/4d21c654f7c5feace1ab77b9785f4dec.jpg");
  height: 70vh;
}

.latest-listing-item{
  margin-block: 64px;
}
