/*============= RESETS =============*/

/*-- iPhone X Remove Gutters --*/
html {
   padding: env(safe-area-inset);
   
}

@font-face {
  font-family:"Copperplate Bold";

 
    src: url('../fonts/CopperplateCC-Bold.ttf') format("truetype");
   
        
   
}

.new-font{
   font-family: 'Copperplate Bold', sans-serif; 
   font-weight:500;
}
.container-fluid{
margin-left: 4rem;
margin-right: 4rem;   
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
   overflow-x: hidden;
   font-family: 'Lato', sans-serif;
   color: #666666;
}
.text-loft {
   color: #15bcda;
}

.text-loft-2 {
   color: #1a3967;
}




h3.heading {
   text-transform: uppercase;
   font-weight: 700;
   font-size: 1.9rem;
   text-align: center;
   margin-bottom: 1.9rem;
   color:#505962;
}
h2.heading {
   text-transform: uppercase;
   font-weight: 700;
   font-size: 1.5rem;
   text-align: center;
   margin-bottom: 1.5rem;
   color:#505962;
}
.heading-underline {
   width: 3rem;
   height: .2rem;
   background-color: #15bcda;
   margin: 0 auto 2rem;
}




 h1.title-heading {
   font-size: 1.9rem;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0 0 .8rem 0;
   color:#505962;
 }
 .title-heading-underline {
   width: 5rem;
   height: .2rem;
   background-color: #15bcda;
   
 }

 a.box {
  color: black;
  text-decoration: none;
 
 }
 a.box:hover {
   color: black;
   text-decoration: none;
  }
  .price{
     
     color:#505962;
   margin-right: .8rem;
   font-size: 1.2rem;


  }
  .size{
     
   color: #15bcda;
  margin-right: .8rem;
font-size: 1.2rem;


}

  
/*============= NAVIGATION =============*/
.navbar-brand img {
   height: 60px;
}
.navbar {
   padding: .7rem 1rem;
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: .1rem;
   font-size: .9rem;
   background: rgba(255, 255, 255, 0.7);
   box-shadow: .1rem .1rem .8rem black;
}
.navbar-nav li {
   padding-right: .8rem;
}
.navbar-nav .nav-link {
   color: #666666;
   padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
   color: #15bcda;
}
.custom-toggler-icon {
   color: #666666;
   font-size: 1.6rem;
}

.navbar.solid {
   background: white!important;
   transition: background-color 1s ease;
}

/*-- Remove Button Outline --*/
button:focus, a:focus {
   outline: 0;
   -webkit-appearance: none;
   box-shadow: none;
   transition: all .6s ease;
}
button, a, a.btn {
   transition: all .6s ease;
}

.nav-link img{
   
   height: 20px; 
}

/*============= LANDING PAGE =============*/

/*--- Fixed Landing Page Section --*/
.landing {
   position: relative;
   width: 100%;
   height: 100vh;
   display: table;
   z-index: -1;
}
.home-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
}
.home-inner {
   background-image: url('../img/9c927682-c8ec-4dfc-9edc-aabb4f3bcd96.JPG');
   position: fixed;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   display: table;
}





/*-- Landing Page Caption --*/
.caption {
   z-index: 1;
   position: absolute;
   top: 38%;
   width: 100%;
   max-width: 100%;
}
.caption h1 {
   font-size: 4.5rem;
   letter-spacing: .3rem;
   text-shadow: .1rem .1rem .8rem black;
   padding-bottom: 1rem;
}

.caption ul {
  border: none; 
}
.caption h3 {
   font-size: 2.5rem;
   text-shadow: .1rem .1rem .5rem black;
   padding-bottom: 2rem;
}
.caption .btn{
   border: solid 2px white;
   border-width: medium;
   
   font-size: 1.1rem;
}



/*-- Bouncing Down Arrow --*/
.arrow {
   position: absolute;
   bottom: 0;
   width: 100%;
   animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
}
.down-arrow .svg-inline--fa {
   color: white;
   font-size: 2.2rem;
  
}
.description-home{
font-size: 1,5rem;
}

/*============= SALE SECTION =============*/

/*--- Sale carousel--*/


.fixed {
   position: relative;
   width: 100%;

}
.fixed-light {
   background-image: url('../img/top_background.jpg');
   position: fixed;
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   z-index: -1;
   top: 0;
   left: 0;
   display: table;
}


.light {
   background-color: rgba(255, 255, 255, .75);
   padding: 5rem 0;
   z-index: 1000;
}

.fixed-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   z-index: -9999;
}

.owl-stage {
   display: flex;
}
.card {
   height: 100%;
   border-radius: 0;
   text-align: center;
   margin: 0 1rem;
   border: .1rem solid rgba(0, 0, 0, .075);
   box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
   transition: transform .4s ease;
   color:#505962;

}

.card:hover {
   transform: scale(.95);
}
button.owl-dot.active span,
button.owl-dot:hover span {
   background: #15bcda!important;
}

ul.social {
   list-style: none;
   padding: 0;
   margin: 0;
   font-size: 1.5rem;
}
ul.social li {
   display: inline;
   padding-right: .8rem;
}


ul.social li a {
   color: #1EBBA3;
   transition: all .2s ease;
}
ul.social li a:hover {
   color: #15bcda;
}


.sale-btn{
   z-index: 1;
  
   width: 100%;
   max-width: 100%;
}

.sale-btn .btn-lg {
   border-width: medium;
   padding: .8rem 1.5rem;
   font-size: 1.1rem;
}


/*--- category sale--*/
.sale-category-column {
   
   height: 100%;
   width: 100%;
   
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   will-change: transform;
   display: table;
   padding: 1.6rem;
   border-left: .25rem solid #15bcda;
   box-shadow: 0 0 .8rem rgba(0, 0, 0, .075);
   transition: transform .7s ease;
   position: relative;
   overflow: hidden;
}
.sale-category-column:hover {
   transform: scale(1.1);;
}
.sale-category-column h3 {
   color:white;
   text-shadow: .1rem .1rem .8rem black;
   font-size: 1.5rem;
   
}

.sale-category-column p {
   color:white;
   text-shadow: .1rem .1rem .8rem black;
 
   
}
#sale-category{
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
  
}

#sale-category a:hover{

   text-decoration: none;
}

#houses{
   background-image: url('../img/house_2.jpg');
}

#apartments{
   background-image: url('../img/building_3.jpg');
}
#land{
   background-image: url('../img/land_2.jpg');
}
#commercial{
   background-image: url('../img/commercial_4.jpg');
}
#investment{
   background-image: url('../img/investment_2.jpg');
}
#yacht{
   background-image: url('../img/jahta.jpg');
}

/*--- Sale page--*/
#sale-page{
   margin-top: 2rem; 
   margin-bottom: 2rem;   
}

/*============= CITIES SECTION =============*/

#cities .tivat {
  
   background-image: url('../img/tivat.jpg');

   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}

#cities .kotor {
  
   background-image: url('../img/kotor.jpg');
  
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}
#cities .herceg-novi {
  
   background-image: url('../img/herceg-novi.jpg');
   
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}
#cities .budva {
  
   background-image: url('../img/budva.jpg');
  
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
  
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}
#cities .bar {
  
   background-image: url('../img/bar.jpg');
   
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
  
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}
#cities .niksic {
  
   background-image: url('../img/niksic.jpg');
  
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}

#cities .cetinje {
  
   background-image: url('../img/cetinje.jpg');
  
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}
#cities .podgorica {
  
   background-image: url('../img/podgorica.jpg');
  
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}

#cities .kolasin {
  
   background-image: url('../img/kolasin_1.jpg');
   
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}

#cities .zabljak {
  
   background-image: url('../img/zabljak.jpg');
   
   height: 100%;
   width: 100%;
   background-size: cover;
   background-position: center center;
   
   z-index: 1;
   top: 0;
   left: 0;
   display: table;
}
#cities p{
  
 color: white; 
}
#cities h5{
  font-size: 1.9rem;
   color: white; 
  }

/*============= RENT SECTION =============*/

/*--- Rent carousel--*/
#rent-carousel{
   background-color: white;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   padding: 5rem 0;
}




/*============= FOOTER SECTION =============*/

.footer {
   background: url('../img/footer/footer.jpg') no-repeat;
   background-size: cover;
   color: white;
   
   /* background-color: #505962; */
}
.row.outer {
   background-color: rgba(57, 63, 70, .85);
   padding: 1rem 2rem 3rem;
}
.footer img {
   height: 4rem;
   margin: 1.5rem 0;
}
.footer a,
.footer ul.social li a {
   color: white;
}
.footer ul.social li a:hover {
   color: #15bcda;
   
}
.footer-nav a:hover {
   color: #15bcda;
   text-decoration: none;
   
}
hr.socket {
   border-top: .2rem solid #666b71;
   width: 100%;
 }


 /*--- DETAILS PAGE--*/
#details{
   margin-top: 7rem; 
   margin-bottom: 2rem;
   color:#505962;   
}
#title-heading {
  
   background-color: rgba(0, 0, 0, 0.1)!important;
   width: 100%;
  
   background-size: cover;
   margin-top: 7rem;
 }
 #title-heading .row {
   width: 100%!important;
   padding: 1rem 2rem 2rem;
 }

#details #title-heading{
   margin-top: 0rem; 
   margin-bottom: 2rem;
  
     
}

#details h3.title-heading{
  font-weight: 500;
  color:#505962;
     
}
#details  .details-info {
 
   margin-left: 2rem;
   font-size: 1.2rem;

}
#details  .details-info p {
   margin-top: 1rem;
   padding-right: 1.2rem;
}
#details  .details-info a:hover {
    text-decoration: none;  
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-top: 50px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
}


.description{
   margin-top:50px;
   
}

.desc-video{
   margin-top:50px;
   background-color:  rgba(0, 0, 0, 0.1)!important;
}

/*============= ABOUT US Contact =============*/

.map-container {
   overflow: hidden;
   position: relative;
   width:100%;
  
}

.map-container::after {
   padding-top: 56.25%;
   display: block;
   content: '';
}

.map-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding-right: 20px;
   padding-left: 20px;
   padding-bottom: 50px;
}

/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
   .caption h1 {
      font-size: 3.5rem;
      letter-spacing: .2rem;
      padding-bottom: .8rem;
   }
   .caption h3 {
      font-size: 2.2rem;
      padding-bottom: 1.7rem;
   }
   .caption .btn-lg {
      padding: .7rem 1.2rem;
      font-size: 1rem;
   }

   .sale-btn .btn-lg {
    
      padding: .7rem 1.2rem;
      font-size: 1rem;
   }
   #details h1.title-heading{
      
      font-size: 1.5rem;
         
    }
   
   
}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {
   .caption h1 {
      font-size: 2.7rem;
      letter-spacing: .15rem;
      padding-bottom: .5rem;
   }
   .caption h3 {
      font-size: 1.7rem;
      padding-bottom: 1.2rem;
   }
   .caption .btn-lg {
      padding: .6rem 1.1rem;
   }
   .sale-btn .btn-lg {
    
      padding: .6rem 1.1rem;
      
   }

   
   .fixed-dark {
      background-image: url('../img/fixed/apple-mobile.jpg')
   }
   .fixed-light {
      background-image: url('../img/Zabljak_2.jpg')
   }
   h1.title-heading {
      font-size: 1.7rem;
      font-weight: 500;
      
     
    }

    #details h3.title-heading{
      
      font-size: 1.7rem;
         
    }
   
   
}

/* Devices under 576px (sm) */
@media (max-width: 575.98px) {
   .caption h1 {
      font-size: 1.9rem;
      letter-spacing: .1rem;
      padding-bottom: .4rem;
   }
   .caption h3{
      font-size: 1.2rem;
      padding-bottom: 1rem;
   }
   .caption .btn-lg {
      padding: .4rem .9rem;
      font-size: .9rem;
   }

   .sale-btn .btn-lg {
    
      padding: .4rem .9rem;
      font-size: .9rem;
      
   }


   h3.heading {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 1.5rem;
   }

  h2.heading {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.2rem;
      text-align: center;
      margin-bottom: 1.2rem;
   }

   .heading-underline {
 
      margin: 0 auto 0rem;
   }

   #sale-carousel{
      padding: 3rem 0;
   }

   .navbar-brand img {
      height: 40px;
   }

   .custom-toggler-icon {
      
      font-size: 1.3rem;
   }

   .sale-category-column h3 {
   
      font-size: 1.1rem;
      
   }
   
   .sale-category-column p {
      font-size: 0.9rem;
    
      
   }

   .card h4{
      font-size: 1.1rem;
   }
   .card h5{
      font-size: 1rem;
   }
   .card p{
      font-size: 0.9rem;
   }
   .card p.price{
      font-size: 1.1rem;
   }

   .card p.size{
      font-size: 1.1rem;
   }

   #cities h5{
      font-size: 1.1rem;
   }
   #cities p{
      font-size: 0.9rem;
   }
   h1.title-heading {
      font-size: 1.4rem;
      font-weight: 400;
      
     
    }
    #details h1.title-heading{
      
      font-size: 1.4rem;
      font-weight: 400;   
    }
    

   
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

