*,
body,
.section-heading {
    font-family: 'Cairo', sans-serif !important;
}

body{
    width: 100%;
    overflow-x: hidden !important;
}

/* home page */
.card_search {
    direction: rtl;
    text-align: right;
    position: relative;
    top: 20vh;
    border-color: transparent;
    padding-bottom: 30px;
    opacity: 0.9;
}

.btn_master {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 45px;
    padding-right: 45px;
}

.btn_master_2 {
    background-color: var(--seconde-color) !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 45px;
    padding-right: 45px;
    color: white;
}

.btn_master_2:hover {
    background-color: white !important;
    color: var(--seconde-color);
    border-color: var(--seconde-color) !important;
}

.btn_master_3 {
    background-color: var(--main-color) !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.btn_master_3:hover {
    background-color: white !important;
    color: var(--main-color);
    border-color: var(--main-color) !important;
}


.box_type_aqar_search {
    border: 1px solid transparent;
    border-radius: 8px;
    width: 150px;
    position: relative;
    top: -40px;
    cursor: pointer;

}

.box_type_aqar_search div:nth-child(1) {
    padding: 10px;
    width: 75px;
    border-radius: 0px 8px 8px 0px;
    color: white;
    text-align: center;
    background-color: silver;
}

.box_type_aqar_search div:nth-child(2) {
    padding: 10px;
    width: 75px;
    border-radius: 8px 0px 0px 8px;
    color: white;
    text-align: center;
    background-color: silver;

}

.box_type_aqar_search .active {
    background-color: var(--main-color) !important;
}

/* featured_properties */

.featured_properties,
.all_properties {
    padding: 0px;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    position: relative;
    z-index: 4;
    margin-bottom: 25px;
}

.featured_properties .aqar_type,
.all_properties .aqar_type {
    position: absolute;
    top: 30px;
    right: 0;
    background-color: var(--seconde-color);
    z-index: 5;
    padding: 8px 20px;
    border: 1px solid var(--seconde-color);
    border-radius: 20px 0px 0px 20px;
    color: white;
    text-align: center;
}

.featured_properties .box_img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 380px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.featured_properties .small {
    color: rgb(129, 128, 128);
}

.featured_properties .card_price {
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
}

.btn-warning {
    background-color: var(--main-color) !important;
}

.all_properties .box_img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.all_properties .card-title {
    font-size: 18px;
}

.all_properties .card_price {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}

/* start footer */
.footer {
    background-color: var(--seconde-color);
    padding-top: 100px;
    padding-bottom: 10px;
    color: #fff;
}

.footer .box_social {
    margin-top: 20px;
    font-size: 26px;

}

.footer .box_social i {
    padding: 20px;
    transition-duration: var(--main-duration);
    color: white !important;
}

.footer .box_social i:hover {
    color: var(--secondary-color);
    font-size: 28px;
}

.page_wave {
    height: 40vh;
    position: relative;
    width: 100%;
    overflow: hidden !important;
}

.page_wave::before {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    background-color: var(--seconde-color);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) skew(0, -10deg);
    border-radius: 50%;
    z-index: -1;
    animation: waving 5s ease-in-out infinite alternate;
}


@keyframes waving {
    from {
        transform: translateX(-50%) skew(0, -10deg);
    }

    to {
        transform: translateX(-30%) skew(10deg, 0);
    }
}

.footer .main_title {
    font-size: 28px;
}

/* end footer */


/* start best seller */
.best_seller {
    padding: 25px 0px;
}

.box_slider {
    position: relative;
    z-index: 4;
}

.box_slider .btn_slider_next {
    position: absolute;
    left: -22px;
    top: 45%;
    background-color: var(--seconde-color);
    border: 1px solid var(--seconde-color);
    padding: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    opacity: 0.8;
    color: white;
    z-index: 5;
}

.box_slider .btn_slider_next:hover {
    opacity: 1;
}

.box_slider .btn_slider_previos {
    position: absolute;
    right: -22px;
    top: 45%;
    background-color: var(--seconde-color);
    border: 1px solid var(--seconde-color);
    color: white;
    padding: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    opacity: 0.8;
    z-index: 5;
}

.box_slider .btn_slider_previos:hover {
    opacity: 1;
}


.box_slider .icon_heart {
    font-size: 28px;
}

/* end best seller */

/* card_region */
.card_region {
    padding: 0px;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.card_region .overly_card {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(255, 255, 0, 0), rgb(255, 200, 0));
    transition: 1s;
}

.card_region .box_img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.card_region h5 {
    position: absolute;
    bottom: -10px;
    left: 0;
    color: white;
    font-weight: bold;
    font-size: 32px;
    height: 70px;
    width: 100%;
    background-color: var(--main-color);
    text-align: center;
    padding: 13px;
}

#myVideo {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bg_color {
    background-color: var(--main-color);
    color: white;
}


.section_svg {
    position: relative;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
}

.section_svg::after{
    content: '';
    position: absolute;
    top: -15px;
    left: -30%;
    z-index: -1;
    width: 180%;
    height: calc(100% + 30px);
    background-color: var(--third-color);
    transform: rotate(30deg);
}

.section_svg .img_svg_1 {
    position: absolute;
    top: -146px;
    left: 0px;
    width: 100%;
}
.section_svg .img_svg_2 {
    position: absolute;
    bottom: -145px;
    left: 0px;
    width: 100%;
}