html {}

@import url('https://fonts.googleapis.com/css2?family=Cinzel&amp;family=Mulish:wght@200&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500&amp;family=Playfair+Display&amp;display=swap');

/* questrial-regular - latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('https://royalbliss.co.in/assets/fonts/questrial-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Questrial'), local('Questrial-Regular'),
    url('https://royalbliss.co.in/assets/fonts/questrial-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://royalbliss.co.in/assets/fonts/questrial-v9-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('https://royalbliss.co.in/assets/fonts/questrial-v9-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('https://royalbliss.co.in/assets/fonts/questrial-v9-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('https://royalbliss.co.in/assets/fonts/questrial-v9-latin-regular.svg#Questrial') format('svg');
  /* Legacy iOS */
}

/* cinzel-regular - latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Cinzel Regular'), local('Cinzel-Regular'),
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-regular.svg#Cinzel') format('svg');
  /* Legacy iOS */
}

/* cinzel-700 - latin */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  src: url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Cinzel Bold'), local('Cinzel-Bold'),
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('https://royalbliss.co.in/assets/fonts/cinzel-v9-latin-700.svg#Cinzel') format('svg');
  /* Legacy iOS */
}

body {
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: transparent;
  color: #009933;
  font-family: 'Cinzel', sans-serif;
  position: relative;
  padding-top: 92px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

/* navigation section */

@media (min-width: 1024.10px) {
  .navimg {
    padding-left: 3rem;
  }
}

@media (width: 1024px) {
  .navimg {
    padding-left: 0rem;
  }

  div#gallerydesktopcarousel {
    padding-top: 63px;
  }
}

@media (max-width: 1023.98px) {
  .navimg {
    padding-left: 0rem;
  }
}

.navz {
  background-color: #ffffff !important;
  padding: 0.25rem 1rem 0.25rem 1rem;
  box-shadow: 1px 1px 1px 1px rgba(237, 237, 237, 1);
}

.custnav {
  cursor: pointer;
}

.custnav span {
  background: -o-linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: #584030;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.5rem;
  font-weight: bold;
}

.navlink {
  color: #000000 !important;
  text-decoration: none !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  text-transform: uppercase;
  cursor: pointer;
}

.navlink.active {
  text-decoration: none !important;
  font-weight: bold;
}

.navitem {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width:992px) {
  .logo1 {
    width: 100px;
    height: 100px;
  }

  div#gallerydesktopcarousel {
    padding-top: 63px;
  }

  .section-header {
    font-size: 1.7rem;
  }

}


@media only screen and (max-width:991.98px) {
  .logo1 {
    width: 91px;
    height: 84px;
  }

  .section-header {
    font-size: 1.7rem;
  }
}

/* end of navigation section */

/* all sections common css */
.btn-dsticky {
  padding: .375rem 1.5rem;
}

.btn-custom {
  color: #ffffff !important;
  /* background: #926e2b; */
  /* background: -o-linear-gradient(30deg, rgba(156, 77, 73, 1) 0%, rgba(71, 111, 198, 1) 100%);
  background: -webkit-linear-gradient(30deg, rgba(156, 77, 73, 1) 0%, rgba(71, 111, 198, 1) 100%); */
  background-image: linear-gradient(90deg, #009933 0%, #50cc7a 100%);
  /* border: 0px solid #926e2b; */
  border: 0px solid #926e2b;
  border-radius: 20px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  box-shadow: 0px 0px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  cursor: pointer;
}

.btn-flash {
  /* background-image: -o-linear-gradient(90deg, rgba(185, 43, 39, 1) 0%, rgba(21, 101, 192, 1) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(185, 43, 39, 1) 0%, rgba(21, 101, 192, 1) 100%);
  background-image: linear-gradient(90deg, rgba(185, 43, 39, 1) 0%, rgba(21, 101, 192, 1) 100%); */
  background-size: 600% 600%;
  -webkit-animation: bganimate 5s ease infinite;
  animation: bganimate 5s ease infinite;
}

@-webkit-keyframes bganimate {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes bganimate {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.btn-custom:hover {
  /* background: #50cc7a;  */
  /* background: -o-linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  transform: scale(1.1); */
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-custom.disabled,
.btn-custom:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
  color: #ffffff;
  background-color: #584030;
  border-color: #584030;
  box-shadow: 0px 0px;
}

@media (min-width: 992px) {
  .col20p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.no-border {
  border: none;
}

.no-border-radius {
  border: none;
}

.rightcent {
  text-align: right;
}

@media (max-width: 991.98px) {
  .leftcent {
    text-align: center;
  }

  .rightcent {
    text-align: center;
  }
}

.allsection {
  padding: 2rem 1.5rem 2rem 1.5rem;
}

.allcol {
  padding: 0.5rem;
}

.halfcol {
  padding: 0.5rem;
}

.qtrcol {
  padding: 0.25rem;
}

.section-header {
  margin-bottom: 0rem;
  padding-top: 1rem;
  padding-bottom: 0.50rem;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Cormorant Garamond';
  letter-spacing: 0.10rem;
  line-height: 100%;
}

.section-subtext {
  color: #686868;
  margin-bottom: 0rem;
  padding-top: 0.3rem;
  padding-bottom: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.10rem;
  font-size: 1.10rem;
}

.lightbrown-header {
  color: #af8066;
}

.darkbrown-header {
  color: #af8066;
}

.white-header {
  color: #ffffff;
}

.form-header {
  margin-bottom: 0rem;
  letter-spacing: 0.10rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-family: 'Cormorant Garamond';
  color: #af8066;
}

.hbar {
  border-top: 5px solid #02225d;
  border-radius: 50px;
  margin-top: 0.50rem;
  margin-bottom: 0.50rem;
  width: 2rem;
}

/* end of all sections common css */

/* header secheader */

#headercol2 {
  background-color: #926e2b0a;
  padding: 4rem 2rem 2rem 2rem;
}

@media (max-width: 991.98px) {
  #headercol2 {
    padding: 0.5rem;
    border: 0px solid #926e2b;
  }

  .section-header {
    font-size: 1.5rem;
  }

  .cont-bliss-tabs {
    width: 118% !important;
    position: relative;
    transform: translateX(-50%);
    left: 50% !important;
  }

  img.loc-adv-royal-bliss {
    width: 338px !important;
    height: 334px !important;
  }

  img.img-fluid.bliss-gallery-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 103%;
  }

  .caption {
    background: #28a745;
    color: #1e1e38;
    font-size: 17px !important;
  }

  .gallery-tab-content {
    padding: 50px 2px !important;
  }

  img.img-gallery {
    width: 107% !important;
  }

  ul.ul-slide-in-points {
    padding-left: 0px;
  }

  img.galleryimg {
    width: 382px;
  }

  img.proj-hallmark-royal-bliss {
    width: 345px !important;
    height: 437px !important;
  }

  .row.justify-content-center.allsection.project-hallmark-sec {
    padding: 2rem 0rem 2rem 0rem;
  }

  .hmcard {
    width: 102% !important;
  }

  .proj-highlights-list {
    padding-top: 20px;
  }

  .infra-card {
    height: 189px !important;
  }

  .galler-tab-3bhk {
    font-size: 1.3rem;
  }

  .black-header {
    font-size: 23.5px !important;
  }

  .section-subtext {
    font-size: 15px !important;
  }

  .main-header {
    background-color: #070707d9 !important;
  }

  a.arrowboxd {
    display: inline;
    margin-right: 20px;
  }

  .carousel-item {
    margin-bottom: 13px;
  }

  .active.gallery-3bhk-sec {
    display: flex;
    flex-direction: column;
  }

  img.img-fluid.img.gallery-3bhk-1 {
    width: 100% !important;
  }
  .row.hmrow.hmrow-f {
    display: flex;
    flex-direction: row-reverse !important;
  }
}

@media (max-width: 991.98px) {
  .form-container {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border: 1px solid;
    border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  }
}

.frmsubmit {
  margin-top: 2rem;
}

.frmbdr {
  padding: 0.25rem;
  background-color: #ffffff;
}

.frmbox {
  padding: 1.5rem;
  border-radius: 1rem;
}

.absolutetexttop {
  letter-spacing: 1px;
  font-size: 0.70rem;
  position: absolute;
  top: 0;
  left: 12;
  z-index: 10;
  padding: 0.5rem;
  text-shadow: 1px 1px 10px #000000;
  color: #fff;
  text-align: left;
}

.formnumlink {
  /* background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%); */
  /* -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #584030;
  text-decoration: none;
}

.formnumlink:hover {
  color: #584030;
  text-decoration: none;
}

.formlabel {
  margin-bottom: 0rem;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
}

.custfield {
  background-color: #fff !important;
  color: #9c4d49;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  border-style: solid;
  border: 1px solid;
  -moz-border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  -webkit-border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  -o-border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  box-shadow: 0px 0px !important;
  line-height: 1.5rem;
  resize: none;
  font-size: 0.90rem;
}

.stformspace input:focus {
  background-color: #fff;
}

.custfieldphone {
  border-width: 1px 1px 1px 0px;
}

.custfield:focus-within {
  background-color: #fff !important;
}

.custfield:focus {
  background-color: #fff;
  color: rgba(156, 77, 73, 3);
  box-shadow: 0px 0px !important;
}

.custfield::placeholder {
  color: #b4b4b4;
  font-size: 0.90rem;
}

select.custfield option:checked {
  background: -o-linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(90deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

option[value=""][disabled] {
  display: none;
}

.input-group-prepend {
  background-color: rgb(255, 255, 255) !important;
}

.custigp {
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  border: 1px solid;
  -moz-border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  -webkit-border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  -o-border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  font-size: 0.90rem;
  color: #9c4d49;
  background-color: #fff;
}

/* end of header secheader */
/* gallery secgallery */

.gallerycol {
  padding: 1rem 1rem 1rem 1rem;
}

@media (max-width: 991.98px) {
  .gallerycol {
    padding: 1rem 0rem 1rem 0rem;
  }

  .bg-footer p.text-white.mb-0.pt-2 {
    padding-bottom: 20px;
  }


}




.gallerybox {
  position: relative;
}

.gallerytext {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(28, 77, 135, 0.9);
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

.artist-impression {
  letter-spacing: 1px;
  font-size: 0.70rem;
  position: absolute;
  top: 0;
  left: 12;
  z-index: 10;
  padding: 0.5rem;
  text-shadow: 1px 1px 10px #000000;
  color: #fff;
  text-align: left;
}

/* end of gallery secgallery */

/* amenities secamenities */

.amenicon {
  display: flex;
  justify-content: center;
}

.amentext {
  margin-bottom: 0px;
  text-align: left;
}

.amenimg {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.amenbox {
  background-color: #faf8f5;
  padding: 0.75rem;
  position: relative;
  height: 230px;
  border: 1px solid;
  border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
  -webkit-box-shadow: -1px 16px 57px -46px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 16px 57px -46px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 16px 57px -46px rgba(0, 0, 0, 0.75);
}

.amenbox span {
  display: block;
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -moz-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.amenicon {
  font-size: 3.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* end of amenities secamenities */

/* configuration secconfig */



.configinfo1 {
  text-align: center;
  font-size: 1.60rem;
  margin-bottom: 0px;
  font-family: 'Cinzel', serif;
  padding-top: 0.5rem;
}

.configinfo2 {
  text-align: center;
  color: #686868;
}

/* end of configuration secconfig */

/* project hallmarks sechallmarks */
.hmcard {
  padding: 1rem;
  height: 86px;
  position: relative;
  border-radius: 0px;
  border: 2px solid;
  border-image: conic-gradient(#af8066, rgb(144, 82, 90)) 1;
  width: 209%;
  background: #926e2b00;
}

.Spin-and-win-price-wrapper {
  padding: 1rem;
  height: 80px;
  position: relative;
  border-radius: 0px;
  border: 2px solid;
  border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
}

.hmrow {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#secSpin {
  background-color: #ebebeb
}

.black-header {
  color: #000;
  font-size: 2.3rem;
  font-family: 'Cormorant Garamond';
}

.white-header {

  color: #fff;
}


.Spin-and-win-price-div {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.hmtext {
  margin-bottom: 0px;
}

.hmnum {
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(47deg, #af806675 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 2rem;
  font-family: 'Cinzel', serif;
}


.Spin-and-win-price {
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: 'Cinzel', serif;
  margin-top: 1rem;
}

/* end of project hallmarks sechallmarks */

/* location advantages seclocadv */

#seclocation {
  padding: 3rem 1rem 3rem 1rem;
}

@media (max-width: 991.98px) {
  #seclocation {
    background-size: 58.5px 255.5px;
  }

  .col.proj-highlights-list {
    padding: 0px !important;
  }

  .col-lg-6.upper-highlight {
    padding: 0px;
  }
}


.locadvbox {
  position: relative;
}

.locadvdetails {
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.dist-title {
  text-align: center;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.dist-info {
  color: #ffffff;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.image-represent {
  letter-spacing: 1px;
  font-size: 0.55rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0.30rem;
  text-shadow: 1px 1px 10px #000000;
  color: #fff;
  text-align: left;
}

.loctextbox {
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
}

.loctextbox>ul {
  display: inline-block;
}

.loctextbox>ul>li {
  text-align: left;
}

.arrowboxd {
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.arrowboxd:hover {
  text-decoration: none;
  color: #584030;
}

.arrowboxd:active {
  text-decoration: none;
  color: #584030;
}

.arrowboxd span {
  font-size: 2rem;
  transition: all .5s ease-in-out;
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(40deg, #926e2b 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.arrowboxd span:hover {
  font-size: 2.5rem;
  transform: scale(1.1)
}

.arrowboxd span:active {
  font-size: 2.5rem;
  transform: scale(1.1)
}

.arrowboxm {
  height: 50px;
  width: 100px;
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.arrowboxm span {
  font-size: 2rem;
  color: #ffffff;
}

/* end of location advantages seclocadv */

/* location seclocation */
.maprow {
  padding: 2rem 0rem 0rem 0rem;
}

.officeaddress {
  border-left: 1px solid #584030;
}

@media (max-width: 991.98px) {
  .officeaddress {
    border-left: none;
    border-top: 1px solid #584030;
  }
}

.addrtitle {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* end of location seclocation */

/* about secabout */
#secblissabout {
  padding: 4rem 1rem 3rem 1rem;
  background: url("../images/bliss-images/about-royal-pristo.jpg");
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* height: 92%; */
}

.abouttext {
  text-align: center;
  font-size: 0.85rem;
}

/* end of about secabout */

/* modal form related css */

.modal-close>span.icon-close::before {
  color: #9c4d49;
  cursor: pointer;
}

.modal-close:focus {
  outline: 0;
}

/* end of modal form related css */

/* footer */
.bg-footer {
  background-color: #000000;
  padding-top: 2.75rem;
  padding-bottom: 0.75rem;
}

.footer-text {
  font-size: 0.85rem;
}

.footer-link {
  color: #ffffff;
}

.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-link:active {
  color: #ffffff;
  text-decoration: underline;
}

.copyright {
  color: #ffffff;
  margin-bottom: 0px;
}

.reralink {
  color: #ffffff;
  text-decoration: none;
}

.reralink:hover {
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

/* sticky form section */
#stickyform {
  background: #fff;
  padding: 0.50rem 0.75rem;
  border-top: 1px solid;
  border-image: conic-gradient(rgb(76, 110, 192), rgb(144, 82, 90)) 1;
}

@media (min-width: 992px) {
  .stformspace {
    padding: 0rem 1rem;
  }
}

@media screen and (min-width: 1400px) {
  img.img-fluid.bliss-gallery-img {
    width: 100%;
  }

  .cont-bliss-tabs {
    width: 89%;
    position: relative;
    transform: translateX(-50%);
    left: 19% !important;
  }

  /* 
  #secblissabout {
    height: 33%;
  } */
}

@media (min-width: 992px) {
  .container.cont-bliss-tabs {
    width: 89%;
    position: relative;
    transform: translateX(-44%);
    left: 39% !important;
  }

}

@media (max-width: 991.98px) {
  .stformspace {
    padding: 0rem 0.5rem;
  }

  section#secheader {
    padding: 5.8rem 0rem 2rem 0rem !important;
  }
}

.minstick {
  min-width: 100%;
}

/* end of sticky form section */

/* sticky mob */
.stickycol {
  padding: 0.50rem;
}

.stickybtn {
  background-image: linear-gradient(90deg, #009933 0%, #50cc7a 100%);
  text-align: center;
}

.stickybdr {
  border-right: 1px solid #fff;
}

.stickycall {
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  z-index: 4;
}

.stickycall:hover {
  text-decoration: none;
}

.stickyenq {
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  z-index: 4;
}

.stickyenq:hover {
  text-decoration: none;
}

/* end of sticky mob */

/* end of footer */

/* thank you and form submit failed sections */
#tyfssec1 {
  background-color: #ffffff;
  padding: 8.5rem 1.5rem 3.5rem 1.5rem;
}

#tyfssec2 {
  background-color: #e0e0e0;
}

#ppsec1 {
  background-color: #ffffff;
}

.otherreralink {
  color: #000000;
  text-decoration: none;
}

.otherreralink:hover {
  background: -o-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(90deg, #009933 0%, #50cc7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.numlink {
  text-decoration: none;
  color: #584030;
  background-clip: text;
}

.numlink:hover {
  color: #584030;
  text-decoration: none;
}

.soc-item {
  font-size: 28px;
  text-decoration: none;
}

.soc-item:hover {
  color: #584030;
  text-decoration: none;
  transform: scale(1.1);
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.soc-item span {
  background: -o-linear-gradient(50deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(71, 111, 198, 1) 0%, rgba(156, 77, 73, 1) 100%);
  background: linear-gradient(90deg, #ff84ffc4 0%, #50cc7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soc-item span:hover {
  background: -o-linear-gradient(50deg, rgba(156, 77, 73, 1) 0%, rgba(71, 111, 198, 1) 100%);
  background: -webkit-linear-gradient(40deg, rgba(156, 77, 73, 1) 0%, rgba(71, 111, 198, 1) 100%);
  background: linear-gradient(90deg, #ff84ffc4 0%, #50cc7a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.tyicon {
  color: green;
  font-size: 4rem;
}

.fsicon {
  color: red;
  font-size: 4rem;
}

/* end of thank you and form submit failed sections */

section#secwheel {
  padding: 4rem 1.5rem 4rem 1.5rem;
  background: #78529f;
}

section#secwheel .section-subtext,
.section-header {
  color: #af8066;
}

section#secwheel .img-fluid {
  max-width: 94%;
}

.open-button {
  background: #4caf50;
  animation: glowing 2000ms infinite;
  border-radius: 25px;
  color: white;
  opacity: 5.8;
  position: fixed;
  bottom: 72px;
  right: 39px;
  border: 0px solid #276432;
  padding: 1px;
  width: 42px;
  height: 42px
}

img.whatsapp-chat {
  width: 73%;
  animation: zoom-in-zoom-out 2000ms infinite;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #c4a300;
  }

  40% {
    box-shadow: 0 0 20px #c4a300;
  }

  60% {
    box-shadow: 0 0 20px #c4a300;
  }

  100% {
    box-shadow: 0 0 -10px #c4a300;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.tata {
  width: 35%;
}


/* new aminities section css  */

.skyrise-con-amen-blocks {
  margin: 10px;
  max-width: 45%;
  padding: 13px;
}

.amenities-1 {
  margin-top: 25px;
}

.nearest-amenities {
  /* color: #ffffff; */
  text-align: left;
  border-left: 1px solid #28a745;
}

section#secamenities {
  padding: 5rem 0rem;
  background: #ffffff;
  background-position: center;
  background-size: cover;
}

.caption {
  background: #28a745;
  color: #1e1e38;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}

a.carousel-control-prev,
a.carousel-control-next {
  opacity: 1;
  /* top: 220px; */
  background: #1e1e3800;
  /* height: 53px; */
  width: 53px;
  color: #fff;
  font-size: 2rem;
  transition: all .5s ease-in-out;
}

.carousel-control-prev {
  right: 96%;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

section#secheader {
  padding: 4rem 0rem;
}


.cont-bliss-tabs {
  width: 77%;
  position: relative;
  transform: translateX(-50%);
  left: 40%;
  top: 47%;
  /* background-color: #ffffff; */

}

.gallery-tabs-bliss {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.galler-tab-3bhk {
  background-color: #a36d3629;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 600;
  margin: 0px;
}

.gallery-tab-content {
  background-color: #926e2b00;
  padding: 50px 40px;
}

.gallery-tab-content h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #000224;
  font-weight: 600;
}

.gallery-tab-content p {
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.4px;
  color: #202238;
}

.gallery-tab-content div {
  display: none;
}

.gallery-tab-content .active {
  display: block;
}

.gallery-tabs-bliss .active {
  background-color: #ffffff;
  color: #a36d36;
}

img.img-gallery {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 69%;
}

.active.gallery-3bhk-sec {
  display: flex;
}

img.img-fluid.img.gallery-3bhk-1 {
  width: 50%;
}




.slide_in {
  font-size: 1em;
  animation: slideMe .7s ease-in;
  list-style-type: none;
  padding: 11px;
  margin: 16px;
  border-left: #e3c886a8 6px solid;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

img.loc-adv-royal-bliss {
  width: 435px;
  height: 423px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: slideMe .7s ease-in;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

img.proj-hallmark-royal-bliss {
  width: 435px;
  height: 519px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: slideMe .7s ease-in;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

.main-header {
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  color: #ffffff !important;
  background-color: #070707d9;
  width: 100%;
  margin-bottom: 0px;
  padding: 1rem;
}

section#secPH {
  background-color: #926e2b0a;
}

section#secAmenities {
  background-color: #926e2b0a;
}

section#secLoc {
  background-color: #926e2b0a;
}

section#ppsec1 {
  padding: 7rem 1.5rem 2rem 1.5rem;
}

.infra-card {
  border: 1px solid #493434;
  border-style: dashed;
  border-radius: 8px;
  height: 160px;
}

.icon-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.row.hmrow.hmrow-f {
    display: flex;
}