*{
    margin: 0;
    padding: 0;
    list-style: none;
    
}

body {
    font-family: 'Source Serif 4', serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}



.container{width:100%}
.bg-no-repeat{background-repeat:no-repeat}
.bg-left{background-position:0}
.lg\:bg-center{background-position:50%}
.bg-cover{background-size:cover}
.relative{position:relative}
.visible{visibility:visible}
.invisible{visibility:hidden}
.lg\:block{display:block}
.z-0{z-index:0}
.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.xl\:px-16{padding-left:3rem;padding-right:3rem}
.xl\:px-14{padding-left:6rem;padding-right:0rem}
.flex{display:flex}
.flex-col{flex-direction:column}
.lg\:flex-row{flex-direction:row}
.justify-between{justify-content:space-between}
.min-h-\[700px\]{min-height:700px}
.gap-y-10{row-gap:2.5rem}
.gap-2{gap:.5rem}
.bg-color{color:#01737d}
.static{position:static}
.lg\:absolute{position:absolute}
.absolute{position:absolute}
.h-\[106\%\]{height:106%}
.right-8{right:1rem}
.max-w-\[500px\]{max-width:500px}
.-top-5{top:-1.25rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.lg\:px-10{ padding-left:2.5rem; padding-right:2.5rem}
.lg\:flex{display:flex}
.justify-center{justify-content:center}
.space-y-5>:not([hidden])~:not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))
}
.lg\:space-y-10>:not([hidden])~:not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))
}
.space-y-3>:not([hidden])~:not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(.75rem*var(--tw-space-y-reverse))
}
.space-y-6>:not([hidden])~:not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))
}
.w-full{width:100%}
.w-half{width:50%}
.rounded-lg{border-radius:.5rem}
.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}
.items-center{align-items:center}
.lg\:text-lg{font-size:1.125rem; line-height:1.75rem}
.text-base0{font-size:1rem;line-height:1.5rem}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}
.formBtn{box-shadow:0 3px 2px 0 #910d0e}
.formBtn:hover{box-shadow:none}
.bg-\[\#c03a3b\]{--tw-bg-opacity:1;background-color:rgb(192 58 59/var(--tw-bg-opacity))}
.hover\:bg-\[\#e24444\]:hover{--tw-bg-opacity:1;background-color:rgb(226 68 68/var(--tw-bg-opacity))}
.right-0{right:0}
.bottom-0{bottom:0}
.w-\[250px\]{width:250px}
.font{font-size:20px}



.bg-teal {
    background-color: #01737d;
}

h2 {
    font-weight: 600;
}

.form-label {
    font-weight: 400;
}

.btn-dark {
    background-color: #e3dfdf;
    border: none;
}

.btn-dark:hover {
    background-color: #c9c7c7;
}

#hero-container{
    height:100vh;
}

/* Navbar css */

.navbar {
    display: flex;
    align-items: flex-end;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.navbar-brand{
 margin-right: 30px;
}

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

ul {
    height: 100%;
    display: flex;
    padding: 40px 50px 0 50px;
    gap: 1em;
}

.nav-link{
    font-weight: 600;
    color: black;
}

#phone-container {
    background-color: #01737d;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
}

#main .nav-icon{
  color: #1d5d65;
  font-size: 24px;
  margin-left: -20px;
  margin-top: 8px;
}

/**Whatsapp icon */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



@media screen and (min-width:1440px) and (max-width:1920px){

.navbar {
    display: flex;
    align-items: flex-end;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.navbar-brand{
 margin-right: 30px;
}

ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2.5em;
}

.nav-link{
  display: flex;
  justify-content: center;
  align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

#phone-container {
    background-color: #01737d;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
}
#about-container {
  font-size: 20px;
}

}
@media screen and (min-width:992px) and (max-width:1024px){
  .navbar {
    display: flex;
    align-items: flex-end;
}

.navbar-brand img{
  width: 150px;
  height: 50px;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-link{
  display: flex;
  justify-content: center;
  align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

#phone-container {
    background-color: #01737d;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
}
.lg\:hidden{display:none}

}
@media screen and (min-width:1025px) and (max-width:1440px){

  body{
    overflow-x: hidden;
  }

  .navbar {
    display: flex;
    align-items: flex-end;
}

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

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-link{
  display: flex;
  justify-content: center;
  align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

#phone-container {
    background-color: #01737d;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
}

#content p{
  font-size: 18px;
}

#details-image{
  width: 400px;
  height: 400px;
}

}

@media screen and (max-width: 600px) {
  .fluid-container{
    display: none;
  }
}


@media screen and (min-width:300px) and (max-width:768px){
  .navbar {
    display: flex;
    align-items: flex-end;
}

.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.navbar-brand{
 margin-right: 30px;
}

ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: start;
    gap: 1em;
}

.nav-link{
  display: flex;
  justify-content: center;
  align-items: left;
  text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
}

#phone-container {
    background-color: #01737d;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
}



}


/*banner below content*/
#hero-container{
    background: url(./LML\ _L1/banner.jpg); 
    height: 90vh;
    background-size:cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #hero-container {
    position: relative;
  }

  img {
    max-width: 100%;
    max-height:100%;
  }
  
  .text {
    font-size: 20px;
    padding-left: 20px;
  }

  @media screen and (min-width:1601px) and (max-width:1920px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height: 90vh;
        background-size:cover;
        object-fit: contain;
        background-position: center;
        background-repeat: no-repeat;
      }

      #home-container{
        padding:2px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
        padding-top: 10px;
    }

    #home-container h6{
      font-size: 20px;
    }
    
    #home-container p{
        font-size: 10px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }

     
  }
  @media screen and (min-width:1440px) and (max-width:1600px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height: 90vh;
        background-size:cover;
        object-fit: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
      #home-container{
        padding:2px;
        text-align: left;
        background-color: white;
    
    }
    #home-container h6{
      font-size: 20px;
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
        padding-top: 10px;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 150px;
      height: 150px;
      padding: 10px;
    }

     
    
  }

  @media screen and (min-width:1301px) and (max-width:1440px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height: 90vh;
        width: 100vw;
        background-size:cover;
        object-fit: contain;
        background-position: center;
        background-repeat: no-repeat;
      }

      #home-container{
        padding:2px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
        padding-top: 10px;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }
    
  }

  /* user sha lap size */

  @media screen and (min-width:1150px) and (max-width:1300px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height: 75vh;
        width: 100vw;
        background-size:cover;
        object-fit: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
    
      #home-container{
        padding:2 px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
        padding-top: 10px;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }

      
  }

  @media screen and (min-width:1025px) and (max-width:1150px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height: 73vh;
        background-size:cover;
        object-fit: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
      #home-container{
        padding:5 px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
        padding-top: 10px;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }
    
  }

  @media screen and (min-width:992px) and (max-width:1024px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        width: 100vw;
        height: 70vh;
        background-size:cover;
        background-position: center;
        background-repeat: no-repeat;
      }

    

     
    
  }
  @media screen and (min-width:769px) and (max-width:880px) {
   
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height: 60vh;
        background-size:cover;
        background-repeat: no-repeat;
      }  
  }

  @media screen and (min-width:881px) and (max-width:991px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height:70vh;
        width:100%;
        background-size:cover;
        background-repeat: no-repeat;
      }

      
    
  }
  @media screen and (min-width:600px) and (max-width:675px) {

	
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height:45vh;
        width:100%;
        background-size:cover;
        background-repeat: no-repeat;
      }
      #home-container{
        padding:10px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }
    .sm\:w-\[30\%\]{width:30%}
  }
  @media screen and (max-width: 600px) {
    .banner{
      display: none;
    }
   }

  
  /*@media screen and (min-width: 821px) and (max-width: 1920px) {
    .icon{
      display: none;
    }
  }*/

  @media screen and (min-width: 601px) and (max-width: 1920px){
    .mob-banner{
      display: none;
    }
  }
  @media (max-width:365px){.mobileBanner{right:-40px}}
  @media screen and (min-width:676px) and (max-width:768px) {
    #hero-container{
        background: url(./LML\ _L1/banner.jpg); 
        height:55vh;
        width:100%;
        background-size:cover;
        background-repeat: no-repeat;
      }

      #home-container{
        padding: 1 px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
        padding-top: 10px;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }

      
    
  }

  @media screen and (min-width:401px) and (max-width:600px) {
    
    #hero-container{
        background: url(./LML\ _L1/mobile_banner.jpg); 
        height:95;
        width:100%;
        background-size:cover;
        background-repeat: no-repeat;
      }

    
  }

  @media screen and (min-width:300px) and (max-width:400px) {
    #hero-container{
        background: url(./LML\ _L1/mobile_banner.jpg); 
        height: 75vh;
        width:100vw;
        background-size:cover;
        
        background-repeat: no-repeat;
      }

      #home-container{
        padding:15px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }
  }
  @media screen and (min-width:401px) and (max-width:570px) {
    #hero-container{
        background: url(./LML\ _L1/mobile_banner.jpg); 
        height: 85vh;
        width:100vw;
        background-size:cover;
        
        background-repeat: no-repeat;
      }

      #home-container{
        padding:20px;
        text-align: left;
        background-color: white;
    
    }
    
    #home-container h3{
        color:#068787;
        font-size: 3 rem;
        font-weight: bold;
    }
    
    #home-container p{
        font-size: 20px;
    }
    
    #home-container img{
      width: 100px;
      height: 100px;
    }

      
    
  }

@media screen and (min-width:768px) and (max-width:1024px){

  .row{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #home-container{
    padding: 5px;
    text-align: left;
    background-color: white;

}

#home-container h3{
    color:#068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
}

#home-container p{
    font-size: 20px;
}

#home-container img{
  width: 100px;
  height: 100px;
  padding-bottom: 10px;
}
}


#content{
    font-size: 18px;
    padding:0px;
}

#content img{
    width:100%;
    height:auto;
    
}

/* icons 3 columns 2 rows */
.feature-icon {
  width: 50px;
  height: 50px;
}

.feature-text {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}

#feature-container {
  margin-top: 50px;
  align-items: center;
  
}

#feature-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
}



@media (max-width: 600px) {
  .feature-text {
      font-size: 1rem;
  }
  #feature-container {
      
      text-align: center;
  }
  .row {
      justify-content: center;
  }
  .col-6 {
      max-width: 100%;
      display: flex;
      justify-content: center;
  }
  .feature-icon {
      margin-right: 10px;
  }

 
}



/*amenities*/

#amenities-container{
    padding: 30px;
}

#amenities-container h2{
    text-align: center;
    justify-content: center;
    font-weight: bold;
    color: #068787;

}
.image-container {
    position: relative;
    overflow: hidden;
}
.image-container img {
    padding-top: 20px;
    width: 100%;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.03);
  }

.overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 23px;
}

/* Project gallery */

 .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    
    
  }
  
  .swiper h2 {
    text-align: center;
    color: #01737d;
    font-weight: bold;
    padding-bottom: 20px;
  }
  /*
  
  .swiper-slide {
    
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    
  }

  .swiper-slide img{
    height: 300px;
    width: 450px;
    
    
  }  */
/*
  .swiper {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    
    padding-top: 60px;
}



.swiper h2 {
  text-align: center;
  color: #01737d;
  font-weight: bold;
}

.swiper-slide {
    text-align: initial;
    font-size: 17px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.reviewer-info img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    
}
    */



/* Table code */

#configuration-container h2{
  color: #01737d;
  text-align: center;
  font-weight:bold;
  padding-bottom: 20px;
}

.table {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid #00274c; /* Outer table border */
  }
  
  .table thead th {
    background-color: #00274c;
    color: white;
    font-weight: bold;
    font-size: 22px;
    padding: 20px;
    border: none;
  }
  
  .table th, .table td {
    border: none; /* Remove borders from the middle of the table */
  }
  
  .table tbody tr {
    color: #00274c;
    font-weight: bold;
    font-size: large;
    border: none;
  }
  
  .table tbody tr td {
    padding: 20px;
  }
  
  .btn-request {
    background-color: #00274c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: medium;
  }
  
  .btn-request:hover {
    background-color: #001d3b;
  }

  @media screen and (min-width:300px) and (max-width:768px) {
    #configuration-container h2{
      color: #01737d;
      text-align: center;
      font-weight:bold;
      padding-bottom: 20px;
    }
    
    .table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #00274c; /* Outer table border */
      }
      
      .table thead th {
        background-color: #00274c;
        color: white;
        font-weight: bold;
        font-size: large;
        padding: 20px;
        border: none;
      }
      
      .table th, .table td {
        border: none; /* Remove borders from the middle of the table */
      }
      
      .table tbody tr {
        color: #00274c;
        font-weight: bold;
        font-size: large;
        border: none;
      }
      
      .table tbody tr td {
        padding: 20px;
      }
      
      .btn-request {
        background-color: #00274c;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: medium;
      }
      
      .btn-request:hover {
        background-color: #001d3b;
      }
  }

  

/* floor container */

#floorPlanImage{
  height: auto;
  width: 600px;
  padding-bottom: 20px;
}

#floor-container h2{
  color:#01737d;
  font-weight: bold;
  text-align: center;
  padding:10px;
  
}
#floor-button-container{
    gap: 2em;
}

#floor-button-container .btn {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
    position: relative;
  }
  
  #floor-button-container .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #01737d;
    transition: width 0.3s;
  }
  
  #floor-button-container .btn.selected::after {
    width: 100%;
  }
  
  #floor-button-container .buttons .btn {
    margin: 0 10px;
  }


  @media screen and (min-width:500px) and (max-width:768px) {
    #floorPlanImage{
      height: auto;
      width: 500px;
      padding-bottom: 20px;
    }
    
    #floor-container h2{
      color:#01737d;
      font-weight: bold;
      text-align: center;
      padding:10px;
      
    }
    #floor-button-container{
        gap: 1em;
    }
    
    #floor-button-container .btn {
        border: none;
        outline: none;
        background: none;
        padding: 10px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
      }
      
      #floor-button-container .btn::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #01737d;
        transition: width 0.3s;
      }
      
      #floor-button-container .btn.selected::after {
        width: 100%;
      }
      
      #floor-button-container .buttons .btn {
        margin: 0 10px;
      }
  }
  @media screen and (min-width:300px) and (max-width:500px) {
    #floorPlanImage{
      height: auto;
      width: 300px;
      padding-bottom: 20px;
    }
    
    #floor-container h2{
      color:#01737d;
      font-weight: bold;
      text-align: center;
      padding:10px;
      
    }
    #floor-button-container{
        gap: 0.1em;
    }
    
    #floor-button-container .btn {
        border: none;
        outline: none;
        background: none;
        padding: 10px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
      }
      
      #floor-button-container .btn::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #01737d;
        transition: width 0.3s;
      }
      
      #floor-button-container .btn.selected::after {
        width: 100%;
      }
      
      #floor-button-container .buttons .btn {
        margin: 0 10px;
      }
  }


  
/* location container */

#location-container h2{
  color:#01737d;
  text-align: center;
  font-weight: bold;
}

#location-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    padding: 2em 0;
}

#content-container {
    gap: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
}

.details {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.details p {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    width: 100%;
    font-size:18px;
}

.details li::before {
    content: '\2022';
    font-weight: bold;
   display: flex;
   flex-direction: row;
    width: 1em;
    margin-left: -1em;
}

.list-item {
    cursor: pointer;
    list-style: none;
    font-size: 28px;
    font-weight: 600;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
}

.expand-icon {
    font-size: 20px;
    margin-left: 0.5em;
}

.left{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: end;
}

@media screen and (min-width:992px) and (max-width:1024px){
  #details-image{
    width: 420px;
    height: 450px;
  }
}

@media screen and (min-width:769px) and (max-width:993px){
  #details-image{
    width: 400px;
    height: 450px;
  }
}


@media screen and (min-width:300px) and (max-width:768px){
  #location-container h2{
    color:#01737d;
    text-align: center;
    font-weight: bold;
  }
  
  #location-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  #details-image{
    width: 300px;
  }
  
  #content-container {
    padding: 20px;
      gap: 1em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  
  .details {
      list-style: none;
      padding-left: 0;
      margin: 0;
      text-align: left;      
  }
  
  .details p {
      display: flex;
      flex-direction: column;
      list-style: none;
      position: relative;
      width: 100%;
      
  }
  
  .details li::before {
      content: '\2022';
      font-weight: bold;
     display: flex;
     flex-direction: row;
      width: 1em;
      margin-left: -1em;
      font-size: 15px;
  }
  
  .list-item {
      cursor: pointer;
      list-style: none;
      font-size: 18px;
      font-weight: 600;
      margin: 0.5em 0;
      display: flex;
      align-items: center;
  }
  
  .expand-icon {
      font-size: 20px;
      margin-left: 0.5em;
  }
  
  .left{
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: end;
      text-align: end;
  }
}


/*  iframe*/
#map-container{
    background-color: white;
}

/*about lml homes

#home-container{
    padding:70px;
    text-align: center;
    justify-content: center;
    background-color: white;

}

#home-container h3{
    color:#068787;
    font-size: 3 rem;
    font-weight: bold;
}

#home-container p{
    font-size: 1 rem;
}

#home-container img{
  width: 100px;
  height: 100px;
}

*/

/*footer*/
.footer {
    background-color: #068787;
    
    
}

.footer h6{
    font-size: 1.9 rem;
}

.footer p {
    font-size: small;
    margin: 0;
}
