﻿

.bgcolor{
    background-color: #7efdbf;
    padding-top: 10px;
}


.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    font-size: 12px;
}
#icon
{
  display: none;
}

@media screen and (max-width: 1000px) {
  .topnav {
    display: none;
  }
  #icon
  {
    position: absolute;
    top:10px;
    right:10px;
    z-index: 1111;
    cursor: pointer;
  }
  #myTopnav
{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -100%;
  top:0;
  width: 300px;
  z-index: 11111111;
  background-color: white;
  transition: all .5s ease-in;
}
#myTopnav a
{
  text-align: center;
  padding: 3px 0px;
  display: block;
  color: black;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .textBox1 h3{
    font-size: 24px;
  }

  .boxes-container figure{
    width: 50%;
  }
 
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}   

/*****************PRANAI STYLES*************/
.heading
{

}


/******************BOXES STYLES****************/
.boxes-container
{
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
  background-color: #07a859;
}
.boxes-container figure
{
  min-width: 25%;
  text-align: center;
  padding: 5px;
}


/***********************AMENITIES BLOCK STYLES *****************/
.amenities-container
{
  margin-bottom: 20px;
  padding: 2% 5%;
  display: flex;
}
.amenities-image
{
   height: 300px;
   flex: 1;
}
.amenities-image img
{
  height: inherit;
  width: 100%;
}
.amenities-content{
  flex: 1;
  background-color: #F1EFEF;
  padding: 50px;
  display: flex;
}
.amenities-content p
{
  font-size: 18px;
  margin: auto;
  text-align: justify;
}

@media screen and (max-width:800px){

  .amenities-container
  {
    flex-direction: column;
  }
  .footBox
  {
    flex-direction: column;
  }
  .footBox1
  {
    flex-direction: column;
  }
  .footBox1 div{
    margin-left: 30px;
  }
}

@media screen and (max-width:1000px)
{
 .address
{
  height: 200px!important;
  width: 100%!important;  
}
#map-box
{
  margin: 0 auto;
}

    .boxes-container figure{
      width: 100%;
    }
}

@media screen and (max-width:400px){

  .amenities-content p
  {
    font-size: 14px;
  }
  
 .text-center
 {
   font-size: 18px;
 }
 img[data-toggle="modal"]
 {
   height: 60px;
   width: 150px;
 }

    .boxes-container figure{
      width: 100%;
    }
    .social-fixed li {
      width: 40px;
      height: 60px;
    }

    .social-fixed li.whatsapp-fixed a,
    .social-fixed li.call-fixed a{
      background-size: 80%;
    }
}

/***********************GET IN TOUCH BLOCK STARTS HERE***************/
.contant-box
{
  padding: 2% 5%;
  margin-bottom: 40px;
}

 .text-center
{
  color:  #00a859!important;
  font-weight: bold;
  margin-top: 20px;
}
.box
{
  flex: 1;
}
.footBox
{
  width: 50%;
  display: flex;
}
.footBox1
{
  height: auto;
  width: 50%;
  display: flex;
}
.footBox1 div{
  margin-right: 40px;
}
.for-box
{
  flex: 1;
}
/****************PROJECT DETAILS ***************/
.boxes1-container
{
  display: flex;
  justify-content: center;
  padding: 2% 5%;
  flex-wrap: wrap;
}
.boxes1-container figure
{
  text-align: center;
  margin-right: 10px;
}

#project-details figure
{
  width: 300px;
  margin-right: 20px;
  height: 300px;
  margin-bottom: 20px;
  background-position: center;
  background-size: 300px 300px;
  background-repeat: no-repeat;
}
#project-details figure:nth-child(1)
{
  background-image: url("../images/x/one.PNG");
}
#project-details figure:nth-child(2)
{
  background-image: url("../images/x/two.PNG");
}
#project-details figure:nth-child(5)
{
  background-image: url("../images/x/three.PNG");
}
#project-details figure:nth-child(6)
{
  background-image: url("../images/x/four.PNG");
}
/**************DOWNLOADS************/
#brochure
{
 cursor: pointer;
 background-color: #00a859;
 color:white;
 outline: none;
 border: none;
 font-weight: 600;
 padding: 10px 15px;
 border-radius: 5px;
 box-shadow: 0px 0px 1px black;
}
.topnav a
{
  text-decoration: none!important;
}
#dskpop
{
  height: 400px;
  background-image: url("../images/x/Desktop_Popup.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:600px)
{
  #dskpop
  {
    height:436px;
    background-image: url("../images/x/Mobile_Popup.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}