<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: arameza;
  src: url(fonts/AramezaDemo-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Samrat Style Start   */
.samrat-tower-page-wrapper {
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}
/* Top Hero Style Start  */
.samrat-top-hero-section-wrapper {
  /* background-position: center; */
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-color: #1A120F;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner {
  padding-top: 230px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper {
  width: 55%;
  margin-left: auto;
  text-align: center;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper .image-box {
  margin-bottom: 40px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper .title-wrapper {
  text-align: center;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper .title-wrapper h2 {
  text-align: center;
  font-size: 72px;
  color: #af863b;
  font-family: arameza;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper .left-side h1 {
  font-size: 48px;
  color: #af863b;
  font-family: arameza;
  margin-bottom: 0;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper .left-side p {
  color: #fff;
  margin-bottom: 0;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper .right-side a {
  border: 1px solid #af863b;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  text-decoration: none;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 35px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box {
  padding-left: 40px;
  border-left: 1px solid #af863b;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box:nth-child(1) {
  padding-left: 0;
  border-left: 0px solid transparent;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box h5 {
  color: #af863b;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box p a {
  color: #fff;
  font-size: 16px;
  /* text-decoration: none; */
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .left-side {
  margin-right: 50px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .right-side h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .right-side h5 span {
  color: #af863b;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .right-side p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .right-side p span {
  color: #af863b;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .right-side p a {
  color: #fff;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box {
  background-color: #fff;
  border: 1px solid #af863b;
  padding: 25px 15px;
  transition: 0.3s ease-in-out;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box {
  position: relative;
  width: 95px;
  height: 95px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box .hover-before {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box .hover-after {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .features-details h3 {
  font-size: 21px;
  color: #af863b;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .features-details p {
  color: #3d3d3d;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 22px;
  transition: 0.3s ease-in-out;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box:hover {
  background-color: #af863b;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box:hover .hover-after {
  opacity: 1;
  visibility: visible;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box:hover .hover-before {
  opacity: 0;
  visibility: hidden;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box:hover .features-details h3 {
  color: #fff;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box:hover .features-details p {
  color: #fff;
}

/* Top Hero Style End  */
.samrat-new-move-style-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px;
  margin-top: -120px;
  padding-bottom: 70px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .title-wrapper h2 {
  font-family: arameza;
  color: #af863b;
  font-size: 50px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side p {
  color: #3d3d3d;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: justify;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper {
  margin-top: 50px;
  margin-bottom: 39px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box:last-child {
  margin-bottom: 0;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box .image-box {
  margin-right: 15px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box .right-details-box h4 {
  font-size: 21px;
  color: #af863b;
  font-weight: 400;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box .right-details-box p {
  max-width: 81%;
  margin-bottom: 0;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .link-wrapper a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  text-decoration: none;
  display: block;
  max-width: 230px;
  text-align: center;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .right-side img {
  width: 100%;
}

/* Amenities Style Start */
.samrat-amenities-section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 60px;
}
.samrat-amenities-section .section-title h6 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #040404;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.samrat-amenities-section .section-title h6::before {
  position: absolute;
  left: -120px;
  width: 100px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.samrat-amenities-section .section-title h2 {
  font-size: 48px;
  color: #af863b;
  font-family: arameza;
  margin-top: 20px;
  margin-bottom: 40px;
}
.samrat-amenities-section .carousel-image-box .swiper-wrapper .swiper-slide a {
  overflow: hidden;
  position: relative;
}
.samrat-amenities-section .carousel-image-box .swiper-wrapper .swiper-slide a figure figcaption {
  width: calc(100% - 20px);
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 40px 30px;
  color: #fff;
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  background-color: rgba(175, 134, 59, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.samrat-amenities-section .carousel-image-box .swiper-wrapper .swiper-slide a figure figcaption h5 {
  font-family: arameza;
  color: #fff;
  font-size: 26px;
}
.samrat-amenities-section .carousel-image-box .swiper-wrapper .swiper-slide a:hover figcaption {
  visibility: visible;
  opacity: 1;
}

.carousel-image-box {
  /* width: calc(50vw + 100% / 2); */
  width: calc(50vw + 49.25%);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  overflow-x: hidden !important;
}

.carousel-image-box figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.carousel-image-box figure img {
  width: 100%;
  float: left;
}

.swiper-scrollbar {
  /* width: 100%; */
  width: calc(50vw + 49.25%);
  height: 4px;
  display: inline-block;
  opacity: 1 !important;
  background-color: #040404;
}

.swiper-scrollbar-drag {
  /* width: calc(calc(100% / 3) - 30px) !important; */
  background-color: #af863b;
  height: 6px;
  top: -1px;
  border-radius: 0;
}

/* Amenities Style End */
.samrat-floor-plan-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 380px;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top .floor-top-left h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top .floor-top-left h2 {
  font-family: arameza;
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top .floor-top-right a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  text-decoration: none;
  display: block;
  max-width: 230px;
  text-align: center;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 15px;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper .samrat-floor-plan-box {
  background-color: #fff;
  text-align: center;
  border-radius: 9px;
  padding: 10px;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper .samrat-floor-plan-box a {
  text-decoration: none;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper .samrat-floor-plan-box a .image-box img {
  width: 100%;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper .samrat-floor-plan-box a h5 {
  text-transform: uppercase;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 18px;
}

.samrat-location-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.samrat-location-section .samrat-location-inner .title-wrapper {
  text-align: center;
  position: relative;
}
.samrat-location-section .samrat-location-inner .title-wrapper h6 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0 15px;
  z-index: 1;
}
.samrat-location-section .samrat-location-inner .title-wrapper h6::before {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #3d3d3d;
  width: 70px;
  height: 2px;
  z-index: -1;
}
.samrat-location-section .samrat-location-inner .title-wrapper h6::after {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #3d3d3d;
  width: 70px;
  height: 2px;
  z-index: -1;
}
.samrat-location-section .samrat-location-inner .title-wrapper h2 {
  text-align: center;
  font-family: arameza;
  font-size: 48px;
  color: #af863b;
  padding-top: 40px;
  margin-bottom: 40px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper {
  background-color: #af863b;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper .image-box {
  margin-right: 30px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 85px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h6 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  margin-right: 40px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper .border-right {
  position: relative;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper .border-right::after {
  position: absolute;
  right: -20px;
  width: 2px;
  height: 15px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box:last-child {
  margin-bottom: 0;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .image-box {
  margin-right: 30px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .right-details h4 {
  font-size: 23px;
  color: #af863b;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 6px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .right-details p {
  font-size: 16px;
  color: #030303;
  font-weight: 400;
  margin-bottom: 0;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .right-details p span {
  color: #af863b;
}

.samrat-experience-life-section {
  background-color: #af863b;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.samrat-experience-life-section .experience-life-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.samrat-experience-life-section .experience-life-inner .left-side h2 {
  font-family: arameza;
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}
.samrat-experience-life-section .experience-life-inner .left-side .link-wrapper a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.samrat-experience-life-section .watermarkimg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.samrat-map-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: -6px;
}
.samrat-map-section .samrat-map-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.samrat-map-section .samrat-map-inner .right-side {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.samrat-map-section .samrat-map-inner .right-side h3 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.samrat-map-section .samrat-map-inner .right-side .projects-detail-block {
  margin-bottom: 0;
  max-width: 304px;
}
.samrat-map-section .samrat-map-inner .right-side .projects-detail-block form {
  padding: 0;
  margin-top: 0;
}
.samrat-map-section .samrat-map-inner .right-side .projects-detail-block form input {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
.samrat-map-section .samrat-map-inner .right-side .projects-detail-block form #samrat-enq-btn {
  background-color: #af863b;
  color: #fff;
  border: none;
}

/* Samrat Style End   */

/*# sourceMappingURL=samrat.css.map */

.samrat-map-section .samrat-map-inner {
  display: block !important;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  top: 0;
  width: 24%;
  right: 12%;
}
.smratmap-big {
	position :unset;
}
.samrat-map-section .samrat-map-inner .right-side1 {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 100px 30px;
}
.samrat-map-section .samrat-map-inner .right-side1 h3 {
  margin-top: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.samrat-map-section .samrat-map-inner .right-side1 .projects-detail-block {
  margin-bottom: 0;
  max-width: 304px;
  margin: 0 auto;
}
.samrat-map-section .samrat-map-inner .right-side1 .projects-detail-block form {
  padding: 0;
  margin-top: 0;
}
.samrat-map-section .samrat-map-inner .right-side1 .projects-detail-block form input {
  background-color: #fff;
  color: #000;
  font-size: 18px;
}
.samrat-map-section .samrat-map-inner .right-side1 .projects-detail-block form #samrat-enq-btn {
  background-color: #af863b;
  color: #fff;
  border: none;
}
.desc {
	display: block !important;
}
.mob {
	display: none !important;
}

/* Samrat Mobaile Style  */
@media (max-width: 700px) { 
  .samrat-top-hero-section-wrapper {
    background-position: top;
    background-size: 100%;
	background-image: url(./images/samrat/samrat-banner-mob.jpg) !important;
	background-repeat: no-repeat;
	}
	.desc {
	display: none !important;
}
.mob {
	display: block !important;
}
.samrat-amenities-section {
  position: relative;
}
.smrat-next, .smrat-prev {
  position: absolute;
  top: 40%;
  color: #fff;
}
.samrat-new-move-style-wrapper {
  padding-top: 1050px;
  margin-top: -1000px;
}
.samrat-experience-life-section {
  padding-bottom: 25px;
}
.budget-prime-trust-wrapper img {
  width: 70px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box .hover-before {
  width: 70px;
  right: 0;
  margin: 0 auto;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box .hover-after {
	 width: 70px;
  right: 0;
  margin: 0 auto;
}
.mob-img {
	width: 100% !important;
	padding-bottom: 30px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner {
  padding-top: 150px;
  text-align: center;
}
.samrat-amenities-section .carousel-image-box .swiper-wrapper .swiper-slide a figure figcaption {
  width: unset;
  position: unset;
  left: 50%;
  top: 50%;
  padding: 40px 30px;
  color: #fff;
  height: 365px;
  transform: unset;
  background-color: rgba(175, 134, 59, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  opacity: 1;
  visibility: inherit;
}
.swiper-scrollbar {
  position: relative;
  top: -30px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper {
  width: 100%;
  margin-left: 0;
  text-align: center;
  display: none;
}
.samrat-amenities-section .carousel-image-box .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper .title-wrapper h2 {
  text-align: center;
  font-size: 36px;
  display: none;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 155px;
  display: block;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper .left-side h1 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper .left-side p {
  color: #fff;
  margin-bottom: 30px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper .right-side a {
  padding: 10px 20px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper {
  display: block;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box {
  padding-left: 0;
  border-left: 0px solid #af863b;
  border-bottom: 1px solid #af863b;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details {
  margin-top: 40px;
  display: block;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .left-side {
  margin-right: 0;
  margin-bottom: 30px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-scaner-details .right-side p {
  margin-bottom: 0;
  font-size: 15px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box {
  margin: 0 auto;
}
.samrat-new-move-style-wrapper .new-move-style-inner .title-wrapper h2 {
  font-size: 33px;
  line-height: 35px;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box .right-details-box p {
  max-width: 100%;
  margin-bottom: 0;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .link-wrapper a {
  margin: 0 auto;
  padding: 10px 20px;
}
.section-title {
  padding: 0 15px;
}
.samrat-amenities-section .section-title h2 {
  font-size: 28px;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top {
  display: block;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top .floor-top-left h2 {
  font-family: arameza;
  font-size: 38px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top .floor-top-left h5 {
  font-size: 16px;
}
.samrat-floor-plan-section .samrat-floor-inner .smarat-floor-top .floor-top-right a {
  padding: 10px 20px;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper .samrat-floor-plan-box a h5 {
  font-size: 15px;
}
.samrat-floor-plan-section {
  padding-bottom: 100px;
}
.samrat-location-section .samrat-location-inner .title-wrapper h2 {
  font-size: 32px;
}
.samrat-location-section .samrat-location-inner .title-wrapper h6 {
  color: #3d3d3d;
  font-size: 13px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper .image-box {
  margin-right: 0;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  padding-right: 0;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper .border-right::after {
  display: none;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h6 {
  margin-right: 0;
  margin-bottom: 14px;
  font-size: 15px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper {
  display: block;
}
.samrat-location-box-wrapper .left-side {
  margin-bottom: 30px;
}
.samrat-experience-life-section .experience-life-inner {
  display: block;
}
.samrat-experience-life-section .experience-life-inner .left-side h2 {
  font-family: arameza;
  color: #fff;
  font-size: 31px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 15px;
}
.samrat-experience-life-section .experience-life-inner .left-side .link-wrapper a {
  padding: 10px 20px;
}
.experience-life-inner img {
	width:100%;
}
.samrat-scaner-details .image-box img {
  width: auto;
}
.samrat-experience-life-section .watermarkimg {
  position: unset;
  display: none;
}
.samrat-map-section .samrat-map-inner {
  display: block !important;
  grid-template-columns: repeat(3, 1fr);
  position: unset;
  top: 0;
  width: 100%;
  margin: 35px 0;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .image-box {
  margin-right: 15px;
}
.samrat-location-box .image-box img {
	width: 50px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .right-details p {
  font-size: 14px;
}

}

@media (min-width: 600px) and (max-width: 700px) {

.samrat-top-hero-section-wrapper .top-hero-section-inner {
    padding-top: 480px;
    text-align: center;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
.samrat-top-hero-section-wrapper {
  background-position: top;
  background-size: 100%;
}
.samrat-map-section .samrat-map-inner {
  display: block !important;
  grid-template-columns: repeat(3, 1fr);
  position: unset;
  top: 0;
  width: 100%;
  margin: 35px 0;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper .title-wrapper h2 {
  text-align: center;
  font-size: 43px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner {
  padding-top: 25px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 150px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper {
  display: block;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box {
  padding-left: 0;
  border-left: 0px solid #af863b;
}
.samrat-details-box {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 50px;
  text-align: center;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box {
  margin: 0 auto;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box .right-details-box p {
  max-width: 100%;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .right-side img {
  width: 65%;
}
.samrat-amenities-section {
  padding-left: 15px;
  padding-right: 15px;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.samrat-floor-plan-section {  
  padding-bottom: 100px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper {
  padding: 0 10px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h3 {
  font-size: 16px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h6 {
	font-size: 16px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .right-details p {
  font-size: 16px;
}
.experience-life-inner img {
	width: 100%;
}
.samrat-experience-life-section .experience-life-inner .left-side h2 {
  font-size: 33px;
}
.samrat-experience-life-section .watermarkimg {
  display:none;
}

}

@media (min-width: 901px) and (max-width: 1200px) {
.samrat-top-hero-section-wrapper {
  background-position: top;
  background-size: 100%;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .live-like-legend-wrapper .title-wrapper h2 {
  text-align: center;
  font-size: 45px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner {
  padding-top: 100px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 211px;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper {
  display: block;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-details-wrapper .samrat-details-box {
  padding-left: 0;
  border-left: 0px solid #af863b;
}
.samrat-details-box {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 50px;
  text-align: center;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-top-features-wrapper .samrat-features-box .image-box {
  margin: 0 auto;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .left-side .budget-prime-trust-wrapper .inner-box .right-details-box p {
  max-width: 100%;
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.samrat-new-move-style-wrapper .new-move-style-inner .new-move-left-right-wrapper .right-side img {
  width: 100%;
}
.samrat-amenities-section {
  padding-left: 15px;
  padding-right: 15px;
}
.samrat-floor-plan-section .samrat-floor-inner .samrat-floor-plan-box-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.samrat-floor-plan-section {  
  padding-bottom: 100px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper {
  padding: 0 10px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h3 {
  font-size: 16px;
}
.samrat-location-section .samrat-location-inner .location-get-home-wrapper h6 {
	font-size: 16px;
}
.samrat-location-section .samrat-location-inner .samrat-location-box-wrapper .left-side .samrat-location-box .right-details p {
  font-size: 16px;
}
.experience-life-inner img {
	width: 100%;
}
.samrat-experience-life-section .experience-life-inner .left-side h2 {
  font-size: 33px;
}
.samrat-experience-life-section .watermarkimg {
  display:none;
}

.samrat-map-section .samrat-map-inner {
  width: 40%;
}

}
@media (min-width: 1201px) and (max-width: 1500px) {
.samrat-top-hero-section-wrapper {
  background-size: 100%;
  background-position: top;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 100px;
}
}
@media (min-width: 1201px) and (max-width: 1450px) {
	.samrat-map-section .samrat-map-inner .right-side1 h3 {
		font-size: 16px;
	}
	.samrat-map-section .samrat-map-inner .right-side1 {
		padding: 99px 30px;
	}
	.samrat-map-section .samrat-map-inner {
		width: 26%;
		right: 12%;
	}
}
@media (min-width: 1501px) and (max-width: 1700px) {
	.samrat-top-hero-section-wrapper {
  background-size: 100%;
  background-color: #1a120f;
}
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 150px;
}
}

@media (min-width: 1700px) and (max-width: 2000px) {
	
.samrat-top-hero-section-wrapper .top-hero-section-inner .samrat-tower-title-wrapper {
  margin-top: 330px;
}
.budget-prime-trust-wrapper .image-box img {
  width: 80px;
}
.samrat-top-hero-section-wrapper {
  background-color: #1a120f;
}
	
}	



/* Samrat Mobaile Style End   */


.samrat-progress{
  background-color: #fff;
  padding-top: 50px;
}
.samrat-progress h2{
  font-family: arameza;
  color: #af863b;
  font-size: 48px;
}
.samrat-progress .progrebox span{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.samrat-progress .percen{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.samrat.progrebox a::before{
  width: 20%;
}
.samrat.Sitedev a::before {
  width: 0%;
}
.samrat.fini a::before {
  width: 0%;
}
.samrat.progrebox.Days a::before {
  width: 30%;
}

@media(max-width: 767px){
  .samrat-progress h2{
    font-size: 28px;
  }
}
</pre></body></html>