.container-ry{
    width: 100%;
    max-width: 1200px;
    padding: 3rem 1.5em;
    margin: 0 auto;
}

body{
    font-family: 'Roboto' !important;
}

.post-type-archive-property #container{
    width: 100% ;
    max-width: 1200px ;
    padding: 2.25rem 2.5em ;
    margin: 0 auto ;
}

.container-ry-inner{
    width: 100%;
    max-width: 1200px;
    padding: 0 1.5rem 4rem 1.5rem;
    margin: 0 auto;
}

@media(max-width:990px){
    .container-ry{
        width: 100%;
        padding: 2rem .5rem;
        margin: 0 auto;
    }
    
    .container-ry-inner{
        padding: 0 .5rem 4rem .5rem;
    }
}

section{
    overflow-x: clip;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
    cursor: pointer;
}


.ry-img{
    object-fit: cover;
    object-position: center center;
}

:focus-visible{
    outline: none;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--bs-primary);
  opacity: .5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--bs-primary);
  opacity: .5;
}

::placeholder {
  color: var(--bs-primary);
  opacity: .5;
}

.ry-hero{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 125px;
    position: relative;
}

.ry-hero h1{
    position: relative;
    z-index: 3;
}

.ry-hero .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, var(--bs-primary), rgb(0 0 0 / 0%) 30%);
}

.ry-hero-100{
    min-height: 100vh;
}

.ry-hero-90{
    min-height: 90vh;
}

.ry-hero-80{
    min-height: 80vh;
}

.ry-hero-70{
    min-height: 70vh;
}

.ry-hero-75{
    min-height: 75vh;
}

.ry-hero-60{
    min-height: 60vh;
}

.ry-hero-50{
    min-height: 50vh;
}

.ry-hero-40{
    min-height: 40vh;
}

.ry-hero-30{
    min-height: 30vh;
}

.ry-hero-20{
    min-height: 20vh;
}

.text-shadow *{
    text-shadow: 0 0 5px rgb( 0 0 0 / 75%);
}

.ry-hero h1{
    font-size: 4rem;
}

@media(max-width:1024px){
    .ry-hero h1{
        font-size: 3rem;
    }
}

@media(max-width:767px){
    .ry-hero h1{
        font-size: 2rem;
    }
}

/* Home Page */

.home-search{
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.home-search h1{
    font-size: 4rem;
    text-shadow: 0 0 5px rgb(0 0 0 / 75%);
}

@media(max-width: 1024px){
    .home-search h1{
        font-size: 3rem;
    }
}

@media(max-width: 767px){
    .home-search h1{
        font-size: 2rem;
    }
}

.home-search-form{
    margin-top: -236px;
}


h1, h2, h3, h4, h5{
    margin-bottom: 1rem;
}

h3{
    font-size: 1.5rem;
}


    .text-red{
        color: #f66257;
    }



.ry-space{
    padding-top: 50px;
}

p:last-child{
    margin-bottom: 0;
}

.home-about-section{
    background: rgb(0 96 57 / 80%);
    color: #fff;
    padding: 50px;
    border-radius: 5px;
}

.ry-btn{
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    background: var(--bs-primary);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-weight: 400;
    padding: .5rem 1rem;
    font-family: 'DM Serif Display';
}

.ry-btn-light{
    display: inline-block;
    color: var(--bs-primary);
    border-radius: 5px;
    background: var(--bs-secondary);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-weight: 400;
    padding: .5rem 1rem;
    font-family: 'DM Serif Display';
}

.ry-btn:hover{
    color: var(--bs-secondary);
    transition: all .3s ease;
}

.ry-btn-light:hover{
    color: #fff;
    transition: all .3s ease;
}


.offcanvas.show{
    visibility: visible;
}