@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

/* preloader */

.circle-wrapper{
    position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #eee;
z-index: 999999;
}

.circle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width:100px;
  height:100px;
}
.circle hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

.circle :first-child{background:#22B041;animation-delay:-1.5s}
.circle :nth-child(2){background:#0056A4;animation-delay:-1s}
.circle :nth-child(3){background:#FFC200;animation-delay:-0.5s}
.circle :last-child{background:#808287}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
    background-color: #eeeeee;
}

h1{
    font-size: 50px;
    font-weight: 300;
}

h2{
    font-size: 50px;
    font-weight: 300;
}

@media(max-width:767px){
    h1{
        font-size: 35px;
    }

    h2{
        font-size: 35px;
    }
}

p{
    line-height: 1.5;
}

.mb-4{
    margin-bottom: 30px !important;
}

.navbar-style{
    height: 80px;
    background-color: #fff !important;
}

@media(max-width:1025px){
    .nav-item.mr-4{
        margin-right: .2rem !important;
    }
}

.mega-dropdown {
    position: static !important;
  }
  .mega-dropdown-menu {
      padding: 20px 0px;
      width: 100%;
      box-shadow: none;
      -webkit-box-shadow: none;
  }
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
  }
  .mega-dropdown-menu > li > ul > li {
    list-style: none;
  }
  .mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
  }
  .mega-dropdown-menu > li ul > li > a:hover,
  .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
  }
  .mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
  }

.dropdown.mega-dropdown .dropdown-toggle::after{
    display: none;
}

.dropdown.mega-dropdown a{
    color: inherit;
}

.dropdown.mega-dropdown a:hover{
    text-decoration: none;
}

.owl-carousel.dropdown-carousel{
    height: fit-content;
}

.owl-carousel.dropdown-carousel .owl-nav button{
    opacity: .5;
}

.owl-carousel.dropdown-carousel .owl-nav button:hover{
    opacity: 1;
}

.dropdown-card h4{
    font-weight: 300;
}

.dropdown-card img{
    border-radius: 10px;
}

.dropdown-card a{
    color: #22B041 !important;
    transition: all .5s ease;
}

.dropdown-card a .fas{
    margin-left: 5px;
    transition: all .5s ease;
}

.dropdown-card a:hover{
    letter-spacing: 1px;
}

.dropdown-card a:hover .fas{
    margin-left: 10px;
}

.properties-images-nav{
    width: 311px;
    height: 206px;
}

.tab-pane{
    display: flex;
}

/* .tab-text a{
    color: #22B041 !important;
    transition: all .5s ease;
}

.tab-text a .fas{
    margin-left: 5px;
    transition: all .5s ease;
}

.tab-text a:hover{
    letter-spacing: 1px;
}

.tab-text a:hover .fas{
    margin-left: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #22B041;
    width: 80%;
} */

.primary-nav .dropdown .dropdown-menu.mega-dropdown-menu{
    left: 0;
    top: 79px;
}

.primary-nav .dropdown .dropdown-menu.sub-dropdown-menu{
    right: 0;
    top: 0;
}


.bg-gray{
    background-color: #eeeeee;
}

.bg-white{
    background-color: #fff;
}

.dropdown-menu{
    left: auto;
}

.navbar-light .navbar-nav .nav-link{
    color: #333333;
}

/* .primary-nav .nav-item:hover> .dropdown-menu{
    display: block;
} */

.top-nav .nav-item:hover .dropdown-menu{
    display: block
}

.top-nav{
    padding-top: 0;
    padding-bottom: 0;
}

.top-nav .nav-item {
    height: 56px;
    display: flex;
    align-items: center;
}

.primary-nav .nav-item>a{
    height: 77px;
    display: flex;
    align-items: center;
}

.btn-success.btn-nav{
    font-size: inherit;
    
}

.dropdown-item{
    padding: 0.5rem 1.5rem;
}

.primary-nav .nav-item.active{
    border-bottom:3px solid #808287;
}

.primary-nav .nav-item{
    border-bottom: 0px solid #808287;
    transition: all .1s;
}

.primary-nav> .nav-item:hover{
    border-bottom: 3px solid #808287;
}

.navbar.dekstop-view .navbar-nav{
    display: -webkit-box;
}

.navbar.dekstop-view .navbar-nav .dropdown-menu{
    position: absolute;
}

.navbar .mobile-view{
    display: none;
}

.navbar-brand{
    position:absolute;
    bottom:-33px;
    z-index: 2000;
}

.search-container{
    position: relative;
}

.search-container button{
    position: absolute;
    top:0;
    right: 0;
}

.search-container .search-input{
    width: 135px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    transition: all .5s ease;
    padding: .5rem;
    font-size: 16px;
}

.search-container .search-input:focus{
    width: 290px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    outline: none;
}

.tab-content>.active{
    display: flex;
}

.images-tab-nav{
    width: 30%;
    height: 30%;
}

@media(max-width:991px) {
    .active .nav-link::after{
        display: none;
    }

    .navbar-brand{
        bottom: -56px;
    }

    .nav-item.mobile-view form{
        position: relative;
    }

    .nav-item.mobile-view button{
        position: absolute;
        top: 0;
        right: 0;
    }

    .primary-nav .nav-item>a{
        height: 60px !important;
    }

    .primary-nav .nav-item.active{
        border-bottom:none;
    }

}

@media(max-width:776px){
    .navbar .mobile-view {
        display: block;
    }

    .primary-nav .nav-item.search-container{
        height: 60px;
        display: flex;
        align-items: center;
    }

    .primary-nav .nav-item.search-container .search-input{
        border-bottom: 0px solid #808287;
        transition: all .1s;
    }

    .primary-nav .nav-item.search-container .search-input:focus{
        border-bottom: 2px solid #808287;
    }

    .navbar.dekstop-view{
        display: none;
    }

    .navbar-brand img{
        width: 55%;
    }
    
    .navbar-collapse{
        padding-left: 1rem;
    }
    .navbar-brand{
        position:relative;
        bottom:0;
        z-index: 1;
    }

    .primary-nav> .nav-item:hover{
        border-bottom: 0;
    }

    .primary-nav .search-input{
        padding-left: 0;
        width: 100%;
        outline: none;
    }

    .sub-dropdown-menu{
        background: #fafafa;
    }
}

/* .hero-banner{
    background-image: url('../images/hero-image.jpg');
    height: 92vh;
    background-repeat: none;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
} */



.card-bg{
    min-height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-bg img{
    visibility: hidden;
    height: 240px;
    width: auto !important;
}

#interested .modal-header{
    position: relative !important;
}

#interested button.close{
    position: absolute;
    right: 20px;
    padding: 0;
    top: 70px;
    font-size: 45px;
    
}
#interested .modal-body{
    padding-top: 25px;
}

.m-480{
    max-height: 540px;
    height: auto;
}
@media(max-width: 640px){
    .m-480{
        height: 480px;
    }
}

.hero-banner{
    min-height: calc(60vh - 136px);
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.hero-banner .owl-dots{
    display: none;
}
.hero-banner .owl-nav{
    height: 0px;
}
@media(max-width: 640px){
    .hero-banner{
        min-height: auto;
        height: auto;
    }
}
@media(min-height: 900px) and (max-width: 992px){
    .hero-banner{
        min-height: auto;
        height: auto;
    }
}

.hero-banner h1{
    font-weight: 400;
    color: #333;
}

.hero-banner h2{
    font-weight: 400;
    color: #fff;
}

.hero-banner .owl-next span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    right: 15px;
    color: #fff;
    transform: translateY(-65%);
    text-shadow: 0 0 10px black;
}

.hero-banner .owl-prev span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    left: 15px;
    color: #fff;
    transform: translateY(-65%);
    text-shadow: 0 0 10px black;
}
.promo-carousel .owl-next span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    right: 15px;
    color: #fff;
    transform: translateY(-65%);
    text-shadow: 0 0 10px black;
}

.promo-carousel .owl-prev span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    left: 15px;
    color: #fff;
    transform: translateY(-65%);
    text-shadow: 0 0 10px black;
}

.hero-banner .no-js .owl-carousel, 
.hero-banner .owl-loaded{
    height: 100%;
}

.hero-banner .owl-stage{
    height: 100%;
}

.hero-banner .owl-carousel .owl-stage-outer{
    height: 100%;
}

.hero-banner .owl-carousel .owl-item{
    height: 100%;
}

.hero-banner .owl-carousel.owl-drag .owl-item .item{
    height: 100%;
}

.hero-banner .owl-carousel .item{
    display: flex;
    align-items: center;
    background-position: right;
    height: 100%;
    background-size: cover;
}

.hero-banner .owl-carousel .item.slide1{
    background-image: url('../images/hero-image1.jpg');
}

.hero-banner .owl-carousel .item.slide2{
    background-image: url('../images/hero-image2.jpg');
}

.hero-banner .owl-carousel .item.slide3{
    background-image: url('../images/hero-image3.jpg');
}

/* Scrol- animation */

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.mouse-scroll {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    margin-top: 10%;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;

}
.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 33px;
  height: 57px;
  margin: 0 auto 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}
.mouse-scroll .mouse-message {
  float: left;
  margin: -200px 0 0 7px;
  padding: 0;
  -webkit-animation: scroll-ani 4s linear infinite;
  -moz-animation: scroll-ani 4s linear infinite;
  animation: scroll-ani 4s linear infinite;
}
.mouse-scroll:hover .mouse-message {
  margin-top: 0;
}

@media(max-width: 640px){
    .mouse-scroll{
        display: none !important;
    }
}

/* End-Scroll-animation */

.card{
    border: none;
    background-color: rgba(255, 255, 255, .8);
    padding: 33px 31px;
    border-radius: 10px !important;
}

.card .card-img-top{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.btn-success.btn-explore{
    padding: 22px 42px;
    font-weight: bold;
    border-radius: 5px;
}

.intro{
    /* height: 800px; */
    padding: 100px 0 150px;
    display: flex;
    align-items: center;
}

@media(max-width:767px){
    .intro{
        padding: 50px 0;
    }
}
@media(min-height:900px) and (max-width: 992px){
    .intro{
        padding: 50px 0 75px;
    }
    .intro h2{
        font-size: 36px;
    }
}

.intro h4{
    font-weight: 400;
    font-size: 24px;
}

.intro .thumb-video{
    position: relative;
}

.intro .thumb-video img{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.video-play-button img {
    top:0;
    left:0;
    position: absolute;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    top: 50%;
    left: 50%;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
  
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 47%;
    top: 46%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
  
@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
}

.mfp-close-btn-in .mfp-close{
    color: #fff;
    top: 0px;
    right: -51px;
    font-size: 60px;
}

.iframe-container iframe{
    position: absolute;
    top:15%;
    left: 0;
    width: 100%;
    height: 75%;
}
    
.mfp-hide {
    display: none !important;
}

.feature{
    /* height: 800px; */
    padding: 50px 0;
    padding-top: 0;
    display: flex;
    align-items: center;
}

.feature h2{
    width: fit-content;
    margin: auto;
}

@media(min-height: 900px) and (max-width: 992px){
    .feature h2 br{
       display: none;
    }
}

.feature .feature-cat{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
@media(min-height: 900px) and (max-width: 992px){
    .feature .feature-cat{
        height: 360px;
    }
}

.ruko-grand-business{
    background-image: url('../images/ruo-grand-bussines.jpg');
}

.ruko-festive{
    background-image: url('../images/ruko-festive.jpg');
}

.ruko-lamonte{
    background-image: url('../images/ruko-lamonte.png');
}

.feature .feature-cat .card{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    padding: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.feature h4{
    font-size: 24px;
    font-weight: 400;
}

@media(max-width:767px){
    .feature .feature-cat .card{
        width: 70%;
    }
}

.btn-success.btn-reguler{
    padding: 12px 38px;
    border-radius:5px;
    font-weight: 600;
    border-radius: 5px;
}

.concept{
    padding: 50px 0;
}

.concept h3{
    margin-top:30px;
}

.concept .concept-category{
    margin-top: 60px;
}

.concept .concept-category .concept-option .card{
    padding: 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.02);
}

@media(max-width:767px){
    .concept .concept-category .concept-option{
        margin-top: 70px;
    }

    .concept .concept-category :first-child{
        margin-top: 0;
    }
}


.top-facilities{
    overflow: hidden;
    padding: 60px 0;
}

.top-facilities .card{
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    max-width: 100%;
}

.top-facilities .card .card-img-top{
    border-radius: 0;
}

.top-facilities .card .card-body{
    position: relative;
    padding-top: 85px;
    padding-bottom: 28px;
}

.top-facilities a{
    color: #444444;
}

.top-facilities a:hover{
    text-decoration: none;
}

.top-facilities .card .card-body .icon{
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }

  .swiper-wrapper{
      width: 500px !important;
  }

  @media(max-width:500px){
    .swiper-wrapper{
        width: 80% !important;
    }
  }

  

  .swiper-slide{
    transform: scale(.9) !important;
    transition: all .3s ease !important;
    opacity: .5;
  }

  .swiper-slide-active{
      transform: scale(1) !important;
      opacity: 1;
  }

 

.swiper-slide-shadow-right, .swiper-slide-shadow-left {
    display: none !important;
}

/* @media(max-width:1440px){
    .swiper-slide-next{
        margin-left: -30px;
    }

    .swiper-slide-prev{
        margin-right: -30px;
    }

}

@media(min-width:1441px){
    .swiper-slide-next{
        margin-left: 30px;
    }

    .swiper-slide-prev{
        margin-right: 30px;
    }

} */



.swiper-button-prev,
.swiper-button-next{
    background: #fff;
    width: 75px !important;
    height: 75px !important;
    font-size: 32px;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    background-image: none !important;
    outline: none;
}

.swiper-button-next{
    right: 0 !important;
}

.swiper-button-prev{
    left: 0 !important;
}

@media(max-width:767px){
    .swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }

    .top-facilities .card .card-body{
        padding-top: 70px;
    }

    .top-facilities .card .card-body .icon{
        width: 104px;
        bottom: 71%;
    }

    .top-facilities .card .card-body .icon img{
        width: 100%;
    }

    .top-facilities .card .card-body h3{
        font-size: 25px;
    }
}

.properties{
    padding: 51px 0;
}

.properties .properties-wrapper{
    background-size: cover;
    padding: 27px;
    width: 100%;
    margin-top: 70px;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.properties .properties-wrapper.residensial{
    background-image: url('../images/residensial.webp');
}

.properties .properties-wrapper.commercial{
    background-image: url('../images/commercial.webp');
}
.properties .properties-wrapper.ruko{
    background-image: url('../images/ruko.webp');
}

.properties .properties-wrapper .card .card-body p{
    margin-top: 20px;
}

.properties .properties-wrapper .card .card-body a{
    margin-top: 50px;
}

.properties .mobile-view .card{
    padding: 0;
}

.properties .mobile-view .card .card-img-top{
    min-height: 200px;
    border-radius: 0;
}

.properties .mobile-view{
    display: none;
}

@media(max-width:767px){
    .dekstop-view{
        display: none;
    }
    .properties .mobile-view{
        display: block;
    }
}

.news{
    padding: 50px 0;
}

.news .row{
    margin-top:60px;
}

.news .card{
    padding: 0;
}

.news .card .card-img-top{
    border-radius: 0;
}

.news .card .images-thumb{
    position: relative;
}

.news .card .card-title a{
    color: #333333;
}

.news .card .card-title a:hover{
    text-decoration: none;
}

.news .card .images-thumb .date{
    width: 70px;
    height: 70px;
    background-color: #fec809;
    border: none;
    color: #444444;
    position: absolute;
    bottom: 0;
    left: 0;
}

.card p.mt-4{
    height: 96px;
    overflow: hidden;
}

.card p.mt-3{
    height: 96px;
    overflow: hidden;
}

.card small{
    color: #22B041;
}

@media(max-width:767px){
    .news{
        padding: 60px 0;
    }

    .news .row .col-md-4{
        margin-top: 30px;
    }

    .news .row :first-child{
        margin-top: 0;
    }
}

.sosmed{
    padding: 30px 0;
    border-top: 1px solid #fff;
}

.sosmed a{
    color: #444444;
}

.sosmed a:hover{
    text-decoration: none;
}

.sosmed h3{
    font-weight: 400;
    font-size: 24px;
}

.sosmed .icon a{
    color: #444444;
    font-size: 32px;
}

.sosmed .icon a:hover{
    cursor: pointer;
}

.sosmed .icon .fa-twitter{
    margin: 0 40px;
}

@media(max-width:767px){
    .sosmed .row .col-md{
        margin-top: 30px !important;
    }

    .sosmed .row :first-child{
        margin-top: 0 !important;
        text-align: center;
    }

    .sosmed .row .col-md.d-flex h3{
        margin: auto !important;
    }
}

.btn-secondary{
    background-color: #fff;
    color: #444444;
    border: none;
    border-radius: 5px;
    padding: 16px;
}

.btn-secondary:hover{
    background-color: #fafafa;
    color: #444444;
    border: none;
    border-radius: 5px;
}

.show>.btn-secondary.dropdown-toggle{
    background-color: #fafafa;
    color: #444444;
    border: none;
    border-radius: 5px;
    outline: none;
}

.sub-dropdown{
    padding: 0.5rem 1.5rem !important;
}

footer{
    background-image: url('../images/footer-happy-familly.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 482px;
    color: #fff;
    padding: 40px 0;
    padding-top: 55px;
    position: relative;
    background-position: center;
}

@media(min-width:1441px){
    footer{
        height: 593px;
    }
}

@media(max-width:759px){
    footer{
        background-image: url('../images/footer-happy-familly-768.jpg');
    }
}

@media(max-width:573px){
    footer{
        background-image: url('../images/footer-happy-familly-mobile.jpg');
        height: 312px;
    }
}

footer h2{
    font-size: 50px;
}



footer .footer-absolute{
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}
@media(min-width: 1440px){
    footer .footer-absolute{
        padding-bottom: 15px;
        bottom: 16px;
    }
}
@media(min-width: 1600px){
    footer .footer-absolute{
        padding-bottom: 15px;
        bottom: 10px;
    }
}
@media(max-width: 640px){
    footer .footer-absolute{
       bottom: 36px
    }
}

footer a{
    color: #fff;
}
footer .social-link{
    margin-right: 125px;
    position: absolute;
    bottom: 0;
}

.sinarmas-link{
    margin-bottom: 14px;
    font-size: 14px;
}

@media(max-width: 640px){
    footer .sinarmas-link h5{
        margin-bottom: 15px;
        font-size: 10px;
    }
}

footer .social-link a{
    color: #fff;
    font-size: 10px;
    margin-left: 15px;
}
footer .social-link a:hover{
    color: #efefef;
}
footer .social-link a:first-child{
    margin-left: unset;
}

@media(max-width: 640px){
    footer .social-link a{
        font-size: 18px;
    }
    footer .social-link a span{
        display: none;
    }
}

footer a h4{
    margin-bottom:  unset;
}

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

/* footer .pita{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url('../images/pita.png');
    height: 80px;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
footer .pita{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url('../images/grandwisata-ribbon.png');
    height: 106px;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media(max-width: 640px){
    footer .pita{
        background-image: url('../images/footer-bg-320.png');
    } 
}

footer .pita .logo-sinarmas{
    width: 145px;
    height: 55px;
    background-color: #fff;
    position: relative;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .pita .logo-sinarmas img{
    width: 125px;
    height: 33px;
}

@media(max-width:476px){
    footer a h4{
        font-size: 14px;
        margin-bottom:20px;
    }
}


@media(min-width:1441px){

    footer a h4{
        margin-bottom: 21px;
    }

    footer .pita .logo-sinarmas{
        width: 203px;
        height: 77px;
    }
    

    footer .pita .logo-sinarmas img{
        width: 155px;
        height: 34px;
    }
}

#ifrm{
    display: none;
}

/* Sub pages */

.banner{
    height: 393px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.banner h1{
    color: #fff;
    font-weight: bold;
}

.banner h5{
    color: #fff;
}

.sub-pages-content{
    padding: 72px 0;
    padding-bottom: 114px;
}

.sub-pages-content .card{
    padding: 0;
    box-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.03);
}

.sub-pages-content .card h4{
    height: 50px;
}

/* About Us */

.banner.about-us{
    background-image: url('../images/about-us.jpg');
}

/* news */
.banner.news{
    background-image: url('../images/news.jpg');
    background-position: right;
}

.news-content .row{
    margin-top:60px;
}

.news-content .card{
    padding: 0;
}

.news-content .card .card-img-top{
    border-radius: 0;
}

.news-content .card .images-thumb{
    position: relative;
}

.news-content .card .card-title a{
    color: #333333;
}

.news-content .card .card-title a:hover{
    text-decoration: none;
}

.news-content .card .images-thumb .date{
    width: 70px;
    height: 70px;
    background-color: #fec809;
    border: none;
    color: #444444;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media(max-width:767px){
    .news{
        padding: 60px 0;
    }

    .news-content .row .col-md-4{
        margin-top: 30px;
    }

    .news-content .card{
        margin-top: 0 !important;
    }

    .news-content .row :first-child{
        margin-top: 0;
    }

    .news-content .container :first-child{
        margin-top: 0px;
    }

    .news-content .container :last-child{
        margin-top: 30px;
    }
}

/* concept */

.related-property{
    margin-top:72px;
}

.related-property .card .card-img-top{
    height: 273px;
}

@media(min-height: 900px) and (max-width: 992px){
    .related-property .card .card-img-top{
        height: auto;
    }
}


.related-property .card{
    /* min-height: 510px; */
}

@media(max-width:767px){
    .related-property .col-md-4{
        margin-top: 30px;
    }

    .related-property .col-md-4 :first-child{
        margin-top: 0;
    }
}

/* Concept-work */
.banner.concept-work{
    background-image: url('../images/concept-work.jpg');
    background-position: top;
}

/* Concept-live */

.banner.concept-live{
    background-image: url('../images/concept-live.jpg');
    background-position: center;
}

/* Concept-Play */

.banner.concept-play{
    background-image: url('../images/concept-play.jpg');
    background-position: bottom;
}

/* Talk to Us */
.banner.talk-to-us{
    background-image: url('../images/talk-to-us.jpg');
}

.card-body.form{
    padding: 40px;
}

.card-body.form .form-group{
    margin-bottom: 26px;
}

textarea.form-control{
    min-height: 119px;
}

.map-container-5{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container-5 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

@media(max-width:767px){
    .address{
        margin-top:80px;
    }
}

@media(max-width:378px){
    .card-body.form{
        padding: 20px;
    }

    .map-container{
        height: 300px !important;
    }
}

/* Facilities */

.facilities-description{
    padding: 72px 0;
    padding-bottom: 0;
}

.complete-facility-content h1, .complete-facility-content h2, .complete-facility-content h3, .complete-facility-content h4{
    margin-bottom: 20px;
}

.complete-facility-content p, .complete-facility-content ul, .complete-facility-content ol{
    margin-bottom: 15px;
}

.gallery{
    padding: 72px 0;
    padding-bottom: 0;
}

.gallery hr{
    margin-top: 3rem;
}

/* light-gallery */
.ekko-lightbox{
    padding: 15px !important;
}

.modal{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: fit-content;
}

.modal-header{
    padding-bottom: 0;
    border-bottom: none;
    position: absolute;
    top: -60px;
    right: 0;
}

.modal-title{
    display: none;
}

.modal-header .close{
    font-size: 70px;
    padding: 0;
}

@media(max-width:576px){
    .modal-header{
        top: -36px;
    }

    .modal-header .close{
        font-size: 40px;
    }
}

/* owl */
.owl-next span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    right: -60px;
    transform: translateY(-65%);
}

.owl-prev span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    left: -60px;
    transform: translateY(-65%);
}

@media(max-width:767px){
    
}
/* end-owl */

/* subpage-facilities */

.banner.facilities-waterpark{
    background-image: url('../images/facilities-waterpark.jpg');
    background-position: bottom;
}

.banner.facilities-toll{
    background-image: url('../images/facilities-toll.jpg');
    background-position: bottom;
}

.banner.facilities-market{
    background-image: url('../images/facilities-market.jpg');
    background-position: bottom;
}

.banner.facilities-culinary{
    background-image: url('../images/facilities-culinary.jpg');
    background-position: bottom;
}

.banner.facilities-club{
    background-image: url('../images/facilities-club.jpg');
    background-position: bottom;
}

.banner.facilities-health{
    background-image: url('../images/facilities-health.jpg');
    background-position: bottom;
}

.banner.facilities-education{
    background-image: url('../images/facilities-education.jpg');
    background-position: bottom;
}

.banner.facilities-celebration{
    background-image: url('../images/facilities-celebration.jpg');
    background-position: bottom;
}

.banner.facilities-warung{
    background-image: url('../images/facilities-warung.jpg');
    background-position: bottom;
}

.banner.facilities-transport{
    background-image: url('../images/facilities-transport.jpg');
    background-position: bottom;
}

/* end-subpage-facilities */

/* subpages=properties */
.banner.properties-mobile-view{
    display: none;
}

.menu-properties.properties-mobile-view{
    display: none;
}

.menu-properties .btn-menu-properties{
    font-size: 24px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-radius: 0;
    transition: all .2s ease;
}

.menu-properties .btn-menu-properties:hover{
    background-color: #FEC809;
    border:none;
}

.menu-properties .btn-menu-properties.active{
    background-color: #FEC809;
    border:none;
}

.list-property .row{
    /* margin-top:60px; */
}

.list-property .card{
    padding: 0;
}

.list-property .card .card-img-top{
    border-radius: 0;
}

.list-property .card .images-thumb{
    position: relative;
}

.list-property .card .card-title a{
    color: #333333;
}

.list-property .card .card-title a:hover{
    text-decoration: none;
}

.list-property .card .images-thumb .date{
    width: 70px;
    height: 70px;
    background-color: #fec809;
    border: none;
    color: #444444;
    position: absolute;
    bottom: 0;
    left: 0;
}


.menu-properties.properties-mobile-view .dropdown .dropdown-menu{
    
}

@media(max-width:767px){

    .banner.properties-residential.properties-mobile-view{
        background-image: url('../images/property-residential-banner-mobile.jpg');
    }

    .banner.properties-mobile-view{
        display: flex;
    }

    .menu-properties.properties-mobile-view{
        display: block;
    }

    .menu-properties.properties-mobile-view .dropdown .dropdown-menu.show{
        border-radius: 0;
        border: 0;
        top: 56px !important;
        left: none !important;
        transform: none !important;
    }

    .menu-properties.properties-mobile-view .dropdown .btn-secondary{
        background-color: #FEC809;
        border-radius: 0;
    }

    .menu-properties.properties-mobile-view .dropdown .btn-secondary:focus{
        background-color: #FEC809;
        color: #333333;
    }

    .list-property .row .col-md-4{
        margin-top: 30px;
    }

    .list-property .card{
        margin-top: 0 !important;
    }

    .list-property .row :first-child{
        margin-top: 0;
    }

    .list-property .container :first-child{
        margin-top: 0px;
    }

    .list-property .container .row{
        margin-top: 30px;
    }
}

/* Map-Card */

.map-card.card{
    width: 165px;
    padding: 0;
}

.map-card.card .card-body{
    padding-left: 0;
    padding-bottom: 0;
}

.map-card.card .card-body p{
    font-size: 12px;
}

.map-card.card .card-body h4{
    font-size: 16px;
}

.map-card.card .card-body .btn.btn-success.btn-reguler{
    font-size: 12px;
}

.gm-style-iw.gm-style-iw-c{
    padding: 12px !important;
    overflow: inherit !important;
}

.gm-style-iw.gm-style-iw-c button{
    background: #fff !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    width: 37px !important;
    height: 37px !important;
    right: -15px !important;
    top: -13px !important;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.gm-style-iw.gm-style-iw-c button img{
    width: unset !important;
    height: unset !important;
    margin: auto !important;
}

.gm-style-iw-d{
    max-height: none !important;
    overflow: auto !important;
}

/* End-Map-Card */

/* banner-slide-detal */

.banner-slide .owl-next span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    right: 15px;
    color: #fff;
    transform: translateY(-65%);
}

.banner-slide .owl-prev span{
    position: absolute;
    top: 50%;
    font-size: 100px;
    left: 15px;
    color: #fff;
    transform: translateY(-65%);
}

.banner-slide.mobile-view{
    display: none;
}

@media(max-width:767px){
    .banner-slide.mobile-view{
        display: block;
    }
}

/* end-banner-slide-detail */

/* property-detail */

.details-description{
    padding-top: 20px;
    padding-bottom: 114px;
}

.details-description h4{
    font-weight: 300;
}

.type{
    margin-top: 72px;
}

.type a.card{
    color: inherit;
}

.type a.card:hover{
    text-decoration: none;
    cursor: pointer;
}

.type .card{
    padding: 0;
}

.details-description .modal-content{
    background: transparent;
    border: none;
}

.btn.btn-success.btn-interested{
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index:100;
    padding: 12px 16px;
    font-weight: 600;
}

@media(max-width:767px){

    .details-description h4{
        text-align: center;
    }

    .type .row .col-md-4{
        margin-top: 30px;
    }
}

.air-ppl-nav .navbar-brand{
    position: initial;
}

.air-ppl{
    padding: 72px 0;
}

.air-ppl .alert.alert-warning{
    position: relative;
}

.air-ppl .alert.alert-warning .close{
    position: absolute;
    top: 0;
    right: 0;
}

.air-ppl .card{
    padding: 0;
    border-radius: 5px !important;
}

.air-ppl .card .card-header{
    background-color: #fff;
    font-weight: bold;
}

.card.informasi-pelanggan .card-body,
.card.informasi-tagihan .card-body,
.card.informasi .card-body{
    padding: 0;
}

.air-ppl .table th{
    padding: .75rem 1.25rem;
}

.air-ppl .card.informasi .table td{
    padding: .75rem 1.25rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .01);
}

.btn-success.btn-reguler.print{
    padding: 12px 24px;
}

.card.download .card-body a{
    color: #22B041;
}

.tahun{
    background-color: rgba(0, 0, 0, .05)
}

.table-scroll {
	position:relative;
	max-width:100%;
	margin:auto;
	overflow:hidden;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}

.table-scroll th, .table-scroll td {
	padding:15px 10px;
	white-space:nowrap;
	vertical-align:top;
}

.btn-outline-success{
    color: #22B041 !important;
}

.btn-outline-success:hover{
    color: #fff !important;
}

.paging-active{
    color: #fff !important;
    background-color: #22B041;
}


.card-news .card-body{
    min-height: 285px;
}


.social-up{
    font-size: 24px;
}



.mobile-view{
    display: none;
}

@media(max-width: 640px){
    .mobile-view{
        display: block;
    }
}

.banner--half{
    min-height: calc(100vh - 136px);
    position: relative;
}

@media(max-width: 640px){
    .banner--half{
        min-height: 25vh;
        height: auto;
    }
}


.item-gallery a{
    display: block;
    max-height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 5px;
}


.gallery-carousel .owl-stage{
    margin: auto;
}


@media(max-width: 1024px) and (max-height: 768px){
    footer .footer-absolute{
        bottom: 38px;
    }
}
@media(max-height: 1024px) and (max-width: 768px){
    footer .footer-absolute{
        bottom: 50px;
    }
    .sinarmas-link h5{
        font-size: 16px
    }
}

@media(max-width: 640px){
    footer .footer-absolute{
        bottom: 38px;
    }
}

.banner--commercial{
    background-position: center -26px !important;
}
@media (min-width: 1920px){
    .banner--commercial{
        background-position: center -225px !important
    } 
}
@media (max-width: 1336px) and (max-height:768px){
    .banner--commercial{
        background-position: center -76px !important;
    } 
}
@media (max-width: 1025px) and (max-height: 577px){
    .banner--commercial{
        background-position: center -100px !important;
    } 
}
