html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #ffffff;
}

body.scrolling {
  overflow-y: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  a,
  button {
    cursor: default !important;
    border: none;
    outline: none;
  }
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0 1rem;
    margin: 0 auto;
  }
}

.frame {
    max-width: 1250px;
    display: block;
    margin: 0 auto;
}

header {
	width: 100%;
	display: table;
	height: auto;
}

.head {
	width: 100%;
	display: table;
	height: auto;
	padding: 15px 0;
}

.vr-logo {
	width: 20%;
	float: left;
	display: table;
	padding: 10px 0 0 0;
}

.vr-logo img {
	width: 100%;
	height: auto;
	display: table;
}

.swarnalayam-logo {
	width: 20%;
	float: right;
	display: table;
}

.swarnalayam-logo img {
	width: 60%;
	height: auto;
	display: table;
}

.presents {
	width: 60%;
	float: left;
	display: table;
	padding: 0 70px;
}

.presents h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.2rem;
}

.presents span {
	color: #b80304;
}

section {
	width: 100%;
	display: table;
	height: auto;
	margin: 20px 0;
}

.loc-content {
	padding: 5px 0;
	width: 85%;
	float: left;
}

.loc-content h2 {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.loc-content h2 span {
	text-transform: none;
	color: #555;
}

.loc-content h2 i {
	text-transform: none;
	color: #b80304;
	margin-right: 5px;
}

.loc-button {
	width: 15%;
	float: left;
}

.loc-button a {
    border: none;
    padding: 8px 50px 8px 20px;
    text-transform: capitalize;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    background-image: linear-gradient(to left, #bd3030, #d62d12, #bd3030);
    background-position: right;
    float: right;
	width: 100%;
	text-transform: uppercase;
}

.loc-button a:hover {
  background-position: left;
}

.loc-button i {
    color: #ffffff;
    font-size: 13px;
    position: relative;
    left: 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.loc-button:hover i {
    left: 30px;
}

.price {
	width: 100%;
	display: table;
	margin: 30px 0;
	border: 1px dotted #999;
	background: url(../img/content-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.price-details {
	width: 70%;
	float: left;
	display: table;
}

.price-details h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5rem;
}

.price-details h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2rem;
}

.price-details h4 span {
	font-size: 3rem;
	color: #b80304;
}

.price-details h5 {
	letter-spacing: 1px;
	font-size: 1.3rem;
	margin-top: 5px;
}

.price-details h5 span {
	font-size: 2rem;
	color: #b80304;
}

.plot-price {
	width: 50%;
	float: left;
	display: table;
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	padding: 30px;
	position: relative;
	padding-left: 80px;
	font-size: 2rem;
}

.plot-price i, .villa-price i {margin-right: 0; color: #000;}

.plot-price:before {
            margin: 0;
            content: "OFFER";
            position: absolute;
            transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            color: rgb(187, 182, 182);
            top: 58px;
            left: -5px;
            z-index: 1;
			
        }

.villa-price {
	width: 50%;
	float: left;
	display: table;
	border-bottom: 1px dotted #999;
	padding: 30px;
	position: relative;
	padding-left: 80px;
	font-size: 2.1rem;
}

.villa-price:before {
            margin: 0;
            content: "PRICE";
            position: absolute;
            transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            color: rgb(187, 182, 182);
            top: 55px;
            left: -5px;
            z-index: 1;
			
        }

.contact-form {
	width: 30%;
	float: left;
	display: table;
	padding: 30px;
	background: #333
}

.contact-form h4 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.2rem;
	margin-bottom: 10px;
	color: #FFF;
}

.form {
    width: 100%;
}

.form-col {
    width: 100%;
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 1px dotted #CCC;
    margin: 20px 0 0 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.butn {
    border: none;
    padding: 8px 50px 8px 20px;
    text-transform: capitalize;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    background-image: linear-gradient(to left, #bd3030, #d62d12, #bd3030);
    background-position: right;
    float: right;
	width: 100%;
	margin-top: 15px;
}

.butn:hover {
	background-position: left;
}

.form-field-icon i {
    position: absolute;
    margin-top: 26px;
    margin-left: 10px;
	color: #b80304;
}

.error {
    color: #F0C311;
    font-size: 0.7rem;
    position: relative;
    margin-top: 5px;
}

.modal-content1 {
    background-image: linear-gradient(to right, #f91504 , #c50000);
    background-origin: border-box;
    margin: auto;
    padding: 20px;
    width: 30%;
	display: table;
}

.modal-content1 h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
}

.closebtn {
    color: #DDD;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 5%;
}

.modal-content1 .butn {
    border: none;
    padding: 10px;
    width: 100%;
    background-image: linear-gradient(to right, #f9b904 , #f9e769);
    background-origin: border-box;
    color: #000;
    cursor: pointer;
    margin-top: 15px;
}

.modal-content1 .butn:hover {
	background-image: linear-gradient(to right, #f9e769 , #f9b904);
}

.project-icons-full {
    width: 100%;
    display: table;
}

.project-icons {
    display: inline-block;
    width: 33%;
    padding: 20px;
}

.project-icons p {
    letter-spacing: 1px;
}

.project-icons .fa-map-marker-alt, .fa-car, .fa-rupee-sign, .fa-vector-square, .fa-wpforms, .fa-road, .fa-building, .fa-bed, .fa-dungeon, .fa-unity, .fa-hand-holding-usd {
    color: #bd3030;
    margin-right: 10px;
}

.about {
	width: 100%;
	display: table;
	padding: 25px 0;
	margin: 30px 0;
	height: auto;
	border-top: 1px dotted #999;
	/*background: url(../img/content-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 1px dotted #999;*/
}

.writeup-body {
    display: table;
    width: 100%;
    height: auto;
	padding: 10px 0;
}

.writeup-left {
    display: table;
    width: 35%;
    float: left;
    height: auto;
}

.writeup-left h2 {
    font-size: 2.5rem;
    font-weight: normal;
    color: #555;
}

.writeup-left h2 span {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}

.writeup-right {
    display: table;
    width: 65%;
    float: left;
    height: auto;
}

.writeup-right p {
    text-align: justify;
}


.latest {
	width: 100%;
	display: table;
	padding: 25px 0;
	margin: 30px 0;
	height: auto;
	border-top: 1px dotted #999;
}

.latest-body {
    display: table;
    width: 100%;
    height: auto;
	padding-top: 30px;
}

.latest-left {
    display: table;
    width: 35%;
    float: left;
    height: auto;
	padding-right: 50px;
}

.latest-left img {
	width: 100%;
	height: auto;
	display: block;
}

.latest-right {
    display: table;
    width: 65%;
    float: left;
    height: auto;
}

.latest-right a {
	color: #b80304;
}

.latest-right p {
    text-align: justify;
}

.surround {
	width: 100%;
	display: table;
	margin: 30px 0;
	height: auto;
}

.surround h2 {
    font-size: 1.8rem;
    margin: 20px 0;
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: 1px dotted #999;
}

.surround-body {
    display: table;
    width: 50%;
    float: left;
    height: auto;
    padding: 0 30px 0 0;
    margin: 20px 0;
}

.surround-col {
    display: table;
    width: 100%;
    height: auto;
    /*background: url(../img/content-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.surround-col-left {
    display: table;
    width: 35%;
    float: left;
    height: auto;
}

.surround-col-left img {
    width: 100%;
    display: block;
    height: auto;
}

.surround-col-right {
    display: table;
    width: 65%;
    float: left;
    height: auto;
    padding: 0 30px;
}

.surround-col-right h3 {
    margin: 0 0 15px 0;
	letter-spacing: 1px;
}

.surround-col-right a {
    color: #b80304;
}

.surround-col-right p {
    line-height: 2rem;
}

.gallery {
	width: 100%;
	display: table;
	margin: 30px 0;
	height: auto;
}

.gallery h2 {
    font-size: 1.8rem;
    margin: 20px 0;
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: 1px dotted #999;
}

.work-galley {
    overflow: hidden;
	margin-top: 50px;
}

.column-work-gal {
    float: left;
    width: 24%;
    margin-right: 12px;
    margin-bottom: 12px;
}

img.hover-shadow {
    transition: 0.3s;
    cursor: pointer;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(90%);
}

.hover-shadow:hover{
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	filter: brightness(100%);
      transform: scale(0.9);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999999;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    height: auto;
    max-width: 1200px;
}

.myGallery {
    display: none;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.myGallery img {
    display: block;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 5px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px 0 0 3px;
    user-select: none;
    background-color: #FFF;
}

.next {
    position: absolute;
    right: 0;
    border-radius: 0 3px 3px 0;
}

.videos {
	width: 100%;
	display: table;
	margin: 30px 0;
	height: auto;
}

.videos h2 {
    font-size: 1.8rem;
    margin: 20px 0;
	text-transform: uppercase;
	padding: 20px 0;
	border-bottom: 1px dotted #999;
}

.video {
	overflow: hidden;
    margin-top: 50px;
}

.video-col {
	width: 33.333%;
	float: left;
	display: table;
	height: auto;
	padding: 0 20px;
}

.video-col img {
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
}

footer {
    width: 100%;
    background: url(../img/footer-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 80px;
}

.footer {
    background: rgb(0,0,0, 0.8);
    width: 100%;
    height: auto;
    display: table;
    padding: 20px 0;
}

.foot-col {
	width: 33.333%;
	float: left;
	display: table;
	height: auto;
	padding: 20px;
	color: #FFF;
}

.foot-col img {
	width: 100%;
	height: auto;
	display: block;
}

.foot-col h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.foot-col p {
	line-height: 1.8rem;
	letter-spacing: 1px;
}

.foot .address {
	padding-left: 50px;
}

.foot-col a {
	color: #FFF;	
}

.foot-col a p {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.foot-col a i {
	margin-right: 15px;
	color: #b80304;
}

.foot-button {
	width: 60%;
}

.foot-button a {
    border: none;
    padding: 8px 50px 8px 20px;
    text-transform: capitalize;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background-size: 200%;
    transition: 0.6s;
    background-image: linear-gradient(to left, #bd3030, #d62d12, #bd3030);
    background-position: right;
    float: right;
	width: 100%;
	text-transform: uppercase;
}

.foot-button a:hover {
  background-position: left;
}

.foot-button i {
    color: #ffffff;
    font-size: 13px;
    position: relative;
    left: 26px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.foot-button:hover i {
    left: 30px;
}

.base {
    width: 50%;
    display: inline-block;
    padding: 20px 0;
    float: left;
}

.base p {
    color: #000;
    letter-spacing: 1px;
}

.base span {font-size: 16px; font-family: sans-serif;}

.designed p {
    text-align: right;
    color: #000;
}

.designed a {color: #b80304;}

.designed a:hover {color: #000; font-weight: 900;}

.wa {
    z-index: 99999;
    position: fixed;
    bottom: 40%;
    left: 0;
}

.wa img {
    width: 60%;
}

.pdf {
    z-index: 99999;
    position: fixed;
    bottom: 30%;
    right: -23px;
	display: none;
}

.pdf img {
    width: 60%;
}

.enquire-btn {
	z-index: 99999;
    position: fixed;
    bottom: 60%;
    left: -62px;	
}

.enquire-btn p {	
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);	
	padding: 5px 20px;
	color: #FFF;
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
	background-image: linear-gradient(to right, #c50000 , #f91504);
    background-origin: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.enquire-btn p:hover {
	background-image: linear-gradient(to right, #f91504 , #c50000);
}

.bro-btn {
	z-index: 99999;
    position: fixed;
    bottom: 60%;
    right: -95px;
}

.bro-btn p {	
	box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);
    -moz-box-shadow: 0px 5px 15px rgba(153, 153, 153, 0.2);
    -webkit-box-shadow: 0px 5px 15px rgb(153 153 153 / 20%);	
	padding: 5px 20px;
	color: #FFF;
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
	background-image: linear-gradient(to right, #c50000 , #f91504);
    background-origin: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bro-btn p:hover {
	background-image: linear-gradient(to right, #f91504 , #c50000);
}

.cookie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.modal-content-popup-form {
    margin-top: 10%;
    padding: 20px;
}

.modal-content-popup-form p {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px dotted #999;
	padding-top: 10px;
}

.vr-cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}

.desktop-hide {
    display: none;
}

.vr-cookie-banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 60%;
    height: auto;
    z-index: 9999999;
}

.pop-btn {
    position: absolute;
    right: 40px;
    top: 20px;
    color: #FFF;
    background-color: transparent;
    font-size: 2rem;
    border: 0;
    cursor: pointer;
}

.route {
	width: 70%;
	display: table;
	height: auto;
	margin: 0 auto;
}

.route img {
	width: 100%;
	display: block;
}





