.hero {
    padding-top: 140px;
    position: relative;
}
.hero h1 {
    font-size: 4.5rem;
    font-weight: 400;
    text-align: center;
    margin-inline: auto;
    max-width: 860px;
    margin-bottom: 25px;
}
.hero h1 span {
    font-weight: 500;
    font-style: italic;
    color: rgba(var(--color-red), 1);
}
.hero p {
    font-size: 1.35rem;
    line-height: 140%;
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: 0;
}
.hero p a {
    text-decoration: underline;
    color: rgba(var(--color-blue), 0.8);
    cursor: pointer;
}
.hero .row-video {
    max-width: 700px;
    padding-top: 40px;
    padding-bottom: 0;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}
.hero .embed-container.square {
    padding-bottom: 100%;
    margin-inline: auto;
}
.hero .embed-container iframe {
    border: 1px solid #eee;
    border-radius: 7px;
}
.hero .hero-video {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    aspect-ratio: 1;
    background-color: rgba(var(--color-blue), 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.hero .hero-video .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero .hero-video::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
}
#hero-player {
    width: 100%;
}
.hero .hero-video .play-icon>div {
    font-size: 7rem;
    color: rgba(var(--color-yellow), 1);
    width: fit-content;
    height: auto;
}
.hero .h-btns {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-inline: auto;
}
@media (max-width: 1199.98px) { }
@media (max-width: 991.98px) { 
    .hero .h-btns {
        flex-direction: column;
    }
    .btn-agent-sites {
        margin-top: 20px;
    }
    .hero .row-video {
        padding-inline: 40px;
    }
}
@media (max-width: 767.98px) { 
    .hero h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 590.98px) { 
    .hero h1 {
        font-size: 2.8rem;
    }
}
@media (max-width: 520px) { 
    .hero h1 {
        font-size: 2.5rem;
    }
    .hero .row-video {
        padding-inline: 10px;
    }
}
@media (max-width: 450px) { 
    .hero h1 {
        font-size: 2.25rem;
    }
}
.hero .h-div {
    width: 100%;
    height: 45vw;
    background-color: rgba(var(--color-beige), 1);
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (min-width: 1200px) { 
    .hero .h-div {
        height: 35vw;
    }
}
@media (max-width: 1199.98px) { }
@media (max-width: 991.98px) { }
@media (max-width: 767.98px) { }
@media (max-width: 575.98px) { }
.hero .h-div img {
    width: 100%;
    height: auto;
    max-height: 200px;
}
.btn-property-sites, .btn-agent-sites {
    font-size: 1.1rem;
    padding: 0.6rem 1rem 0.7rem 1rem;
    width: 215px;
}
.key-features {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.key-features.editor {
    background-color: rgba(var(--color-beige), 1);
    padding-top: 60px;
    padding-bottom: 80px;
}
.key-features h2 {
    font-size: 2.25rem;
    line-height: 120%;
    margin-bottom: 15px;
    font-weight: 300;
}
.key-features h4 {
    color:rgba(var(--color-headings), 1);
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: var(--font-headings);
}
.key-features .icon {
    color:rgba(var(--color-red), 0.9);
    font-size: 1.2rem;
    margin-right: 7px;
}
.key-features .thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
@media (max-width: 991.98px) { 
    .key-features .thumbs img {
        max-width: 180px;
    }
}
/* @media (max-width: 767.98px) { } */
@media (max-width: 575.98px) { 
    .key-features .thumbs img {
        max-width: 150px;
    }
    .key-features h2 {
        font-size: 2.0rem;
    }
}
.level-up {
    min-height: 650px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.level-up::after {
    content: " ";
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
}
.level-up > div {
    position: relative;
    z-index: 2;
}
.level-up h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 3.0rem;
    text-align: center;
    padding-inline: 40px;
    margin-bottom: 25px;
    color: #fafafa;
}
.level-up p {
    font-size: 1.35rem;
    line-height: 140%;
    color: #fafafa;
    max-width: 700px;
    padding-inline: 40px;
    margin-inline: auto;
    margin-bottom: 40px;
}
.level-up .btn-trial-offer {
	padding-inline: 35px;
    margin-inline: auto;
    display: block;
    width: fit-content;
    font-weight: bolder;
}
@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }

@media (max-width: 1199.98px) { }
@media (max-width: 991.98px) { }
@media (max-width: 767.98px) { 
    .level-up p {
        padding-inline: 0;
        max-width: 90%;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .level-up {
        min-height: 450px;
    }
    .level-up::after {
        background-color: rgba(0,0,0,0.5);
    }
    .level-up h2 {
        font-size: 2.0rem;
        padding-inline: 0;
    }
}
.learn-more {
    background-position: bottom 0px right 20px;
    background-repeat: no-repeat;
    min-height: 316px;
    background-size: 90% auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.learn-more h3 {
    color: rgba(var(--color-blue), 0.8);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.75rem;
    margin-bottom: 15px;
    margin-left: -50px;
    text-align: center;
}
.learn-more p {
    font-size: 1.35rem;
    line-height: 140%;
    text-align: center;
    max-width: 650px;
    margin-inline: auto;
    margin-bottom: 25px;
}
@media (min-width: 1300px) {
    .learn-more {
        background-size: 70% auto;
    }
}
@media (max-width: 991.98px) { }
@media (max-width: 767.98px) { }
@media (max-width: 575.98px) { 
    .learn-more p {
        text-align: left;
    }
}
