.hero {
    padding-top: 8%;
    padding-bottom: 12%;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.container {
    margin: 0 auto;
    padding: 0 40px;
}

.hero > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    z-index: 2;
    position: relative;
}

.hero__content {
    text-align: center;
}

.hero h1 {
    text-align: center;
    font-size: 85px;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 1.27px;
    margin: 0 0 30px 0;
    color: #fff;
}

.hero .overlay {
    background-color: #1c1c1c;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
}

.single-listing__details {
    display: flex;
    justify-content: center;
    background-color: rgb(12, 28, 44);
    color: white;
    padding: 10px;
}

.single-listing__details span {
    display: flex;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-size: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
}

.content {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    text-align: center;
}

.content__container {
    max-width: 800px;
    margin: 0 auto;
}

.content h2 {
    margin-bottom: 20px;
}

h2 {
    font-size: 1.7em;
}

.content p {
    font-size: 20px;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.upcoming-tours {
    color: white;
    background-color: rgb(12, 28, 44);
}

.est8-list-type1,
.est8-list-type2 {
    list-style-type: none;
    padding: 0;
}

.accordion > * {
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: 0.3s ease all;
}

.accordion {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

.accordion > li {
    width: 100%;
}

.accordion > li > a {
    position: relative;
    display: block;
    font-size: 32px;
    padding: 1.25rem 1rem;
    border-bottom: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.accordion > * > :first-child {
    cursor: pointer;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.accordion > li > :first-child::after {
    padding-left: 5px;
    font-size: 13px;
    transform: translateY(-3px);
    display: inline-block;
    content: "➕";
}

.accordion > * > :last-child {
    overflow: hidden;
    transition: .3s ease height, .3s step-start visibility;
}

.accordion > li > .fold {
    padding: 0 0 15px 0;
}


.accordion > .closed > :last-child, 
.accordion > .closed .accordion > .open > :last-child {
    display: none;
}

.accordion-facts .info-box {
    margin-bottom: 31px;
    text-align: left;
    font-size: 14px;
}

.accordion-facts h3 {
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.accordion-facts .clear, .accordion-facts .clear::after {
    display: block;
    content: "";
    clear: both;
}

.accordion-facts .info-box.data .info {
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

.accordion-facts .info-box.data .info .name {
    float: left;
    width: 45%;
    margin-right: 5%;
    color: black;
}

.accordion-facts .info-box.data .info .value {
    float: left;
    width: 50%;
    color: black;
}

.realtor-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    max-width: 1260px;
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.realtor-cards li {
    width: calc(50% - 20px);
    max-width: 610px;
    margin: 0;
    padding: 0;
    margin-bottom: 52px;
}

.realtor-card_img_container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 115%;
    margin-bottom: 30px;
}

.realtor-cards img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.realtor-cards h2 {
    margin-bottom: 25px;
}

.realtor-card__detail {
    display: block;
    font-size: 10px;
    line-height: 1.5;
}

.realtor-card__detail--strong {
    font-size: 12px;
}

.single-listing__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-listing__gallery li {
    width: 50%;
}

.single-listing__gallery__img_container {
    cursor: pointer;
}

.single-listing__gallery__img_container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 66.6015625%;
}

.single-listing__gallery img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.est8-map {
    height: 80vh;
}

.objects-listing ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.objects-listing ul > li {
    width: 49%;
    margin-bottom: 42px;
}

.objects-listing a {
    text-decoration: none;
    color: #201e1e;
}

.objects-listing__img_container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 60%;
}

.objects-listing__bidding {
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 1;
    opacity: 0.8;
    text-align: center;
}

.objects-listing__bidding span {
    border-radius: 4px;
    color: white;
    padding: 10px;
    font-weight: 400;
    background-color: rgb(12, 28, 44);
    font-size: 11px;
    letter-spacing: 2px;
}

.objects-listing img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.objects-listing h3 {
    font-size: 34px;
    text-align: center;
    padding: 45px 12px 40px;
    border-bottom: 1px solid #bda077;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 400;
}

.objects-listing__details {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.objects-listing__details span {
    display: flex;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
}