@font-face {
  font-family: 'montserratbold';
  src: url('fonts/montserrat.bold.woff2') format('woff2'),
       url('fonts/montserrat.bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'montserratregular';
  src: url('fonts/montserrat.regular.woff2') format('woff2'),
       url('fonts/montserrat.regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



@media only screen and (min-width: 850px) {
  .carousel {
    position: relative;
    overflow: hidden;
    font-size: 2.5vmin;
    width: 100vw;
  height: 41.3125vw;
  
    background-color: #000000;
    z-index: 1;
  }

    
  .carousel2 {
    position: relative;
    overflow: hidden;
    font-size: 2.5vmin;
    width: 100vw;
  height: 32vw;
  
    background-color: #000000;
    z-index: 1;
  }
  .carousel-bg-image{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: 100%;
  /* Full height */
  height: auto;
  opacity: 0.5;
  /* Center and scale the image nicely */
  transition: display 2s;
  }
  #carousel-bg-image{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: 100%;
  /* Full height */
  height: auto;
  opacity: 0.5;
  /* Center and scale the image nicely */
  transition: display 2s;
  }
  span.uppercase{
    text-transform:uppercase;
  }
  .carousel-slider {
    display: flex;
    transition: 0.3s;
  }
  .slide-strip.is-active{
  position: absolute;
  width: 50.0625vw;
  height: 0.4vw;
  top: 30.5vw;
  left: 43.95vw;
  background: var(--accentcolor);
  transition: width 5s;
  }
  .slide-strip{
    position: absolute;
    width: 0vw;
    height: 0.4vw;
    top: 30.5vw;
    left: 43.95vw;
    background: var(--accentcolor);
    transition: width 5s;
    }
  .carousel-slide {
      position: relative;
    flex: 1 0 100%;
   background: #000000;
    transition: all 0.5s ease-in-out;
  }
  .propertyicons{
    position: absolute;
  left: 44.1vw;
  top: 32.8125vw;
  height: 4.4375vw;
  width: 50vw;
  
  }
  
  .propertyicon{
    width: 4.4375vw;
    height: 4.4375vw;
    color: #ffffff;
    padding-top: 0vw;
    padding-left: 0.2vw;
    float: left;
    margin-right: 0.2vw;
  }
  .bedroom{
    background: url("../images/bedroom.png");		
    background-size: cover;
    overflow: hidden;
  }
  .bathroom{
    background: url("../images/bathroom.png");		
    background-size: cover;
    overflow: hidden;
  }
  .laundry{
    background: url("../images/laundry.png");		
    background-size: cover;
    overflow: hidden;
  }
  .lounge{
    background: url("../images/lounge.png");		
    background-size: cover;
    overflow: hidden;
  }
  .kitchen{
    background: url("../images/kitchen.png");		
    background-size: cover;
    overflow: hidden;
  }
  .dining_room{
    background: url("../images/dining_room.png");		
    background-size: cover;
    overflow: hidden;
  }
  .lounge_dining_room{
    background: url("../images/lounge_dining_room.png");		
    background-size: cover;
    overflow: hidden;
  }
  .en_suite{
    background: url("../images/en_suite.png");		
    background-size: cover;
    overflow: hidden;
  }
  .study{
    background: url("../images/study.png");		
    background-size: cover;
    overflow: hidden;
  }
  .granny_flat{
    background: url("../images/granny_flat.png");		
    background-size: cover;
    overflow: hidden;
  }
  .garage{
    background: url("../images/garage.png");		
    background-size: cover;
    overflow: hidden;
  }
  .seperate_entrance{
    background: url("../images/seperate_entrance.png");		
    background-size: cover;
    overflow: hidden;
  }
  .swimming_pool{
    background: url("../images/swimming_pool.png");		
    background-size: cover;
    overflow: hidden;
  }
    .slide-container {
      position: absolute;
      width: 50.0625vw;
      height:25.3125vw;
      top:5.4375vw;
      right: 6vw;
      transition: all 0.5s ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      overflow: hidden;
    }
    .zoom{
      display:none;
      }
      .sold{
        position: absolute;
        right: 0vw;
        top: 0vw;
        width: 6.5vw !important;
        z-index: 100000000;
        }
    .slide-container2 {
      position: absolute;
      width: 50.0625vw;
      height:25.3125vw;
      top:2.5vw;
      right: 6vw;
      transition: all 0.5s ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      overflow: hidden;
      cursor:zoom-in;
    }
    #slide-container {
      position: absolute;
      width: 50.0625vw;
      height:25.3125vw;
      top:5.4375vw;
      right: 6vw;
      transition: all 0.5s ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      overflow: hidden;
    }
  .slidebar{
      height: 0.4vw;
      width: 0%;
      background: #ff5b71;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 100000;
  }
  .slidebar.is-active{
      height: 0.4vw;
      width: 100%;
      background: #ff5b71;
      transition: width 5s;
  }
    .carousel-slide img {
    display: block;
    width: 100%;
    
  }
  
  .carousel button {
    font-size: inherit;
  }
  
  .carousel-prev,
  .carousel-next {
      background: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     border: none;
    cursor: pointer;
  }
  
  .carousel-prev {
    left: 2em;
  }
  
  .carousel-next {
    right: 2em;
  }
  
  .carousel-navigation {
    position: absolute;
    bottom: 5.5vw;
    left: 10.875vw;
    
    display: none;
    justify-content: center;
    gap: 1em;
  }
  
  .carousel-bullet  {
      width: 2.8125vw;
      height: 2.8125vw;
      background: none;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
      background-image: url('../images/bg-carousel-bullet.png');
      border: 0;
      cursor: pointer;
      opacity: 0.25;
      transition: opacity 1s;
      
    }
    .carousel-bullet.is-active  {
      width: 2.8125vw;
      height: 2.8125vw;
      background: none;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url('../images/bg-carousel-bullet-active.png');
      border: 0;
      cursor: pointer;
      opacity: 1;
      transition: opacity 1s;
    }
    .carousel-headlines {
      position: absolute;
      bottom: 5vw;
      right: 18.5vw;
      
      display: flex;
      justify-content: right;
      gap: 1vw;
    }
    .carousel-headline  {
      width: 12vw;
      height: 3.5625vw;
      background: none;
  
      border: 0;
      opacity: 0.25;
      transition: opacity 1s;
      padding-left: 0.5vw;
    }
    .carousel-headline.is-active  {
      width: 12vw;
      height: 3.5625vw;
       background: none;
  
      border: 0;
      
      opacity: 1;
      transition: opacity 1s;
    }
    .carousel-headline h2{
      color: white;    
      font-size: 1vw;
      font-weight: normal;
    }
    .carousel-headline h3{
      color: #ff5b71;;    
      font-size: 1vw;
      font-weight: normal;
    }
    #carousel-vline1 {
      position: absolute;
      top: 0vw;
      right: 25.5vw;
      width: 0.125vw;
  height: 2.8125vw;
  
    }
    #carousel-vline2 {
      position: absolute;
      top: 0vw;
      right: 12.5vw;
      width: 0.125vw;
  height: 2.8125vw;
  
    }
    .slidetextcontainer2{
      position: absolute;
      height:fit-content;
      left: 7.1875vw;
    top: 2.5vw;
    width: 43.625vw;
    min-height: 5.0625vw;
    
    }
  .slidetextcontainer{
    position: absolute;
    height:fit-content;
    left: 7.1875vw;
  top: 5.125vw;
  width: 43.625vw;
  min-height: 5.0625vw;
  
  }
    .slidetitle{
      position: relative;
      height:fit-content;
     
  width: 43.625vw;
  max-width: 43.625vw;
  min-height: 5.0625vw;
  text-transform: uppercase;
  text-shadow: 1px 1px #000000;
      color: #ffffff;
      font-family: var(--boldfont);
      font-size: 2.8vw;
      letter-spacing: 0.07em;
    }
    .slidetext{
      position: relative;
      background-color: none;
      color: #ffffff;
      font-family: var(--regularfont);
      font-size: 1.0vw;
      text-shadow: 1px 1px #000000;
    }
    .slidepriceholder2{
      position: absolute;
  left: 7.1875vw;
  top: 22vw;
  width: 18.375vw;
  height: 4.4375vw;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
    }
    .slidepriceholder{
      position: absolute;
  left: 7.1875vw;
  top: 25vw;
  width: 18.375vw;
  height: 4.4375vw;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
    }
    .slideprice{
      position: relative;
      background-color: none;
      color: #ffffff;
      font-family: var(--boldfont);
      font-size: 3vw;
      text-shadow: 1px 1px #000000;
    }
    .slidebutton{
      position: absolute;
      left: 7.1875vw;
  top: 32.8125vw;
  width: 18.375vw;
  height: 4.4375vw;
  font-family: var(--boldfont);
  background: url(../images/bg-button.png) var(--accentcolor);
  background-repeat: no-repeat;
  background-size: cover;
      color: white;    
      font-size: 1.2vw;
      border: none;
      text-align: left;
          padding-top: 1.3vw;
  padding-left: 1.3vw;
    }
  p.slide{
    text-transform: capitalize;
    font-size: 1vw;
  }
  
  
  
  
  
  
  
  
  
  
  
  }










/*================================================================mobile===========================================================*/






  @media only screen and (max-width: 850px) {

    .propertyicons{
      position: relative;
    height: 8vw;
    width: 85vw;
    
    }
  
      
    .propertyicon{
      width: 8vw;
      height: 8vw;
      color: #ffffff;
      padding-top: 0vw;
      padding-left: 0.2vw;
      float: left;
      margin-right: 0.2vw;
    }
    .bedroom{
      background: url("../images/bedroom.png");		
      background-size: cover;
      overflow: hidden;
    }
    .bathroom{
      background: url("../images/bathroom.png");		
      background-size: cover;
      overflow: hidden;
    }
    .laundry{
      background: url("../images/laundry.png");		
      background-size: cover;
      overflow: hidden;
    }
    .lounge{
      background: url("../images/lounge.png");		
      background-size: cover;
      overflow: hidden;
    }
    .kitchen{
      background: url("../images/kitchen.png");		
      background-size: cover;
      overflow: hidden;
    }
    .dining_room{
      background: url("../images/dining_room.png");		
      background-size: cover;
      overflow: hidden;
    }
    .lounge_dining_room{
      background: url("../images/lounge_dining_room.png");		
      background-size: cover;
      overflow: hidden;
    }
    .en_suite{
      background: url("../images/en_suite.png");		
      background-size: cover;
      overflow: hidden;
    }
    .study{
      background: url("../images/study.png");		
      background-size: cover;
      overflow: hidden;
    }
    .granny_flat{
      background: url("../images/granny_flat.png");		
      background-size: cover;
      overflow: hidden;
    }
    .garage{
      background: url("../images/garage.png");		
      background-size: cover;
      overflow: hidden;
    }
    .seperate_entrance{
      background: url("../images/seperate_entrance.png");		
      background-size: cover;
      overflow: hidden;
    }
    .swimming_pool{
      background: url("../images/swimming_pool.png");		
      background-size: cover;
      overflow: hidden;
    }
    .carousel {
      position: relative;
      overflow: hidden;
      font-size: 2.5vmin;
     height: 64.3055555555556svw;
     width:100vw;
      background-color: #ffffff;
      z-index: 1;
    }
    .carousel2 {
      position: relative;
      overflow: hidden;
      font-size: 2.5vmin;
     height: 64.3055555555556svw;
     width:100vw;
      background-color: #ffffff;
      z-index: 1;
    }
    .carousel-bg-image{
        display: none !important;
       /* opacity: 0;*/
      }
      #carousel-bg-image{
        display: none !important;
       /* opacity: 0;*/
      } 
      .carousel-slider {
      display: flex;
      transition: 0.3s;
    }
    
    .carousel-slide {
        position: relative;
      flex: 1 0 100%;
      opacity:1;
      transition: all 0.5s ease-in-out;
      background: #000000;
      width:100vw;
      height: 65.3055555555556vw;
      overflow: hidden;
    }
     .slide-container {
        position: absolute;
        width: 102vw;
height: 65.3055555555556vw;
       left: 0vw;    
        top: 0vw;
        scale: 1;        
       overflow:hidden;
      }
      .slide-container2 {
        position: absolute;
        width: 102vw;
height: 65.3055555555556vw;
       left: 0vw;    
        top: 0vw;
        scale: 1;        
       overflow:hidden;
       cursor:zoom-in;
      }
 .zoom{
  cursor: pointer;
    position: absolute;
    right: 4.86111111111111vw;
    bottom: 2vw;
    width: 11.25vw;
    height: 11.25vw;
    z-index:900000000;  
  }

      .carousel-slide img {
        position: absolute;
        top: -10vw;
        left: -10vw;
        display: block;
        width: 150vw;
        height: auto;
      }
      .sold{       
        position: absolute !important;  
        left:auto !important;     
       right: 3vw !important;
        top:0vw !important;
        width:22vw !important;
      }
        .slide-strip{
          display:none;
        }
        .header .propertyicons{
          display:none;
        
        }
        
    .carousel button {
      font-size: inherit;
    }
    
    .carousel-prev,
    .carousel-next {
   display: none;
    }
    
 
    
    .carousel-navigation {
      position: absolute;
      bottom: 28vw;
      left: 10.875vw;
    
      justify-content: center;
      gap: 1em;
      display: none;
    }
    
    .carousel-bullet  {
        width: 8.70588235294118vw;
        height: 8.70588235294118vw;
        background: none;
       background-position: center;
       background-repeat: no-repeat;
       background-size: cover;
        background-image: url('../../assets/img/bg-carousel-bullet.png');
        border: 0;
        cursor: pointer;
        opacity: 0.25;
        transition: opacity 1s;
        display: none;
      }
      .carousel-bullet.is-active  {
        width: 8.70588235294118vw;
        height: 8.70588235294118vw;
        background: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/bg-carousel-bullet-active.png');
        border: 0;
        cursor: pointer;
        opacity: 1;
        transition: opacity 1s;
        display: none;
      }
      .carousel-headlines {
        display: none;
      }
      .carousel-headline  {
        width: 12vw;
        height: 3.5625vw;
        background: none;
    
        border: 0;
        opacity: 0.25;
        transition: opacity 1s;
        padding-left: 0.5vw;
      }
      .carousel-headline.is-active  {
        width: 12vw;
        height: 3.5625vw;
         background: none;
    
        border: 0;
        
        opacity: 1;
        transition: opacity 1s;
      }
      .carousel-headline h2{
        color: white;    
        font-size: 1vw;
        font-weight: normal;
      }
      .slidetextcontainer2{
        position: absolute;
        height:fit-content;
        left: 2vw;
        top: 2vw;
        min-height: 10.5882352941176vw;
        width: 89vw;
      z-index:1000000000;
      text-shadow: 0.15vw 0.15vw #000000;
      }

      .slidetextcontainer{
        position: absolute;
        height:fit-content;
        left: 2vw;
        top: 2vw;
        min-height: 10.5882352941176vw;
        width: 89vw;
      z-index:1000000000;
      text-shadow: 0.15vw 0.15vw #000000;
      }
      .slidetitle{
        position: relative;
        background-color: none;
        color: var(--accentcolor);
        font-family: 'avenir_next_lt_probold';
        font-size: 6.4vw;
        padding-top: 0vw;
        padding-bottom: 0vw;
        padding-left: 0vw;
        padding-right: 2vw;
        width: 89vw;
        max-width:89vw;
        font-family: var(--boldfont);
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }
      .slidetext{
        position: relative;
        color: #ffffff;
        font-family: var(--regularfont);         
        background-color:none;              
        font-size: 4.0vw;
       padding:2vw;
      }
      p.slide{
        text-transform: capitalize;
        font-size: 3vw;
      }

      .slidebutton{
        position: absolute;
        left:auto;
        right:13vw;
        width: 40.8333333333333vw;
        height: 9.86111111111111vw;
        top: 50vw;
        background: url(../images/bg-button.png) var(--accentcolor);
background-size: 40.8333333333333vw 9.86111111111111vw;
background-repeat: no-repeat;

        color: white;    
        font-size: 3vw;
        text-align: left;
            padding-top: 3vw;
           padding-left:3vw;
      }
   
  }
  