html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    font-weight: 400;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}



/* #comman
================================================== */
button{
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 15px 25px;
    border: none;
    border-radius: 28px;
}
button a{
    color: #000;
}
button:hover{
    background-color: #C4BC87;
}
.title h6{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}
.title h4{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
.title h4 span{
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
}




/* #header
================================================== */
header{
    background-color: #000;
}
.navbar{
    padding: 0.5rem 0rem;
    box-shadow: none;
}
header .navbar-dark .navbar-brand img{
    height: 90px;
}
header .navbar-dark .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    padding: 0.5rem 20px;
}
header .navbar-dark .navbar-nav .nav-link.bro-btn{
    background-color: #C4BC87;
    color: #000;
    padding: 7px 20px;
    border-radius: 35px;
}
header .navbar-dark .navbar-nav .nav-link.bro-btn:hover{
    background-color: #fff;
    color: #000;
}
header .navbar-dark .navbar-nav .nav-link:hover{
    color: #C4BC87; !important;
}
header .navbar-dark .navbar-nav .nav-link.active{
    color: #C4BC87; !important;
}
.navbar-toggler{
    background-color: #C4BC87;
    border: 1px solid #fff;
}
.navbar-toggler span{
    margin-left: 0;
}

/* #home
================================================== */
.home .about-sec{
    background-color: #000;
    padding: 80px 0;
    margin-bottom: 100px;
}
.home .about-sec .txt-box h6{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0;
}
.home .about-sec .txt-box h4{
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 20px;
}
.home .about-sec .txt-box h4 span{
    font-family: "Oooh Baby", cursive;
}
.home .about-sec .txt-box p{
    font-family: inter;
    font-size: 16px;
    color: #9a9a9a;
    line-height: 1.6;
    padding-bottom: 25px;
}
.home .about-sec .txt-box .facility-box{
    position: relative;
    border: 1px solid #252827;
    padding: 40px 20px 10px;
    border-radius: 24px;
}
.home .about-sec .txt-box .facility-box .box{
    text-align: center;
    padding-bottom: 20px;
}
.home .about-sec .txt-box .facility-box .box .img-box{
    height: 60px;
    width: 60px;
    text-align: center;
    align-items: center;
    display: flex;
    margin: 0 auto 15px;
}
.home .about-sec .txt-box .facility-box .box  h6{
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
    padding: 0;
}
.home .about-sec .txt-box .facility-box .top-txt{
    position: absolute;
    top: -17px;
    left: 55px;
    background-color: #000;
    padding: 0 10px;
    font-size: 30px;
    color: #fff;
}
.home .about-sec .txt-box .facility-box .top-txt span{
    font-family: "Give You Glory", cursive;
}
.home .gallery-sec{
    margin-bottom: 60px;
}
.home .gallery-sec .prev-slide {
    height: 60px;
    width: 60px;
    font-size: 14px !important;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    padding: 22px 5px;
    left: 5%;
    top: 50%;
    margin-top: -30px;
}
.home .gallery-sec .prev-slide:hover{
    color: #000;
    background-color: #fff;
}
.home .gallery-sec .next-slide {
    height: 60px;
    width: 60px;
    font-size: 14px !important;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    padding: 22px 5px;
    right: 5%;
    top: 50%;
    margin-top: -30px;
}
.home .amenities-sec{
    margin-bottom: 60px;
}
.home .amenities-sec .amenities-box p{
    font-size: 24px;
    color: #000;
    padding: 10px 0;
    text-align: center;
}
.home .amenities-sec .title h6{
    color: #000;
}
.home .amenities-sec .title h4{
    color: #000;
}
.home .amenities-sec .prev-slide {
    background: url(/images/left.png)no-repeat;
    height: 64px;
    width: 72px;
    font-size: 14px !important;
    color: #fff;
    position: absolute;
    padding: 22px 5px;
    right: 12%;
    top: -15%;
    margin-top: -30px;
}
.home .amenities-sec .prev-slide:hover{
    background: url(/images/left-hover.png)no-repeat;
}
.home .amenities-sec .next-slide {
    background: url(/images/right.png)no-repeat;
    height: 64px;
    width: 72px;
    font-size: 14px !important;
    color: #000;
    position: absolute;
    padding: 22px 5px;
    right: 5%;
    top: -15%;
    margin-top: -30px;
}
.home .amenities-sec .next-slide:hover{
    background: url(/images/right-hover.png)no-repeat;
}
.home .invester-sec{
    background: url(/images/benefit-back.png)no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.home .invester-sec .invest-box{
    background-color: #C4BC87;
    padding: 50px 30px;
}
.home .invester-sec .invest-box .box{
    justify-content: center;
}
.home .invester-sec .invest-box p{
    font-size: 20px;
    color: #000;
}


/* #footer
================================================== */
footer{
    background-color: #000;
    padding: 80px 0 0 0;
}
/*footer .footer-link {
    padding-bottom: 40px;
}*/
footer .footer-link .box h4{
    font-size: 14px;
    opacity: 0.6;
    color: #fff;
    padding-bottom: 15px;
}
footer .footer-link .box p{
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    max-width: 200px;
}
footer .footer-link .box ul li a{
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}
footer .footer-link .box ul li a:hover{
    color: #C4BC87;
}
footer .footer-link .box .top{
    background-color: #FFFFFF;
    font-size: 14px;
    color: #000;
    padding: 12px 20px;
    width: fit-content;
    border-radius: 24px;
}
footer .footer-link .box .top:hover{
    background-color: #C4BC87; 
}
footer .footer-link .underline{
    border-bottom: 1px solid #525252;
}
footer .footer-link .get-btn{
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    font-size: 14px;
    color: #000;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    padding: 35px 10px;
    text-align: center;
}
footer .footer-link .get-btn:hover{
    background-color: #C4BC87; 
}
footer .footer-link .footer-data{
    position: relative;
}
footer .footer-link h6{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 30px 0 30px;
}
footer .footer-link .bottom-logo img{
    height: 150px;
}


@media (max-width: 768px) {
    header .navbar-dark .navbar-brand img{
        height: 70px;
    }
    header .navbar-dark .navbar-nav .nav-link.bro-btn {
        width: fit-content;
        margin-left: 18px;
    }
    .home .about-sec .txt-box .facility-box .top-txt {
        position: absolute;
        top: -42px;
        left: 29px;
    }
    .home .about-sec .txt-box .facility-box{
        padding: 60px 20px 30px;
    }
    .owl-theme .owl-nav{
        margin-top: 0;
    }
    .home .gallery-sec .prev-slide {
        height: 40px;
        width: 40px;
        font-size: 12px !important;
        padding: 15px 5px;
    }
    .home .gallery-sec .next-slide {
        height: 40px;
        width: 40px;
        font-size: 12px !important;
        padding: 15px 5px;
    }
    .home .invester-sec .invest-box .box{
        justify-content: left;
    }
    .home .amenities-sec .next-slide{
        top: auto;
        bottom: -9%;
        right: 30%;
    }
    .home .amenities-sec .prev-slide{
        bottom: -9%;
        right: 50%;
        top: auto;
    }
}
@media (min-width: 768px) and (max-width: 998px) {
    header .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        color: #FFFFFF;
        padding: 0.5rem 10px;
    }
    .home .amenities-sec .prev-slide{
        right: 16%;
    }
}
@media (min-width: 1300px) and (max-width: 1600px){
    .home .amenities-sec .next-slide{
        right: 12%;
        top: -15%;
    }
    .home .amenities-sec .prev-slide{
        right: 6%;
        top: -15%;
    }
}
@media (min-width: 1600px) and (max-width: 2000px){
    .home .amenities-sec .next-slide{
        right: 11%;
        top: -15%;
    }
    .home .amenities-sec .prev-slide{
        right: 6%;
        top: -15%;
    } 
}