@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --primary_color: #F6BE00;
    --secondary_color: #121212;
    --tertiary_color: #282828;
    --fourth_color: #717171;
    --fifth_color: #000000;
    --sixth_color: #ffffff;
}

body {
    position: relative;
}

.home_art_super {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Ubuntu';
}

.home_art_central {
    width: 90%;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.home_sec1 {
    width: 100%;
    max-width: 1385px;
    min-height: 735px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0px 28px;
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.home_sec1 div {
    max-width: 1063px;
}

.home_sec1 h1 {
    font-size: 92px;
    font-weight: bold;
    font-family: 'ubuntu';
    color: var(--sixth_color);
    max-width: 903px;
}

.home_sec1 p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'ubuntu';
    color: var(--sixth_color);
    max-width: 558px;
    margin: initial;
}

.home_sec1 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    width: 100%;
    max-width: 1063px;
    margin-top: 66px;
}

.home_sec1 form .form_span {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    background: #838383;
    border-radius: 20px 20px 0px 0px;
}

.home_sec1 form .form_span span {
    background: var(--sixth_color);
    position: absolute;
    width: 129px;
    height: 55px;
    border-radius: 20px 20px 0px 0px;
    transition: all .3s;
}

.home_sec1 .form_span div {
    padding: initial;
    margin: initial;
    width: auto !important;
    position: relative;
    z-index: 1;
}

.home_sec1 .form_span label {
    padding: 13px 33px;
    display: block;
    box-sizing: content-box;
    font-size: 20px;
    font-weight: 600;
    color: var(--sixth_color);
    cursor: pointer;
    margin: 0;
    transition: all .3s;
}

.home_sec1 .form_span label {
    border-right: 2px solid #606060;
}

.home_sec1 .form_span div input {
    display: none;
}

.home_sec1 .form_span label.active {
    border: none;
    color: var(--tertiary_color);
}

.home_sec1 .form_span label.activeBar {
    border: none !important;
}

.home_sec1 form .form_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px 19px;
    padding: initial;
    background: var(--sixth_color);
    border-radius: 0px 20px 20px 20px;
    padding: 15px 34px;
    width: 100%;
    max-width: 1063px;
}

/* .home_sec1 form div div {
    padding: initial;
    border-radius: initial;
} */

.home_sec1 .form_div label {
    max-width: 216px;
    min-width: 180px;
    padding-right: 15px;
    display: block;
    box-sizing: content-box;
    border-right: 2px solid #606060;
}

.home_sec1 form label p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'ubuntu';
    color: var(--tertiary_color);
    max-width: 558px;
}

.home_sec1 form label span.value {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    gap: 5px;
}

.home_sec1 form .bootstrap-select {
    border-radius: 0px !important;
    width: 100% !important;
}

.home_sec1 form .bootstrap-select button {
    border: none !important;
    padding: initial;
    border-radius: initial;
    height: initial;
}

.home_sec1 form .bootstrap-select button .filter-option-inner-inner {
    font-size: 14px;
    color: var(--fourth_color);
    font-weight: bold;
}


.home_sec1 form .input_currency {
    font-size: 14px !important;
    color: var(--fourth_color) !important;
    font-weight: bold !important;
    background: none !important;
    border: none;
    border-radius: initial;
    border-bottom: 1px solid var(--secondary_color);  
    filter: none;
    box-shadow: none;
    max-width: 80px;
    padding: initial;
    text-align: center;
}

.home_sec1 form #permuta-value,
.home_sec1 form #permuta-type {
    display: none;
}

.home_sec1 form button[type="submit"] {
    font-size: 16px;
    color: var(--sixth_color);
    font-weight: bolder;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    background: var(--secondary_color);
    padding: 15px 20px;
    transition: all .5s;
}

.home_sec1 form button[type="submit"]:hover {
    filter: brightness(1.3);
    transform: scale(1.1) translateY(-3px);
    background: var(--tertiary_color);
}

.home_sec2 {
    width: 100%;
    max-width: 1284px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 13px;
    margin-top: 25px;
}

.home_sec2 span {
    display: block;
    width: 100%;
    min-height: 194px;
    max-width: 385px;
    background: var(--primary_color);
    color: var(--secondary_color);
    border-radius: 24px;
    padding: 24px 35px;
    box-sizing: border-box;
}

.home_sec2 span h1 {
    font-size: 90px;
    font-weight: bold;
    margin: initial;
}

.home_sec2 span p {
    font-size: 25px;
    font-weight: normal;
    line-height: 24px;
}

.home_sec2 div {
    width: 100%;
    min-height: 194px;
    max-width: 886px;
    background: var(--secondary_color);
    color: var(--sixth_color);
    border-radius: 24px;
    padding: 57px 41px;
    box-sizing: border-box;
    position: relative;
}

.home_sec2 div p {
    font-size: 25px;
    font-weight: normal;
    line-height: 27px;
    max-width: 711px;
}

.home_sec2 div img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.home_sec3 {
    width: 100%;
    max-width: 1370px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 18px;
    margin-top: 80px;
}

.home_sec3 h1.title {
    font-size: 58px;
    font-weight: bold;
    margin: initial;
    color: var(--secondary_color);
    padding-bottom: 11px;
    border-bottom: 3px solid var(--primary_color);
    position: relative;
}

.home_sec3 h1.title::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--primary_color);
    border-radius: 100%;
    position: absolute;
    left: -8px;
    bottom: -8px;
}

.home_sec3 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 18px;
    margin-top: 44px;
}

.home_house_card {
    max-width: 444px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

.home_house_card img {
    width: 100%;
    min-height: 610px;
    object-fit: cover;
}

.home_house_card .card_desc {
    width: 100%;
    max-width: 93%;
    display: block;
    bottom: 16px;
    position: absolute;
    background: var(--secondary_color);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
}

.home_house_card h1 {
    font-size: 48px;
    font-weight: bold;
    margin: initial;
    color: var(--sixth_color);
}

.home_house_card h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin: initial;
    color: var(--sixth_color);
    margin-top: 8px;
}

.home_house_card div.card_subdesc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: var(--sixth_color);
    margin-top: 9px;

}

.home_house_card .card_amount {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 85%;
}

.home_house_card .card_amount h1 {
    font-size: 35px;
}

.home_house_card .card_amount .card_rent {
    margin-left: 8px;
}

.home_house_card .card_amount .card_rent h1 {
    font-size: 20px;
    margin-top: 8px;
}

.home_house_card .card_amount .card_rent h2 {
    font-size: 16px;
}


.home_house_card .card_sem_preco {
    padding-top: 50px;
}

.home_house_card .card_sem_preco div:nth-child(1) p:nth-child(1) {
    display: inline-block;
    font-size: 30px !important;
    font-weight: bold;
}

.home_house_card div.card_subdesc p {
    margin: initial;
    font-size: 13px;
}

.home_house_card div.card_num {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.home_house_card div.card_num span {
    max-width: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.home_house_card div.card_num span:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid var(--sixth_color);
    box-sizing: content-box;
}

.home_house_card div.card_num span p {
    width: 100%;
    text-align: center;
}

.home_house_card a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding: 15px;
    box-sizing: content-box;
    border-radius: 100%;
    background: var(--primary_color);
    color: var(--secondary_color);
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .5s;
}

.home_house_card a.btn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 20px;
    rotate: -45deg;
}

.home_house_card a.btn:hover {
    transform: scale(1.1) translateY(-5px);
}

.home_house_card a.btn:hover i {
    transform: rotate(360deg);
    transition: .5s;
}

.home_btn_banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: url('../images/banner2.png') no-repeat;
    background-size: cover;
    color: var(--sixth_color);
    margin-top: 140px;
}

.home_btn_banner div {
    width: 100%;
}

.home_btn_banner h1 {
    font-size: 54px;
    font-weight: normal;
    margin: initial;
    color: var(--sixth_color);
    margin-top: 40px;
    margin-left: 90px;
    max-width: 685px;
}

.home_btn_banner p {
    font-size: 22px;
    font-weight: normal;
    margin: initial;
    color: var(--sixth_color);
    margin-left: 90px;
    max-width: 466px;
    margin-top: 20px;
}

.home_btn_banner a {
    display: inline-block;
    background: var(--primary_color);
    color: var(--secondary_color);
    padding: 15px 35px;
    border-radius: 20px;
    font-size: 25px;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 36px;
    transition: all .5s;
}

.home_btn_banner a i {
    rotate: 45deg;
    margin-left: 24px;
    font-size: 30px;
}

.home_btn_banner a:hover {
    transform: scale(1.1) translateY(-5px);
}

.home_carousel_sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    margin-top: 60px;
}

.home_carousel_sec h1.title {
    font-size: 58px;
    font-weight: bold;
    margin: initial;
    color: var(--secondary_color);
    padding-bottom: 11px;
    border-bottom: 3px solid var(--primary_color);
    position: relative;
}

.home_carousel_sec p.adress {
    font-size: 22px;
    font-weight: normal;
    margin: initial;
    color: var(--fifth_color);
    margin-top: 20px;
    width: 100%;
}

.home_carousel_sec h1.title::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: var(--primary_color);
    border-radius: 100%;
    position: absolute;
    left: -8px;
    bottom: -8px;
}

.home_carousel_sec .home_carousel{
    margin-top: 65px;
}

.home_carousel_sec .gallery-caroussel {
    width: 100%;
    margin-top: 25px;
}

.home_carousel_sec .tns-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-top: 25px;
}

.home_carousel_sec .tns-nav button {
    border: none;
    background: #D9D9D9;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: all .5s;
}

.home_carousel_sec .tns-nav button:hover,
.home_carousel_sec button.tns-nav-active {
    background: var(--primary_color);
}

.house_sec7 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--primary_color);
    border-radius: 25px;
    padding: 30px 70px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.house_sec7 div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 360px;
    text-align: center;
}

.house_sec7 div h1 {
    color: var(--fifth_color);
    font-size: 16px;
    font-weight: 600;
    margin: initial;
    margin-top: 10px;
}

.house_sec7 div i {
    color: var(--fifth_color);
    font-size: 35px;
}

.house_sec7 div p {
    color: var(--fifth_color);
    font-size: 16px;
    margin: initial;
    margin-top: 26px;
}

.home_btn_banner2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: url('../images/banner3.png') no-repeat;
    background-size: cover;
    color: var(--sixth_color);
    margin-top: 140px;
}

.home_btn_banner2 div {
    width: 100%;
}

.home_btn_banner2 h1 {
    font-size: 96px;
    font-weight: bold;
    margin: initial;
    color: var(--sixth_color);
    margin-top: 55px;
    margin-left: 90px;
}

.home_btn_banner2 p {
    font-size: 22px;
    font-weight: normal;
    margin: initial;
    color: var(--sixth_color);
    margin-left: 90px;
    max-width: 1000px;
    margin-top: 30px;
}

.home_btn_banner2 a {
    display: inline-block;
    background: var(--secondary_color);
    color: var(--sixth_color);
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 36px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 75px;
    transition: all .5s;
}

.home_btn_banner2 a i {
    rotate: 45deg;
    margin-left: 24px;
    font-size: 30px;
}

.home_btn_banner2 a:hover {
    transform: scale(1.1) translateY(-5px);
}

.org_desc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: var(--fifth_color);
    border-radius: 25px;
    padding: 30px 70px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.org_desc div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 360px;
    text-align: center;
}

.org_desc div h1 {
    color: var(--primary_color);
    font-size: 16px;
    font-weight: 600;
    margin: initial;
    margin-top: 10px;
}

.org_desc div i {
    color: var(--primary_color);
    font-size: 35px;
}

.org_desc div p {
    color: var(--sixth_color);
    font-size: 16px;
    margin: initial;
    margin-top: 26px;
}

.home_art_products {
    width: 100%;
    max-width: 1385px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    align-items: flex-start;
    margin-top: 50px;
}

.product_amount {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 20px 100px;
    margin-top: 65px;
}

.product_amount h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--fifth_color);
}

.product_amount h2 {
    font-size: 30px;
    font-weight: normal;
    color: var(--fifth_color);
}

.product_desc_sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
}

.product_desc_sec .product_desc {
    width: 100%;
    max-width: 548px;
}

.product_desc_sec .product_desc_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 35px;
}

.product_desc_sec .product_desc_items p {
    font-size: 22px;
    color: var(--fifth_color);
}

.product_desc_sec .product_desc_items p i {
    color: var(--primary_color);
}

.product_desc_sec h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--secondary_color);
}

.product_desc_sec p {
    font-size: 22px;
    color: var(--fifth_color);
}

.product_form {
    width: 100%;
    max-width: 599px;
}

.product_form form {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 40px;
    padding: 60px 66px;
    box-sizing: border-box;
}

.product_form form h1 {
    font-size: 40px;
    font-weight: bold;
    color: var(--secondary_color);
}

.product_form form p {
    font-size: 22px;
    color: var(--fifth_color);
    margin-bottom: 20px;
}

.product_form form label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 22px;
    color: var(--fifth_color);
    margin-top: 20px;
}

.product_form form label span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product_form form label span input {
    max-width: 226px;
}

.product_form form label input,
.product_form form label textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #999999;
    padding: 15px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: normal;
}

.product_form form label textarea {
    height: 137px;
    resize: none;
}

.product_form form button {
    display: inline-block;
    background: var(--primary_color);
    color: var(--secondary_color);
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 36px;
    font-weight: bold;
    margin-top: 30px;
    transition: all .5s;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: center;
}

.product_form form button i {
    rotate: 45deg;
    margin-left: 24px;
    font-size: 30px;
}

.product_form form button:hover {
    transform: scale(1.1) translateY(-5px);
}

.product_details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 20px;
    margin-top: 70px;
}

.product_details h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 40px;
    color: var(--secondary_color);
    text-align: left;
    width: 100%;
}

.product_details p {
    font-size: 22px;
    color: var(--);
}

.product_details p i {
    color: #666666;
    font-weight: lighter;
}

@media (max-width: 550px) {
    .home_sec1 h1 {
        font-size: 52px;
    }

    .home_sec1 form .form_span {
        align-items: flex-start;
        width: 100%;
    }

    .home_sec1 form .form_span div {
        width: 100% !important;
    }

    .home_sec1 form .form_span label {
        border: none;
        border-bottom: 2px solid #606060;
        width: 100%;
        box-sizing: border-box;
    }

    .home_sec1 form .form_div {
        border-radius: 0px 0px 20px 20px;
    }

    .home_sec1 .form_div label {
        box-sizing: border-box;
        border-right: none;
        border-bottom: 2px solid #606060;
        padding: 17px 0px;
        max-width: initial !important;
        width: 100%;
    }

    .home_sec1 form button[type="submit"] {
        width: 100%;
    }

    .home_house_card h1 {
        font-size: 40px;
    }

    .home_house_card a.btn {
        padding: 10px;
    }

    .home_house_card div.card_num {
        margin-top: 20px;
    }

    .home_btn_banner h1,
    .home_btn_banner p {
        margin-left: 10px;
    }

    .home_btn_banner a {
        margin-top: 20px;
    }

    .home_carousel_sec h1.title {
        font-size: 45px;
    }

    .home_carousel_sec h1.title {
        font-size: 45px;
    }

    .home_btn_banner2 h1 {
        font-size: 70px;
    }

    .home_btn_banner2 h1,
    .home_btn_banner2 p {
        margin-left: 10px;
    }

    .house_sec7 div {
        margin: 30px 0px;
    }

    .org_desc div {
        margin: 30px 0px;
    }

    .product_form form {
        margin-top: 20px;
        padding: 20px 26px;
    }

    .product_form form label span input {
        margin: 10px 0px;
        max-width: initial;
    }

    .product_form form button {
        font-size: 20px;
    }
}

.select-placeholder:after {
    display: none !important;
}

/**** fomularios do imoveis ****/

.property-tabs li i {
    margin-right: 10px;
}

.badge-property {
    margin-bottom: 5px;
    display: inline-block;
}

#box-card-onoffswitch-property {
    display: flex;
    flex-wrap: wrap;
}

.card-onoffswitch-property {
    display: flex;
    width: 240px;
}

.card-onoffswitch-property>.property-check-label {
    margin-left: 5px;
}

.card-gallery {
    max-width: 250px;
}

.card-gallery a {
    max-width: 250px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.card-gallery a img {
    width: 100%;
    object-fit: cover;
    position: relative;
    max-height: 115px;
}

.card-gallery iframe {
    width: 100%;
    object-fit: cover;
    position: relative;
    max-height: 115px;
}

.delete-property-gallery {
    position: absolute;
    top: 6px;
    right: 20px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    z-index: 1;
}

.capa-gallery-property {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 1;
}

.property-publish {
    position: absolute;
    top: 25px;
    right: 20px;
}


/* faz animação do botao de salvar  virar um circulo */
.property-publish.circle {
    animation: circle 3s;
    background: var(--primary);
    color: #fff;
}

@keyframes circle {
    0% {
        width: 150px;
    }

    30% {
        width: 45px;
        border-radius: 100%;
    }

    100% {
        width: 150px;
    }
}

@media (max-width: 300px) {

    .home_house_card .card_amount h1,
    .home_house_card h1 {
        font-size: 30px;
    }
}


.products_pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    width: 100%;
}

.products_pagination a {
    font-size: 20px;
    color: var(--fifth_color);
    background: var(--primary_color);
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all .5s;
    cursor: pointer;
    font-weight: 500;
}

.products_pagination a:hover {
    transform: scale(1.02) translateY(-5px);
}

.products_pagination a.current, .products_pagination a[disabled= 'true'] {
color: var(--tertiary_color);
background: var(--fourth_color);
}

.home_carousel_sec .gallery-caroussel .open-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--primary_color);
    color: #121212;
    font-size: 20px;
    margin: 20px 0px;
    width: 30px;
    height: 30px;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 100px;
    cursor: pointer;
    transition: all .5s;
}

.home_carousel_sec .gallery-caroussel .open-video:hover {
    transform: scale(1.05) translateY(-8px);
}

.video-gallery {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: var(--sixth_color);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1;
}

.video-gallery .video-modal {
    width: 100%;
    height: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.video-gallery .video-modal iframe {
    width: 100% !important;
    height: 100% !important;
    padding-top: 60px;
    /* padding-bottom: 56.25%; */
    box-sizing: border-box;
}

.video-gallery .video-modal .close-video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--primary_color);
    color: #121212;
    font-size: 18px;
    width: 30px;
    height: 30px;
    padding: 5px;
    box-sizing: content-box;
    border-radius: 100px;
    cursor: pointer;
    transition: all .5s;
    position: absolute;
    right: 10px;
    top: 10px;
}

.video-gallery .video-modal .close-video:hover {
    transform: scale(1.05) translateY(-4px);
}
.property-gallery {
    display: flex;
    flex-wrap: wrap;
}