@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: "made";
    src: url("fonts/made.otf");
}
@font-face {
    font-family: "AlegreyaSans-Regular";
    src: url("fonts/AlegreyaSans-Regular.ttf");
}
@font-face {
    font-family: "AlegreyaSans-Italic";
    src: url("fonts/AlegreyaSans-Italic.ttf");
}
@font-face {
    font-family: "AlegreyaSans-Bold";
    src: url("fonts/AlegreyaSans-Bold.ttf");
}
@font-face {
    font-family: "AlegreyaSans-BoldItalic";
    src: url("fonts/AlegreyaSans-BoldItalic.ttf");
}
body{
    font-family: 'AlegreyaSans-Regular';
    font-size: 17px;
}
.bg-white {
    background-color: white;
}
.bg-grey {
    background-color: #f4f4f4;
}
.bg-round{
    border-radius: 30px;
}
h1{
    font-family: "made";
    font-size: 40px;
    text-transform: uppercase;
}
h2{
    font-family: "made";
    font-size: 34px;
    text-transform: uppercase;
}
h3{
    font-family: 'AlegreyaSans-Regular';
    font-size: 24px;
}
h6{
    font-size: 22px;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.btn{
    font-size: 17px;
}

.btn-primary{
    background-color: #34807D;
    border: #34807D solid 1px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background-color: white;
    color: #34807D;
}

.btn-secondary{
    background-color: #fff;
    border: #34807D solid 1px;
    color: #34807D;
}
.btn-secondary:hover{
    background-color: #34807D;
    color: #fff;
}
.img-round{
    border-radius: 30px;
}
.title{
    font-family: "made";
    font-size: 40px;
    text-transform: uppercase;
}
.sub-title{
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 30px;
    font-weight: lighter;
    font-style:italic;
}

.ebrochure-title{
    text-transform: none;
    font-size: 40px;
}

#ebrochureModule .modal-header{
    border-bottom: 0;
}

#ebrochureModule form label{
    font-size: 20px;
    font-weight: bold;
}

#ebrochureModule form input{
    font-size: 20px;
    padding: 0.6rem 1rem;
}

/* #ebrochureModule form .btn{
    width: 250px;
} */

/* header */
.navbar img{
    height:50px;
}
/* footer */
footer{
    background: 
        url("../images/footer-bg.png") no-repeat top 50px center, 
        #f4f4f4;
    padding-top: 100px;
    text-align: center;
    color: white;
}
.footer2{
    background: 
        url("../images/footer-bg.png") no-repeat top 50px center, 
        #fff;
    padding-top: 100px;
    text-align: center;
    color: white;
}
.foot-logo{
    margin: 20px auto;
}
.footer-hr{
    border-top: 2px solid #38898B;
}
.copyright{
    color: #89A4AB;
}
.copyright p{
    font-size: 14px;
}
.fixed-icon{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
}
/* index */
/* .home-slide{
    position: relative;
} */
.home-slide{
    border-radius: 30px;
    background-image: url('../images/HOME/home-slide.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: left;
    color: white;
}
.home-slide-container{
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 2vh;
    width:100%;
}
.slide-title{
    font-family: "made";
    font-size: 52px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.home-title-2{
    margin-top: 5vh;
    margin-bottom: 30px;
}
.home-connect{
    background-color: #003F59;
    color: white;
}
.section-title{
    font-family: "AlegreyaSans-Regular";
    letter-spacing: 3px;
    background-color: #34807D;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 20px 40px 15px;
    /* margin-top: 30px; */
    color: white;
    width: fit-content;
}
.home-map{
    position: relative;
    background-color: #fff6ef;
}
.home-map-title{
    text-transform: uppercase;
    font-family: "made";
    font-size: 30px;
    position: relative;
    width: auto;
    padding: 15px;
    text-align: center;
}
.home-facilities{
    background-color: #11454C;
    color: white;
}
.facilities-slider .owl-next, .facilities-slider .owl-prev{
    position: absolute;
    font-size: 50px !important;
    top: calc(40% - 75px);
}
.facilities-slider .owl-prev{
    left: -20px;
}
.facilities-slider .owl-next{
    right: -20px;
}
.home-amenities{
    background-color: #C5DAD9;
    font-family: 'Alegreya Sans', sans-serif;
}
.home-amenities p{
    padding-top: 25px;
    font-size: 30px;
}
.home-amenities img{
    height: 300px;
}
.home-plans{
    background-color:#013145;
    color: white;
}
.home-plans-container{
    padding:80px 50px;
}
.home-developer{
    background-color: #363636;
    color: white;
}
.home-news{
    background-color: #f4f4f4;
    /* color: white; */
}
.home-news-title{
    border-top: solid black 1px;
    border-bottom: solid black 1px;
    padding: 20px 0;
    margin: 30px auto;
    display: inline-block;
    font-size: 50px;
}
.home-news-date{
    color: #737373;
    margin:20px auto;
}
.home-news-list-desc{
    color: #737373;
}
/* plans  */
.plans-slide{
    background-image: url('../images/PLANS/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    padding: 100px 0;
}
.plans-slide-content{
    max-width: 700px;
    margin: auto;
}
.plans-slide-content .title{
    font-size: 45px;
}
.plans-slide-content .sub-title{
    font-size: 32px;
    font-family: 'Alegreya Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
}
.plans-text{
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 22px;
    color: #256664;
    margin: 80px auto 20px;
}
.plans-unit{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 30px;
}
.plans-unit-content{
    border-radius: 30px;
    margin: 200px 20px;
    background-color: white;
    display: inline-block;
    padding: 40px 20px;
    min-width: 250px;
}
.plans-unit-content h6{
    font-size: 17px;
    letter-spacing: 2px;
}
/* plans-detail */
.plans-detail{
    margin:20px auto;
}
.plans-detail h3{
    color:#737373;
    letter-spacing: 2px;
    font-size: 25px;
    margin: 0 auto 20px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
}
.plans-detail h1{
    font-size: 45px;
    margin-bottom: 30px;
}
.plans-detail h2{
    text-transform: none;
}
.plans-detail h4{
    font-size: 20px;
    font-weight: bold;
}
.plans-detail hr{
    border-top: #4AA7A3 solid 2px;
    opacity: 1;
}
.plans-gal-left{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 49%;
}
.plans-gal-right{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 49%;
    float: right;
}

.plans-table{
    width:100%
}
.plans-table tr{
    border-bottom: #D0D2D3 1px solid;
}
.plans-table tr:first-child{
    border-top: #D0D2D3 1px solid;
}
.plans-table tr td{
    padding: 15px;
}
.table-title{
    font-weight: bold;
}
.plans-spec h1{
    font-size: 30px;
}
/* news page */
.news-slide{
    background-image: url('../images/NEWS/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 200px 0;
}
.news-slide h1{
    font-size: 70px;
    color: white;
}
.news a:hover{
    text-decoration: none;
}
/* NEWS-DETAIL */
.related-news-title{
    /* border-top: solid black 1px; */
    /* border-bottom: solid black 1px; */
    /* padding: 20px 150px; */
    margin: 30px auto 50px;
    display: inline-block;
    font-size: 40px;
}
.news-detail h3{
    color:#737373;
    letter-spacing: 2px;
    font-size: 25px;
    margin: 50px auto;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
}

.news-detail h4{
    color:#737373;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 20px auto;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
}

@media (min-width: 768px) {
    .home-title-2{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .facilities-slider .owl-prev{
        left: 3.5em;
    }
    .facilities-slider .owl-next{
        right: 3.5em;
    }
    .plans-unit{
        margin: 50px auto;
    }
    .plans-unit-content{
        margin: 200px 70px;
        padding: 40px 70px;
        min-width: 370px;
    }
    .plans-detail{
        margin:70px auto;
    }
}
@media (min-width: 992px) {
    .ebrochure-title{
        font-size: 50px;
    }
    .plans-slide-content .title{
        font-size: 60px;
    }
    .plans-slide-content .sub-title{
        font-size: 40px;
    }
    .plans-detail h1{
        font-size: 70px;
        margin-bottom: 100px;
    }
    .plans-spec h1{
        font-size: 40px;
    }
    .home-slide{
        min-height: 100vh;
        background-position: center;
    }
    .slide-title{
        font-size: 80px;
    }
    .home-slide-container{
        padding-top: 20vh;
        padding-left: 10vh;
        width:600px;
    }
    .home-news-title{
        padding: 20px 150px;
        margin: 30px auto;
        display: inline-block;
        font-size: 50px;
    }
    .home-title-2{
        margin-top: 10vh;
        margin-bottom: 30px;
    }
    .home-map-title{
        font-size: 30px;
        position: absolute;
        top:10vh;
        right:15vh;
        width: 30vw;
        padding: 0;
        text-align: left;
    }
    .facilities-slider .owl-next, .facilities-slider .owl-prev{
        top: calc(50% - 75px);
    }
    .facilities-slider .owl-prev{
        left: 7em;
    }
    .facilities-slider .owl-next{
        right: 7em;
    }
    .fixed-icon{
        position: fixed;
        bottom: 30px;
        right: 30px;
    }
    .home-amenities img{
        height: auto;
    }
}
@media (min-width: 1600px) { 
    .facilities-slider .owl-prev{
        left: 9em;
    }
    .facilities-slider .owl-next{
        right: 9em;
    }
}