@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Luxurious+Script&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    --color-yellow: #FFDF01;
    --color-black: #000000;
    --color-black-2: #303030;
    --color-light-1: #F5F5F5;
    --color-light-2: #eaeaea;
}

:root {
    --font-primary: "Playfair Display", serif;
    --font-primary-2: "Roboto", sans-serif;
}


.hero {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  
  .hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  
  .hero_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
  
  .hero_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    line-height: 0.9;
  }

  .header-container img{
    margin-top: -10px;
    height: 150px;
    width: 100px;
  }

  .header-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-content h1{
    color:var(--color-yellow);
    font-family: "Luxurious Script", cursive;
    font-weight: 500;
    text-align: center;
    font-size: 62px;
    
    
  }

  .header-content h5{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:30px;
    color:var(--color-light-1);
    
    text-align: center;
  }

  .header-content p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    color:var(--color-light-1);
  }

  .header-content span {
    font-size: 36px;
  }

  .box {
    width: 300px;
    height: 60px;
    background: linear-gradient(to right, #FFDF01 1px, transparent 4px) 0 0,
                linear-gradient(to right, #FFDF01 1px, transparent 4px) 0 100%,
                linear-gradient(to left, #FFDF01 1px, transparent 4px) 100% 0,
                linear-gradient(to left, #FFDF01 1px, transparent 4px) 100% 100%,
                linear-gradient(to bottom, #FFDF01 1px, transparent 4px) 0 0,
                linear-gradient(to bottom, #FFDF01 1px, transparent 4px) 100% 0,
                linear-gradient(to top, #FFDF01 1px, transparent 4px) 0 100%,
                linear-gradient(to top, #FFDF01 1px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-top:16px;
    padding-bottom: 10px;
  }
/* 
  .price{
    align-self: center;
    font-weight: 500;
    font-family: var(--font-primary-2);
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: dashed;
    border-right-style: dashed;
    width:40%;
    padding-top:10px;
    padding-bottom: 10px;
  } */


  .layout-pt-lg{
    padding-top: 30px;
  }

  .layout-pb-lg{
    padding-bottom: 30px;
  }

  h1{
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 2px;
    align-self: center;
    letter-spacing: 2px;
    color:var(--color-black-2)
  }

  .bg-yellow{
    background-color: var(--color-yellow);
  }

  .amenities-background-shade{
    background-color: #FFDF01;   
}

  .why-from-content{
    margin: 20px;
    width: 300px;
  }

  .why-from-content p{
    font-family: var(--font-primary-2);
    font-weight: 400;
    font-size: 20px;
    align-self: center;
    letter-spacing: 2px;
    color:var(--color-black-2)
  }



.button{
    background-color: #303030;
    color:var(--color-yellow);
    font-size:20px;
    outline:none;
    border:0px;
    padding:5px 20px 5px 20px;
    width:250px;
    align-self: center;
    font-family: var(--font-primary);
}


.location-logo{
  background-color: var(--color-black);
  padding:8px;
  margin-right: 20px;
  height:40px
}

.location-content{
  margin-bottom: 10px;
}


.units-card{
  position: relative;
  background-color:#ececec; 
  height: 230px; 
  width:200px;
  margin: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.top-inner-card{
  background-color: #666565;
  height: 70px;
  width:100%;
  position: relative;
}

.top-inner-card::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 30px solid  #666565;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.top-outer-card{
  background-color: #303030;
  height: 64.5px;
  width: 100%;
  position: relative;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  
}

.top-outer-card::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 35px solid  #303030;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  top:70px;
  margin: auto;
  z-index: 10;
}

.top-card-heading{
  font-family: var(--font-primary-2);
  text-align: center;
  color:var(--color-light-1);
  font-weight: 500;
  padding-top:20px;
}

.units-heading{
  font-family: var(--font-primary-2);
  font-size: 32px;
  color:var(--color-black-2);
  font-weight:400;
  margin-left: 25px;
}

.units-card h5{
  font-family: var(--font-primary-2);
  text-align: center;
  padding-top:40px;
  font-weight: 400;
}

.units-card h4{
  font-family: var(--font-primary-2);
  text-align: center;
  margin-top: -10px;
  font-weight: 400;
}

.units-card p{
  text-align: center;
  margin-top: -10px;
  letter-spacing: 5px;
  font-weight: 400;
}

.review-card{
  background-color:#ececec; 
  text-align: center;
  padding:20px;
  margin: 20px;
  width:500px
}

.interest-heading{
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 400;
  color: #303030;
}

.input-content{
  background-color: transparent;
  border-top:0px;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 10px;
  padding:5px 10px 5px 20px;
  outline:none;
  border-color: #c0bcbc;
  width: 100%;
  font-family: var(--font-primary-2);
  font-size: 18px;
}

.interest-button{
  outline: none;
  border: 0px;
  margin-right: 20px;
  font-family: var(--font-primary-2);
  font-weight: 400;
  color:var(--color-yellow);
  background-color: var(--color-black);
  font-size: 20px;
  padding: 5px 50px 5px 50px;
  
}

.edit-button{
  outline: none;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-right: 20px;
  font-family: var(--font-primary-2);
  font-weight: 400;
  color:var(--color-black-2);
  background-color: var(--color-yellow);
  font-size: 20px;
  
}

.phone a{
  text-decoration: none;
  color: #303030;
}