
.rhLuxeContainer{
    /* position: relative; */
}
.rhLuxeContent{
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 12px;
}
.rhLuxeImageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rhLuxeImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* object-fit: cover; */
    display: block;
}
.rhLuxeImg.active {
    opacity: 1;
    z-index: 1;
}
.rhLuxeImgMob {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.rhLuxeImgMob.active {
  opacity: 1;
  z-index: 1;
}
.rhLuxeVideo{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: block;
}
.rhLuxeVideo.active{
  opacity: 1;
  z-index: 1;
}
.rhLuxeVideoMob{
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.rhLuxeVideoMob.active{
  opacity: 1;
  z-index: 1;
}
.rhLuxeLogoImg{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 181px;
    height: 130px;
    object-fit: contain;
    z-index: 2;
    display: none;
}
.rhLuxeOverlayText{
    position: absolute;
    z-index: 9;
    left: 40px;
    bottom: 19px;
    color: #FFFFFF;
    font-family: Archivo;
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    display: none;
}
.rhLuxeOverlayText p{
    margin: 0;
}
.homepage-revamp-v2-luxe{
  .overlay-icon-container{
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9;
    left: 40px;
    bottom: 19px;
    gap: 10px;
    @media screen and (max-width:767px){
      left: 50%;
      bottom: 20px;
      transform: translateX(-50%);
    }
  }
  .rhLuxeOverlayText{
  
      color: #FFFFFF;
      font-family: Archivo;
      font-weight: 300;
      font-size: 28px;
      line-height: 120%;
      display: none;
      position: unset !important;
      @media screen and (max-width:767px){
        text-align: center;
        font-size: 13px !important;
      }
  }
  .rhLuxeOverlayTextIcon{
      width: 202px;
      object-fit: contain;
      display: none;
  }
  .rhLuxeOverlayTextIcon.active{
      display: block;
  }
  .luxelogoimgcontainer{
    position: absolute;
    top: 22px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding: 0 20px;
      @media screen and (max-width:767px){
        gap: 10px;
        flex-direction: row-reverse;
        padding: 0 15px;
      }
    .rhLuxeLogoImg{
      position: unset !important;
      top: 20px;
      right: 20px;
      width: 181px;
      height: unset !important;
      object-fit: contain;
      z-index: 2;
      @media screen and (max-width:767px){
        width: 176px;
      }
    }
    .rhLuxeLogoImgleft{
      width: 181px;
      object-fit: contain;
      display: none;
      @media screen and (max-width:767px){
        width: 100px;
      }
    }
    .rhLuxeLogoImgleft.active{
      display: block;
    }
  }
}
.rhLuxeLogoImg.active,
.rhLuxeOverlayText.active{
    display: block;
}
.rhLuxeAnchorImg{
    width: 61px;
    height: 61px;
}
.rhLuxeAnchorContent{
    background-color: #FFFFFF;
    padding: 12px 16px 12px 22px;
    border-top-left-radius: 24px;
    /* width: 285px; */
    position: absolute;
    /* position: fixed; */
    bottom: -1px;
    right: 0; 
    z-index: 1000;
}
.rhLuxeAnchor{
    display: flex;
    align-items: center;
    gap: 30px;
    color: #202129;
}
.rhLuxeAnchorTxt{
    font-family: Archivo;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #202129;
}
.rhLuxeAnchorContent::before{
     content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    background-image: url('../../../../content/dam/asianpaintsbeautifulhomes/bh-new-home-page-revamp/luxe-section/luxe-left-bottom-curv.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 88.50%; 
}
.rhLuxeAnchorContent::after{
     content: "";
    display: inline-block;
    width: 47px;
    height: 27px;
    background-image: url('../../../../content/dam/asianpaintsbeautifulhomes/bh-new-home-page-revamp/luxe-section/luxe-right-top-curv.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 98%;
    right: 0; 
}
.rhLuxeAnchorContentMob{
    display: none;
}
.rhLuxeDesc{
    font-family: Archivo;
    font-weight: 400;
    font-size: 24px;
    line-height: 144%;
    text-align: center;
    color: #696F75;
    /* margin-top: 60px; */
     max-width: 511px;
     margin: 60px auto 0;
}
@media screen and (max-width:992px) {
  .rhLuxeSection{
    /* margin-bottom: 40px; */
  }
    .rhLuxeContent{
        height: 470px;
    }
    .rhLuxeAnchorContent {
    /* position: relative;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 24px;
    padding: 12px 16px 12px 22px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; */
    display: none;
  }
 .rhLuxeImg {
    display: none;
  }
  .rhLuxeVideo{
    display: none;
  }

  .rhLuxeImgMob {
    display: block;
  }
  .rhLuxeVideoMob{
    display: block;
  }
  
  /* .rhLuxeAnchor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
  } */
  .rhLuxeAnchorContent::before,
  .rhLuxeAnchorContent::after {
    display: none; 
  }
  .rhLuxeLogoImg{
    top: 16px;
    right: 10px;
    width: 111px;
    height: 80px;
  }
  .rhLuxeOverlayText{
    left: 12px;
    bottom: 18px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    max-width: 260px;
  }
  .rhLuxeAnchorContentMob{
    display: block;
    width: 100%;
    padding: 9px 16px 0 16px;
  }
  .rhLuxeAnchorMob{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .rhLuxeAnchorTxtMob{
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 132%;
    color: #333642;
  }
  .rhLuxeAnchorImgMob{
    width: 61px;
    height: 48px;
  }
  .rhLuxeDesc{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* margin-top: 40px; */
    /* padding: 0 14px; */
    max-width: 290px;
    margin: 40px auto 0;
  }
}

@media (min-width:1200px) and (max-width:1440px) {
  .rhLuxeContent{
    max-height: 572px;
    height: 88vh;
  }
}