/* towncenter gallery slider */

.town-center-gallery {
    height: 100%;
    width: 100%;
}

.town-center-gallery .swiper-slide img {
  max-height: 685px;
    width: 100%;
     height:100%;
  object-fit: cover;
}

.town-center-gallery-thumbnail {
  box-sizing: border-box;
  max-width: 1148px;
}

.town-center-gallery-thumbnail .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.town-center-gallery-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.town-center-gallery-thumbnail .swiper-slide img {
display: block;
width: 100%;
height: 200px;
object-fit: cover;
border-radius: 20px;
}

.swiper.town-center-gallery-arrows {
  position: absolute;
  width: 100%;
  height: 200px;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.town-center-gallery h3 {
  color: #015675;
  text-align: center;
  font-family: Sentinel;
  font-size: 30px;
  font-style: italic;
  font-weight: 350;
  line-height: 45px;
  padding: 17px 0 32px 0;
}

.town-center-gallery-arrows .swiper-button-next, .town-center-gallery-arrows .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: all .2s cubic-bezier(.55,.085,.68,.53);
  transition: all .2s cubic-bezier(.55,.085,.68,.53);
  border: 1px solid #E2523B;
}

.town-center-gallery-arrows .swiper-button-prev:hover:after {
  animation: MoveLeftInitial .25s forwards, MoveLeftEnd .25s forwards .25s;
}
.town-center-gallery-arrows .swiper-button-prev:after {
  content: url(/wp-content/uploads/2024/06/grid-slider-left.svg);
  position: relative;
  top: -6px;
}

.town-center-gallery-arrows .swiper-button-next:hover:after {
  animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s;
}
.town-center-gallery-arrows .swiper-button-next:after {
  content: url(/wp-content/uploads/2024/06/grid-slider-right.svg);
  position: relative;
  top: -3px;
}

.town-center-gallery-thumbnail .swiper-wrapper {
  justify-content:center ;
}



@media (max-width:980px)
{
.town-center-gallery-thumbnail .swiper-slide img {
  max-width: 100%;
  max-height: 136.765px;
  margin: 0 auto;
}

.town-center-gallery-thumbnail {
  max-width: 200px;
}

.swiper.town-center-gallery-arrows {
  top: 60%!important;
  bottom: unset!important;
  z-index: 1;
} 
.town-center-gallery-thumbnail .swiper-slide {
  display: none;
}
.town-center-gallery .swiper-slide img {
  min-height: 260px;
  max-height: 260px;
}
.town-center-gallery h3 {
  font-size: 18px;
  line-height: 28px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  padding: 20px 0;
}
}

@media (max-width:510px)
{
  .town-center-gallery h3 {
    max-width: 300px;
  }
}

@media (max-width:400px)
{
  .town-center-gallery h3 {
    max-width: 200px;
  }
}

@media (max-width:310px)
{
  .town-center-gallery h3 {
    max-width: 160px;
  }
}


/* where do you want to do slider */
.cities-list-container {
    display: flex;
    column-gap: 80px;
    margin-top: 20px;
    margin-left: 20px;
  }
  
  .orlando-container {
    counter-reset: list-counter;
  }
   .cities-titles .swiper-wrapper {
      display: flex;
   }
  
   .image-bg .cities-list-container .cities-list a, .image-bg .cities-list-container .cities-list {
    list-style-type: number !important;
    color: #fff;
    padding: 0;
    margin-top: 16px;
    max-width: 550px;
  }
  
  .orlando-list li {
    list-style: none;
    counter-increment: list-counter;
  }
  
  .orlando-list li::before {
    content: counter(list-counter) ". ";
    color: #fff;
  }
  
  .cities-titles {
      height: 100%;
      width: 100%;
      display: flex;
      overflow: hidden;
   }
  
   .cities-slider .swiper-slide {
      height: 100%;
      cursor: pointer;
      border-right: 1px solid rgba(255, 255, 255, 0.18);
      padding: 16px;
      /* max-width: 260px;*/
   }
  
  .cities-titles h4, .cities-slider h4.thumb-title {
    font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
  
   .cities-slider {
      box-sizing: border-box;
      padding: 10px 0;
      padding: 0;
      height: 96px;
      border-radius: 20px 0px 0px 0px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.06);
      margin-top: -96px;
   }
  
   .cities-titles .image-bg {
      min-height: 650px;
      max-height: 650px;
      background-repeat: no-repeat;
      width: 100%;
      object-fit: cover;
      height: 100%;
      background-size: cover;
      background-position: center;
      padding: 87px 0 0 63px;
   }
  
   .cities-titles .image-bg img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
   }
  
   .tc-cities-overlay {
      width: 100%;
      min-height: 650px;
      max-height: 650px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
      position: absolute;
      z-index: 20;
   }
  
  .tc-cities-heading-container {
      position: relative;
      z-index: 50;
      top: 90px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .tc-cities-slider-heading {  
      color:  #FFF;
      font-family: Sentinel-LightItalic;
      font-size: 106px;
      font-style: italic;
      font-weight: 325;
      line-height: 106px;
  }
  
  .tc-cities-slider-sub {
      color:  #FFF;
      font-family: Avenir800;
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 24px;
      letter-spacing: 1.12px;
      text-transform: uppercase;
      margin-bottom: 30px;
  }
  
   /* .cities-titles .swiper-slide:nth-child(1) .image-bg {
      background: url('/wp-content/uploads/2024/06/tc-slider-1.jpg');
      background-repeat: no-repeat;
      background-size: cover;
   }
  
   .cities-titles .swiper-slide:nth-child(2) .image-bg {
      background: url('/wp-content/uploads/2024/06/tc-slider-2.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      
   }
  
   .cities-titles .swiper-slide:nth-child(3) .image-bg {
      background: url('/wp-content/uploads/2024/06/tc-slider-3.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      
   }
  
   .cities-titles .swiper-slide:nth-child(4) .image-bg {
      background: url('/wp-content/uploads/2024/06/tc-slider-4.jpg');
      background-repeat: no-repeat;
      background-size: cover;
     
   }
  
   .cities-titles .swiper-slide:nth-child(5) .image-bg {
      background: url('/wp-content/uploads/2024/06/tc-slider-5.jpg');
      background-repeat: no-repeat;
      background-size: cover;
  
   } */
  
   .cities-titles h4,
   .cities-titles h2 {
      color: white;
      text-align: left;
   }
  
   .cities-titles h2 {
    font-family: Sentinel-BookItalic;
    font-size: 106.206px;
    font-style: italic;
    font-weight: 325;
    line-height: 107px;
    padding-top: 30px;
  }
  
   .cities-slider h4.thumb-title {
      font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 24px;
      letter-spacing: 1.12px;
      text-transform: uppercase;
   }
  
   .cities-slider .swiper-slide {
      height: 100%;
      opacity: 0.4;
   }
  
   .cities-slider .swiper-slide-thumb-active {
      opacity: 1;
   }
  
   .cities-titles h3 {
      color: #015675;
      text-align: center;
      font-family: Sentinel;
      font-size: 30px;
      font-style: italic;
      font-weight: 350;
      line-height: 45px;
      padding: 17px 0 32px 0;
   }
  
   .town-center-navi-arrows .swiper-button-next,
   .town-center-navi-arrows .swiper-button-prev {
      width: 48px;
      height: 48px;
      border: 2px solid white;
      border-radius: 50%;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
      transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
   }
  
   .town-center-navi-arrows .swiper-button-prev:after {
      content: url(/wp-content/uploads/2024/06/chevron-lefr-1.svg);
      color: transparent;
      top: -3px;
      position: absolute;
   }
  
   .town-center-navi-arrows .swiper-button-prev:hover:after {
      animation: MoveLeftInitial 0.25s forwards, MoveLeftEnd 0.25s forwards 0.25s;
   }
  
   .town-center-navi-arrows .swiper-button-next:after {
      content: url(/wp-content/uploads/2024/06/chevron-right.svg);
      color: transparent;
      top: -3px;
      position: absolute;
   }
  
   .town-center-navi-arrows .swiper-button-next:hover:after {
      animation: MoveRightInitial 0.25s forwards, MoveRightEnd 0.25s forwards 0.25s;
   }
  
   .get_in_list {
    margin-top: 20px;
   }
  
   .get_in_item {
    color: #fff;
   }
  
   .ln-explore-slide-btn {
    color: #fff;
    margin-top: 24px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
  
  @media (max-width: 980px) {
    .cities-slider {
       margin-left: 21px !important;
    }
  
    .cities-titles h2 {
       font-size: 60px;
       line-height: 60px;
       width: fit-content;
    }
  
    .cities-titles .image-bg {
       padding: 80px 0 0 15px;
    }
  
    .town-center-navi-arrows {
       position: absolute;
       bottom: 150px;
       left: 10px;
       width: 130px;
    }
  }
  
  @media (max-width: 767px) {
     .orlando-container {
  display: none;
  }
  }
  
  @media (min-width: 1100px) {
    /*.cities-slider .swiper-slide
  {
    max-width: 260px; 
  }*/
  
    .cities-slider {
       width: 1280px;
    }
  
    .town-center-navi-arrows {
       position: absolute;
       width: 132px;
       left: auto;
       right: 73px;
       top: 205px;
    }
  }

 /* living at lake nona */

 .living-slider{
    display: flex;
    overflow: hidden;
 }

 .living-slider .swiper-wrapper {
    display: flex;
 }

 .living-slider .swiper-slide {
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
    height: 387px;
    border-radius: 20px;
    background-size:cover!important;
    background-repeat:no-repeat!important;
  }
  .living-slider-controlls {
    position: relative;
    max-width: 90% !important;
    display: flex;
    justify-content: flex-end;
    gap: 33px;
    align-items: center;
    margin-right: 0%;
    margin-top:78px;

  }
  .living-slider-controlls .swiper-pagination {
    display:block!important;
    width:auto!important;
    position : relative!important;
    top:0!important;
    bottom:0!important;
    right:0!important;
    left:0!important;
      color: var(--Teal, #4399B5);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
  }
  .living-slider-controlls  .arrow-nav {
  position: relative;
  max-width: 100%!important; 
  display: flex!important;
    float: none!important;
  flex-direction: row-reverse!important;
  gap: 16px!important;
}
  .living-slider-controlls .living-swiper-button-next,.living-slider-controlls .living-swiper-button-prev {
    position : relative!important;
    top:0!important;
    bottom:0!important;
    right:0!important;
    left:0!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
  }
    .living-slider-controlls .living-swiper-button-next,.living-slider-controlls .living-swiper-button-prev {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px!important;
    height: 48px!important;
    border-radius: 50%;
    border: 2px solid #E2523B;
    -webkit-transition: all .2s cubic-bezier(.55,.085,.68,.53);
    transition: all .2s cubic-bezier(.55,.085,.68,.53);
}
  .living-slider-controlls .living-swiper-button-next::after {
    content: url(/wp-content/uploads/2024/04/chevron-right-red2.svg)!important;
    position: relative;
    top: 0px!important;
    right: 0px!important;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 0;
  }
.living-slider-controlls .living-swiper-button-prev::after {  
  content: url(/wp-content/uploads/2024/04/chevron-right-red1.svg)!important;
  position: relative;
  top: 0px!important;
  right: 0px!important;
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 0; 
  }

  .living-slider-controlls .living-swiper-button-prev:hover:after {
    animation: MoveLeftInitial .25s forwards, MoveLeftEnd .25s forwards .25s!important; 
  }

  
  .living-slider-controlls .living-swiper-button-next:hover:after {
  animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s!important;
  }
  
  
 

.living-slider .arrow-nav {
      position: relative;
     
  }
  
  .swiper.living-slider.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
}

  .living-slider .living-swiper-button-next, .living-slider .living-swiper-button-prev {
      position: absolute;
      bottom:0; 
      top: auto;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: transparent;
      -webkit-transition: all .2s cubic-bezier(.55,.085,.68,.53);
      transition: all .2s cubic-bezier(.55,.085,.68,.53);
      border: 1px solid #E2523B;
  }

  .living-slider .living-swiper-button-prev:after, .living-slider .swiper-container-rtl .living-swiper-button-next:after {
      content: url(/wp-content/uploads/2024/06/grid-slider-left.svg);
      position: relative;
      top: -6px;
  }

  .living-slider .living-swiper-button-next:after {
      content: url(/wp-content/uploads/2024/06/grid-slider-right.svg);
      position: relative;
      top: -4px;
  }

  .living-slider .living-swiper-button-prev:hover:after {
      animation: MoveLeftInitial .25s forwards, MoveLeftEnd .25s forwards .25s;
  }

  .living-slider .living-swiper-button-next:hover:after {
      animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s;
  }
  
  .living-slider .living-title  {
      width: 100%;
      background: #015675;
      height: 77px;
      display: flex;
      align-items: center;
      padding: 0 12px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
  }

  .living-slider .living-title a{    
      color: white;
      font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
      font-size: 18px;
      line-height: 26px;
      display: flex;
      justify-content: space-between;
      width: 100%;
  }

  .living-slider .button-icon {
      width: 30px;
      height: 30px;
      background: white;
      border-radius: 50%;
/*       border: 1px solid #E2523B; */
  }

  .living-slider .button-icon:after {
      content: url(/wp-content/uploads/2024/06/grid-slider-right.svg);
      position: relative;
      top: 2px;
      left: 2px;
         width: 16px;
      height: 16px;
      display: block;
  }

  .living-slider .button-icon:hover:after {
      animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s;
  }
  
  .ln-living-slider-contain-row {
    gap:97px;
  }


  .ln-living-slider-contain-row  .col-1 {
    width: 100% !important;
    min-width: 25%!important;
  }

  .ln-living-slider-contain-row  .col-2 {
    width: auto !important;
    min-width: 68% !important;
  }

  .ln-living-slider-contain-row::after {
    display:none!important;
  }
  @media (min-width: 981px) {
      .et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 {
          width: 75%;
      }
  }

  @media (min-width: 1441px) {
    .ln-living-slider-contain-row  .col-1 {
    padding-left: 12% !important;
  }
  .ln-living-slider-contain-row  .col-2 {
    width: auto !important;
    min-width: 65% !important;
  }
  }
  
  @media (min-width:1000px)
  {
    .living-slider .swiper-wrapper{    
        min-height: auto;
    }
  }