:root {
    --color-bg: #fff;
    --color-primary: #111;
    --color-accent: #478534;
    --Goldenrod:#efb920;
    --color-ternary: #f5f4f8;
    
    --color-grey: #a4a4a4;
    --color-highlighter: #fef66b;
    --color-black-1: #535353;
    --paddding-inline: calc(calc(100% - 1200px) / 2);
}



body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    line-height: 1.1;
}

a {
    color: inherit;
    text-decoration: none;
}

i {
    cursor: pointer;
}

p {
    line-height: 1.7;
}

ul {
    list-style-type: none;
}

button {
    font-weight: bold;
    padding: 10px 1.5rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

/*.btn-primary {*/
/*    background-color:  #31ce6b;*/
/*}*/

.btn-secondary {
    background-color: transparent;
    border: 1px solid black;
}

.btn-ternary {
    color: var(--Goldenrod);
    background-color: transparent;
    border: 2px solid var(--Goldenrod);
    border-radius: 5px;
}

.flex {
    display: flex;
}

.active-1 {
    padding: 10px;
    background-color: #efb920;
}

.active-2 {
    color: var(--Goldenrod);
    background-color: var(--color-ternary);
    padding: 8px;
    border-radius: 8px;
}

.tags {
    font-size: 14px;
    color: var(--color-black-1);
    background-color: var(--color-ternary);
    border-radius: 50vw;
    padding: 16px 32px;
    display: inline-block;
}

.highlighter {
    color:white;
}

.breadcrumb {
    color: var(--color-grey);
    margin-block: 1rem;
}

.active_breadcrumb {
    color: black;
}

.main_container {
    padding: 2rem var(--paddding-inline);
}

.container {
    gap: 1.5rem;
}

hr {
    border: 1px solid var(--color-ternary);
}



nav ul {
    gap: 1.5rem;
    align-items: center;
}

.branding {
    text-align: center;
    margin-right: 2rem;
    margin-left:8px;
}

.branding span {
    font-size: 12px;
    font-weight: bolder;
}

nav .fa-bell,
nav .user {
    height: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

nav .fa-bell {
    text-align: center;
    line-height: 40px;
    background-color: var(--color-highlighter);
    margin-left: auto;
}

nav .user {
    border: 1px solid var(--Goldenrod);
}

nav .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.heading {
    justify-content: space-between;
}

.estate_address {
    margin-block: 1rem;
    color: var(--color-grey);
}

.lefts {
    width: 100%;
}

.lefts .product_main_img {
    width: 100%;
}

.product_ammenities {
    gap: 1rem;
    margin-block: 3rem;
}

.product_ammenities>div {
    width: calc(calc(100% - 4rem) / 5);
}

.product_ammenities p {
    color: var(--color-grey);
    margin-bottom: 10px;
}

.product_ammenities i {
    color: var(--Goldenrod);
}

.overview {
    margin-block: 3rem;
}

.overview p {
    color: #6c6c6c;
    margin-block: 2rem 10px;
}

.faq_question {
    background-color: var(--color-ternary);
    padding: 1.5rem 3rem;
    align-items: center;
    gap: 1.5rem;
    margin-block: 3rem;
    border-radius: 10px;
}

.faq_question .highlighter {
    margin-left: auto;
}

.faq_question img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.faq_question button {
    color: var(--Goldenrod);
    background-color: var(--color-bg);
    padding-block: 1rem;
}

.rental_features {
    margin-block: 4rem;
}

.rental_features>.flex {
    gap: 2rem;
    margin-block: 2rem;
}

.rental_features .flex>div {
    width: 50%;
}

.rental_features .flex>div li {
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;

}

.rental_features .flex li p {
    font-size: 14px;
    color: var(--color-grey);
}

.facilities {
    margin-block: 3rem;
}

.facilities_content {
    margin-block: 2rem;
    color: var(--color-black-1);
    gap: 1rem;
    align-items: center;
}

.facilities_content i {
    background-color: var(--color-ternary);
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.facilities .iframe_container {
    width: 100%;
    aspect-ratio: 25/10;
    margin-block: 2rem;

}

.facilities iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.rights {
    flex: 1;
    /*width: 30%;*/
}

.rights img {
    margin-block: 10px;
    border-radius: 10px;
}

.rights>img:first-child {
    margin-top: 0;
    outline: 2px solid var(--color-highlighter);
    outline-offset: 5px;
}

.rights>div {
    position: relative;
}

.rights>div .btn-primary {
    position: absolute;
    right: 14px;
    bottom: 2.2rem;
}

.rent_price,
.showing_timings {
    margin-block: 14px;
    border: 2px solid var(--color-ternary);
    padding: 1.3rem;
    border-radius: 10px;
}

.rent_price span,
.showing_timings span {
    font-size: 14px;
    font-weight: 300;
    color: var(--color-grey);
}

.rent_price .highlighter,
.showing_timings .highlighter {
    font-size: 1.5rem;
}