@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Yanone+Kaffeesatz&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");

* {
  font-family: Yanone Kaffeesatz;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.laptop {
  display: block;
}
.tab {
  display: none;
}
.first-overlay-section {
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 3;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-overlay-section > div > h1 {
  text-align: center;
  font-size: 5pc;
  color: darkgreen;
  margin: 0 5px;
  opacity: 0.1;
  z-index: 3;
}
.first-overlay-section > div > p {
  font-size: 20px;
  width: 80%;
  margin: auto;
  text-align: center;
  font-weight: 600;
  color: darkslategray;
  z-index: 3;
}
section.inner-section {
  overflow: hidden;
  z-index: 0;
  background: #fff;
  /* height: 0; */
  /* height: 2789px; */
  /* transition: all 5s; */
}
/* slider */
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.mySlides.fade {
  height: 100vh;
}
.back-blurr-sec {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.heading-section {
  width: 60%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000005c;
  padding: 5% 0;
}
.heading-section > div > h1 {
  font-size: 60px;
  color: #fff;
  padding: 0 35px;
  text-align: center;
  margin: 0 5% 30px;
  text-shadow: 0 0px 20px black;
}
.heading-section > div > p {
  font-size: 25px;
  margin: 0 5%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.top-sec-2 {
  display: grid;
  grid-template-columns: 60% 40%;
  margin: 5% 0;
}
h2.revolution-header {
  font-size: 70px;
  margin: 50px 40px;
  color: #052407;
}
img.tile1-img-prop {
  width: 60%;
}
.top-sec-2 > .right-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
p.revolution-para {
  font-size: 25px;
  padding: 5px 40px;
}
section.top-sec-3 {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.overlay-sec {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  z-index: 1;
}
.overlay-sec > .left-sec {
  height: 100%;
  background: #052407;
}
.overlay-sec > .right-sec {
  height: 100%;
  background: #052407;
}
.overlay-sec-para {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.overlay-sec-para > h1 {
  font-size: 60px;
}
.background-image-sec {
  background-image: url(../img/bathroom.jpg);
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.partial-blurr {
  width: 100%;
  height: inherit;
  background: linear-gradient(90deg, transparent 30%, #0c0c0c63 80%);
}
.inner-content-back-sec {
  display: grid;
  grid-template-columns: 50% 50%;
  height: inherit;
}
.inner-content-back-sec > .right-sec {
  padding: 10px 100px;
  display: grid;
  align-items: center;
}
.inner-opt1 {
  display: flex;
  justify-content: flex-end;
}
.inner-opt2 {
  display: flex;
  justify-content: flex-end;
}
.inner-opt3 {
  display: flex;
  justify-content: flex-end;
}
.inner-opt4 {
  display: flex;
  justify-content: flex-end;
}
.inner-opt1 > h3 > span {
  font-size: 70px;
}
.inner-opt1 > h3 {
  font-size: 50px;
  margin: 5px;
}
.inner-opt2 > h3 > span {
  font-size: 70px;
}
.inner-opt2 > h3 {
  font-size: 50px;
  margin: 5px;
}
.inner-opt3 > h3 > span {
  font-size: 70px;
}
.inner-opt3 > h3 {
  font-size: 50px;
  margin: 5px;
}
.inner-opt4 > h3 > span {
  font-size: 70px;
}
.inner-opt4 > h3 {
  font-size: 50px;
  margin: 5px;
}
.inner-opt1 > h3:hover {
  color: #052407;
  transition: all 0.5s ease;
  cursor: pointer;
}
.inner-opt2 > h3:hover {
  color: #052407;
  transition: all 0.5s ease;
  cursor: pointer;
}
.inner-opt3 > h3:hover {
  color: #052407;
  transition: all 0.5s ease;
  cursor: pointer;
}
.inner-opt4 > h3:hover {
  color: #052407;
  transition: all 0.5s ease;
  cursor: pointer;
}
.icon_png {
  width: 80px;
  padding: 0;
  background: transparent;
  border-radius: 50%;
  border: 5px solid #041e06;
}
.dif-opt-sec > div {
  margin: 18px 0;
}
h3.title-sec-display {
  font-size: 100px;
  text-align: center;
  margin: 20px;
  color: #fff;
}
.click-here-btn-prop {
  display: flex;
  justify-content: center;
}
.inner-content-back-sec > .left-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
button.btn.btn-success {
  padding: 10px;
  font-size: 20px;
  background: #03ca1d;
  color: #fff;
  border: none;
  cursor: pointer;
}
section.top-sec-4 {
  padding: 5% 0;
}
h1.our-clients-sec1.text-center {
  font-size: 30px;
  margin: 5% 0;
  color: #fff;
}
a.redirect-opt-btn {
  padding: 10px 15px;
  background: #01963d;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin: 0;
}
.background-img-sec-contact {
  height: 500px;
  width: 100%;
  background-image: url(../img/contactBack.jpg);
  background-size: cover;
  background-position: left;
}
.background-img-sec-contact > div {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #00000063;
}
h3.get-in-touch-h3 {
  margin: auto;
  font-size: 6pc;
  color: #fff;
  width: 70%;
}
p.get-in-touch-p {
  font-size: 20px;
  width: 70%;
  margin: auto;
}
section.contact-modes {
  padding: 5% 0;
}
.conatct-blurr-sec > div {
  width: 100%;
}
.contact-grid-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: auto;
  gap: 10px;
}
.contact-grid-sec > .left-sec > h5 {
  font-size: 45px;
  text-align: center;
}
.contact-grid-sec > .left-sec > p {
  text-align: center;
  font-size: 15px;
}
section.contact-modes > h5 {
  font-size: 20px;
}
section.contact-modes > h1 {
  font-size: 70px;
}
.mobile-conatct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 70%;
  margin: 5% auto 0;
}
.mobile-conatct > .left-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-conatct > .left-sec > i {
  font-size: 30px;
}
.mobile-conatct > .right-sec {
  text-align: center;
  font-size: 20px;
}
.contact-grid-sec > .right-sec > h5 {
  font-size: 35px;
  text-align: center;
}
.contact-grid-sec > .right-sec {
  height: max-content;
  padding: 10px 30px;
  background: #fff;
  border-radius: 5px;
}
form.form-contact label {
  font-size: 20px;
}
form.form-contact input {
  font-size: 20px;
}
form.form-contact textarea {
  font-size: 20px;
}
.conatct-sec-prop {
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
}
.conatct-sec-prop > h5 {
  font-size: 35px;
}
.conatct-sec-prop > p {
  font-size: 20px;
}
.contact-map-sec > .left-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-map-sec > .right-sec {
  text-align: center;
  font-size: 20px;
}
.contact-map-sec > .left-sec > i {
  font-size: 30px;
}
.contact-map-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 70%;
  margin: 5% auto 0;
}
.box-anim {
  background: #000000e6;
  padding: 5% 0;
  width: 450px;
}
section.brand-sec {
  padding: 10px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cover-image-sec {
  height: 250px;
}
img.card__img {
  width: 100%;
  height: inherit;
}
.card__content {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.imgprop {
  width: 200px;
}
.grid__item {
  border: 1px solid lightgray;
  padding: 8px;
  border-radius: 5px;
}
.explore-btn-sec-prop {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
section.get-in-touch-header {
  margin-top: 10vh;
}
.mobile-conatct > .right-sec > p {
  margin: 8px;
  padding: 0;
}
.mobile-conatct > .right-sec > p > a {
  color: darkslategray;
  text-decoration: none;
}
.contact-map-sec > .right-sec > p > a {
  color: darkslategray;
  text-decoration: none;
}
.stylish {
  margin-top: 10vh;
  background-image: url("../img/glryimg3.jpg");
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.stylish .overlay {
  height: 500px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.stylish .head-border-center:after {
  background-color: #fff;
}
#photos {
  line-height: 0;
  column-count: 5;
  column-gap: 0px;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
}
#photos img {
  width: 100% !important;
  height: auto !important;
  border: 1px solid transparent;
}
#photos img:hover {
  border: 1px solid black;
  margin: 0;
}
.image-group {
  margin: 5px;
}
.abboutsection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aboutcontent {
  text-align: justify;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.aboutimage {
  padding-right: 50px;
  padding-left: 50px;
}
#myBtn {
  cursor: pointer;
}
#more {
  display: none;
}
h1.about-sec-prop.text-center {
  font-size: 30px;
}
.back-image-prop1 {
  background: url(../img/foortile.png);
  width: 100%;
  height: 400px;
  background-position: right;
  background-size: cover;
}
.text-area-top5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, transparent 30%, #fff 80%);
}
.text-area-top5 > .left-sec {
  height: 100%;
}
.text-area-top5 > .left-sec > h1 {
  font-size: 6pc;
  padding: 2% 5%;
  color: #052407;
}
.text-area-top5 > .left-sec > p {
  font-size: 2pc;
  padding: 0 5%;
}
.text-area-top5 > .left-sec > a {
  padding: 2% 5%;
  font-size: 20px;
}
img.tile-img-prop {
  width: 170px;
}
.tiles-grid-prop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 0;
  padding: 5px;
  background: #fff;
  height: 100%;
}
.top-sec-5 {
  margin: 5%;
}
.top-sec-2 > .right-sec > div {
  position: relative;
}
.tile-img-top2-prop {
  width: 150px;
}
svg#tile-svg {
  width: 300px;
}
.diff-back {
  background-image: url("../img/glryimg3.jpg");
  background-size: cover;
}
.top-sec-7{
  background-image: url("./img/picc2.jpg");
           background-size: cover;
    background-position: center;
}

@media (max-width: 1200px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 800px) {
  .heading-section {
    width: 80%;
  }
  .laptop {
    display: none;
  }
  .tab {
    display: block;
  }
  .top-sec-2 {
    grid-template-columns: unset;
  }
  .inner-content-back-sec {
    grid-template-columns: unset;
  }
  .dif-opt-sec {
    display: flex;
    justify-content: space-around;
  }
  .overlay-sec-para {
    text-align: center;
  }
  .partial-blurr {
    background: linear-gradient(180deg, transparent 30%, lightgray 80%);
  }
  .background-img-sec-contact {
    height: 60vh;
  }
  .contact-grid-sec {
    grid-template-columns: unset;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .abboutsection {
    grid-template-columns: repeat(1, 1fr);
  }
  .first-overlay-section > div > h1 {
    font-size: 2pc;
  }
}

@media (max-width: 500px) {
  .text {
    font-size: 11px;
  }
  .heading-section > div > h1 {
    font-size: 40px;
  }
  .heading-section > div > p {
    font-size: 15px;
  }
  h2.revolution-header {
    font-size: 45px;
    margin: 0 20px;
  }
  p.revolution-para {
    font-size: 20px;
    margin: 0 20px;
    padding: 0;
  }
  .overlay-sec-para > h1 {
    font-size: 40px;
    width: 90%;
  }
  .mySlides.fade {
    height: 60vh !important;
  }
  .back-blurr-sec {
    top: 60vh;
    left: unset;
    transform: translateY(-30vh);
  }
  section.top-sec-3 {
    width: 100vw;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
  .background-image-sec {
    width: inherit;
  }
  .partial-blurr {
    width: inherit;
  }
  .inner-content-back-sec {
    width: inherit;
  }
  .inner-content-back-sec > .left-sec {
    width: inherit;
  }
  .box-anim {
    width: 90%;
  }
  h3.title-sec-display {
    font-size: 50px;
  }
  a.redirect-opt-btn {
    font-size: 15px;
  }
  .inner-content-back-sec > .right-sec {
    padding: 10px 0;
  }
  .icon_png {
    width: 60px;
  }
  h3.get-in-touch-h3 {
    font-size: 3pc;
  }
  section.contact-modes > h1 {
    font-size: 50px;
  }
  .conatct-sec-prop > h5 {
    font-size: 25px;
  }
  .conatct-sec-prop > p {
    font-size: 15px;
  }
  .mobile-conatct {
    grid-template-columns: 20% 80%;
    width: 100%;
    margin: 5% 0;
    gap: unset;
  }
  .contact-map-sec {
    grid-template-columns: 20% 80%;
    width: 100%;
    margin: 5% 0;
    gap: unset;
  }
  .contact-map-sec {
    grid-template-columns: 20% 80%;
    width: 100%;
    margin: 5% 0;
    gap: unset;
  }
  .contact-grid-sec > .right-sec > h5 {
    font-size: 25px;
  }
  .contact-grid-sec > .right-sec {
    padding: 10px 0;
  }
  .first-overlay-section > div > h1 {
    font-size: 2pc;
  }
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
